@import "common.css";

.header .logo {
	margin-left: -10px;
}
.header .logo img {
	width: 200px;
	height: 100%;
}

.logo{
    position: relative;
}
.logo.ele:after{
    content: "초등";
    width: 37px;
    height: 23px;
    position: absolute;
    top: 12px;
    right: -35px;
    border-radius: 7px;
    font-size: 15px;
    color: var(--defaultWhite);
    text-align: center;
    line-height: 24px;
    background: #1CA2E9;
}

/* 헤더 */
/*
.header { height: 166px; min-width: 1349px; border-bottom: 1px solid var(--pointBlue); position: fixed; top: 0; left: 0; right: 0; background: var(--defaultWhite); z-index: 99; }
*/
/* 헤더_topbar */
/*.topbar {
    background: var(--lightGray02);
}
.topbar .container {
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar .util-left, .topbar .util-right ul {
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13.5px;
    letter-spacing: -0.02em;
    color: var(--lightGray04);
}
.topbar .util-right .teacher_Complete > span {
    background-color: var(--middleBlue01);
    padding: 5px 8px;
    border-radius: 30px;
    cursor: pointer;
}
.topbar .util-right .teacher_Complete:hover {
    color: var(--defaultWhite);
}
.topbar .util-right .teacher_noComplete > a {
    background-color: var(--middleBlue01);
    padding: 5px 8px;
    border-radius: 30px;
    cursor: pointer;
}
.topbar .util-right .teacher_noComplete:hover {
    color: var(--defaultWhite);
}
.topbar .util-right li { height: 100%; display: flex; align-items: center; transition: .2s linear; }
.topbar .util-right li:after {
    width: 1px;
    height: 13px;
    margin: 0 14px;
    background: rgba(220, 220, 220, 0.6);
    background: var(--lightGray04);
    content: '';
}
.topbar .util-right li:last-child:after { display: none; }
.topbar .link-main { padding: 10px 15px; font-weight: 700; }
.topbar .link-main, .topbar .link { transition: .2s linear; height: 100%;}

.topbar .select { position: relative; margin-right: 19px; background: none; cursor: pointer; }
.topbar .select span {
    padding: 0 20px;
    height: 38px;
    border-left: 1px solid rgba(220,220,220,.3);
    border-right: 1px solid rgba(220,220,220,.3);
    display: flex;
    align-items: center;
	transition: .2s linear;
}
.topbar .select span:after {
    width: 12px;
    height: 7px;
    margin-left: 7px;
    background: url(../img/util-arrow.svg)no-repeat;
    content: '';
}
.link-main.on {
	background-color: var(--defaultWhite);
	color: var(--lightGray03);
}
.topbar .link-main:hover, .topbar .link:hover, .topbar .util-right li:hover, .topbar .select span:hover { color: var(--pointBlue); }
.topbar .select ul { padding: 0px 20px 5px; position: absolute; top: 38px; left: 0; right: 0; display: none; background: var(--defaultWhite); border: 1px solid var(--lightBlack01); border-top: 0; }
.topbar .select ul li { font-size: 14px; font-weight: 700; color: var(--lightBlack01); line-height: 28px; letter-spacing: -0.02em; cursor: pointer; }
.topbar .select ul li:hover { color: var(--defaultOrg); }
.topbar .select span.on { background: var(--defaultWhite); color: var(--lightBlack01); border: 1px solid var(--lightBlack01); border-bottom: 0; font-weight: 700;  }
.topbar .select span.on:after { background-image: url(../img/util-arrow-on.svg)}
.topbar .select span:not(.on):hover:after { background-image: url(../img/util-arrow_hover.svg); }
.topbar .link { margin: 0 19px; }
*/

/* 헤더_간편접속 팝업 */
.topbar .util-right { position: relative; }
.topbar .util-right .sc-bt { cursor: pointer; position: relative; padding-right: 18px;}
.topbar .util-right .sc-bt:after{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    background: url("../img/new_icon.png") no-repeat;
}

.simple-connect { text-align: center; position: absolute; right: 0; top: 34px; width: 460px; padding: 48px 0 53px; border: 1px solid var(--darkGray03); background: var(--defaultWhite); display: none; }
.simple-connect .close { width: 20px; height: 20px; background: url(../img/ic-close.svg)no-repeat; position: absolute; right: 20px; top: 20px; cursor: pointer; }
.simple-connect h1 { font-size: 32px; line-height: 1.19; letter-spacing: -0.02em; margin-bottom: 24px; }
.simple-connect p { font-size: 15px; line-height: 1.6; letter-spacing: -0.02em; color: var(--lightBlack01); }
.simple-connect p:after  { display: block; width: 84px; height: 84px; margin: 16px auto 21px; background: url(../img/tsol-ic.png)no-repeat; content: ''; }
.simple-connect a { display: inline-block; width: 288px; line-height: 44px; border-radius: 12px; background: var(--defaultBrown); font-size: 16px; letter-spacing: -0.02em; color: var(--defaultWhite); }

/* 헤더_menu */
.header .menu {
    margin: 12px 0 16px;
    height: 61px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header .menu .search {
    width: 394px;
    position: relative;
}
.header .menu .search input[type="text"] {
    width: 100%;
    height: 44px;
	padding: 0 50px 0 15px;
    border: 2px solid var(--pointBlue);
    border-radius: 100px;
	outline: none;
}
.header .menu .search-bt-area {
	width: 35px;
    height: 35px;
    background-color: var(--pointBlue);
    border-radius: 100%;
    position: absolute;
    top: 10%;
    right: 6px;
}
.header .menu .search-bt-area .search-bt {
	width: 24px;
    height: 23px;
    background: url(../img/ic-search.svg) no-repeat;
    position: absolute;
	right: 3px;
    top: 53%;
    margin-top: -11px;
    font-size: 0;
    border: 0;
	z-index: 0;
}
.header .menu .search input[type="text"]:focus { border-color: var(--deepBlue); border-width: 2px; }
.header .menu .search input[type="text"]:focus + .search-bt { background-image: url(../img/ic-search-on.svg); }
.header .menu .banner { width: 286px; }
.banner .slider .swiper-button-next,
.banner .slider .swiper-button-prev {
    color: var(--defaultBlack);
    font-weight: 700;
}
.header .menu.mypage { height: 128px; }
.header .gnb + .menu.mypage { margin: 0; position: relative; }
.header .gnb + .menu.mypage:before {
	width: 100vw;
	height: 1px;
	background: var(--darkGray02);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: '';
}
@media (max-width: 1349px) {
	.header .gnb + .menu.mypage:before { width: 1349px; }
}

/* 헤더_gnb */
.header .gnb_area {
	display: flex;
}
.header .gnb {
    display: flex;
    flex-wrap: wrap;
}
.header .miniLogo {
	display: none;
}
.header .gnb_area .miniLogo img {
	height: 50px;
	min-width: auto;
	margin: 7px 20px;
}
.header .gnb ul { display: flex; }
.header .gnb ul li {
	position: relative;
    margin-right: 50px;
    font-size: 19px;
    font-weight: 700;
    color: var(--defaultBlack);
    padding-bottom: 13px;
	letter-spacing: -1px;
	transition: .2s linear;
}
.header .gnb ul li.new:before{
	content: '';
	width: 36px;
	height: 18px;
	position: absolute;
	top: -16px;
	left: -18px;
	background: url('../img/new_mark2.svg') no-repeat 0 0 / 36px;
}
.header .gnb ul li:last-child { margin-right: 0; }
.header .gnb ul li.on { font-weight: 700; border-bottom: 5px solid var(--pointBlue); }
.header .gnb ul li:hover { color: var(--pointBlue); }
.header .bt-menu {
    width: 25px;
    height: 19px;
    margin-right: 53px;
    background: url(../img/hamburger_bt.svg) no-repeat;
	cursor: pointer;
}
.header .bt-menu.on { background-image: url(../img/hamburger-close.svg); }

/* 헤더_Sticky */
.header:not(.sticky) .gnb .search { display: none; }
.header.sticky { height: 58px; position: fixed; left: 0; right: 0; top: 0; }
.header.sticky .gnb_area .miniLogo {
	display: block;
}
.header.sticky .container {
	width: 1730px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
}
.header.sticky .container .all-menu .container {
	width: 1349px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
}
.header.sticky .topbar, .header.sticky .menu { display: none; }
.header.sticky .gnb { padding-top: 18px; }
.header.sticky .gnb ul li { margin-right: 40px; }
.header.sticky .gnb ul li:last-child { margin-right: 14px; }
.header.sticky .gnb .search { width: 222px; height: 34px; margin-top: -6px; position: relative; }
.header.sticky .gnb .search input[type="text"] {
	width: 100%;
	height: 34px;
	border: 2px solid var(--pointBlue);
	border-radius: 100px;
	padding: 0 10px;
	outline: none;
}
.header.sticky .gnb .search-bt {
	width: 18px;
	height: 18px;
	background: url(../img/ic-search.svg)no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -9px;
	border: 0;
	font-size: 0;
}
.header.sticky .gnb .search input[type="text"]:focus { border-color: var(--pointBlue); }
.header.sticky .gnb .search input[type="text"]:focus + .search-bt { background-image:url(../img/ic-search-on.svg); }

/*수정 2022.06.27*/
.header .gnb > ul{
    position: relative;
    /* top: -15px; */
}

.header .gnb > ul > li{
    position: relative;
    padding: 0;
    margin: 0;
}

.header .gnb > ul > li + li{
    margin-left: 20px;
}

.header .gnb > ul > li > a{
    display: inline-block;
    padding: 18px 20px;
}

.header .gnb > ul > li.on{
    border: none;
}

.header .gnb > ul > li.on:after,
.header .gnb > ul > li.open:after{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 3px;
    left: 0;
    background-color: var(--pointBlue);
    z-index: 999;
}

.header .gnb ul > li > .dropdown-menu{
    display: none;
    width: 200px;
    position: absolute;
    top: 28px;
    left: 50%;
    padding: 10px 0;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border: 1px solid #C7E5F5;
    background: #f4fdff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    z-index: 99;
}
.header .gnb ul > li > .dropdown-menu .submenu-list {
	display: none;
    width: 200px;
    position: absolute;
    top: 0px;
    right: -300px;
    padding: 10px 0;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border: 1px solid #C7E5F5;
    background: #f4fdff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    z-index: 99;
}

.header .gnb ul li .dropdown-menu li{
    width: 100%;
    padding: 0;
}

.header .gnb ul li .dropdown-menu li.m-select a,
.header .gnb ul > li > .dropdown-menu li:hover > a {
    background: #C7E5F5 url("../img/mid_gnb_arrow.svg") no-repeat 93% 12px;
    background-size: 6px;
    color: var(--defaultWhite);
}

.header .gnb ul li .dropdown-menu  li a{
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1;
}

.header .gnb ul li .dropdown-menu hr{
    height: 1px;
    background: #cdcece;
    border: none;
}

.header .gnb ul li.open > .dropdown-menu{
    display: inline-block;
}

.header.sticky .all-menu{
    top: 53px;
}

/* 헤더_Allmenu */
.all-menu { min-width: 1349px; width: 100%; border-top: 1px solid var(--pointBlue); position: fixed; left: 0; background: var(--lightBlue02); position: absolute; display: none; margin-top: -1px;}
.all-menu:before { width: 100%; height: 46px; border-bottom: 1px solid var(--pointBlue); background-color: var(--defaultWhite); position: absolute; left: 0; top: 0; content: ''; }
.wrap.overlay:before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; height: 100vh;
	background: var(--defaultBlack);
	opacity: .4;
	z-index: 1;
	content: '';
}
.all-menu .nav { display: flex; flex-wrap: wrap; }
.all-menu .nav li { width: 12.5%; padding: 0 13px; letter-spacing: -0.02em; border-right: 1px solid rgba(71, 56, 16, 0.2); }
.all-menu .nav li:first-child { padding-left: 0; }
.all-menu .nav li:last-child { border-right: 0; }
.all-menu .nav li span { display: block; padding: 14px 0; font-size: 15px; font-weight: 700; background-color: var(--defaultWhite); position: relative; z-index: 1; }
.all-menu .nav .sub-menu { padding: 14px 0; }
.all-menu .nav .sub-menu a { display: block; font-size: 13px; line-height: 31px; color: var(--lightBlack01); }
.all-menu .nav .sub-menu a:hover { color: var(--pointBlue); font-weight: 700; }
.all-menu .other-menu { display: flex; padding: 16px 0; position: relative; }
.all-menu .other-menu:before { width: 100vw; height: 0.5px; margin-left: -50vw; background: var(--lightGray01); position: absolute; left: 50%; top: 0; content: ''; }
.all-menu .other-menu .box { width: 50%; display: flex; }
.all-menu .other-menu .box:nth-child(2) {
	width: 35%;
	display: flex;
}
.all-menu .other-menu .box p { display: flex; align-items: center; justify-content: center; width: 90px; height: 26px; line-height: 24px; border-radius: 100px; border: rgba(51,51,51, 0.1); margin-right: 16px; text-align: center; font-size: 13px; font-weight: 700; background-color: var(--lightBlue01); }
.all-menu .other-menu .box p:after {
	margin-left: 5px;
	content: '';
}
.all-menu .other-menu .box .class:after { width: 12px; height: 12px; background: url(../img/menu-class.svg); }
.all-menu .other-menu .box .event:after { width: 12px; height: 12px; background: url(../img/menu-event.svg) no-repeat;}
.all-menu .other-menu .box .cs:after { width: 15px; height: 15px; background: url(../img/menu-cs.svg); }
.all-menu .other-menu .box ul { display: flex; flex-wrap: wrap; }
.all-menu .other-menu .box ul li { font-size: 13px; color: var(--lightBlack01); display: flex; align-items: center; }
.all-menu .other-menu .box ul li:after { width: 1px; height: 13px; margin: 0 11px; background: var(--defaultBlack); opacity: .1; content: ''; }
.all-menu .other-menu .box ul li:last-child:after { display: none; }
@media (max-width: 1349px) {
	.all-menu .other-menu:before { width: 1369px; left: -10px; margin-left: 0; }
}

/* 푸터 */
.footer .grid .container { display: flex; justify-content: space-between; align-items: center; }
.footer .grid.cs { background: var(--darkGray03); }
.footer .grid.cs ul { display: flex; align-items: center; }
.footer .cs-info { padding: 18px 0;  letter-spacing: -0.05em; color: var(--defaultWhite); }
.footer .cs-info li:last-child { margin-left: 17px; font-size: 15px; letter-spacing: 0; }
.footer .cs-info .ttl { font-size: 20px; font-weight: 700; line-height: 62px; border-right: 1px solid var(--darkGray03); padding-right: 20px; margin-right: 20px; }
.footer .cs-info .tel { font-size: 32px; font-weight: 600; }
.footer .cs-menu li { margin-right: 44px; font-size: 18px; font-weight: 600; letter-spacing: -0.05em; color: var(--defaultWhite); }
.footer .cs-menu li:last-child { margin-right: 0; }
.footer .cs-menu a { display: flex; align-items: center; }
.footer .cs-menu a:before {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255,255,255,.2);
	content: '';
}
.footer .cs-menu .news:before { background-image: url(../img/ic-news.svg); }
.footer .cs-menu .faq:before { background-image: url(../img/ic-faq.svg); }
.footer .cs-menu .control:before { background-image: url(../img/ic-control.svg); }
.footer .grid.menu { padding: 24px 0; border-bottom: 1px solid var(--darkGray02); background: var(--darkGray02);}
.footer .grid.menu ul,
.footer .grid.menu ul li { display: flex; align-items: center; }
.footer .grid.menu ul li { font-size: 14px; line-height: 17px; letter-spacing: -0.02em; color: var(--darkGray03); transition: .2s linear; }
.footer .grid.menu ul li:after { width: 1px; height: 13px; margin: 0 18px; background-color: var(--defaultWhite); content: ''; }
.footer .grid.menu ul li:last-child:after { display: none; }
.footer .grid.menu ul li:hover { color: var(--defaultWhite); }
.footer .grid.menu ul li a{
	color: var(--defaultWhite);
	font-weight: 600;
}
.footer .grid.info { padding: 36px 0 47px; background-color: var(--darkGray02);}
.footer .grid.info .company, .footer .grid.info .sns { display: flex; align-items: center; color: var(--defaultWhite)}
.footer .grid.info .company p { padding-left: 51px; font-size: 13px; line-height: 20px; letter-spacing: -0.05em; }
.footer .grid.info .company p span { display: block; margin-top: 20px; }
.footer .grid.info .sns { align-self: flex-end; }
.footer .grid.info .sns li { margin-right: 18px; }
.footer .grid.info .sns li:last-child { margin-right: 0; }
.footer .grid.info .sns a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 100%; background-color: rgba(92,92,92,.6); }

/* input */
input::placeholder { color: var(--lightGray03); }
input:-ms-input-placeholder { color: var(--lightGray03); }
input::-webkit-input-placeholder { color: var(--lightGray03); }
input::-moz-placeholder { color: var(--lightGray03); }
/* .checkbox { display: inline-block; vertical-align: middle; min-width: 18px; height: 15px; position: relative; margin-left: 5px;} */
/* input[type="checkbox"],
input[type="checkbox"] + span:before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}
input[type="checkbox"] { visibility: hidden; }
input[type="checkbox"] + span:before {
	border: 1px solid var(--lightBlack01);
	border-radius: 3px;
	background-color: var(--defaultWhite);
	box-sizing: border-box;
	content: '';
} */

/* 회원가입 체크 */
/* input[type="checkbox"],
input[type="checkbox"] + span.join_check {
	width: 18px;
	height: 18px;
}

input[type="checkbox"] + span.join_check:before {
	border: 1px solid var(--lightBlack01);
	border-radius: 3px;
	background-color: var(--defaultWhite);
	box-sizing: border-box;
	content: '';
}

input[type="checkbox"]:checked + span:before {
	background: url(../img/ic-check.svg)no-repeat center var(--deepBlue);
	border: none;
}
.radio { padding-left: 28px; position: relative; }
input[type="radio"] { vertical-align: middle; appearance: none; -webkit-appearance: none; visibility: hidden; }
input[type="radio"], input[type="radio"] + span:before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
input[type="radio"] + span { font-size: 14px; }
input[type="radio"] + span:before {
	border: 1px solid var(--lightGray01);
	border-radius: 100%;
	box-sizing: border-box;
	content: '';
}
input[type="radio"]:checked + span:before {
	border: 0;
	background: url(../img/radio-on.svg)no-repeat;
	background-size: contain;
} */

/* pagination */
/* .pagination { margin-top: 30px; display: flex; align-items: center; justify-content: center; }
.pagination span { width: 30px; height: 30px; margin-right: 10px; border: 1px solid rgba(0,0,0,.1); border-radius: 100%; text-align: center; line-height: 28px; font-size: 14px; font-weight: 500; color: var(--lightGray03); cursor: pointer; transition: .2s linear; }
.pagination span:last-child { margin-right: 0; }
.pagination span a { display: block; }
.pagination .on { border-color: var(--pointBlue); font-weight: 700; background-color: var(--pointBlue); color: var(--defaultWhite); }
.pagination .arrow, .pagination .arrow-next, .pagination .arrow-prev {
	background-repeat: no-repeat;
	background-position: center;
	border-color: transparent;
	margin-right: 0;
}
.pagination .arrow { background-image: url(../img/pagination-arrow.svg); }
.pagination .arrow-next,
.pagination .arrow-prev { background-image: url(../img/pagination-next.svg); }
.pagination .arrow.prev { margin-right: 10px; }
.pagination .arrow-prev, .pagination .arrow.prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.pagination span:hover { color: var(--defaultBlack); } */

/* 서브 */
/* .sub, .main { margin-top: 166px; } 
.sub .layout-box { display: flex; flex-wrap: wrap; min-height: 700px; margin-bottom: 90px;}
.sub .layout-box .lnb { width: 19%; border: 1px solid var(--lightGray01); height: 100%; }
.sub .layout-box .lnb .lnb_area .select_area {
	padding: 0 17px;
	padding-bottom: 20px;
    border-bottom: 1px solid var(--lightGray01);
}
.sub .layout-box .lnb .lnb_area .menu {
	padding: 0 17px;
}

body.sub-wrap main.sub .container .content { width: 72%; padding-bottom: 100px; margin-top: -40px; }*/

/* 서브_lnb */
/* .sub .layout-box .lnb h2 {
    height: 226px;
	padding-top: 140px;
    padding-left: 15px;
    font-size: 32px;
    letter-spacing: -0.02em;
	background-color: var(--deepBlue);
	color: var(--defaultWhite);
	border-bottom-right-radius: 30px;
}
.sub .layout-box .lnb .box { margin-top: 30px; }
.sub .layout-box .lnb .box h3 { margin-bottom: 10px; font-size: 15px; font-weight: 600; letter-spacing: -0.02em; color: var(--lightBlack01); }
.sub .layout-box .lnb .grade-li { display: flex; flex-wrap: wrap; margin-right: -4px; }
.sub .layout-box .lnb .grade-li li {
    width: calc(16% - 4px);
    margin-right: 4px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--lightBlue03);
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 500;
    cursor: pointer;
}
.sub .layout-box .lnb .grade-li .on { background-color: var(--middleBlue03); }
.sub .layout-box .lnb .semester { display: flex; flex-wrap: wrap; border-radius: 100px; overflow: hidden; background-color: var(--lightBlue03); }
.sub .layout-box .lnb .semester li {
    width: calc(50% - 6px);
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--lightGray03);
    cursor: pointer;
}
.sub .layout-box .lnb .semester .on { width: calc(50% + 6px); border-radius: 100px; background-color: var(--middleBlue03); font-weight: 700; color: var(--defaultBlack); }
.sub .layout-box .lnb .menu { margin-top: 20px; padding: 0 20px;}
.sub .layout-box .lnb .menu li {
    letter-spacing: -0.03em;
    color: var(--darkGray02);
    border-top: 1px solid var(--lightGray01);
    transition: .2s linear;
}
.sub .layout-box .lnb .menu li:first-child { border-top: 0; }
.sub .layout-box .lnb .menu li a { display: block; padding: 26px 0; }
.sub .layout-box .lnb .menu .on>a { font-weight: 700; color: var(--deepBlue); background: url(../img/lnb-arrow.svg)no-repeat center right 14px; }
.sub .layout-box .lnb .menu li:hover { color: var(--defaultBlack); } */

/* 서브_location */
.sub .loc-li, .sub .loc-li li { display: flex; align-items: center; justify-content: flex-end;}
.sub .loc-li li { font-size: 13px; font-weight: 500; letter-spacing: -0.05em; color: rgba(0,0,0,.5); }
.sub .loc-li li:after { width: 2px; height: 2px; margin: 0 6px; border-radius: 100%; background: var(--defaultBlack); opacity: .5; content: ''; }
.sub .loc-li .home:after, .sub .loc-li li:last-child:after { display: none; }
.sub .loc-li .home { margin-right: 10px; }
.sub .loc-li .on { font-weight: 700; color: var(--defaultBlack); }

/* 교과 활동 > 차시별수업 */
body.sub-wrap main.sub .container .content .head-box { padding: 11px 0 14px 30px; position: relative; }
body.sub-wrap main.sub .container .content .head-box:before { width: 100vw; height: 100%; background: var(--defaultWhite); position: absolute; top: 0; left: 0; content: ''; z-index: -1; }
body.sub-wrap main.sub .container .content .head-box .grid { 
	display: flex;
    margin-bottom: 14px;
    flex-direction: column;
}
body.sub-wrap main.sub .container .content .head-box .txtbook_layout,
body.sub-wrap main.sub .container .content .head-box .myBookList_title { 
	display: flex;
    margin-bottom: 14px;
	flex-direction: row;
}
body.sub-wrap main.sub .container .content .head-box .grid:first-child { justify-content: flex-end; }
body.sub-wrap main.sub .container .content .head-box .grid .book_area {
	display: flex;
	justify-content: space-between;
}
body.sub-wrap main.sub .container .content .head-box .grid:last-child { margin-bottom: 0; }
body.sub-wrap main.sub .container .content .head-box .grid .btn, 
body.sub-wrap main.sub .container .content .grid .btn p {
	display: flex; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: -0.02em; color: var(--lightGray03); margin-right: 7px;
}
body.sub-wrap main.sub .container .content .head-box .grid .btn p { margin: 0 0 0 7px}
body.sub-wrap main.sub .container .content .head-box .book { display: flex; }
body.sub-wrap main.sub .container .content .head-box .book-img { width: 106px; height: 134px; margin-right: 18px; overflow: hidden;}
body.sub-wrap main.sub .container .content .head-box .book-img img { width: 100%; height: 100%; object-fit: cover; }
body.sub-wrap main.sub .container .content .head-box .book-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.sub-wrap main.sub .container .content .head-box .book-info h2 { position: relative; display: inline-block; font-size: 38px; line-height: 1.21; letter-spacing: -0.05em; font-weight: 500;}
body.sub-wrap main.sub .container .content .head-box .book-info h2.etc-ttl .badge{
    position: absolute;
	top: 5px;
	right: -300px;
    padding: 0.3em 0.4em;
    font-size: 20px;
    font-weight: 500;
	color: var(--defaultWhite);
    background-color: var(--lightRed01);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0 0.25rem 0.25rem 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	letter-spacing: 0.03em;
}
body.sub-wrap main.sub .container .content .head-box .book-info h2.etc-ttl .badge:before{
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
    top: 0;
    left: -10px;
	border-top: 10px solid var(--lightRed01);
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
body.sub-wrap main.sub .container .content .head-box .book-info p { margin-top: 12px; font-size: 17px; letter-spacing: -0.02em; line-height: 20px; }
body.sub-wrap main.sub .container .content .head-box .book-info p span { margin-right: 12px; font-weight: 700; }
body.sub-wrap main.sub .container .content .head-box .book-btn ul { 
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}
body.sub-wrap main.sub .container .content .head-box .book-btn li { width: 198px; margin-right: 6px; }
.sub .layout-box .head-box .book-btn li:last-child { margin-right: 0; }
body.sub-wrap main.sub .container .content .head-box .book-btn .bt { margin-bottom: 6px; border: 1px solid var(--lightGray01); }
body.sub-wrap main.sub .container .content .head-box .book-btn .bt:last-child { margin-bottom: 0; }

/* @media (max-width: 1349px) {
	body.sub-wrap main.sub .container .content .head-box:before { width: 1349px; }
	body.sub-wrap main.sub .container .content .head-box { background-color: var(--defaultWhite); }
} */
/* 버튼 */
/* .toggle-bt { width: 34px; height: 20px; border-radius: 100px; background: var(--darkGray02); position: relative; cursor: pointer; }
.toggle-bt:before { width: 14px; height: 14px; margin-top: -7px; border-radius: 100%; background: var(--defaultWhite); position: absolute; left: 4px; top: 50%; transition: .2s linear; content: ''; }
.toggle-bt.on { background: var(--defaultBrown); }
.toggle-bt.on:before { left: auto; right: 4px; background: var(--middleBlue03); }
.bt { display: flex; align-items: center; width: 198px; padding: 0 8px 0 5px; height: 38px; line-height: 36px; border-radius: 6px; background: var(--defaultWhite); font-size: 13px; letter-spacing: -0.02em; font-weight: 600; position: relative; cursor: auto; }
.bt .ic { display: flex; align-items: center; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); cursor: pointer; }
.bt .ic span { display: flex; }
.bt .ic span:after { display: inline-block; vertical-align: middle; width: 1px; height: 24px; margin: 0 5px; background: var(--defaultWhite); content: ''; }
.bt .ic span:last-child:after { display: none; }
.bt:before {
    width: 25px;
    height: 24px;
    margin-right: 7px;
    background-repeat: no-repeat;
    content: '';
}
.bt .txt { width: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.bt.line { border: 1px solid rgba(0, 0, 0, 0.2); }
.bt.pdf:before { background-image: url(../img/ic-pdf.svg); }
.bt.etc:before { background-image: url(../img/ic-etc.svg); }
.bt.dvd:before { background-image: url(../img/ic-mov.svg); }
.bt.youtube:before { background-image: url(../img/youtube.svg); }
.bt.html { cursor: pointer; }
.bt.html:before { background-image: url(../img/ic-html.svg); }
.bt.hwp:before { background-image: url(../img/ic-hwp.svg); }
.bt.ppt:before { background-image: url(../img/ic-ppt.svg); }
.bt-ebook, .bt-share { font-size: 15px; font-weight: 700; letter-spacing: -0.02em; }
.bt-ebook:before, .bt-share:before {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-repeat: no-repeat;
	content: '';
}
.bt-ebook:before { background-image: url(../img/ic-ebook.svg); }
.bt-share:before { background-image: url(../img/ic-share.svg); }
*/
/* 페이지 탭 */
/* .sub .page-nav { padding-left: 30px; margin-bottom: 30px; height: 58px; display: flex; align-items: center; position: relative; } */
/* .sub .page-nav:before { width: 100vw; height: 1px; background: var(--defaultWhite); position: absolute; left: 0; bottom: 0; z-index: -1; content: ''; } */
/* .sub .page-nav a { display: inline-block; line-height: 58px; letter-spacing: -0.02em; color: var(--darkGray02); font-weight: 600; position: relative; width: 100%; text-align: center;}
.sub .page-nav a:first-child { 
	border-radius: 20px 0 0 0;
}
.sub .page-nav a:last-child { 
	margin-right: 0;
	border-radius: 0 20px 0 0;
}
.sub .page-nav .on { font-weight: 700; color: var(--defaultWhite); background-color: var(--middleBlue03);}
.sub .page-nav .on:before { width: 100%; height: 4px; background-color: var(--middleBlue03); position: absolute; left: 0; bottom: 0; content: ''; }
.sub .page-nav a {
	border: 1px solid var(--lightGray01);
	
}
.sub .page-nav a:hover { color: var(--defaultBlack); } */
/* 페이지 탭 220512 추가 */
.sub .page-cate { padding: 28px 0 28px 30px; margin-bottom: 30px; display: flex; align-items: center; position: relative; }
.sub .page-cate:before { width: 100vw; height: 1px; background: var(--defaultWhite); position: absolute; left: 0; bottom: 0; z-index: -1; content: ''; }
.sub .page-cate .all { width: 113px; height: 101px; border-radius: 10px; border: 2px solid var(--lightGray04); display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; font-size: 19px; font-weight: 700; letter-spacing: -0.47px; color: var(--lightGray04); cursor: pointer; transition: .2s linear; }
.sub .page-cate .all:before { display: block; width: 41px; height: 44px; margin-bottom: 4px; background: url(../img/bt_all_off.png)no-repeat; background-size: contain; content: ''; }
.sub .page-cate .all.on { background-color: var(--middleBlue01); border-color: var(--middleBlue01); color: var(--lightBrown); }
.sub .page-cate .all.on:before, .sub .page-cate .all:hover:before { background-image: url(../img/bt_all_on.png); }
.sub .page-cate .all:hover { border-color: var(--lightBrown); color: var(--lightBrown); }

.sub .page-cate .category { width: calc(100% - 101px); padding-left: 13px; margin-top: -10px; margin-right: -12px; display: flex; flex-wrap: wrap; }
.sub .page-cate .category li { width: calc(16.666% - 12px); margin-top: 10px; margin-right: 12px; line-height: 42px; border: 2px solid var(--lightGray04); border-radius: 10px; padding: 0 22px; font-size: 17px; letter-spacing: -0.42px; color: var(--lightGray04); cursor: pointer; position: relative; transition: .2s lienar; }
.sub .page-cate .category li:before, .sub .page-cate .category2 li:before, .sub .page-cate .all2:after { width: 6px; height: 11px; margin-top: -5px; background: url(../img/cate-arrow.png) no-repeat; background-size: contain; position: absolute; top: 50%; right: 16px; content: ''; transition: .2s linear; }
.sub .page-cate .category li.on, .sub .page-cate .category2 li.on { border-color: var(--middleBlue01); background-color: var(--middleBlue01); color: var(--lightBrown); font-weight: 700; }
.sub .page-cate .category li.on:before, .sub .page-cate .category2 li.on:before, .sub .page-cate .all2.on:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); background-image: url(../img/cate-arrow-on.png); }
.sub .page-cate .category li.off, .sub .page-cate .category2 li.off { pointer-events: none; }
.sub .page-cate .category li:hover, .sub .page-cate .category2 li:hover { color: var(--lightBrown); border-color: var(--lightBrown); }
.sub .page-cate .category li:hover:before, .sub .page-cate .category2 li:hover:before { background-image: url(../img/cate-arrow-on.png); }
.sub .page-cate .category .off, .sub .page-cate .category2 .off { border-color: var(--lightGray01); background: var(--defaultWhite); color: rgba(187, 183, 172, .56); }

.sub .page-cate .all2 { width: 140px; height: 46px; position: relative; margin-right: 10px; border-radius: 10px; border: 2px solid var(--lightGray04); display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: start; font-size: 18px; font-weight: 700; letter-spacing: -0.47px; color: var(--lightGray04); cursor: pointer; transition: .2s linear; }
.sub .page-cate .all2:before { display: block; width: 28px; height: 30px; background: url(../img/bt_all_off.png)no-repeat; background-size: contain; content: ''; margin:0 10px;}
.sub .page-cate .all2.on { background-color: var(--middleBlue01); border-color: var(--middleBlue01); color: var(--lightBrown); }
.sub .page-cate .all2.on:before, .sub .page-cate .all2:hover:before { background-image: url(../img/bt_all_on.png); }
.sub .page-cate .all2:hover { border-color: var(--lightBrown); color: var(--lightBrown); }

.sub .page-cate .category2 { width: calc(100% - 150px); margin-top: -10px; display: flex; flex-wrap: wrap; }
.sub .page-cate .category2 li { width: calc((100% - 50px) / 6); margin-top: 10px; margin-right: 10px; line-height: 42px; border: 2px solid var(--lightGray04); border-radius: 10px; padding: 0 22px; font-size: 17px; letter-spacing: -0.42px; color: var(--lightGray04); cursor: pointer; position: relative; transition: .2s lienar; }
.sub .page-cate .category2 li:last-child{margin-right: 0;}

/* 차시별수업 */
.sub .list-box { margin-bottom: 40px; }
.sub .list-box .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 12px 12px 0;
    position: relative;
}
.sub .list-box .ic-arrow {
    width: 19px;
    height: 10px;
    background: url(../img/toggle-arrow.svg)no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transition: .2s linear;
    content: '';
	cursor: pointer;
}
.sub .list-box.on .ic-arrow {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.sub .list-box .ttl h3 { display: flex; align-items: center; }
.sub .list-box.st1 .ttl {
	margin-left: 30px;
	border-radius: 12px;
	min-height: 64px;
    padding: 15px 60px 15px 20px;
	margin-bottom: 20px;
    background-color: var(--lightBlue03);
}
.sub .list-box.st1 .ttl h3 { font-size: 22px; letter-spacing: -0.04em; color: var(--darkGray04); cursor: pointer; }
.sub .list-box.st1 .ttl h3 span {min-width: 32px;height: 32px;margin-right: 11px;padding: 0 10px;border-radius: 6px;line-height: 32px;text-align: center;background-color: var(--deepBlue);font-size: 17px;font-weight: 800;color: var(--defaultWhite);}
.sub .list-box .btn { display: flex; flex-wrap: wrap; }
.sub .list-box .btn .bt { margin-right: 12px; }
.sub .list-box .btn .bt:last-child { margin-right: 0; }
/* .sub .list-box .list-inner { display: none; padding-left: 30px; } */
.sub .list-box.st1 .list { padding: 15px 0 15px 0; }
.sub .list-box.st1 .list:first-child { padding-top: 0; }
.sub .list-box.st1 .list:last-child { padding-bottom: 0; }
.sub .list-box.st1 .h3-grid, .sub .list-box.st1 .list h3 {
	padding: 20px 30px;
	font-size: 18px;
	letter-spacing: -0.02em;
	background-color: var(--lightGray02);
}
.sub .list-box.st1 .h3-grid {
	display: flex; flex-wrap: wrap; align-items: center;
	border-radius: 12px 12px 0 0;
	border: 1px solid var(--lightGray01);
	border-bottom: 0;
}
.sub .list-box.st1 .h3-grid h3 { padding: 0; width: calc(100% - 618px); }
.sub .list-box.st1 .h3-grid .list-down {
	width: 600px;  /* yub 수정 630px*/
	margin-top: 0;
}
.sub .list-box .list ul { border: 1px solid var(--lightGray01); }
.sub .list-box .list ul li { padding: 20px 30px; border-bottom: 1px solid var(--lightGray01); }
.sub .list-box .list ul li:last-child { border-bottom: 0; }
.sub .list-box .list .list-ttl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sub .list-box .list .list-ttl p { width: 73%; display: flex; align-items: center; font-weight: 500; letter-spacing: -0.023em; line-height: 1.19; cursor: pointer; transition: .2s linear; }
/**
yub 수정 마지막 연차시 포인트 컬러 추가 
**/
.sub .list-box .list .list-ttl .laston {
	color : var(--deepBlue);
	background-image : url(../img/last_class.png);
	background-position : left;
	background-size : 20px;
	background-repeat : no-repeat;
	background-position-x : 5px;
}
.sub .list-box .list .list-ttl p span {
	padding: 4px 12px;
	margin-right: 10px;
	height: 26px;
	border-radius: 100px;
	background-color: var(--lightBlue03);
	font-weight: 700;
	letter-spacing: -0.02em;
    text-align: center;
}
.sub .list-box .list .list-ttl .num {
	min-width: 100px;
	padding: 0 12px;
	margin-right: 10px;
	height: 26px;
	border: 1px solid var(--defaultBlack); border-radius: 100px;
	line-height: 24px;
	font-size: 15px; font-weight: 700; letter-spacing: -0.02em;
    text-align: center;
}
.sub .list-box .list .list-ttl p span.on { background: var(--middleBlue03); border-color: var(--middleBlue03); }
.sub .list-box .list .list-ttl p:hover { color: var(--pointBlue); }
.sub .list-box .list .list-ttl p:hover span { border-color: var(--pointBlue); }
.sub .list-box .list .list-ttl .txt { width: calc(100% - 70px); }
.sub .list-box .list .list-ttl .txt .name { margin: 3px 0 7px; font-weight: 500; line-height: 19px; color: var(--defaultBlack); }
.sub .list-box .list .list-ttl .txt p { font-size: 16px; line-height: 27px; color: var(--lightGray03); }
.sub .list-box .list .list-ttl .btn, .sub .list-box .list .list-ttl .btn a { display: flex; align-items: center; }
.sub .list-box .list .list-ttl .btn { width: 26%; justify-content: flex-end; }
.sub .list-box .list .list-ttl .btn a { padding: 0 16px; border-right: 1px solid var(--defaultWhite); line-height: 30px; }
.sub .list-box .list .list-ttl .btn a:last-child { border-right: 0; padding-right: 0; }
.sub .list-box .list .list-down {
	display: flex; flex-wrap: wrap; margin: 12px -6px 0;

}
.sub .list-box .list .list-down.right { justify-content: flex-end; }
.sub .list-box.st1 .list .list-down { justify-content: flex-end; }
.sub .list-box .list .list-down a { margin: 6px 6px 0; background-color: var(--defaultWhite); border: 1px solid rgba(0,0,0,.2); cursor: auto; }
.sub .list-box.st2 { margin-bottom: 6px; }
.sub .list-box.st2 .ttl {
	margin-bottom: 6px;
    padding: 19px 25px 19px 0;
	border-radius: 12px 12px 0 0;
	margin-left: 30px;
    background: var(--defaultWhite);
	letter-spacing: -0.02em;
}
/* .sub .list-box .list-inner { margin-top: 26px; } */
.sub .list-box.st2 .ttl h3 span { width: 70px; margin-right: 30px; text-align: center; font-size: 13px; line-height: 23px; border-right: 1px solid var(--lightGray02); }
.sub .list-box.st2 .down-btn { margin-bottom: 36px; }

/* 교과 활동 > 멀티미디어 자료 다운받기 */
.sub .page-nav .inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.sub .page-nav .inner > div { width: 100%; display: flex;}
.sub .page-nav .inner > div > a { width: 50%; text-align: center; border: 1px solid var(--lightGray01)}
.sub .page-nav .inner > div > a:first-child {
	border-radius: 20px 0 0 0;
}
.sub .page-nav .inner > div > a:last-child {
	border-radius: 0 20px 0 0;
}
.sub .search { width: 100%; height: 34px; position: relative; display: flex; justify-content: flex-end;}
.sub .search input { width: 202px; height: 34px; padding: 0 34px 0 16px; border: 1px solid var(--lightGray01); border-radius: 100px; font-size: 14px; letter-spacing: -0.02em; color: var(--lightGray03); outline: none; }
.sub .search .search-bt {
	width: 16px;
	height: 17px;
	background: url(../img/ic-search.svg)no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	cursor: pointer;
	border: none;
}
.sub .category-nav { display: flex; flex-wrap: wrap; padding: 18px 30px; margin-right: -10px; margin-top: -30px; }
.sub .category-nav a { padding: 0 21px; line-height: 35px; margin-right: 10px; font-weight: 600; letter-spacing: -0.02em; color: var(--darkGray02); transition: .2s linear; }
.sub .category-nav .on { border-radius: 100px; background-color: var(--middleBlue03); color: var(--defaultWhite); font-weight: 700; }
.sub .category-nav a:hover { color: var(--defaultBlack); }
.sub .list-box.st1 .item-li { display: flex; flex-wrap: wrap; margin-top: -2px; margin-right: -14px; padding-bottom: 26px; }
.sub .list-box.st1 .item-li li { width: calc(25% - 14px); margin-right: 14px; margin-top: 22px; border: 1px solid var(--lightBlue03); border-radius: 12px; background-color: var(--lightBlue04);}
.sub .list-box.st1 .item-li li:nth-child(-n+4) { margin-top: 0; }
.sub .list-box.st1 .item-li .thum { height: 162px; border-radius: 12px 12px 0 0; overflow: hidden; }
.sub .list-box.st1 .item-li .thum img { width: 100%; height: 100%; object-fit: cover; }
.sub .list-box.st1 .item-li .txt { padding: 10px 16px; border-radius: 0 0 12px 12px; background-color: var(--lightBlue04); }
.sub .list-box.st1 .item-li .txt p { font-size: 14px; line-height: 18px; letter-spacing: -0.02em; display: flex; align-items: center;}
.sub .list-box.st1 .item-li .util-box { justify-content: space-between; margin-top: 11px; }
.sub .list-box.st1 .item-li .util-box,
.sub .list-box.st1 .item-li .util-box>div { display: flex; }
.sub .list-box.st1 .item-li .util-box .info span { display: flex; align-items: center; font-size: 13px; letter-spacing: -0.02em; color: var(--deepBlue) }
.sub .list-box.st1 .item-li .util-box .info span:after {
	width: 1px;
	height: 11px;
	margin: 0 6px;
	background: var(--lightGray02);
	content: '';
}
.sub .list-box.st1 .item-li .util-box .info span:last-child:after { display: none; }
.sub .list-box.st1 .item-li .util-box .time:before {
	content: url(../img/ic-play.svg);
	margin-right: 4px;
}
.sub .list-box.st1 .item-li .util-box .ic { margin-right: -18px; }
.sub .list-box.st1 .item-li .util-box .ic label { width: 18px; height: 18px; position: relative; }
.sub .list-box.st1 .item-li .util-box .ic label,
.sub .list-box.st1 .item-li .util-box .ic a { margin-right: 18px; }
.sub .list-box .down-btn { padding-top: 12px; display: flex; flex-wrap: wrap; align-items: center; border-top: 1px solid var(--defaultWhite); }
.sub .list-box .down-btn a { margin-right: 8px; }
/* 버튼 */
.bt-book { vertical-align: middle; content: url(../img/ic-book.svg); }
.bt-book.on { content: url(../img/ic-book_on.svg); }
.bt-down { vertical-align: middle; content: url(../img/ic-down.svg); }
.bt2 { display: flex; align-items: center; padding-left: 12px; padding-right: 14px; line-height: 30px; border: 1px solid rgba(0,0,0,.4); border-radius: 6px; font-size: 13px; font-weight: 500; letter-spacing: -0.02em; }
.bt2:after { width: 16px; height: 16px; margin-left: 5px; background: url(../img/ic-down2.svg); content: ''; }

/* 차시편집기 */
.popup { display: flex; flex-direction: column; height: 100%; }
.popup .pop-head { height: 120px; background: var(--darkGray04); }
.popup .pop-head .box { display: flex; align-items: center; justify-content: space-between; padding: 0 14px; }
.popup .pop-head .box:first-child { border-bottom: 1px solid var(--darkGray04); }
.popup .pop-head .class-bt { padding: 3px 0; display: flex; align-items: center; font-size: 14px; letter-spacing: -0.02em; color: var(--defaultWhite); font-weight: 700; }
.popup .pop-head .class-bt li { line-height: 36px; }
.popup .pop-head .class-bt .list { padding-right: 20px; border-right: 1px solid var(--lightBrown); margin-right: 20px; }
.popup .pop-head .class-bt .list:before { margin-right: 9px; content: url(../img/ic-list.svg); }
.popup .pop-head .guide { width: 111px; height: 24px; line-height: 24px; border-radius: 50px; background: var(--defaultBlack); font-size: 14px; letter-spacing: -0.02em; color: var(--lightGray04); text-align: center; }
.popup .pop-head .prev:before, .popup .pop-head .next:before {
	display: inline-block;
	width: 30px; height: 30px;
	content: url(../img/pop-nav.svg);
	vertical-align: middle;
}
.popup .pop-head .next { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.popup .pop-head .prev:hover:before, .popup .pop-head .next:hover:before {
	content: url(../img/pop-nav-on.svg);
}
.popup .pop-head .class-ttl { padding: 9px 0 14px; letter-spacing: -0.02em; }
.popup .pop-head .class-ttl h2 { display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--defaultWhite); }
.popup .pop-head .class-ttl h2 span { min-width: 64px; text-align: center; margin-right: 10px; line-height: 26px; padding: 0 5px; border: 1px solid var(--pointBlue); border-radius: 100px; font-size: 16px; font-weight: 700; color: var(--pointBlue); }
.popup .pop-head .class-ttl ul, .popup .pop-head .class-ttl ul li { display: flex; align-items: center; justify-content: center; }
.popup .pop-head .class-ttl ul li { margin-top: 9px; font-size: 14px; color: var(--lightGray01); }
.popup .pop-head .class-ttl ul li:after { margin: 0 5px; content: '>'; }
.popup .pop-head .class-ttl ul li:last-child:after { display: none; }
.popup .pop-body { height: calc(100% - 120px); padding: 17px 12px 18px; background: var(--defaultWhite); }
.popup .pop-body .grid { height: 100%; display: flex; flex-wrap: wrap; margin-right: -8px; }
.popup .pop-body .col { width: calc(50% - 8px); height: 100%; margin-right: 8px; display: flex; flex-direction: column; }
.popup .pop-body .col .box { height: 100%; background: var(--defaultWhite); overflow-y: auto; }
.popup .pop-body .col-ttl { display: flex; align-items: center; margin-bottom: 18px; }
.popup .pop-body .col-ttl h3 { letter-spacing: -0.02em; }
.popup .pop-body .col-ttl p { margin-left: 37px; display: flex; align-items: center; font-size: 14px; font-weight: 600; color: var(--lightGray03); }
.popup .pop-body .col-ttl .toggle-bt { margin-left: 10px; }
.popup .pop-body .data-box { display: flex; flex-wrap: wrap; padding-right: 20px; }
.popup .pop-body .data-box:first-child { padding-top: 7px; }
.popup .pop-body .data-box h3 { width: 133px; padding-top: 35px; font-size: 15px; text-align: center; position: relative; }
.popup .pop-body .box.box1 { position: relative; background: url(../img/line.png)repeat-y left 112px top var(--defaultWhite); }
.popup .pop-body .data-box h3:after {
	position: absolute;
	background: var(--middleBlue03);
	content: '';
}
/* .popup .pop-body .box1:before {
	width: 1px;
	height: 100vh;
	left: 112px;
	top: 0;
} */
.popup .pop-body .data-box h3:after {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	right: 15px;
	top: 37px;
	z-index: 2;
}
.popup .pop-body .data-box:first-child h3:before { height: calc(100% + 7px); top: -7px; }
.popup .pop-body .data-box .data-li { width: calc(100% - 133px); padding: 8px 0; border-bottom: 1px solid var(--lightGray02); }
.popup .pop-body .data-box:last-child .data-li { border-bottom: 0; }
.popup .pop-body .data-li li { display: flex; flex-wrap: wrap; padding: 10px 0; position: relative; z-index: 1; }
.popup .pop-body .data-li li:hover:before {
	width: calc(100% + 40px);
	height: 100%;
	position: absolute;
	left: -20px;
	top: 0;
	background: var(--defaultWhite)8D0;
	z-index: -1;
	content: '';
}
.popup .pop-body .data-li .thum { width: 108px; height: 60px; border: 2px solid transparent; border-radius: 6px; overflow: hidden; transition: .2s linear; }
.popup .pop-body .data-li .thum img { width: 100%; height: 100%; object-fit: cover; }
.popup .pop-body .data-li li:hover .thum { border-color: var(--middleBlue03); box-shadow: 5px 6px 6px rgba(81, 57, 52, 0.18); }
.popup .pop-body .data-li .cont { width: calc(100% - 60px); display: flex; align-items: center; flex-wrap: wrap; }
.popup .pop-body .data-li .detail { width: calc(100% - 108px); padding-left: 16px; padding-right: 5px; }
.popup .pop-body .data-li .detail p { margin-bottom: 4px; font-size: 15px; line-height: 16px; letter-spacing: -0.02em; color: var(--lightBlack01); }
.popup .pop-body .data-li .detail p:last-child { margin-bottom: 0; }
.popup .pop-body .data-li .detail .ttl { font-size: 15px; font-weight: 500; margin-bottom: 8px; color: var(--lightBlack01); }
.popup .pop-body .data-li .btns { width: 60px; display: flex; align-items: center; justify-content: flex-end; }
.popup .pop-body .data-li .btns a, .popup .pop-body .data-li .btns button { margin-right: 24px; }
.popup .pop-body .data-li .share:before { content: url(../img/ic-share_s.svg); }
.popup .pop-body .data-li .del { cursor: pointer; background: transparent; }
.popup .pop-body .data-li .del:before { content: url(../img/ic-del.svg); }
.popup .pop-body .data-box2 { padding: 20px; }
.popup .pop-body .data-box2 .count {
	margin-bottom: 20px;
	font-size: 15px; font-weight: 700;
}
.popup .pop-body .data-box2 .ic { width: 5%; }
.popup .pop-body .data-box2 .cont { width: 85%; }
.popup .pop-body .data-box2 .btns { width: 10%; }
.popup .pop-body .data-li .btns>*:last-child { margin-right: 0; }
.popup .pop-body .col-head { padding-right: 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--lightGray02); }
.popup .pop-body .col-head .menu,
.popup .pop-body .col-head .form ul { display: flex; align-items: center; }
.popup .pop-body .col-head .menu a { margin-left: 20px; font-size: 15px; font-weight: 600; color: var(--darkGray02); line-height: 55px; position: relative; }
.popup .pop-body .col-head .menu .on { font-weight: 700; color: var(--defaultBlack); }
.popup .pop-body .col-head .menu .on:before { width: 100%; height: 2px; background: var(--lightBlack01); position: absolute; left: 0; bottom: 0; content: ''; }

.popup .pop-body .col-head .form ul li { font-size: 14px; margin-right: 14px; }
.popup .pop-body .col-head .form ul li:last-child { margin-right: 0; }
.popup .pop-body .col-head .form .search { width: 202px; position: relative; }
.popup .pop-body .col-head .form .search input[type="text"] { width: 100%; height: 34px; padding: 0 38px 0 16px; border: 1px solid var(--lightGray01); border-radius: 100px; }
.popup .pop-body .col-head .form .s-bt {
	width: 18px;
	height: 17px;
	margin-top: -8px;
	background: url(../img/bt-search.svg)no-repeat;
	background-size: contain;
	font-size: 0;
	border: 0;
	position: absolute;
	top: 50%; right: 11px;
}
.popup .pop-body .class-bt { margin-top: 18px; display: flex; justify-content: space-between; }
.popup .pop-body .class-bt a { display: inline-block; margin-right: 5px; padding: 0 11px; line-height: 30px; border-radius: 6px; font-size: 13px; color: var(--lightBlack01); box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); cursor: pointer; }
.popup .pop-body .class-bt a:last-child { margin-right: 0; }
.popup .pop-body .class-bt .bt-line {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.0728) 52.08%, rgba(0, 0, 0, 0.1274) 72.4%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%), var(--defaultWhite)FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.05), inset 0px 8px 3px rgba(255, 255, 255, 0.4), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 2px rgba(0, 0, 0, 0.18);
}
.popup .pop-body .class-bt .bt-line:hover,
.popup .pop-body .class-bt .bt-line.on { background: var(--middleBlue03); border-color: rgba(206,173,0,.4); }
.popup .pop-body .class-bt .bg1 {
	background: linear-gradient(180deg, rgba(59, 56, 51, 0) 0%, rgba(68, 64, 58, 0.4) 67.71%), linear-gradient(180deg, rgba(59, 56, 51, 0) 0%, rgba(59, 56, 51, 0.4) 100%), var(--lightBrown);
	box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 3px rgba(162, 154, 143, 0.62), inset 0px -5px 3px rgba(51, 47, 41, 0.84);
	color: var(--defaultWhite);
}
.popup .pop-body .class-bt .bg2 {
	background: linear-gradient(180deg, rgba(1, 138, 212, 0) 29.69%, rgba(8, 112, 216, 0.4) 91.67%), linear-gradient(180deg, rgba(0, 155, 206, 0) 0%, rgba(0, 124, 206, 0.4) 100%), var(--pointBlue);
	border: 1px solid var(--pointBlue);
	box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 5px 2px rgb(183 192 255 / 49%), inset 0px -3px 2px rgba(24, 171, 184, 0.64)
}
.popup .pop-body .class-bt i { margin-left: 8px; }
.popup .pop-body .class-bt .bt-err { padding: 0; margin-left: 7px; display: flex; align-items: center; }
.popup .pop-body .class-bt .bt-err i { width: 16px; height: 16px; }
.popup .pop-body .class-bt .bt-err i img { vertical-align: top; }
.popup .pop-body .left-bt, .popup .pop-body .right-bt { display: flex; }
.popup .pop-body .right-bt.full { width: 100%; justify-content: flex-end; }

/* 평가 자료_table */
/* .sub .list-box.st1 .list-inner .table { padding: 20px 0 0 30px; }
.table { 
	border-top: 1px solid var(--deepBlue);
	border-bottom: 1px solid var(--lightGray01);
}
.table th { padding: 9px 0; font-weight: 500; color: var(--deepBlue); }
.table th, .table td { border-bottom: 1px solid var(--lightGray02); font-size: 13px; }
.table td { padding: 7px 0; font-size: 15px; }
.table .ic { margin-right: 9px; }
.table td:not(.align-left) { text-align: center; }
.table th.align-left { text-align: left; }
.table td.ck-box, .table th.ck-box { text-align: left; padding-left: 11px; }
.table tbody tr:hover { background: var(--defaultWhite); }
.sub .list-box .down-btn.st2 { border-top: 0; margin-left: 0; } */

/* 특별한 수업자료_상단 타이틀 */
.sub .layout-box .head-box.etc { min-height: 148px; }
.sub .layout-box .head-box.etc .loc-li { width: 100%; justify-content: flex-end; }
.sub .layout-box .head-box .etc-ttl { font-size: 34px; }
/* 특별한 수업자료_selectbox */
.select { background: url(../img/ic-select.svg)no-repeat center right; }
.select select {
	padding-right: 20px;
	appearance: none; -webkit-appearance: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--darkGray02);
	border: 0;
	outline: none;
	background: transparent;
}
.select select::-ms-expand { display: none; }
.sub .page-nav .select { margin-right: 30px; }
.page-nav .select .gradeSeq {
	padding: 0 10px;
    width: 120px;
}
.page-nav .select .subjectCd {
	padding: 0 10px;
    width: 120px;
}
/* 특별한 수업자료_table */
.sub .list-box .table .bt-box { display: flex; align-items: center; justify-content: center; }
.sub .list-box .table .bt-box a { margin-right: 8px; }
.sub .list-box .table .bt-box a:last-child { margin-right: 0; }
/* 특별한 수업자료_더보기 버튼 */
.sub .list-box .down-btn.st2 .inner { display: flex; align-items: center; width: 100%; position: relative; }
.sub .list-box .down-btn .bt-more {
	display: flex;
	align-items: center;
	margin-right: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.02em;
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}
.sub .list-box .down-btn .bt-more:before { height: 12px; margin-right: 12px; content: url(../img/ic-more.svg); }

/* 창의적 체험 활동_lnb toggle menu */
/* .sub .layout-box .lnb .toggle .has-child>a { background: url(../img/ic-plus.svg)no-repeat right center; cursor: pointer; } */
.sub .layout-box .lnb .toggle .depth { border-top: 1px solid var(--lightGray02); padding: 14px 25px; }
.sub .layout-box .lnb .toggle .depth a { display: block; padding: 0; font-size: 14px; letter-spacing: -0.03em; color: var(--darkGray02); line-height: 33px; transition: .2s linear; }
.sub .layout-box .lnb .toggle .depth .on,
.sub .layout-box .lnb .toggle .depth a:hover { color: var(--defaultBlack); }
/* .sub .layout-box .lnb .toggle .active>a { font-weight: 700; background-image: url(../img/ic-minus.svg); } */

/* 창의적 체험 활동_상단타이틀 */
.sub .layout-box .head-box.etc2 { min-height: 148px; }
.sub .layout-box .head-box.etc2 .grid { margin-bottom: 0; }
.sub .layout-box .head-box.etc2 .loc-li { width: 100%; margin-top: 10px; justify-content: flex-end; height: 0; }
.sub .layout-box .head-box.etc2 .etc-ttl { height: 113px; display: flex; align-items: center; }
/* 창의적 체험 활동_table */
.sub .list-box .count { margin-bottom: 20px; font-size: 13px; letter-spacing: -0.02em; }
.sub .list-box .count span { font-weight: 700; }
.sub .list-box .table .class-num { display: inline-block; padding: 4px 10px; margin-right: 9px; line-height: 22px; border-radius: 100px; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: -0.02em; background-color: var(--lightBlue03); }
.sub .list-box .table .list-down2 { display: flex; flex-wrap: wrap; margin-top: -7px; margin-right: -7px; }
.sub .list-box .table .list-down2 a { margin-right: 7px; margin-top: 7px; background: var(--defaultWhite); }
/* 창의적 체험 활동_검색 */
.sub .list-box .post-search { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.sub .list-box .post-search .count { margin-bottom: 0; }
.sub .list-box .post-search .search { width: 202px; position: relative; }
.sub .list-box .post-search input[type="text"] { width: 100%; height: 34px; padding: 0 38px 0 16px; border: 1px solid rgba(0,0,0,.2); border-radius: 100px; font-size: 14px; }
.sub .list-box .post-search .s-bt {
	width: 16px; height: 16px;
	background: url(../img/ic-search.svg)no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -8px;
	border: 0;
	font-size: 0;
}
.sub .list-box .post-search.align-r { justify-content: flex-end; }

/* 게임활동수업 > 과학탐수사놀이 */
.sub .list-box .class-li { margin-bottom: 12px; }
.sub .list-box .class-li li { display: flex; flex-wrap: wrap; align-items: center; padding: 8px 20px 8px 10px; border-bottom: 1px solid var(--lightGray02); }
.sub .list-box .class-li .ck-box { width: 4%; }
.sub .list-box .class-li .bt-box { width: calc(40% + 6px); margin-right: -6px; display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.sub .list-box .class-li .bt-box a { margin-right: 6px; margin-bottom: 6px; }
.sub .list-box .class-li .bt-box a:nth-last-child(-n+2) { margin-bottom: 0; }
.sub .list-box .name-box { width: 56%; display: flex; flex-wrap: wrap; align-items: center; flex-grow: 1; }
.sub .list-box .name-box .thum { width: 108px; height: 60px; }
.sub .list-box .name-box .thum img { width: 100%; height: 100%; object-fit: cover; }
.sub .list-box .name-box .name { width: calc(100% - 108px); padding-left: 18px; letter-spacing: -0.02em; }
.sub .list-box .name-box .name .name-title {
	display: flex;
    align-items: center;
}
.sub .list-box .name-box .name .name-title img{
	width: 15px;
	height: 100%;
	margin-left: -4px;
}
.sub .list-box .name-box .name .name-info {
	margin-top: 10px;
}
.sub .list-box .name-box .name .name-info p{
	font-size: 15px;
}
.sub .list-box .name-box .name .name-info p span:before{
    width: 1px;
    height: 14px;
    margin-right: 5px;
    border-right: 1px solid #bcbcbc;
    content: '';
    display: inline-block;
}
.sub .list-box .name-box h3 { font-size: 18px; font-weight: 600; }
.sub .list-box .name-box p { margin-top: 6px; font-size: 13px; line-height: 1.3;}
.sub .list-box .ttl.type2 { padding-right: 10px; margin-left: 30px; margin-bottom: 0; border-radius: 12px; }
.sub .list-box .ttl.type2 + .list-inner { margin-top: 0; }

/* 게임활동수업 > 동물카드활용 */
.sub .list-box .class-li.type2 .name-box { width: 35.5%; }
.sub .list-box .class-li.type2 .bt-box { width: 60.5%; }

/* 게임활동수업 > 범교과 통합 프로젝트 수업 */
.sub .list-box .ttl.type3 { padding: 9px 108px 9px 30px; border-radius: 12px; background: var(--lightGray02); }
.sub .list-box .ttl.type3 + .list-inner { margin-top: 0; }
.sub .list-box .class-ttl { cursor: pointer; }
.sub .list-box .class-ttl .name-box { width: auto; }
.sub .list-box .class-ttl .thum { border-radius: 4px; overflow: hidden; }
.sub .list-box .class-ttl .name { width: auto; margin-top: 0; font-size: 18px; font-weight: 700; letter-spacing: -0.02em; }

.sub .list-box.st2.on .ttl.type3 { margin-bottom: 0; border-radius: 12px 12px 0 0; }
.sub .sub-ttl { margin-left: 30px; margin-bottom: 14px; padding: 20px 30px; border-radius: 12px; font-size: 18px; font-weight: 700; letter-spacing: -0.02em; background: var(--lightBlue01); }

.sub .list-box .list-inner > .post-search { margin-top: 30px; }

/* 나의 교실 > 내 교과서 */
/* Lnb */
/* .sub .layout-box .lnb .menu.m0 { margin-top: 0; } */
/* 상단타이틀 */
/* body.sub-wrap main.sub .container .grid.other { margin-top: 36px; }
body.sub-wrap main.sub .container .txtbook_layout {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body.sub-wrap main.sub .container .myBookList_title { display: flex; flex-direction: row; }
body.sub-wrap main.sub .container .grid.other .etc-ttl { 
	margin-bottom: 10px; 
	font-weight: 500;
	font-size: 40px;
}
	*/
.bt.set {
	width: auto;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    cursor: pointer;
    border: 2px solid var(--pointBlue);
    border-radius: 40px;
	font-size: 16px;
	font-weight: 700;
	color: var(--deepBlue);
}
.bt.set:before {
	width: 27px;
    height: 27px;
	background: url(../img/ic-settingBook.svg)no-repeat;
	background-size: 30px;
	content: '';
}
#book-set {
	padding: 0;
}
#book-set .book-set_title {
	padding: 60px 30px;
    background-color: var(--lightBlue01);
}
#book-set .book-set_cont {
	margin: 20px;
}
#book-set .book-set_cont .table {
	border-bottom: 0;
}
#book-set .book-set_title .book-set_ic {
	background: url(../img/ic-settingBook.svg)no-repeat;
}
#book-set .book-set_title h2{
	margin-left: 40px;
	margin-bottom: 0;
	color: var(--deepBlue);
}
.mybook-li .add { display: block; width: 100%; height: 100%; background: url(../img/ic-add.svg)no-repeat center var(--defaultWhite); border: none; background-size: 20%;
border-radius: 12px;}
/* 컨텐츠 */
/* .sub .book-li { display: flex; flex-wrap: wrap; }
.sub .book-li li { 
	width: calc(20% - 41px);
	margin-right: 41px;
	margin-top: 38px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--lightBlue03);
}
.sub .book-li .thum { height: 237px; }
.sub .book-li .thum img { width: 100%; height: 100%; object-fit: cover; }
.sub .book-li .name { display: flex; flex-wrap: wrap; align-items: center; padding: 14px 16px 13px 19px; background-color: var(--lightBlue04); }
.sub .book-li .name p { width: calc(100% - 30px); margin-right: 14px; position: relative; font-weight: 700;}
.sub .book-li .name p:after { width: 1px; height: 24px; margin-top: -12px; background: var(--defaultWhite); position: absolute; right: 0; top: 50%; content: ''; }
.sub .book-li .add { display: block; width: 100%; height: 100%; min-height: 282px; background: url(../img/ic-add2.svg)no-repeat center var(--lightBlue03); cursor: pointer;}
.del-bt { display: inline-block; width: 16px; height: 17px; background: url(../img/ic-del2.svg)no-repeat; cursor: pointer; } */

/* modal 팝업 */
/*
html.modal-on, body.modal-on{
    overflow: hidden;
}
.modal-popup.no-scroll .modal{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.modal-popup{
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    overflow: auto;
    bottom: 0;
    z-index: 2000;
}
.modal-popup .modal,
.modal-popup .modal-large{
	background: var(--defaultWhite);
	letter-spacing: -0.02em;
	display: none;
}
.modal-popup .modal{
	width: 600px;
    height: auto;
	min-height: 420px;
	padding: 15px 20px;
	border-radius: 40px;
	border: 1px solid rgba(0,0,0,.4);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background: #37aeec;
	z-index: 1;
}
.modal-popup .modal .title-area{
    position: relative;
}
.modal-popup .modal .title-area h4{
    width: calc(100% - 40px);
    position: relative;
    margin: 10px 0 20px;
    padding: 0 0 0 140px;
    font-size: 22px;
    color: #fff;
}
.modal-popup .modal .title-area h4 span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal-popup .modal .title-area h4:before{
    content: '';
    width: 108px;
    height: 82px;
    position: absolute;
    top: -5px;
    left: 16px;
    background: url('../img/icons.svg') no-repeat -410px -430px / 800px;
}
.modal-popup .modal .title-area h4:after{
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -32px;
    left: 14px;
    background: url('../img/icons.svg') no-repeat -528px -430px / 800px;
    z-index: 99;
}
.modal-popup .modal .title-area .btn-close{
    width: 27px;
    height: 27px;
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    opacity: 1;
}
.modal-popup .modal .title-area .btn-close:before{
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/icons.svg') no-repeat -208px -104px / 640px;
}
.modal-popup .modal .modal_bmDataContent{
    position: relative;
    min-height: 300px;
	max-height: 400px;
    padding: 30px 40px;
    background: #fff;
    border-radius: 30px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 9;
}
.modal-popup .modal .modal_bmDataContent img{ 
	width: 400px;
	margin: 10px 0;
	-ms-overflow-style: none;
}
.modal-popup .modal .modal_bmDataContent::-webkit-scrollbar{
    display: none;
}
.modal-popup .modal p{
    font-size: 14px;
    font-weight: 600;
    color: var(--lightBlack01);
}
.modal-popup .modal h3{
    margin-top: 22px;
    font-size: 20px;
}
.modal-popup .modal h3:before{
    margin-right: 7px;
    content: url(../img/modal-check.svg);
}
.modal-popup .bt-box{
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 0;
}
.modal-popup .bt-box .checkbox label{
    font-size: 14px;
    color: #fff;
}
.modal-popup .bt-box .btn{
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0074c7;
    background: #fff;
    cursor: pointer;
    padding: 5px 20px;
}
.modal-popup .bt-box .btn:first-child {
    background: var(--middleBlue01);
}
.modal-popup .bt-box .btn + .btn {
    background: var(--lightBlack01);
    color: var(--defaultWhite);
} 
.modal-popup .modal-large{
	width: 977px;
	padding: 40px 40px 44px;
	margin: 80px auto 0;
	overflow: hidden;
	position: relative;
}
.modal-popup .modal-large h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.modal-popup .modal-large .sort{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.modal-popup .modal-large .sort p{
    font-size: 15px;
    font-weight: 600;
    color: var(--lightBlack01);
    margin-right: 13px;
}
.modal-popup .modal-large .sort select{
	width: 102px;
	height: 34px;
	padding: 0 15px;
	border-radius: 100px;
	border: 1px solid var(--lightGray01);
	font-size: 14px;
	font-weight: 500;
	color: var(--lightBlack01);
	appearance: none;
	-webkit-appearance:none;
	background: url(../img/ic-select.svg)no-repeat center right 14px;
}
.modal-popup .modal-large .sort select::-ms-expand { display:none }
.modal-popup .modal-large .table { max-height: 492px; overflow-y: auto; }
.modal-popup .modal-large .table .head,
.modal-popup .modal-large .table .body li { display: flex; flex-wrap: wrap; align-items: center; text-align: center; }
.modal-popup .modal-large .table .head { margin-bottom: 10px; border-bottom: 1px solid var(--lightGray02); }
.modal-popup .modal-large .table .head li { padding: 10px 0; }
.modal-popup .modal-large .table .body li { padding: 10px 0; border-radius: 15px; margin-bottom: 10px; font-size: 15px; }
.modal-popup .modal-large .table .body li:last-child { margin-bottom: 0; }
.modal-popup .modal-large .table .body li:nth-child(odd) { background: var(--middleBlue01); }
.modal-popup .modal-large .table .body li:nth-child(even) { background: var(--defaultWhite); }
.modal-popup .modal-large .table .img { width: 61px; height: 82px; margin: 0 auto; }
.modal-popup .modal-large .table .img img { width: 100%; height: 100%; object-fit: cover; }
.modal-popup .modal-large .table .year { width: 12%; }
.modal-popup .modal-large .table .book { width: 25%; }
.modal-popup .modal-large .table .subject { width: 25%; }
.modal-popup .modal-large .table .name { width: 30%; }
.modal-popup .modal-large .table .check { width: 8%; }
.modal-popup .modal-large .close { width: 20px; height: 20px; background: url(../img/ic-close.svg); position: absolute; top: 26px; right: 22px; cursor: pointer; }
.modal-popup .select{
	display: flex;
    width: 200px;
    margin: 20px auto 0;
    border: 1px solid var(--lightGray01);
    border-radius: 5px;
    background-position: calc(100% - 10px) 50%;
}

.modal-popup .select select{
	width: 100%;
	padding: 6px 10px;
}

.modal-popup-tmp { width: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.6); height: auto; overflow: auto; bottom: 0; display: none; z-index: 99; }
.modal-popup-tmp .modal, .modal-popup-tmp .modal-large {
	background: var(--defaultWhite);
	letter-spacing: -0.02em;
	display: none;
}
.modal-popup-tmp .modal {
	width: 460px;
	min-height: 230px;
	padding: 44px 10px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid rgba(0,0,0,.4);
	top: 69px;
	margin-left: -230px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.modal-popup-tmp .modal .modal_bmDataContent {
	height: 500px;
    overflow: auto;
}
.modal-popup-tmp .modal .modal_bmDataContent img { 
	width: 400px;
	margin: 10px 0;
	-ms-overflow-style: none;
}
.modal-popup-tmp .modal .modal_bmDataContent::-webkit-scrollba {
	display: none;
}
.modal-popup-tmp .modal p { font-size: 14px; font-weight: 600; color: var(--lightBlack01); }
.modal-popup-tmp .modal h3 { margin-top: 22px; font-size: 20px; }
.modal-popup-tmp .modal h3:before { margin-right: 7px; content: url(../img/modal-check.svg); }
.modal-popup-tmp .bt-box { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; margin-right: -7px; }
.modal-popup-tmp .bt-box .btn { line-height: 40px; margin-right: 7px; border-radius: 12px; text-align: center; font-weight: 700; color: var(--lightBlack01); cursor: pointer; padding: 5px 50px;}
.modal-popup-tmp .bt-box .btn:first-child { background: var(--middleBlue03);  color: var(--defaultWhite);}
.modal-popup-tmp .bt-box .btn + .btn { background: var(--lightGray03); color: var(--defaultWhite); }
.modal-popup-tmp .modal-large {
	width: 977px;
	padding: 40px 40px 44px;
	margin: 80px auto 0;
	overflow: hidden;
	position: relative;
}
.modal-popup-tmp .modal-large h2 { font-size: 32px; margin-bottom: 30px; }
.modal-popup-tmp .modal-large .sort { display: flex; align-items: center; margin-bottom: 18px; }
.modal-popup-tmp .modal-large .sort p { font-size: 15px; font-weight: 600; color: var(--lightBlack01); margin-right: 13px; }
.modal-popup-tmp .modal-large .sort select {
	width: 102px;
	height: 34px;
	padding: 0 15px;
	border-radius: 100px;
	border: 1px solid var(--lightGray01);
	font-size: 14px;
	font-weight: 500;
	color: var(--lightBlack01);
	appearance: none;
	-webkit-appearance:none;
	background: url(../img/ic-select.svg)no-repeat center right 14px;
}
.modal-popup-tmp .modal-large .sort select::-ms-expand { display:none }
.modal-popup-tmp .modal-large .table { max-height: 492px; overflow-y: auto; }
.modal-popup-tmp .modal-large .table .head,
.modal-popup-tmp .modal-large .table .body li { display: flex; flex-wrap: wrap; align-items: center; text-align: center; }
.modal-popup-tmp .modal-large .table .head { border-bottom: 1px solid var(--lightGray02); }
.modal-popup-tmp .modal-large .table .head li { padding: 10px 0; }
.modal-popup-tmp .modal-large .table .body li { padding: 10px 0; border-radius: 15px; margin-bottom: 10px; font-size: 15px; }
.modal-popup-tmp .modal-large .table .body li:last-child { margin-bottom: 0; }
.modal-popup-tmp .modal-large .table .body li:nth-child(odd) { background: var(--lightBlue03); border: 1px solid var(--middleBlue01); }
.modal-popup-tmp .modal-large .table .body li:nth-child(even) { background: var(--defaultWhite); border: 1px solid var(--lightGray01) }
.modal-popup-tmp .modal-large .table .img { width: 61px; height: 82px; margin: 0 auto; }
.modal-popup-tmp .modal-large .table .img img { width: 100%; height: 100%; object-fit: cover; }
.modal-popup-tmp .modal-large .table .year { width: 12%; }
.modal-popup-tmp .modal-large .table .book { width: 25%; }
.modal-popup-tmp .modal-large .table .subject { width: 25%; }
.modal-popup-tmp .modal-large .table .name { width: 30%; }
.modal-popup-tmp .modal-large .table .check { width: 8%; }
.modal-popup-tmp .modal-large .close { width: 20px; height: 20px; background: url(../img/ic-close.svg); position: absolute; top: 26px; right: 22px; cursor: pointer; }
.modal-popup-tmp .select{
	display: flex;
    width: 200px;
    margin: 20px auto 0;
    border: 1px solid var(--lightGray01);
    border-radius: 5px;
    background-position: calc(100% - 10px) 50%;
}

.modal-popup-tmp .select select{
	width: 100%;
	padding: 6px 10px;
}
*/
/* 나의교실 > 내수업자료 > 찜한자료 */
.sub .list-box .down-btn .ck span { font-size: 13px; margin-right: 13px; }
.sub .list-box .down-btn .ck label { padding-left: 25px; }
.down-btn .bt2.del:after { width: 16px; height: 17px; background-image: url(../img/ic-del2.svg); }
.table.data td { min-height: 38px; }

/* 교과 활동 >멀티미디어자료다운받기 */
.precautions { display: flex; align-items: center; padding-left: 36px; }
.precautions:before {
	width: 22px;
	height: 22px;
	margin-right: 17px;
	background: url(../img/ic-precautions.svg);
	content: '';
}
.precautions p { font-size: 15px; letter-spacing: -0.05em; line-height: 22px; color: var(--lightBlack01); }

/* 차시편집기 > 차시뷰어 */
.popup .pop-head.h43 { height: 43px; }
.popup.viewer .pop-body { display: flex; flex-direction: column; height: 100%; padding-bottom: 8px; }
.popup .viewer-inner { display: flex; height: calc(100% - 45px); overflow-y: auto; background: var(--defaultWhite); position: relative; }
/* 버튼 */
.popup.viewer .pop-body .class-bt .bt-line { margin-right: 4px; background: var(--defaultWhite); box-shadow: none; }
.popup.viewer .pop-body .class-bt .bt-line.list { width: 100px; margin-right: 18px; text-align: center; }
.popup.viewer .pop-body .class-bt .bt-line.list:before {
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-right: 6px;
	background: url(../img/view-list.svg);
	content: '';
}
.popup.viewer .pop-body .class-bt .bt-line i { display: inline-block; margin-left: 6px; vertical-align: middle; background-repeat: no-repeat; content: ''; }
.popup.viewer .pop-body .class-bt .bt-line .ic1 { width: 14px; height: 12px; background-image: url(../img/ic-bt1.svg); }
.popup.viewer .pop-body .class-bt .bt-line .ic2 { width: 10px; height: 12px; background-image: url(../img/ic-bt2.svg); }
.popup.viewer .pop-body .class-bt .bt-line .ic3 { width: 14px; height: 14px; background-image: url(../img/ic-bt3.svg); }
.popup.viewer .pop-body .class-bt .bt-line .ic4 { width: 13px; height: 14px; background-image: url(../img/ic-bt4.svg); }
.popup.viewer .pop-body .class-bt .bt-line .ic5 { width: 17px; height: 17px; background-image: url(../img/ic-bt5.svg); }
.popup.viewer .pop-body .class-bt .bt-line.on, .popup.viewer .pop-body .class-bt .bt-line:hover { background: var(--middleBlue03); }
.popup .pop-body .page-nav { display: flex; align-items: center; }
.popup .pop-body .page-nav span { display: flex; font-size: 13px; font-weight: 500; letter-spacing: -0.02em; }
.popup .pop-body .page-nav .current { font-weight: 700; color: var(--defaultOrg); }
.popup .pop-body .page-nav .current:after {
	width: 1px;
	height: 13px;
	margin: 0 10px;
	background: var(--defaultBlack);
	opacity: .2;
	transform: rotate(30deg);
	content: '';
}
.popup .pop-body .page-nav .next,
.popup .pop-body .page-nav .prev { margin-left: 12px; width: 24px; height: 24px; border: 2px solid var(--defaultBlack); border-radius: 100%; background: url(../img/ic-next.svg)no-repeat center; cursor: pointer; }
.popup .pop-body .page-nav .prev {
	margin-left: 0;
	margin-right: 12px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.popup .pop-body .page-nav .next:hover, .popup .pop-body .page-nav .prev:hover {
	border-color: var(--defaultOrg);
	background-image: url(../img/ic-next-on.svg);
}
.popup .pop-body .class-bt .bt2 { display: flex; align-items: center; margin-right: 6px; border-radius: 6px; padding: 0 10px; line-height: 32px; font-size: 13px; font-weight: 500; letter-spacing: -0.05em; color: var(--defaultWhite); border: 0; cursor: pointer; }
.popup .pop-body .class-bt .bt2:after { display: inline-block; margin-left: 8px; width: 17px; height: 16px; background-repeat: no-repeat; content: ''; }
.popup .pop-body .class-bt .bt2.save { background: var(--defaultRed); }
.popup .pop-body .class-bt .bt2.save:after { background-image: url(../img/bt-save.svg); }
.popup .pop-body .class-bt .bt2.cancel { background: var(--defaultBlack); }
.popup .pop-body .class-bt .bt2.cancel:after { background-image: url(../img/bt-cancel.svg); }
.popup.viewer .pop-body .class-bt { margin-top: 10px; justify-content: space-between; }
.popup.viewer .pop-body .class-bt .left-bt, .popup.viewer .pop-body .class-bt .right-bt {
	flex-basis: calc(50% - 56px);
}
.popup.viewer .pop-body .class-bt .left-bt .bt-line { flex-shrink: 0; }
.popup.viewer .pop-body .class-bt .right-bt { justify-content: flex-end; }
.popup.viewer .pop-body .class-bt .page-nav { flex-basis: 112px; }
/* 카테고리탭 */
.popup .pop-body .category-box { margin-bottom: 23px; display: flex; flex-wrap: wrap; }
.popup .pop-body .category-box a {	
	border-radius: 50px;
	padding: 0 15px;
	line-height: 34px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--darkGray02);
}
.popup .pop-body .category-box a:last-child { margin-right: 0; }
.popup .pop-body .category-box .on { color: var(--defaultBlack); font-weight: 700; background: var(--middleBlue03); }
.popup .pop-body .category-box a:hover { color: var(--defaultBlack); }
/* table */
.popup .pop-body .data-box2.scroll { height: calc(100% - 56px); }
.popup .pop-body .data-box2 .inner { height: 100%; overflow-y: auto; }
.popup .pop-body .table { table-layout: fixed; }
.popup .pop-body .table .ttl { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.popup .pop-body .down-btn { margin-top: 11px; display: flex; align-items: center; }
.popup .pop-body .down-btn .checkbox { margin-right: 15px; }
.popup .pop-body .down-btn .checkbox span { font-size: 13px; padding-left: 25px; }
.popup .pop-body .down-btn .bt2 { margin-right: 13px; }
/* 단계별 입력 필드 */
.popup .viewer-inner .field-li { width: 257px; max-height: 100%; border: 1px solid rgba(0,0,0,.15); border-left: 0; border-top: 0; overflow-y: auto; display: none; background: var(--defaultWhite); }
.popup .viewer-inner .field h3 {
	padding: 14px 23px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--lightBlack01);
	background: var(--middleBlue02);
}
.popup .viewer-inner .field .txt {
	padding: 4px 23px 8px;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 27px;
	color: var(--lightGray03);
}
.popup .viewer-inner .field .txt .on { color: var(--defaultOrg); }
.popup .viewer-inner .view { width: 100%; }
.popup.active .pop-head .class-bt .list.on { position: relative; z-index: 1; color: var(--lightBrown); }
.popup.active .pop-head .class-bt .list.on:before { content: url(../img/ic-list-on.svg); }
.popup.active .pop-head .class-bt .list.on::after {
    content: "";
    background-color: var(--pointBlue);
    width: 110px;
    height: 48px;
    position: absolute;
    z-index: -1;
    left: -14px;
    top: -17px;
}

.popup.active .pop-head .class-bt .save.on { color: var(--lightBrown); position: relative; z-index: 1; }
.popup.active .pop-head .class-bt .save.on::after {
    content: "";
    background-color: var(--middleBlue03);
    width: 110px;
    height: 48px;
    position: absolute;
    z-index: -1;
    left: -21px;
    top: -17px;
}
/* 다른차시 레이어 */
.popup .other-layer {
	min-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	background: var(--lightGray02);
	z-index: 3;
	display: none;
}
.popup.active:before {
	position: fixed;
	height: 100vh;
	left: 0;
	right: 0;
	top: 43px;
	background: var(--defaultBlack);
	opacity: .4;
	content: '';
	z-index: 3;
}
.popup .other-layer .inner { max-height: 360px; display: flex; flex-wrap: wrap; background: var(--defaultWhite); overflow-y: auto; }
.popup .other-layer .cell { padding-top: 22px; border-right: 1px solid rgba(0,0,0,.15); }
.popup .other-layer .cell:last-child { border-right: 0; }
.popup .other-layer .cell li { padding: 3px 16px; margin-bottom: 7px; font-size: 14px; font-weight: 600; line-height: 25px; letter-spacing: -0.02em; opacity: .4; cursor: pointer; }
.popup .other-layer .cell li:last-child { margin-bottom: 0; }
.popup .other-layer .cell.c1 { width: 111px; }
.popup .other-layer .cell.c2 { width: 84px; }
.popup .other-layer .cell.c1, .popup .other-layer .cell.c2 { text-align: center; }
.popup .other-layer .cell.c3 { width: 124px; }
.popup .other-layer .cell.c4 { width: 226px; }
.popup .other-layer .cell.c5 { width: 237px; }
.popup .other-layer .cell.c6 { width: 415px; }
.popup .other-layer .cell li.on { font-weight: 700; opacity: 1; background: var(--pointBlue); }
.popup .other-layer .btn { padding: 9px 14px; display: flex; justify-content: flex-end; }
.popup .other-layer .close { width: 72px; line-height: 23px; border-radius: 100px; border: 0; background: var(--lightGray04); font-size: 14px; font-weight: 700; letter-spacing: -0.02em; color: var(--defaultWhite); cursor: pointer; }
.popup .other-layer .close:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background: url(../img/ic-close2.svg)no-repeat;
	content: '';
}

/* 내저장차시 레이어 */
.other-layer .head-inner { display: flex; }
.other-layer .head-inner li {
	text-align: center;
	font-weight: 700;
	width: 125px;
	padding: 11.5px 0;
    border-right: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.other-layer .head-inner .select { font-size: 14px; display: flex; align-items: center; justify-content: center; background: none; }
.other-layer .head-inner .select:after {
	content: "";
    background-image: url(../img/save-list-ic.svg);
    width: 12px;
    height: 7px;
	margin-left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.other-layer .head-inner .select select { padding-right: 0; color: var(--defaultBlack); }
.other-layer .head-inner li:nth-child(4) { width: calc(100% - 375px); }
.other-layer .head-inner li:nth-child(4) span::after { display: none; }
.other-layer .class-li { width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
.other-layer .class-li li { width: 125px; height: 100%; padding: 10px 20px; text-align: center; border-right: 1px solid rgba(0,0,0,.15); border-bottom: 1px solid rgba(0,0,0,.15); }
.other-layer .class-li .c4 { display: flex; justify-content: space-between; width: calc(100% - 375px); text-align: left; border-right: 0; }
.other-layer .class-li .time-bt {
	display: flex;
	align-items: center;
}
.other-layer .class-li .time-bt .del-bt { margin-left: 30px; }
/* 스크롤바 설정*/
.other-layer1 .inner::-webkit-scrollbar{width: 10px;}
/* 스크롤바 막대 설정*/
.other-layer1 .inner::-webkit-scrollbar-thumb{ height: 170px; background-color:var(--lightGray04);
/* 스크롤바 둥글게 설정    */
    border-radius: 10px;    }
/* 스크롤바 뒷 배경 설정*/
.other-layer1 .inner::-webkit-scrollbar-track{ background-color: rgba(0,0,0,0);}

/* 모달팝업 */
.modal-popup.no-scroll .modal {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* 404 error */
.error-page { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; }
.error-page .inner { text-align: center; }
.error-page h1 { margin-bottom: 20px; }
.error-page h2 { margin-bottom: 36px; font-size: 48px; font-weight: 500; letter-spacing: -0.02em; line-height: 58px; }
.error-page p { font-size: 16px; line-height: 24px; letter-spacing: -0.02em; color: var(--lightGray03); }
.error-page .bt-box { display: flex; margin-top: 36px; justify-content: center; }
.error-page .bt-box li { margin-right: 10px; }
.error-page .bt-box li:last-child { margin-right: 0; }
.error-page .bt-box a { display: inline-block; width: 157px; line-height: 54px; border-radius: 12px; text-align: center; font-size: 16px; font-weight: 700; letter-spacing: -0.02em; background: var(--lightBlack01); color: var(--defaultWhite); }
.error-page .bt-box li:last-child a { background: var(--middleBlue03); color: var(--lightBlack01); }

/* 교과 활동 > 과목 > 사회백지도 */
.sub .layout-box .lnb .option-li { display: flex; flex-wrap: wrap; margin-right: -10px; }
.sub .layout-box .lnb .option-li li { width: calc(50% - 10px); margin-right: 10px; margin-bottom: 10px; text-align: center; border-radius: 8px; font-size: 14px; font-weight: 500; letter-spacing: -0.02em; background: var(--defaultWhite); cursor: pointer; padding: 15px 8px; display: flex; justify-content: center; align-items: center;}
/* .sub .layout-box .lnb .option-li li:nth-last-child(-n+2) { margin-bottom: 0; } */
.sub .layout-box .lnb .option-li .on { background: var(--middleBlue03); }

/* 교과 활동 > 과목 > 미술감상실 */
.sub .list-box.st1 .item-li.pb0 { padding-bottom: 0; }

/* 통합검색결과 */
/* body.sub-wrap main.sub .container .content .head-box .result-ttl { padding: 28px 0; font-size: 26px; line-height: 31px; letter-spacing: -0.05em; }
body.sub-wrap main.sub .container .content .head-box .result-ttl span, body.sub-wrap main.sub .container .content .head-box .result-ttl em { font-style: normal; font-weight: 700; }
body.sub-wrap main.sub .container .content .head-box .result-ttl span { color: var(--defaultOrg); } */
.search-box { padding: 40px 0 0 30px; letter-spacing: -0.02em; }
.search-box .category { margin-bottom: 23px; font-size: 22px; line-height: 26px; }
.search-box .box { padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid var(--lightGray02); }
.search-box .box:last-child { border-bottom: 0; }
.search-box .list { margin-bottom: 20px; }
.search-box .list-ttl { font-size: 15px; font-weight: 600; line-height: 18px; color: var(--lightBlack01); }
.search-box .list-item { margin-top: 7px; padding-left: 27px; font-size: 13px; line-height: 16px; color: var(--lightBlack01); position: relative; }
.search-box .list-item:before { width: 6px; height: 6px; border-left: 1px solid var(--lightBlack01); border-bottom: 1px solid var(--lightBlack01); box-sizing: border-box; position: absolute; left: 13px; top: 7px; content: ''; }
.search-box .list-item .ic { display: inline-block; vertical-align: middle; margin-right: 4px; }
.search-box .bt2 { margin-top: 30px; width: 83px; }
.search-box .bt2:after { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); }
.search-box .pagination { margin-top: 88px; }

/* Main */
.main .rounded { border-radius: 12px; overflow: hidden; }
.main .grid { width: 100%; display: flex; align-items: center; justify-content: space-between;flex-wrap: wrap; }
.main .grid-nowrap { display: flex; justify-content: space-between;}
.main .col-2 { width: calc(50% - 27px); margin-right: 27px; }
.main .col-3 { width: calc(33.333% - 34px); margin-right: 34px; }
.main .ttl { font-size: 20px; font-weight: 700; letter-spacing: -0.05em; line-height: 24px;}
.main .sec01 { margin-bottom: 50px; background: var(--deepBlue); }
.main .sec01 .book-link {
	width: 60%;
    padding: 20px 0;
}
.main .sec01 .book-link .ttl a{
	width: 124px;
	height: 32px;
	padding: 8px 0 8px 16px;
	display: flex;
	align-items: center;
	background: var(--middleBlue01);
	line-height: 1.1;
}
.main .sec01 .book-link .ttl a:after { width: 26px; height: 26px; border-radius: 5px; background: url(../img/bt-set.svg)no-repeat center var(--defaultBrown); margin-left: 8px; content: ''; }
.main .sec01 .book-link ul { display: flex; /* margin-right: -16px; */}
.main .sec01 .book-link ul li { width: 50%; }
.main .sec01 .book-link .add { height: 100px; display: block; width: 100%; border-radius: 12px; background: var(--lightBlue02); border: 1px dotted var(--middleBlue02); font-size: 13px; font-weight: 700; color: var(--lightGray03); cursor: pointer; }
.main .sec01 .book-link .add:before { display: block; width: 14px; height: 14px; background: url(../img/book-add.svg)no-repeat; content: ''; margin: 0 auto 10px;}
.main .sec01 .book-link .img { border-radius: 12px; overflow: hidden; transition: .2s linear; height: 80px;}
.main .sec01 .book-link .img img { width: 100%; height: 100%; object-fit: cover; }
.main .sec01 .book-link ul li p { font-size: 13px; letter-spacing: -0.05em; color: var(--lightGray03); text-align: center;}
.main .sec01 .book-link ul li p .tb-title{
	display: block;
	font-size: 18px;
	font-weight: 800;
	color: var(--lightBlack01);
}
.main .sec01 .book-link ul li p .tb-sub{
	display: block;
	margin: 5px 0 0;
}

.main .sec01 .book-link ul li:hover .img,
.main .sec01 .book-link .schedule li:hover .add {transform: translateY(-7px); border: 1px solid rgba(129,124,117,.3); box-shadow: 5px 6px 8px rgba(81, 57, 52, 0.22); }


.main .sec01 .banner{
	width: 474px;
	height: 260px;
	position: relative;
	z-index: 0;
}
.main .sec01 .banner .swiper-slide{
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
}
.main .sec01 .banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .main .sec01 .slider { overflow: hidden; } */
.main .sec01 .slider .swiper-slide { z-index: 1; opacity: 0 !important; }
.main .sec01 .slider .swiper-slide-active { opacity: 1 !important; }
.main .sec01 .banner .bg { position: absolute; width: 100vw; height: 100%; top: 0; left: 0; z-index: -1; }
.main .sec01 .banner .swiper-pagination {
	position: absolute;
    bottom: 16px;
    left: 59%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main .sec01 .banner .swiper-pagination-bullet { width: 6px; height: 6px; margin: 0 3px !important; background: var(--defaultBrown); opacity: .3; }
.main .sec01 .banner .swiper-pagination-bullet-active { opacity: 1; }
.main .sec01 .banner .swiper-button-prev:after,
.main .sec01 .banner .swiper-button-next:after {
	font-size: 10px;
}
.main .sec01 .banner .swiper-button-prev {
	left: 8px;
	top: 238px;
}
.main .sec01 .banner .swiper-button-next {
	right: 360px;
    top: 238px;
}
.main .sec01 .banner .swiper-pagination-fraction {
	color: var(--defaultWhite);
	font-size: 14px;
	letter-spacing: -3px;
}
.main .sec01 .banner .swiper-pagination-current {
	color: var(--defaultBlack);
	margin-right: 10px;
}
.main .sec01 .banner .swiper-pagination-total {
	margin-left: 10px;
}
.main .sec02 .container {
	position: relative;
}
.main .sec02 .container .main-zdan {
	position: absolute;
	top: 0;
	left: -90px;
}
.main .sec02 .main-zdan img {
	width: 44%;
}
.main .sec02 .hot-pick { margin-right: -34px; }
.main .sec02 .hot-pick .col-3:nth-child(1), .main .sec02 .hot-pick .col-3:nth-child(2),
.main .sec02 .pick li a{ 
	border-radius: 12px;
	transition: .2s linear;
}
.main .sec02 .hot-pick .col-3:last-child .ttl { margin-bottom: 19px; }
.main .sec02 .pick { margin-right: -14px; gap: 10px; }

.main .sec02 .pick .pick-item {
	width: 210px;
	display: flex;
    flex-direction: column;
}
.main .sec02 .grid-nowrap{
	gap: 34px;
}
.main .sec02 .row_banner{
	margin: 60px 0;
}
.main .sec02 .row_banner img {
	width: 100%;
    background-color: blanchedalmond;
    border-radius: 15px;
}

.main .sec02 .issueData,
.main .sec02 .issueData .slider{
	width: 50%;
	position: relative;
	z-index: 0;
}
.main .sec02 .issueData .issueItem {
	position: relative;
	margin-bottom: 20px;
}
.main .sec02 .issueData .issueItem .swiper-slide {
	width: 100%;
}
.main .sec02 .issueData .issueItem .swiper-pagination {
	position: absolute;
    bottom: -15px;
    left: 46%;
}

.main .sec02 .issueData .swiper-pagination-bullets{
	bottom: -20px;
}

.main .sec02 .issueData .swiper-pagination-bullet{
	width: 6px;
    height: 6px;
    margin: 0 3px !important;
    background: var(--defaultBrown);
    opacity: .3;
	
}

.main .sec02 .issueData .swiper-pagination-bullet-active {
	opacity: 1;
}

.main .sec02 .issueData .grid{
	gap: 30px;
}

.main .sec02 .issueData .slider{
	width: 100%;
	height: 165px;
	border-radius: 12px;
	overflow: hidden;
}

.main .sec02 .issueData .sec02-ex-data{
	width: 100%;
	height: 165px;
}

.main .sec02 .issueData .slider img,
.main .sec02 .issueData .sec02-ex-data img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .sec02 .issueData .grid .rounded{
	width: 100%;
	height: 100%;
	transition: .2s linear;
}
/* 계기자료 하단 hover */
.main .sec02 .issueData .grid .rounded:hover{
	transform: translateY(-7px);
	box-shadow: 5px 6px 13px rgb(81 57 52 / 50%);
}

.main .sec02 .newData .grid.pick{
	align-items: start;
	gap: 30px 10px;
	margin: 0;
}

.main .sec02 .newData .grid.pick .pick-item{
	width: calc((100% - 20px) / 3);
}

.main .sec02 .newData .grid.pick .pick-item a{
	height: 132px;
	border: 2px solid transparent;
}
/* 과목별 신규자료 hover */
.main .sec02 .newData .grid.pick .pick-item a:hover{
	transform: translateY(-7px);
	border: 2px solid var(--pointBlue);
	box-shadow: 5px 6px 13px rgba(81, 57, 52, 0.5);
}
.main .sec02 .newData .grid.pick .pick-item span{
	margin: 10px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 400;
	color: var(--defaultBlack);
}

.main .sec02 .pick ul { display: grid; }
.main .sec02 .pick li { height: 50%;}
.main .sec02 .news-event{
	width: 100%;
    display: flex;
    gap: 26px;
    margin: 50px 0;
}
.main .sec02 .news-event > div{
    width: calc(100% / 2);
}

.main .sec02 .news-event .notice .title-area{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--lightGray01);
}
.main .sec02 .news-event .notice .title-area .ttl .btn-more{
	width: 24px;
	height: 24px;
	position: relative;
	margin: 0 0 0 10px;
	background: none;
}

.main .sec02 .news-event .notice .title-area .ttl .btn-more:before{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url('../img/main-plus.svg') no-repeat 0 0 / 14px;
}

.main .sec02 .news-event .notice .notice-list li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid var(--lightGray01);
}
.main .sec02 .news-event .notice .notice-list li a p{
	font-size: 17px;
	font-weight: 700;
}

.main .sec02 .news-event .notice .notice-list li a:hover p{
	color: var(--middleBlue03);
}

.main .sec02 .news-event .notice .notice-list li a p span{
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--darkGray03);
}

.main .sec02 .news-event .notice .notice-list li .date{
	color: var(--lightGray03);
}
.main .sec02 .news{ margin-top: 40px; padding: 21px 30px 21px 0; border-top: 1px solid rgba(0,0,0,.15); border-bottom: 1px solid rgba(0,0,0,.15); letter-spacing: -0.02em; position: relative; }
.main .sec02 .news .more{
	width: 14px;
	height: 14px;
	background: url(../img/main-plus.svg)no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	transition: .2s linear;
	content: '';
}
.main .sec02 .news-event .question .q-inner{
	display: flex;
	gap: 12px;
}

.main .sec02 .news-event .question .q-inner > ul{
	width: calc((100% - 17px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main .sec02 .news-event .question .q-inner .question-list{
	justify-content: space-between;
	gap: 8px;
}

.main .sec02 .news-event .question .q-inner .question-list li a{
	display: block;
    padding: 30px 24px 30px 30px;
    border: 2px solid var(--pointBlue);
    border-radius: 10px;
}
.main .sec02 .news-event .question .q-inner .question-list li a p{
	position: relative;
	padding: 0 0 0 54px;
	font-size: 18px;
}

.main .sec02 .news-event .question .q-inner .question-list li p:before,
.main .sec02 .news-event .question .q-inner .question-list li p:after,
.main .sec02 .news-event .question .q-inner .qna-list li a p:before,
.main .sec02 .news-event .question .q-inner .qna-list li:last-child p:before{
	content: '';
	width: 34px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: url('../img/notice_qna.svg') no-repeat 0 0 / 166px;
}

.main .sec02 .news-event .question .q-inner .question-list li p:before{
	left: 0;
	background-position: 0 0;
}

.main .sec02 .news-event .question .q-inner .question-list li p:after{
	right: 0;
	background-position: -136px 0;
}

.main .sec02 .news-event .question .q-inner .question-list li:last-child p:before{
	background-position: -68px 0;
}

.main .sec02 .news-event .question .q-inner .qna-list li{
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	padding: 0 40px;
	background: var(--defaultWhite);
}
.main .sec02 .news-event .question .q-inner .qna-list li:first-child{
	border-radius: 12px 12px 0 0;
}
.main .sec02 .news-event .question .q-inner .qna-list li:last-child{
	border-radius: 0 0 12px 12px;
}

.main .sec02 .news-event .question .q-inner .qna-list li:last-child:before{
	content: '';
	width: 90%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45%;
	background: var(--defaultWhite);
}

.main .sec02 .news-event .question .q-inner .qna-list li a{
	width: 100%;
	display: flex;
    justify-content: center;
	padding: 30px;
}

.main .sec02 .news-event .question .q-inner .qna-list li a:hover{
	color: var(--middleBlue03);
}

.main .sec02 .news-event .question .q-inner .qna-list li a p{
	position: relative;
	padding: 0 0 0 40px;
	font-size: 18px;
	font-weight: 700;
}

.main .sec02 .news-event .question .q-inner .qna-list li a p:before{
	left: 0;
	background-position: -68px 0;
}

.main .sec02 .news-event .question .q-inner .qna-list li:last-child p{
	position: relative;
    padding: 0 0 0 40px;
    font-size: 18px;
    font-weight: 700;
}

.main .sec02 .news-event .question .q-inner .qna-list li:last-child p:before{
	top: 0;
	margin-top: -8px;
	left: 0;
	background-position: -102px 0;
}

.main .sec02 .news-event .question .q-inner .qna-list li:last-child p span{
	color: var(--middleBlue03);
}

.main .sec02 .news-event .question .q-inner .qna-list li:last-child p em{
	display: block;
	margin: 10px 0 0;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: var(--lightGray03);
	letter-spacing: -1px;
}
.row-2 {
	flex-direction: column;
}
.grid-wrap {
	display: grid;
}
.grid-item {
	margin-right: 34px;
}
.sec02-ex-data {
	width: 400px; height: 140px; 
}
.sec02-ex-img-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main .sec02 .news a { display: flex; align-items: center; flex-wrap: wrap; }
.main .sec02 .news .c1 { width: 9%; color: var(--darkGray03); font-weight: 700; }
.main .sec02 .news .c2 { width: 78%; padding: 0 27px 0 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 17px; }
.main .sec02 .news .c3 { width: 13%; color: var(--lightGray03); }
.main .sec02 .news:hover .more { transform: rotate(90deg);}
.main .sec02 .class-box{
	width: 100%;
	display: flex;
	gap: 25px;
	margin: 50px 0 0;
}
.main .sec02 .class-box > div{
	width: 50%;
}
.main .sec03 { margin: 50px; height: 100%;}
.main .sec03 .container { height: 100%;}
.main .sec03 .container .digital-List{
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main .sec03 .container .digital-List .grid {
	gap: 10px;
}
.main .sec03 .container .digital-List .digital-Item{
	width: 320px;
	height: 210px;
	border-radius: 12px;
}
/* 디지털 학습관 hover */
.main .sec03 .container .digital-List .digital-Item:hover{
	transform: translateY(-7px);
	box-shadow: 5px 6px 13px rgba(81, 57, 52, 0.5);
}
.main .sec03 .container .digital-List .digital-Item img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.main .sec03 .container .notice-question {
	width: 49%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main .sec03 .container .notice-question .notice {
	height: 52%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--lightGray01);
}
.main .sec03 .container .notice-question .notice .title-area{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--lightGray01);
}
.main .sec03 .container .notice-question .notice .title-area .ttl .btn-more{
	width: 24px;
	height: 24px;
	position: relative;
	margin: 0 0 0 10px;
	background: none;
}

.main .sec03 .container .notice-question .notice .title-area .ttl .btn-more:before{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url('../img/main-plus.svg') no-repeat 0 0 / 14px;
}

.main .sec03 .container .notice-question .notice .notice-list li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid var(--lightGray01);
}
.main .sec03 .container .notice-question .notice .notice-list li a p{
	font-size: 17px;
	font-weight: 700;
}

.main .sec03 .container .notice-question .notice .notice-list li a:hover p{
	color: var(--middleBlue03);
}

.main .sec03 .container .notice-question .notice .notice-list li a p span{
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--darkGray03);
}

.main .sec03 .container .notice-question .notice .notice-list li .date{
	color: var(--lightGray03);
}
.main .sec03 .container .notice-question .question {
	height: 45%;
}
.main .sec03 .container .notice-question .question .q-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.main .sec03 .container .notice-question .question .q-inner .question-list{
	width: 48%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main .sec03 .container .notice-question .question .q-inner .question-list li{
	height: 80px;
}
.main .sec03 .container .notice-question .question .q-inner .question-list li a{
	display: block;
	padding: 30px 24px 30px 30px;
    border: 2px solid var(--pointBlue);
	border-radius: 10px;
}
.main .sec03 .container .notice-question .question .q-inner .question-list li a p{
	position: relative;
	padding: 0 0 0 54px;
	font-size: 18px;
}

.main .sec03 .container .notice-question .question .q-inner .question-list li p:before,
.main .sec03 .container .notice-question .question .q-inner .question-list li p:after,
.main .sec03 .container .notice-question .question .q-inner .qna-list li a p:before,
.main .sec03 .container .notice-question .question .q-inner .qna-list li:last-child p:before{
	content: '';
	width: 34px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: url('../img/notice_qna.svg') no-repeat 0 0 / 166px;
}

.main .sec03 .container .notice-question .question .q-inner .question-list li p:before{
	left: 0;
	background-position: 0 0;
}

.main .sec03 .container .notice-question .question .q-inner .question-list li p:after{
	right: 0;
	background-position: -136px 0;
}

.main .sec03 .container .notice-question .question .q-inner .question-list li:last-child p:before{
	background-position: -66px 0;
}
.main .sec03 .container .notice-question .question .q-inner .qua-list{
	width: 48%;
}


.footer .grid.info .dropup .btn{
	width: 210px;
	padding: 10px 14px;
	background: var(--defaultWhite);
	border: 1px solid var(--lightGray01);
	text-align: left;
	font-size: 14px;
	border-radius: 6px;
}

.footer .grid.info .dropup .dropdown-menu{
	width: 210px;
}

.footer .grid.info .dropup .btn .caret:before{
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	background: url('../img/save-list-ic.svg') no-repeat 0 0 / 10px;
}

.footer .grid.info .dropup.open .btn .caret:before{
	transform: rotate(180deg);
}

#btnClassTools{
    position: relative;
}

.login-bt.off#btnClassTools:after{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 9px;
    right: 24px;
    background: url("../img/new_icon.png") no-repeat;
}

/* 차시편집기 이용안내 가이드 */
.guide-pop { min-width: 1200px; width: 100%; height: 100%; min-height: 100%; padding: 29px 26px; position: absolute; left: 0; top: 0; background: var(--darkGray04); z-index: 10; }
.guide-pop h1 { display: flex; align-items: center; font-size: 24px; letter-spacing: -0.02em; color: var(--defaultWhite); position: absolute; top: 29px; left: 26px; }
.guide-pop h1:before { width: 26px; height: 26px; display: inline-block; margin-right: 7px; background: url(../img/ic-guide.svg)no-repeat; content: ''; }
.guide-pop .body { display: flex; justify-content: center; align-items: center; height: 100%; position: relative; z-index: -1; }
.guide-pop .close { width: 20px; height: 20px; background: url(../img/ic-close-w.svg)no-repeat; position: absolute; top: 34px; right: 28px; cursor: pointer; }
.guide-pop .today-close {
	width: 122px;
	line-height: 24px;
	border-radius: 100px;
	font-size: 14px;
	letter-spacing: -0.02em;
	color: var(--lightGray02);
	background: var(--darkGray02);
	position: absolute;
	bottom: 25px;
	right: 28px;
	cursor: pointer;
}
.guide-pop .today-close:before {
	display: inline-block;
	margin-right: 8px;
	width: 10px;
	height: 10px;
	background: url(../img/today-close.svg)no-repeat;
	content: '';
}
.guide-pop .t-size { height: 500px; }

/* 고객센터 > 공지사항/이벤트 */
.i-noti { display: inline-block; width: 16px; height: 16px; background: url(../img/ic-notice.svg)no-repeat; }
.table .cate { font-weight: 600; color: var(--defaultOrg); }
.table .n { background: var(--defaultWhite)AE4; }
.table.v2 td { padding: 10px 0; }

/* 고객센터 > 이벤트 */
.table .article { padding: 10px 0; display: flex; flex-wrap: wrap; align-items: center; }
.table .article .thum { width: 237px; height: 114px; }
.table .article .thum img { width: 100%; height: 100%; object-fit: cover; }
.table .article .cont { padding-left: 30px; width: calc(100% - 237px); letter-spacing: -0.02em; }
.table .article .cont h3 { margin-bottom: 6px; font-size: 1rem; }
.table .article .cont .state { display: block; font-size: 14px; font-weight: 600; color: var(--defaultOrg); margin-top: 20px; }
/* 상세 */
/*.view-ttl { display: flex; flex-wrap: wrap; padding: 19px 10px; letter-spacing: -0.02em; border-top: 1px solid var(--defaultBlack); border-bottom: 1px solid var(--lightGray02); }
.view-ttl .ttl { width: calc(100% - 150px); }
.view-ttl .date { width: 70px; 
width: 150px;   text-align: right;}
.view-cont { padding: 20px 0; min-height: auto; border-bottom: 1px solid var(--lightGray02); }
.view-nav { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; }
.view-nav .prev-next { width: calc(100% - 72px); }
.view-nav .prev-next li { font-size: 14px; margin-bottom: 17px; }
.view-nav .prev-next li:last-child { margin-bottom: 0; }
.view-nav .prev-next li a { display: flex; flex-wrap: wrap; }
.view-nav .prev-next span { display: flex; flex-wrap: wrap; align-items: center; width: 102px; font-weight: 600; }
.view-nav .prev-next span:before { display: inline-block; width: 13px; height: 8px; margin-right: 10px; background: url(../img/view-nav.svg)no-repeat; content: ''; }
.view-nav .prev-next p { width: calc(100% - 102px); color: var(--lightGray03); }
.view-nav .prev-next .next span:before { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
 .view-nav .bt2 { width: 72px; line-height: 30px; height: 32px; }
.view-nav .bt2:after { display: none; } */

/* 고객센터 > 자주하는 질문 */
.sub .page-nav .select.cate { width: 128px; }
.sub .page-nav .select.cate select { width: 100%; }
.faq-box { font-size: 13px; letter-spacing: -0.02em; line-height: 1.23; }
.faq-box .head, .faq-box .body .q-cont { display: flex; flex-wrap: wrap; }
.faq-box .head { padding: 9px 0; border-top: 1px solid var(--lightBlack01); border-bottom: 1px solid var(--lightGray02); }
.faq-box .c1, .faq-box .c2 { text-align: center; }
.faq-box .c1 { width: 42px; }
.faq-box .c2 { width: 149px; }
.faq-box .c3 { width: calc(100% - 191px); }
.faq-box .body li { border-bottom: 1px solid var(--lightGray02); }
.faq-box .body .c2 { font-weight: 600; color: var(--defaultOrg); }
.faq-box .q-cont { min-height: 38px; padding: 10px 53px 10px 0; cursor: pointer; position: relative; }
.faq-box .q-cont:before { width: 13px; height: 8px; margin-top: -4px; background: url(../img/down-arrow.svg)no-repeat; position: absolute; right: 19px; top: 50%; content: ''; }
.faq-box .a-cont { min-height: 112px; border-top: 1px solid var(--lightGray02); padding: 23px 23px 23px 88px; background: var(--defaultWhite); display: none; }
.faq-box .on .q-cont:before { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.faq-box .on .a-cont { display: block; }

/* 고객센터 > 1:1문의 */
/* .inquire-form { margin-top: 57px; border-top: 1px solid var(--defaultBlack); } */
.inquire-form .box { padding: 13px 0; border-bottom: 1px solid rgba(0,0,0,.15); }
.inquire-form .box, .inquire-form .box label { width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
.inquire-form .label, .inquire-form .input { font-size: 14px; letter-spacing: -0.02em; }
.inquire-form label .title { font-size: 20px; font-weight: 500; }
.inquire-form .label { width: 94px; font-weight: 700; }
.inquire-form .input { width: calc(100% - 94px); }
.inquire-form .basic { width: 100%; height: 36px; border: 0; outline: none; }
.inquire-form .select-li { display: flex; flex-wrap: wrap; }
.inquire-form .select-li li { width: 112px; margin-right: 9px; }
.inquire-form .select { background: url(../img/ic-select2.svg)no-repeat center right 13px; }
.inquire-form .select select { width: 100%; height: 36px; border: 1px solid rgba(0,0,0,.15); border-radius: 6px; padding-right: 25px; padding-left: 9px; font-size: 13px; font-weight: 400; }
.inquire-form .box.text { padding: 21px 0 0; border-bottom: 0; }
.inquire-form textarea { width: 100%; height: 319px; padding: 30px; border: 0; background: var(--defaultWhite); font-size: 14px; }
.inquire-form .file-input { position: relative; }
.file-input .upload-name { width: calc(100% - 73px); background: transparent }
.inquire-form .file-input label { display: block; width: 73px; height: 36px; line-height: 34px; text-align: center; border: 1px solid rgba(0,0,0,.4); border-radius: 6px; font-size: 13px; letter-spacing: -0.02em; font-weight: 500; color: var(--lightBlack01); position: absolute; right: 0; top: 0; cursor: pointer; }
.file-input input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.inquire-form .bt-box { margin-top: 59px; display: flex; flex-wrap: wrap; justify-content: center; }
.inquire-form .bt-box .bt-round { margin-right: 8px; }
.inquire-form .bt-box .bt-round:last-child { margin-right: 0; }
.bt-round { width: 135px; line-height: 44px; border-radius: 12px; text-align: center; font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; color: var(--lightBlack01); background: var(--middleBlue03); }
.bt-round.back { background: var(--lightBlack01); color: var(--defaultWhite); }
.sub .bt-flex .list-bt {
	margin-top: 15px;
}
.sub .bt-flex .list-bt a{ 
	padding: 5px;
	color: var(--defaultWhite);
	background-color: #008CD6;
	border-radius: 5px;
}

/* 고객센터 > 문의답변 내용 */
.inquire-form .ask-box .view-ttl, .inquire-form .answer-box .view-ttl{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.inquire-form .ask-box .view-ttl .tt1, .inquire-form .answer-box .view-ttl .tt1{
	font-weight: 800;
}
.inquire-form .ask-box .detail, .sub .answer-box .detail { min-height: 164px; padding: 30px 10px; font-size: 14px; letter-spacing: -0.02em; line-height: 17px; }
.inquire-form .ask-box .file { padding: 0 15px 30px; font-size: 14px; letter-spacing: -0.02em; }
.inquire-form .ask-box .file a { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.inquire-form .ask-box .file a:before { display: inline-block; width: 14px; height: 13px; margin-right: 7px;  background: url(../img/ic-file.svg)no-repeat; content: ''; }
.inquire-form .answer-box .view-ttl { border-color: rgba(51, 51, 51, 0.15); }
.inquire-form .answer-box .detail { background: var(--defaultWhite); }
.inquire-form .list-bt { text-align: right; margin-top: 30px; }
.inquire-form .list-bt a { display: inline-block; border: 1px solid rgba(0,0,0,.4); border-radius: 6px; line-height: 30px; padding: 0 14px; font-size: 13px; letter-spacing: -0.02em; }


/* 2023.10.16 시간표 추가 */
.main .ttl{
	display: flex;
	position: relative;
	margin: 0 0 20px;
	color: var(--deepBlue);
}
.main .ttl span{
	margin: 0 5px 0 0;
	color: var(--middleBlue03);
}
.main .sec01 .book-link .ttl{
	width: 100%;
	margin: 0;
	z-index: 0;
}

.main .sec01 .book-link .ttl a.scheduleTitle{
	font-size: 20px;
	color: var(--lightBlack01);
}

.main .sec01 .book-link .ttl a:after{
	content: none;
}
.main .sec01 .book-link .ttl a.scheduleTitle.on,
.main .sec01 .book-link .ttl a.subjectTitle.on{
	color: var(--deepBlue);
	background: var(--defaultWhite);
	border-radius: 10px 10px 0 0;
}
.main .sec01 .book-link .ttl a.scheduleTitle,
.main .sec01 .book-link .ttl a.subjectTitle{
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	color: var(--darkGray01);
}
.main .sec01 .book-link .ttl a.scheduleTitle > img,
.main .sec01 .book-link .ttl a.subjectTitle > img{
	margin-left: 30px;
}
.main .sec01 .book-link.subject-on .schedule,
.main .sec01 .book-link.schedule-on .myBook,
.main .sec01 .book-link .schedule.noLogin > li,
.main .sec01 .book-link .schedule > li.noLogin-cont{
	display: none !important;
}
.main .sec01 .book-link .myBook{
	width: 100%;
	height: 227px;
	position: relative;
	padding: 10px;
	background: var(--defaultWhite);
	border-radius: 0 20px 20px 20px;
	overflow: hidden;
	z-index: 0;
}
.main .sec01 .book-link .myBook .swiper-slide{
	display: flex;
	align-items: center;
}
.main .sec01 .book-link .myBook .swiper-button-prev,
.main .sec01 .book-link .myBook .swiper-button-next{
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.main .sec01 .book-link .myBook .swiper-button-prev{
	left: 30px;
}
.main .sec01 .book-link .myBook .swiper-button-next{
	right: 30px;
}
.main .sec01 .book-link .myBook .swiper-button-prev:after,
.main .sec01 .book-link .myBook .swiper-button-next:after{
	width: 64px;
	height: 32px;
	background: url('../img/textbook_arrow.svg') no-repeat 0 0 / 64px;
	font-size: 0;
}
.main .sec01 .book-link .myBook .swiper-button-next:after{
	background-position: -32px 0;
}
.main .sec01 .book-link .myBook .swiper-button-prev:hover:after,
.main .sec01 .book-link .myBook .swiper-button-next:hover:after{
	opacity: 0.8;
}
.main .sec01 .book-link .myBook .swiper-button-prev.swiper-button-disabled,
.main .sec01 .book-link .myBook .swiper-button-next.swiper-button-disabled{
	pointer-events: none;
	opacity: 0.3;
}
.main .sec01 .book-link .myBook .subject{
	/* width: calc(100% - 70px); */
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main .sec01 .book-link .myBook .subject>li{
	width: 125px;
	height: 100px;
	margin: 2px;
	position: relative;
}
.main .sec01 .book-link .myBook .subject .subject-Item .buttons {
	display: none;
}
 .main .sec01 .book-link .myBook .subject .subject-Item a:hover{
	transform: translateY(-2px);
    box-shadow: 3px 4px 5px rgba(81, 57, 52, 0.22);
}
.main .sec01 .book-link .myBook .subject .subject-Item a:hover .buttons{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 110px;
	height: 90px;
	position: absolute;
	background-color: var(--lightBlue03);
	border-radius: 12px;
}
.main .sec01 .book-link .myBook .subject .subject-Item a:hover .buttons input{
	width: 90%;
	height: 35%;
	border-radius: 30px;
	background-color: var(--lightBlue03);
	border: none;
    font-weight: 800;
    color: var(--lightBlack01);
}
.main .sec01 .book-link .myBook .subject .subject-Item a:hover .buttons input:hover {
	background-color: var(--pointBlue);
    font-weight: 800;
    color: var(--lightBlack01);
}

.main .sec01 .book-link .myBook .subject>li a,
.main .sec01 .book-link .myBook .subject>li .add{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border-radius: 12px;
	transition: .2s linear;
}

.main .sec01 .book-link .myBook .subject>li:hover .add{
	transform: translateY(-2px);
    box-shadow: 3px 4px 5px rgba(81, 57, 52, 0.22);
}

.main .sec01 .book-link .myBook .subject>li a{
	background: var(--lightBlue01);
	border: none;
}

.main .sec01 .book-link .myBook .subject>li .add{
	background: var(--lightBlue02);
	border: 1px dotted var(--middleBlue02);
}

.main .sec01 .book-link .schedule{
	width: 100%;
	height: 227px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	background: var(--defaultWhite);
	border-radius: 0 20px 20px 20px;
}

.main .sec01 .book-link .schedule .date-group,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group{
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
}

.main .sec01 .book-link .schedule .date-group .inner,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .inner{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--middleBlue02);
	border-radius: 50px;
}
.main .sec01 .book-link .schedule .date-group .inner-right{
 float: right;
 width: 26px; 
 height: 26px; 
 border-radius: 5px; 
 background: url(../img/bt-set.svg)no-repeat center var(--middleBlue01); 
 margin-left: 8px; 
 content: '';
	
}


.main .sec01 .book-link .schedule .date-group .inner{
	padding: 0 10px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .inner{
	padding: 6px 10px;
}

.main .sec01 .book-link .schedule .date-group span,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group span{
	display: block;
	font-size: 0;
}

.main .sec01 .book-link .schedule .date-group .date-prev,
.main .sec01 .book-link .schedule .date-group .date-next,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .weekDate-prev,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .weekDate-next{
	position: relative;
	padding: 15px;
	cursor: pointer;
}

.main .sec01 .book-link .schedule .date-group .date-prev:before,
.main .sec01 .book-link .schedule .date-group .date-next:before,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .weekDate-prev:before,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .weekDate-next:before{
	content: '';
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/pagination-arrow.svg) no-repeat 0 0 / 8px;
}

.main .sec01 .book-link .schedule .date-group .date-prev:before,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .weekDate-prev:before{
	transform: translate(-50%, -50%) rotate(180deg);
}

.main .sec01 .book-link .schedule .date-group .date-next:before,
.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group .weekDate-next:before{
	transform: translate(-50%, -50%);
}

.main .sec01 .book-link .schedule .date-group #toDay{
	padding:3px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: 700;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .date-group #weekDate{
	margin: 0 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: none;
	outline: none;
}
.main .sec01 .book-link .schedule > li{
	width: 120px;
	text-align: center;
}
.main .sec01 .book-link .schedule > li:not(:first-child){
	margin: 0 5px;
}
.main .sec01 .book-link .schedule > li:nth-child(2) {
	margin: 0 5px 0 0;
}
.main .sec01 .book-link .schedule > li:last-child {
    margin: 0 0 0 5px;
}

.main .sec01 .book-link .schedule > li .img,
.main .sec01 .book-link .schedule > li .add{
	height: 110px;
	transition: .2s linear;
}

.main .sec01 .book-link .schedule > li .img{
	position: relative;
}

.main .sec01 .book-link .schedule > li .img p{
	width: 80%;
	position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
	margin: 0 auto;
    padding: 4px;
	background: rgba(0,0,0,0.7);
    color: var(--defaultWhite);
    border-radius: 5px;
}

.main .sec01 .book-link .schedule > li:hover .img{
	border: none;
}
.main .sec01 .book-link .schedule > li:hover .add{
	border: 1px dotted var(--middleBlue02);
}

.main .sec01 .book-link .schedule > li > span{
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px 15px;
	background: var(--middleBlue01);
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
}

.main .sec01 .book-link .schedule > li > a p{
	margin: 8px 0 0;
	font-size: 15px;
}

.main .sec01 .book-link .schedule.noLogin > li.noLogin-cont{
	width: 100%;
	display: block;
}

.main .sec01 .book-link .schedule.noLogin > li.noLogin-cont .txt{
	margin: 50px 0 25px;
	font-size: 18px;
	font-weight: 400;
}

.main .sec01 .book-link .schedule.noLogin > li.noLogin-cont .btn.scheduleSet{
	padding: 12px 40px;
	background: var(--middleBlue03);
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
}

/* 학급시간표 레이아웃 */
/* .sub .list-box.scheduleListWrap{
	display: flex;
	margin-top: 30px;
}
.sub .list-box.scheduleListWrap .scheduleListSelect {
	display: flex;
	width: 30%;
	margin-left: 20px;
}
.scheduleSelectBtn {
	display: flex;
	flex-direction: column;
}
.scheduleSelectBtn input {
	border: none;
}
.scheduleSelectBtn input.active {
	background-color: var(--middleBlue03);
}
.scheduleListSelect .gradeSelect,
.scheduleListSelect .subjectSelect,
.scheduleListSelect .bookSelect {
	width: 100%;
    display: flex;
    flex-direction: column;
}
.gradeCd-Title, .subjectCd-Title, .bookCd-Title{
	width: 100px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#gradeCd .gradeCd-Item {
	width: 100px;
	height: 50px;
	cursor: pointer;
	border: 1px solid lightgray;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	margin-bottom: 10px;
}
.gradeCd-Item.active {
    background-color: var(--middleBlue01);
}

#subjectCd .subjectCd-Item {
	width: 100px;
	height: 50px;
	cursor: pointer;
	border: 1px solid lightgray;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	margin-bottom: 10px;
}
.subjectCd-Item.active {
    background-color: var(--middleBlue01);
}
.bookList .bookItem {
	border-radius: 12px;
	margin-bottom: 10px;
	cursor:pointer;
}
.bookList .bookItem.active {
	background-color: var(--middleBlue01);
}

.bookList-noList {
	text-align: center;
	font-size: 15px;
	height: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub .list-box.scheduleListWrap .list-inner{
	margin: 0;
	padding: 0;
}

.sub .list-box.scheduleListWrap .list-inner.bookList{
	width: 100%;
	height: 100%;
	display: block;
}

.sub .list-box.scheduleListWrap .list-inner.bookList ul{
	display: flex;
	flex-direction: column
}

.sub .list-box.scheduleListWrap .list-inner.bookList ul li{
	width: 100%;
	height: 50px;
	font-size: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.sub .list-box.scheduleListWrap .list-inner.bookList ul li .subjectInfo{
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid lightgray;
	border-radius: 12px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList{
	width: 68%;
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox{
	padding: 15px;
	background-color: var(--lightGray02);
	border-radius: 12px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table{
	height: 100%;
	border-collapse: separate;
	border-top: none;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .col-1{
	width: auto;
}
.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .col-2{
	width: 18%;
}
.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .col-3{
	width: 18%;
}
.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .col-4{
	width: 18%;
}
.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .col-5{
	width: 18%;
}
.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .col-6{
	width: 18%;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr th{
	padding: 0;
	border: none;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td{
	width: 124px;
	height: 100px;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#scTable tr:first-child td:first-child {
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#scTable tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 0;
}

#scTable td:nth-child(1) p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--lightGray02);
}
#scTable tr:last-child td:nth-child(1) p {
	border-bottom: 0;
}
#scTable td:nth-child(2) {
	margin-left: 5px;
}
.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td:first-child{
    margin-top: 1px;
	padding-top: 1px;
    width: 65px;
    position: absolute;
    background-color: var(--defaultWhite);
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr th ul{
	display: flex;
    height: 50px;
    align-items: center;
    margin: 0 0 5px;
    background: var(--deepBlue);
    font-size: 16px;
    font-weight: 600;
    color: var(--defaultWhite);
    border-radius: 10px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr th ul li{
	width: calc(100% / 5);
	height: 40px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr th ul li:not(:first-child):before{
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: var(--lightGray01);
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tbody{
	position: relative;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tbody td:first-child p{
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px;
	font-weight: 600;
	color: var(--deepBlue);
	border-bottom: 2px solid var(--lightGray02);
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table .btn-add{
	width: 100%;
	height: 100%;
	position: relative;
	background: var(--lightBlue04);
	border: 1px solid var(--middleBlue01);
	transition: all 0.5s ease-out;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table .btn-add:before{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/book-add.svg') no-repeat 0 0 / 16px;
	opacity: 0.7;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table .btn-add:hover{
	background: var(--middleBlue01);
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected{
	background: none;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox{
	position: relative;
	height: 100%;
	padding: 7px;
	background: var(--lightBlue01);
	border: 1px solid var(--middleBlue02);
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox a{
    border-radius: 10px;
    overflow: hidden;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox a img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox .subjectTxt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox .subjectTxt p{
	font-size: 18px;
	font-weight: 700;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox .subjectTxt p:last-child{
	font-size: 13px;
	font-weight: 400;
	color: var(--lightGray03);
	margin-top: 5px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox .btn-delete{
	visibility: hidden;
	width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 10px;
	background-color: var(--middleBlue03);
    border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox .btn-delete:before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/ic-close.svg') no-repeat 0 0 / 10px;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox .table tr td.selected .subjectBox:hover .btn-delete{
	top: 10px;
	visibility: visible;
	opacity: 1;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .bt-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .bt-box .btn-complete{
	padding: 18px 75px;
	background-color: var(--deepBlue);
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	color: var(--defaultWhite);
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox.noSchedule tbody:before{
	content: '';
	width: calc(100% - 78px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 78px;
	background: rgba(254,251,240,0.8);
	z-index: 99;
}

.sub .list-box.scheduleListWrap .list-inner.scheduleList .tableBox.noSchedule tbody:after{
	content: '';
	width: 360px;
	height: 235px;
	position: absolute;
	top: 100px;
	left: calc(50% + 39px);
	transform: translate(-50%, 0);
	background: url('../img/img_noSchedule.png') no-repeat 0 0 / 360px;
	z-index: 99;
} */

/* 댓글 */
/* .reply-create {
	margin: 30px 0;
    width: 100%;
}
.reply-create > h3 {
	margin-bottom: 20px;
}
.reply-write {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
}
.reply-write > textarea {
	width: 92%;
}
.reply-input {
	width: 100%;
	margin-right: 20px;
}
.reply-inputCount {
	display: flex;
	flex-direction: column;
	width: 8%;
}
.reply-create-button {
  	width: 60px;
  	height: 60px;
  	background-color: var(--middleBlue03);
    color: var(--defaultWhite);
    cursor: pointer;
    border-radius: 10%;
}
.textLengthWrap > span {
	font-size: 12px;
}
.reply-list {
	width: 100%;
}
.reply-item {
	width: 100%;
	padding: 20px 0 8px 0;
	border-top : 1px solid var(--lightGray01);
}
.reply-item:last-child {
    border-bottom: 1px solid var(--lightGray01);
}
.reply-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.reply-username {
	font-size: 16px;
	margin-right: 10px;
}
.reply-createDate {
	font-size: 12px;
	color: gray;
}
.reply-content {
	display: flex;
}
.reply-content textarea {
	resize: none;
}
.reply-content input[type=button]  {
	margin: 2px;
	border: none;
	background-color: var(--middleBlue03);
    color: var(--defaultWhite);
    font-size: 15px;
    cursor: pointer;
    padding: 5px 10px;
}
#replyModifyForm {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.reply-modify {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.reply-button-area {
	display: flex;
    height: 30px;
} */
/* START TOOLTIP STYLES */
[tooltip] {
	position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
	text-transform: none; /* opinion 2 */
	font-size: 14px;
	font-weight: 600; /* opinion 3 */
	line-height: 1;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}
[tooltip]::before {
	content: '';
	border: 5px solid transparent; /* opinion 4 */
	z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
	content: attr(tooltip); /* magic! */
	text-align: center;
	min-width: 3em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 16px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	background-color: var(--middleBlue03);
	color: var(--defaultWhite);
	z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: var(--middleBlue03);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: var(--middleBlue03);
}
[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
	top: 50%;
	border-right-width: 0;
	border-left-color: var(--middleBlue03);
	left: calc(0em - 5px);
	transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: var(--middleBlue03);
	right: calc(0em - 5px);
	transform: translate(.5em, -50%);
	}
	[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}
@keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}

@keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
	-webkit-animation: tooltips-vert 300ms ease-out forwards;
			animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
	-webkit-animation: tooltips-horz 300ms ease-out forwards;
			animation: tooltips-horz 300ms ease-out forwards;
}
/*
.dropup,
.dropdown {
	position: relative;
  }
  .dropdown-toggle:focus {
	outline: 0;
  }
  .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: var(--defaultWhite);
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid var(--darkGray02);
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu.pull-right {
	right: 0;
	left: auto;
  }
  .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: var(--lightGray01);
  }
  .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: var(--lightBlack01);
	white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
	color: var(--defaultBlack);
	text-decoration: none;
	background-color: var(--defaultWhite);
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
	color: var(--defaultWhite);
	text-decoration: none;
	background-color: var(--deepBlue);
	outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
	color: var(--darkGray02);
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .open > .dropdown-menu {
	display: block;
  }
  .open > a {
	outline: 0;
  }
  .dropdown-menu-right {
	right: 0;
	left: auto;
  }
  .dropdown-menu-left {
	right: auto;
	left: 0;
  }
  .dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: var(--darkGray02);
	white-space: nowrap;
  }
  .dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
  }
  .pull-right > .dropdown-menu {
	right: 0;
	left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
  }
	*/