/*
퍼블 CSS 합침
fonts.css
sub/sub.css
common.css
*/

/* ----------------------------------------------------------------------------- */
/* 추가 */
/* ----------------------------------------------------------------------------- */

body {
    margin: 0 auto !important;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.page-container {
    width: 100%;
}

input[type='checkbox'] {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    margin-right: 5px;
    vertical-align: middle;
}

/* ----------------------------------------------------------------------------- */
/* fonts.css */
/* ----------------------------------------------------------------------------- */

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/Pretendard-Black.woff2') format('woff2'), url('../fonts/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/Pretendard-Medium.woff2') format('woff2'), url('../fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/Pretendard-Regular.woff2') format('woff2'), url('../fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/Pretendard-Light.woff2') format('woff2'), url('../fonts/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/Pretendard-Thin.woff2') format('woff2'), url('../fonts/Pretendard-Thin.woff') format('woff');
}

/* ----------------------------------------------------------------------------- */
/* sub/sub.css */
/* ----------------------------------------------------------------------------- */
body #container.sub > .content-wrap {
    padding-top: 60px !important;
}


/* ------------------------------------------------------------------------- */
/* pc */
body.pc #container.sub {
    padding: 31px 15px 0;
    display: flex;
    max-width: 1920px;
    min-height: 1000px;
    margin: 0 auto;
}

body.pc #container.sub > .content-wrap {
    padding-left: 245px;
    max-width: 1540px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    body #container.sub {
        padding: 31px 15px 0;
        display: flex;
        max-width: 1920px;
        min-height: 1000px;
        margin: 0 auto;
    }

    body #container.sub > .content-wrap {
        padding-left: 245px;
        max-width: 1540px;
        width: 100%;
    }
}

body #container.sub .inner {
    padding: 0px 10px 60px;
}

/* ------------------------------------------------------------------------- */



/* 서브타이틀 :: s */
#container.sub .sub-tit h2 {
    font-size: 20px;
    font-weight: 700;
}

#container.sub .sub-tit .tit-btn-wrap .btn {
    height: 50px;
    padding: 0 25px;
}

#container.sub .sub-tit .tit-btn-wrap .btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000 url('../../images/sub/btn-arrow.svg') no-repeat center center;
    margin-left: 5px;
}

/* 서브타이틀 :: e */

/* 검색 :: s */
#container.sub .search-wrap {
    padding: 10px 10px;
}

#container.sub .search-wrap .search-inner {
    width: calc(100% - 82px);
}

#container.sub .search-wrap .search-inner > div {}

#container.sub .search-wrap .search-inner > div p {
    min-width: 100px;
}

#container.sub .search-wrap .search-inner > div > div {
    gap: 5px;
}

#container.sub .search-wrap .search-inner > div .row {
    margin-left: 0;
    margin-right: 0;
}

#container.sub .search-wrap .search-inner input[type='text'] {
    width: 100%;
}

#container.sub .search-wrap > .btn {
    min-width: 82px;
    height: 82px;
    background-color: #BBC0C8;
    color: #fff;
}

#container.sub .search-wrap .searchBtn {
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

#container.sub .search-wrap .searchBtn:focus {
    box-shadow: none;
}

/* 백그라운드있는 버튼 */
#container.sub .search-wrap .searchBtn.bg {}

#container.sub .search-wrap .searchBtn.bg::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 4px;
}

#container.sub .search-wrap .searchBtn.bg.c-Green {
    background-color: #63C1A0;
}

#container.sub .search-wrap .searchBtn.bg.c-Blue {
    background-color: #56BBD0;
}

#container.sub .search-wrap .searchBtn.bg.c-Yellow {
    background-color: #EFB55D;
}

#container.sub .search-wrap .searchBtn.bg.c-Orange {
    background-color: #F2926C;
}

#container.sub .search-wrap .searchBtn.bg.c-Purple {
    background-color: #8B8EED;
}

/* 보더있는 버튼 */
#container.sub .search-wrap .searchBtn.bd {
    color: #000;
}

#container.sub .search-wrap .searchBtn.bd::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/check-icon.svg') no-repeat left center;
}

#container.sub .search-wrap .searchBtn.bd.c-Green {
    border: 1px solid rgba(99, 193, 160, 0.2);
    background-color: rgba(99, 193, 160, 0.15);
}

#container.sub .search-wrap .searchBtn.bd.c-Blue {
    border: 1px solid rgba(86, 187, 208, 0.2);
    background-color: rgba(86, 187, 208, 0.15);
}

#container.sub .search-wrap .searchBtn.bd.c-Yellow {
    border: 1px solid rgba(239, 181, 93, 0.2);
    background-color: rgba(239, 181, 93, 0.15);
}

#container.sub .search-wrap .searchBtn.bd.c-Orange {
    border: 1px solid rgba(242, 146, 108, 0.2);
    background-color: rgba(242, 146, 108, 0.15);
}

#container.sub .search-wrap .searchBtn.bd.c-Purple {
    border: 1px solid rgba(139, 142, 237, 0.2);
    background-color: rgba(139, 142, 237, 0.15);
}

#container.sub .search-wrap .searchBtn.bd:focus {
    background-color: #fff;
}

#container.sub .search-wrap .searchBtn.bd:focus::before {
    background-position: right center;
}

#container.sub .search-wrap .searchBtn.bd.c-Green:focus {
    border: 1px solid #63C1A0;
}

#container.sub .search-wrap .searchBtn.bd.c-Blue:focus {
    border: 1px solid #56BBD0;
}

#container.sub .search-wrap .searchBtn.bd.c-Yellow:focus {
    border: 1px solid #EFB55D;
}

#container.sub .search-wrap .searchBtn.bd.c-Orange:focus {
    border: 1px solid #F2926C;
}

#container.sub .search-wrap .searchBtn.bd.c-Purple:focus {
    border: 1px solid #8B8EED;
}

/* 검색 :: e */


/* 테이블 */
/* 테이블 total */
#container.sub .table-wrap .table-top .total span {
    color: #3074F1;
}

/* 테이블 search */
#container.sub .table-wrap .table-search {
    padding: 12px 0;
}

#container.sub .table-wrap .table-search .table-l > div {
    display: flex;
    align-items: center;
}

#container.sub .btn-check,
#container.sub .table-wrap .table-search .table-l div.q-sel-wrap .btn {
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}

#container.sub .btn-check::before,
#container.sub .table-wrap .table-search .table-l div.q-sel-wrap .btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/check-icon-b.svg')no-repeat left center;
    margin-right: 5px;
}

#container.sub .btn-check:focus,
#container.sub .table-wrap .table-search .table-l div.q-sel-wrap .btn:focus {
    box-shadow: none;
    border-color: #3074F1;
    color: #3074F1;
}

#container.sub .btn-check:focus:before,
#container.sub .table-wrap .table-search .table-l div.q-sel-wrap .btn:focus:before {
    background-position: right center;
}

#container.sub .table-wrap .table-search .table-l div.sort {
    padding-left: 20px;
    position: relative;
}

#container.sub .table-wrap .table-search .table-l div.sort::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#container.sub .table-wrap .table-search .table-r .btn {
    border: 1px solid #D6DBE4;
    background-color: #F8F8F8;
}


table tr td .cGray {
    color: #666;
}

table tr td span.tag {
    display: inline-block;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 700;
    color: #222;
    border-radius: 3px;
    background-color: #FFE100;
}

table .publishing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

table .publishing .textbook-logo {
    min-width: 30px;
    height: 30px;
    max-width: 30px;
}

table .publishing .text {
    display: flex;
    align-items: center;
    margin-left: 4px;
}

table .publishing .text > span {
    color: #666666;
    font-size: 14px;
    padding-left: 8px;
    margin-left: 8px;
    position: relative;
}

table .publishing .text > span:before {
    content: '';
    background-color: #D9D9D9;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 내역 총 정보 */
.table-total-info {
    padding: 18px 20px;
}

.table-total-info ul {
    display: inline-flex;
    align-items: center;
    text-align: right;
    flex-wrap: wrap;
}

.table-total-info ul li {
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.table-total-info ul li + li::before {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #D9D9D9;
}


/* 셀렉트박스 */
.sel-wrap {
    position: relative;
    display: inline-block;
}

/* .sel-wrap::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/select-arrow.svg') no-repeat center bottom;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: .45s;
} */

.sel-wrap.active::after {
    background-position: center top;
}

.select-box {
    max-width: 180px;
    min-width: 180px;
}

.select-box.max-w-120 {
    max-width: 120px;
    min-width: 120px;
}

.select-box.form-control:focus {
    /* border-color: #121212;
    box-shadow: none; */
}



/* 테이블 셀렉트 박스 */
.sel-wrap.array-sel-box {
    position: relative;
}

.sel-wrap.array-sel-box .select-box {
    padding-left: 33px;
}

.sel-wrap.array-sel-box::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/array-icon.svg') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

/* .sel-wrap.array-sel-box::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/select-arrow.svg') no-repeat center top;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    opacity: 0.5;
} */

.sel-wrap.array-sel-box.active::after {
    background-position: center bottom;
}

/* 체크박스 span */
.check-wrap > div {
    margin-right: 20px;
}

.check-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #90A7BB;
    border-radius: 10px;
    padding: 0 8px;
    height: 20px;
    color: #fff;
    font-size: 15px;
}


/* 2024-12-05 */
/* 너른터 장터 */
/* subTab :: s */
.subTab {
    border: 1px solid #E7EAEF;
    border-radius: 27px;
    padding: 0px 15px 0px 25px;
    height: 55px;
}

.subTab .subTab-left {
    height: 100%;
}

.subTab .subTab-left li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subTab .subTab-left li + li {
    margin-left: 6px;
}

.subTab .subTab-left li a {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.subTab .subTab-left li.active::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #3074F1;
}

.subTab .subTab-left li.active a {
    color: #3074F1;
    font-weight: 700;
}

.subTab .subTab-right {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #E5E7EC;
    border-radius: 16px;
    line-height: 32px;
    padding: 0 15px;
}

.subTab .subTab-right::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/cart-icon.svg') no-repeat center center;
    margin-right: 4px;
}

/* subTab :: e */

/* 교과서 카테고리 탭 */
.categoryTab.tab1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3074F1;
}

.categoryTab.tab1 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3074F1;
    border-radius: 25px;
    padding: 3px;
}

.categoryTab.tab1 > div p {
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
    padding-left: 18px;
}

.categoryTab.tab1 > div .tab-btn {
    display: flex;
    align-items: center;
}

.categoryTab.tab1 > div .tab-btn a {
    color: #3074F1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: 500;
}

.categoryTab.tab1 > div .tab-btn a.active {
    background-color: #3074F1;
    color: #fff;
    font-weight: 700;
    border-radius: 28px;
}

.categoryTab.tab1 > div .tab-btn > span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #E7F0FF;
    border-radius: 50%;
    margin: 0 2px;
}

.categoryTab.tab2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3074F1;
}

.categoryTab.tab2 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3074F1;
    border-radius: 25px;
    padding: 3px;
}

.categoryTab.tab2 > div .tab-btn {
    display: flex;
    align-items: center;
}

.categoryTab.tab2 > div .tab-btn a {
    color: #3074F1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.categoryTab.tab2 > div .tab-btn a.active {
    background-color: #3074F1;
    color: #fff;
    font-weight: 700;
    border-radius: 28px;
}

.categoryTab.tab2 > div .tab-btn a span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-left: 14px;
}

.categoryTab.tab2 > div .tab-btn a span::before {
    content: "";
    display: block;
    width: 68px;
    height: 20px;
    background: url('../../images/sub/cata-bubble.png') no-repeat center center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.categoryTab.tab2 > div .tab-btn a.active span {
    color: #3074F1;
}

.categoryTab.tab2 > div .tab-btn > span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #E7F0FF;
    border-radius: 50%;
    margin: 0 2px;
}


/* 교과서 리스트 */
.market-list-wrap {
    border: 1px solid #D6DBE4;
    border-radius: 30px;
    padding: 30px;
}

/* .market-list-wrap > div{margin-left: -20px; margin-top: -20px;display: flex; align-items: flex-start; flex-wrap: wrap;}
.market-list-wrap .market-list{  width: 100%; margin-left: 20px; margin-top: 20px;} */
/* .market-list-wrap.max-w-3 .market-list{max-width: calc((100% / 3) - 20px);}
.market-list-wrap.max-w-5 .market-list{max-width: calc((100% / 5) - 20px);} */
.market-list-wrap > div {
    margin-top: -20px;
}

.market-list-wrap .market-list {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.market-list-wrap .market-list dt {
    background: #F3F5FA;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    color: #3D4B6E;
    font-weight: 500;
    margin-bottom: 8px;
}

/* .market-list-wrap .market-list dd{border: 1px solid #E7EAEF; border-radius: 15px; overflow: hidden; padding: 5px 20px;} */
.market-list-wrap .market-list dd {}

.market-list-wrap .market-list dd + dd {
    margin-top: 5px;
}

.market-list-wrap .market-list dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7EAEF;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px 20px;
    width: 100%;
    min-height: 40px;
    font-weight: 500;
    text-align: center;
}

.market-list-wrap .market-list dd a:hover {
    border: 1px solid #3074F1;
    box-sizing: border-box;
}

.market-list-wrap .market-list dd a > div {
    display: flex;
    align-items: center;
}

.market-list-wrap .market-list dd a > div figure.textbook-logo {}

.market-list-wrap .market-list dd a > div figure.textbook-logo img {
    min-width: 40px;
}

.market-list-wrap .market-list dd a > div .text {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-weight: 400;
}

.market-list-wrap .market-list dd a > div .text span {
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.market-list-wrap .market-list dd a > div .text span::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* 주문 상세정보 */
.order-view-wrap {}

.order-view-wrap .order-info + .order-info {
    margin-top: 30px;
}

.order-view-wrap .order-info h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.order-view-wrap .order-info h4.border-none {
    border: none;
}

.order-view-wrap .order-info dl {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E7EAEF;
}

.order-view-wrap .order-info dl dt {
    font-weight: 500;
    color: #666;
    padding-left: 20px;
    width: 180px;
}

.order-view-wrap .order-info dl dd {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.order-view-wrap .order-info dl dd > div {
    font-weight: 600;
}

.order-view-wrap .order-info dl dd > div.radio-wrap {
    font-weight: 400;
}

.order-view-wrap .order-info dl dd > div.radio-wrap > div + div {
    margin-top: 10px;
}

.order-view-wrap .order-info dl dd > div.max-w-300 {
    max-width: 300px;
}

.order-view-wrap .order-info .info-bg {
    background: #F6F6F7;
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    padding: 20px;
    font-size: 14px;
}

.order-view-wrap .order-info .info-bg ul {
    margin-top: 5px;
}

.order-view-wrap .order-info .info-bg ul li {
    line-height: 20px;
    position: relative;
    padding-left: 10px;
}

.order-view-wrap .order-info .info-bg ul li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.buy-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-btn-wrap > a.buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3074F1;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px;
}


/* 자료등록 - 게시판 디테일 페이지 */
/* 디테일 네비게이션 */
.detail-view-cont .view-tit .view-nav::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/common/sub-home-icon.svg') no-repeat center center;
    margin-right: 5px;
}

.detail-view-cont .view-tit .view-nav .menu {
    display: flex;
    align-items: center;
}

.detail-view-cont .view-tit .view-nav .menu + .menu::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../../images/common/sub-arrow.svg') no-repeat center center;
    margin-right: 4px;
}

/* 타이틀 */
.detail-view-cont .view-tit .cate {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
    border-radius: 16px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB13C;
}

.detail-view-cont .view-tit h5 {
    font-size: 20px;
    font-weight: 600;
}

/* 작성 정보 */
.detail-view-cont .view-tit .postdate span {
    color: #666;
    display: flex;
    align-items: center;
}

.detail-view-cont .view-tit .postdate span + span::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 콘텐츠 */
.detail-view-cont .view-cont {
    padding: 40px 20px;
    min-height: 240px;
}

/* 가격 */
.detail-view-cont .view-price div p {
    font-weight: 500;
}

.detail-view-cont .view-price span b {
    color: #3074F1;
}

/* 파일 다운로드 */
.detail-view-cont .file-wrap {
    background: #E0F3FF;
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
}

.detail-view-cont .file-wrap .file {
    display: flex;
    align-items: flex-start;
    text-wrap: nowrap;
}

.detail-view-cont .file-wrap .file::before {
    content: "";
    display: block;
    min-width: 24px;
    height: 24px;
    background: url('../../images/sub/file-clip.svg') no-repeat center center;
    margin-right: 6px;
}

.detail-view-cont .file-wrap .file + .file {
    margin-top: 15px;
}

.detail-view-cont .file-wrap .file > p {
    text-wrap: nowrap;
}

.detail-view-cont .file-wrap .file span {
    text-wrap: wrap;
    margin-left: 10px;
    word-break: break-all;
}

.detail-view-cont .file-wrap.cOrange {
    background-color: rgba(255, 177, 60, 0.2);
    ;
}

.detail-view-cont .file-wrap.cOrange .file::before {
    content: "";
    display: block;
    min-width: 24px;
    height: 24px;
    background: url('../../images/sub/file-clip-o.svg') no-repeat center center;
    margin-right: 6px;
}

/* 버튼 */
.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* .btn-wrap a{display: flex; align-items: center; justify-content: center; line-height: 50px; padding: 0 30px; border-radius: 25px; background: #E5E7EC; color: #666666; font-weight: 500;}
.btn-wrap a.list{background: #3074F1; color: #fff;}
.btn-wrap a + a{margin-left: 10px;} */
/* 댓글 */
.review-wrap .review-total span {
    color: #3074F1;
}

.review-wrap .review-cont-wrap > div {
    padding: 20px;
    border-bottom: 1px solid #D6DBE4;
}

.review-wrap .review-cont-wrap .review-info, .review-wrap .review-cont-wrap .review-info a {
    color: #888;
}

.review-wrap .review-cont-wrap .review-info div .bf::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.review-wrap .review-cont-wrap .review-write .write-btn a {
    width: 70px;
    height: 70px;
    background-color: #F8F9FB;
    border: 1px solid #F1F2F6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.review-wrap .review-cont-wrap .review-write > div {
    display: none;
}

/* 대댓글 */
.review-wrap .review-cont-wrap .re-review {
    padding-left: 50px;
}

.review-wrap .review-cont-wrap .ori-name {
    color: #3074F1;
    font-size: 14px;
    margin: 5px 0;
}

/* 원댓 작성 */
.review-wrap .ori-review-wrap {
    padding: 20px;
    border-bottom: 1px solid #D6DBE4;
}

.review-wrap .ori-review-wrap > div,
.review-wrap .ori-review-wrap form > div {
    display: flex;
    align-items: center;
    border: 1px solid #D6DBE4;
    border-radius: 4px;
    padding: 12px;
}

.review-wrap .ori-review-wrap > div.active,
.review-wrap .ori-review-wrap form > div.active {
    border-color: #353638;
}

.review-wrap .ori-review-wrap .write-btn a {
    width: 70px;
    height: 70px;
    background-color: #F8F9FB;
    border: 1px solid #F1F2F6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.review-wrap .review-modify {
    display: none;
}

.review-wrap .review-modify > div {
    display: flex;
    align-items: center;
    width: 100%;
}

.review-wrap .review-modify .write-btn a {
    width: 70px;
    height: 70px;
    background-color: #F8F9FB;
    border: 1px solid #F1F2F6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.review-wrap .textarea-wrap {
    width: 100%;
    position: relative;
}

.review-wrap .textarea-wrap > div {
    width: 100%;
    display: flex;
    padding: 10px;
    border: 1px solid #D6DBE4;
    border-radius: 4px;
    /* min-height: 70px;
    max-height: 70px; */
}

.review-wrap .textarea-wrap > div.active {
    border-color: #353638;
}

.review-wrap .textarea-wrap > div textarea {
    outline: none;
    overflow-y: auto;
    border-radius: 4px;

    width: 100%;
    border: none;

    /* resize: none;
    min-height: 30px;
    max-height: 30px; */
}

.review-wrap .textarea-wrap p {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #BCBCBC;
    font-size: 14px;
}

.review-wrap .ori-review-wrap .textarea-wrap > div {
    padding: 0;
    border: none;
    /* min-height: 50px;
    max-height: 50px; */
}

.review-wrap .ori-review-wrap .textarea-wrap > div textarea {}


/* 필수 */
.require > div {
    position: relative;
    display: inline-block;
}

.require > div::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #3074F1;
    border-radius: 50%;
    position: absolute;
    right: -7px;
    top: -2px;
}

/* 등록, 작성 form */
.write-form-wrap {
    border: 2px;
}

.write-form-wrap .write-form-top {}

.write-form-wrap .write-form-top dl {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #666;
    border-bottom: 1px solid #E7EAEF;
    flex-wrap: wrap;
}

.write-form-wrap .write-form-top dl dt {
    min-width: 200px;
    padding: 15px 20px;
    font-weight: 500;
}

.write-form-wrap .write-form-top dl dd {
    width: calc(100% - 200px);
    padding: 7px 20px;
    display: flex;
    align-items: center;
    color: #000;
}

.write-form-wrap .write-form-top dl dd > .radio-wrap {
    margin-left: -20px;
    margin-top: -10px;
}

.write-form-wrap .write-form-top dl dd > .radio-wrap .form-check {
    margin-left: 20px;
    margin-top: 10px;
}

/* .write-form-wrap .write-form-top dl dd .form-check + .form-check{margin-left: 20px;} */
.write-form-wrap .write-form-top dl.textarea-wrap {}

.write-form-wrap .write-form-top dl.textarea-wrap > dt,
.write-form-wrap .write-form-top dl.textarea-wrap > dd {
    width: 100%;
    position: relative;
}

.write-form-wrap .write-form-top dl.textarea-wrap > dt > div {}

.write-form-wrap .write-form-top dl.textarea-wrap > dt > span {
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%);
    color: #F24822;
    font-size: 12px;
    font-weight: 400;
}

.write-form-wrap .write-form-top dl.textarea-wrap > dd {
    padding-bottom: 7px;
}

.write-form-wrap textarea {
    border: 1px solid #D6DBE4;
    padding: 30px 20px;
    outline: none;
    resize: none;
    min-height: 165px;
    overflow-y: auto;
}

.write-form-wrap .write-form-top dl.textarea-wrap > dd textarea {
    padding: 12px;
    border-radius: 4px;
    min-height: 400px;
    font-size: 14px;
}

.write-form-wrap .max-w-300 {
    max-width: 300px;
}

.write-form-wrap .caution {
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
    color: #F24822;
    font-size: 14px;
    font-weight: 500;
}

.write-form-wrap .caution::before {
    content: "";
    display: block;
    min-width: 16px;
    height: 16px;
    background: url('../../images/sub/caution-icon.svg') no-repeat left center;
    margin-right: 2px;
}

.write-form-wrap .caution.color-gray {
    color: #888888;
}

.write-form-wrap .caution.color-gray::before {
    background-position: right center;
}

/* 파일 업로드 */
.file-upload-wrap {
    background-color: #E0F3FF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 8px;
}

.file-upload-wrap.cOrange {
    background-color: #FFEFD8;
}

.file-upload-wrap .file-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 70px;
}

.file-upload-wrap .file-box label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    padding: 0 15px;
    border: 1px solid #D6DBE4;
    background: #fff;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
}

.file-upload-wrap .file-box label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/upload-clip.svg') no-repeat center center;
    margin-right: 4px;
}

.file-upload-wrap .file-box label.hiddle {
    pointer-events: none;
    background-color: #F8F8F8;
    border-color: #F1F2F6;
    color: #959595;
}

.file-upload-wrap .file-box input[type='file'] {
    display: none;
}

.file-upload-wrap .file-box > p {
    color: #666;
}

.file-upload-wrap .file-box .upload-name {
    border: 1px solid #121212;
    background: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
}

.file-upload-wrap .file-box .upload-name a {
    padding-top: 5px;
}

/* .file-upload-wrap .file-box .upload-name::after, */
/* .file-upload-wrap .file-box .upload-name a::after, */
.file-upload-wrap .file-box .upload-name span.file-del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/file-del.svg') no-repeat center center;
    margin-left: 6px;
    cursor: pointer;
}

/* 결제완료 */
.confirm-wrap {
    max-width: 580px;
    padding: 30px;
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
}

.confirm-wrap > div > p {
    line-height: 24px;
}

.confirm-wrap > div > p + p {
    color: #666;
}

.confirm-wrap > div > p > span {
    color: #3074F1;
    font-weight: 500;
}

.confirm-wrap > div.info {
    background-color: #3074F1;
    border-radius: 15px;
    padding: 20px 15px;
}

.confirm-wrap > div.info dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    padding: 2px 15px;
}

.confirm-wrap > div.info dl + dl {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.confirm-wrap > div.info dl + dl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(163, 206, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.confirm-wrap > div a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    padding: 0 25px;
    background: #74CDF1;
    font-weight: 500;
    border-radius: 25px;
}

/* 장바구니 */
.cart-top {
    border-radius: 15px;
    padding: 20px;
}

.cart-top .price-wrap {
    border-radius: 8px;
    background-color: #E0F3FF;
}

.cart-top .price-wrap dl {
    font-size: 18px;
    color: #3074F1;
    padding: 0 15px;
    line-height: 50px;
}

.cart-top .price-wrap dl dd span {
    font-size: 24px;
}


/* ai */
.table-btn-wrap {}

.table-btn-wrap > div + div {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}

.table-btn-wrap > div + div::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* 문제 지문 보기 */
.test-view-wrap {
    border: 1px solid #D9D9D9;
    padding: 20px 0 70px;
}

/* 테이블 search */
.test-view-top {
    padding: 10px 20px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.test-view-top .table-l > div {
    display: flex;
    align-items: center;
}

.test-view-top .table-l .pdf-wrap .test-view-top .table-l .pdf-wrap a.btn-st {
    background: #f8f8f8;
    border: 1px solid #E5E7EC;
    color: #121212;
}

.test-view-top .table-r {}

/* 문제 지문 보기 - 검색 */
.test-view-search {
    padding: 10px;
}

.test-view-search .test-search-inner {
    width: 100%;
}

.test-view-search .test-search-inner > dl {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.test-view-search .test-search-inner > dl + dl {
    border-top: 1px solid #EAEAEA;
}

.test-view-search .test-search-inner > dl dt {
    width: 80px;
    padding-left: 10px;
}

.test-view-search .test-search-inner > dl dd {
    width: calc(100% - 160px);
    padding-left: 20px;
    display: flex;
}

.test-view-search .test-search-inner > dl dd .sub-tit {
    color: #000000;
    font-weight: 500;
    margin-right: 20px;
}

.test-view-search .test-search-inner > dl dd > div {
    padding: 10px 0;
    width: 100%;
}

.test-view-search .test-search-inner > dl dd > div + div {
    border-top: 1px solid #EAEAEA;
}

.test-view-search .test-search-inner > dl dd .left-before {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.test-view-search .test-search-inner > dl dd .left-before::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.test-view-search .test-search-inner > dl dd a.btn-st {
    background: #F8F8F8;
    border: 1px solid #D6DBE4;
    color: #121212;
}

.test-view-search .test-search-inner > dl dd a.btn-st.all-chk {
    display: inline-flex;
    align-items: center;
}

.test-view-search .test-search-inner > dl dd a.btn-st.all-chk::before {
    content: "";
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/chk-icon.svg') no-repeat center center;
}


.quiz-wrap {
    width: 100%;
    border-radius: 1.75em;
    background-color: #F8FAFD;
    padding: 20px;
}

.quiz-wrap .quiz-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* position: relative;*/
    width: 100%;
}

.quiz-wrap .quiz-title > h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.quiz-wrap .quiz-title > div1 {
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
}

.quiz-wrap .quiz-title > .count-contents {
    display: flex;
    align-items: center;
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: auto; */
}

.quiz-wrap .quiz-title > .count-contents .time {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px 0 10px;
    line-height: 40px;
    /* background-color: #FFEDC6; */
    border-radius: 1.25em;
    width: 120px;
}

.quiz-wrap .quiz-title > .count-contents .time .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFB13C;
    width: 30px;
    height: 30px;
    /* transform: translateY(-50%);
    top: 50%;    
    position: absolute;
    left: 0; */
}

.quiz-wrap .quiz-title > .count-contents .time .icon:before {
    content: '';
    background: url("../../images/sub/clock-icon.svg")no-repeat;
    display: inline-block;

    /* width: 50px;
    height: 50px; */

    background-size: contain;
    /* 이미지가 요소 안에 완전히 보이도록 크기 조절 */
    background-position: center;
    width: 100%;
    height: 100%;
}

.quiz-wrap .quiz-title > .count-contents .time p {
    color: #FFB13C;
    font-size: 18px;
    font-weight: 700;
}

.quiz-wrap .quiz-title button.btn {}

.quiz-wrap .quiz-title button.btn {
    height: 50px;
    padding: 0 25px;
    background: #fff;
}

.quiz-wrap .quiz-title button.btn:hover {
    background: #343a40;
}

/* .quiz-wrap .quiz-title button.btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000 url('../../images/sub/btn-arrow.svg') no-repeat center center;
    margin-left: 5px;
} */


@media screen and (max-width: 1400px) {
    .quiz-wrap .quiz-title > h2 {
        font-size: 25px;
    }

    .quiz-wrap .quiz-title.quiz-time {
        padding-top: 20px;
    }

    .quiz-wrap .quiz-title.quiz-time > .count-contents {
        /* top: 30%; */
    }

    .quiz-wrap .quiz-title.quiz-time > div {
        /* top: 30%; */
    }
}

.quiz-wrap .quiz-conts {
    background-color: #FFFFFF;
    border: 1px solid #D6DBE4;
    border-radius: 1.75em;
    padding: 30px;
    margin-top: 15px;
}

.quiz-wrap .quiz-conts .percent {
    display: flex;
    width: 100%;
    height: 16px;
    position: relative;
    border-radius: 0.5em;
    background-color: #F3F5FA;
}

.quiz-wrap .quiz-conts .percent > span {
    height: 100%;
    background-color: #3074F1;
    border-radius: 0.5em;
}

.quiz-wrap .quiz-conts .percent > div {
    color: #3D4B6E;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.quiz-wrap .quiz-conts .percent > div span {
    font-size: 12px;
    font-weight: 500;
}

.quiz-wrap .quiz-conts .percent > div p {
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
}

.quiz-wrap .quiz-conts .answer-contents {
    margin: 50px auto 0;
    max-width: 980px;
}

.quiz-wrap .quiz-conts .answer-contents > h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.quiz-wrap .quiz-conts .answer-contents > h4.correct:before {
    content: '';
    background: url("../../images/sub/b-correct01.svg")no-repeat;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 101px;
}

.quiz-wrap .quiz-conts .answer-contents > h4.wrong:before {
    content: '';
    background: url("../../images/sub/b-correct02.svg")no-repeat;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 101px;
}

.quiz-wrap .quiz-conts .answer-contents .soundBox {
    margin: 20px 0;
    background-color: #E0F3FF;
    border-radius: 1.25em;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.quiz-wrap .quiz-conts .answer-contents .soundBox button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    outline: none;
    border: none;
    margin-left: 25px;
}

.quiz-wrap .quiz-conts .answer-contents .soundBox button:before {
    content: '';
    background: url("../../images/sub/sound-icon.svg")no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.quiz-wrap .quiz-conts .answer-contents .ex {}

.quiz-wrap .quiz-conts .answer-contents .ex > div {
    position: relative;
}

.quiz-wrap .quiz-conts .answer-contents .ex > div.correct:before {
    content: '';
    background: url("../../images/sub/c-correct02.svg")no-repeat;
    position: absolute;
    left: -1.5%;
    top: 10%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}

.quiz-wrap .quiz-conts .answer-contents .ex > div.wrong:before {
    content: '';
    background: url("../../images/sub/c-correct01.svg")no-repeat;
    position: absolute;
    left: -1.5%;
    top: 10%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}

.quiz-wrap .quiz-conts .answer-contents .ex > div.correct {}

.quiz-wrap .quiz-conts .answer-contents .ex > div p {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.quiz-wrap .quiz-conts .answer-contents .ex > div + div {
    margin-top: 5px;
}

.quiz-wrap .quiz-conts div.q-sel-wrap .btn {
    border: 1px solid #D0D3D8;
    display: flex;
    align-items: center;
}

.quiz-wrap .quiz-conts div.q-sel-wrap .btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/check-icon-b.svg')no-repeat left center;
    margin-right: 5px;
}

/* .quiz-wrap .quiz-conts div.q-sel-wrap .btn:focus{box-shadow: none; border-color: #3074F1; color: #3074F1;background-color: #fff;}
.quiz-wrap .quiz-conts div.q-sel-wrap .btn:focus:before{background-position: right center;} */
.quiz-wrap .quiz-conts div.q-sel-wrap .btn-st {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 25px;
    background: #F8F9FB;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.quiz-wrap .quiz-conts div.q-sel-wrap .btn.active {
    box-shadow: none;
    border-color: #3074F1;
    color: #3074F1;
    background-color: #fff;
}

.quiz-wrap .quiz-conts div.q-sel-wrap .btn.active:before {
    background-position: right center;
}

.quiz-wrap .quiz-conts .hide-contents {
    margin-top: 10px;
}

.quiz-wrap .quiz-conts .hide-contents .result {
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 1.25em;
    background-color: #F8F9FB;
}

.quiz-wrap .quiz-conts .hide-contents .result > h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.quiz-wrap .quiz-conts .hide-contents .result > h3.correct {
    color: #3074F1;
}

.quiz-wrap .quiz-conts .hide-contents .result > h3.wrong {
    color: #F24822;
}

.quiz-wrap .quiz-conts .hide-contents .result > p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.quiz-wrap .quiz-conts .caption-wrap {
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #121212;
    max-width: 980px;
    margin: 0 auto;
}

.quiz-wrap .quiz-conts .caption-wrap > p {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.quiz-wrap .quiz-conts .caption-wrap > p:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #121212;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.quiz-wrap .quiz-conts .caption-wrap > p + p {
    margin-top: 10px;
}

.quiz-wrap .quiz-conts .caption-wrap > p strong {
    color: #3074F1;
    font-weight: 700;
}

.quiz-wrap .quiz-conts .caption-wrap > p span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 29px;
    padding: 0 10px;
    background-color: #E0F3FF;
    border-radius: 16px;
    font-size: 14px;
}

.quiz-wrap .quiz-conts .table-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.quiz-wrap .quiz-conts .table-wrap table thead tr th {
    background-color: #F8F9FB;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #D0D3D8 !important;
}

.quiz-wrap .quiz-conts .table-wrap table tr th,
.quiz-wrap .quiz-conts .table-wrap table tr td {
    text-align: center;
}

.quiz-wrap .quiz-conts .table-wrap table tbody tr.blue-tr {
    background-color: #E0F3FF;
}

.quiz-wrap .quiz-conts .table-wrap table tbody tr td {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    border-bottom: 1px solid #D0D3D8;
    border-top: none;
}

.quiz-wrap .quiz-conts .table-wrap table tbody tr td.bold {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
}

.quiz-wrap .quiz-conts .table-wrap table tbody tr td.fBlue {
    color: #3074F1
}

.quiz-wrap .quiz-conts .table-wrap table tbody tr td.fRed {
    color: #F24822;
}

.quiz-wrap .quiz-conts .table-wrap table thead tr th + th,
.quiz-wrap .quiz-conts .table-wrap table tbody tr td + td {
    border-left: 1px solid #D0D3D8;
}

.quizWord-wrap {
    border-radius: 15px;
    border: 1px solid #D6DBE4;
    width: 100%;
}

.quizWord-wrap > .wrap {
    padding: 20px 30px 20px;
    display: flex;
}

.quizWord-wrap > .wrap > div {
    position: relative;
    width: calc(50% - 20px);
}

.quizWord-wrap > .wrap > div .item {}

.quizWord-wrap > .wrap > div .item > h4 {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.quizWord-wrap > .wrap > div + div {
    padding-left: 40px;
    margin-left: 40px;
}

.quizWord-wrap > .wrap > div + div:before {
    content: '';
    background-color: #D9D9D9;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.quizWord-wrap > .wrap > div.l-conts .item {
    padding: 20px 0;
}

.quizWord-wrap > .wrap > div.l-conts .item + .item {
    border-top: 1px solid #D6DBE4;
}

.quizWord-wrap > .wrap > div.l-conts .item .q-sel-wrap {}

.quizWord-wrap > .wrap > div.l-conts .item .q-sel-wrap .btn {
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}

/* .quizWord-wrap > .wrap > div.l-conts .item .q-sel-wrap .btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/check-icon-b.svg')no-repeat left center;
    margin-right: 5px;
} */

.quizWord-wrap > .wrap > div.l-conts .item .q-sel-wrap .btn:focus {
    box-shadow: none;
    border-color: #3074F1;
    color: #3074F1;
}

.quizWord-wrap > .wrap > div.l-conts .item .q-sel-wrap .btn:focus:before {
    background-position: right center;
}

.quizWord-wrap > .wrap > div.l-conts .item .level-check {}

.quizWord-wrap > .wrap > div.l-conts .item .level-check > div {
    padding: 10px;
}

.quizWord-wrap > .wrap > div.l-conts .item .level-check > div + div {
    border-top: 1px solid #E7EAEF;
}

.quizWord-wrap > .wrap > div.l-conts .item .level-check > div .chk-title {
    min-width: 80px;
    font-size: 16px;
    font-weight: 600;
    color: #4B515B;
}

.quizWord-wrap > .wrap > div.l-conts .item .level-check > div .form-check {
    width: calc(100% - 80px);
}

.quizWord-wrap > .wrap > div.l-conts .item .question-select {
    /* display: flex; */
    align-items: center;
    font-weight: 500;
    color: #000000;
}

.quizWord-wrap > .wrap > div.l-conts .item .question-select .count-box {
    margin: 0 10px;
}

.quizWord-wrap > .wrap > div.l-conts .item .question-select .count-box input {
    /* max-width: 35px; */
}



.quizWord-wrap > .wrap > div.l-conts .item .question-select .word-setting {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: 1px solid #D6DBE4;
    line-height: 34px;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
}

.quizWord-wrap > .wrap > div.l-conts .item .question-select .word-setting .num {
    font-weight: 700;
    color: #3074F1;
}

.quizWord-wrap > .wrap > div.l-conts .item .note-check {}

.quizWord-wrap > .wrap > div.l-conts .item .note-check > div {
    padding: 10px 0;
}

.quizWord-wrap > .wrap > div.l-conts .item .note-check > div + div {
    border-top: 1px solid #E7EAEF;
}

.quizWord-wrap > .wrap > div.l-conts .item .note-check > div > div {
    width: 50%;
}

.quizWord-wrap > .wrap > div.r-conts {}

.quizWord-wrap > .wrap > div.r-conts .list {
    padding: 20px;
    border: 1px solid #212121;
    border-radius: 15px;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl {
    display: flex;
    align-items: center;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl + dl {
    border-top: 1px solid #E7EAEF;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dt {
    width: 90px;
    padding: 10px;
    font-weight: 600;
    color: #4B515B;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd {
    width: calc(100% - 90px);
    padding: 10px;
    font-size: 18px;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd {}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd > div > span {
    font-size: 16px;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd.fBlue {
    color: #3074F1
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd.fRed {
    color: #F24822;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 16px;
    line-height: 30px;
    background-color: #E0F3FF;
}

.quizWord-wrap > .wrap > div.r-conts .list > dl dd > div > div span {
    font-weight: 700;
    margin-left: 3px;
}

/* 출제마법사 */
/* 문제 출제 단계 */
.step-wrap {}

.step-wrap ul {
    border-radius: 27px;
    overflow: hidden;
}

.step-wrap ul li {
    width: 100%;
    color: #3D4B6E;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E0F3FF;
    padding: 10px 0;
}

.step-wrap ul li.step_pass {
    color: #3074F1;
}

.step-wrap ul li.left {
    position: relative;
    /* color: #3074F1; */
}

.step-wrap ul li.left:nth-child(1) {
    z-index: 3;
}

.step-wrap ul li.left::after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-color: #3074F1;
    position: absolute;
    left: calc(100% - 27px);
    top: 64.5%;
    transform: rotate(45deg) translate(-50%, -50%);
    background-color: #E0F3FF;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.step-wrap ul li.left.active::after {
    background-color: #3074F1;
}

.step-wrap ul li.active {
    background-color: #3074F1;
    color: #FFFFFF;
}

.step-wrap ul li.left span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/check-icon-b.svg') no-repeat right center;
    margin-left: 4px;
}

.step-wrap ul li.left.active span {
    display: none
}

@media screen and (max-width: 1110px) {
    .step-wrap ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 795px) {
    .step-wrap ul li {
        font-size: 14px;
    }
}

/* check-icon-b.svg */

/* 지문 선택 */
.test-sel-wrap {}

.test-sel-wrap .test-sel + .test-sel {
    margin-top: 10px;
}

.test-sel-wrap .test-sel .test-sel-all {
    border: 1px solid #D6DBE4;
    border-radius: 10px;
    padding: 17px 20px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.test-sel-wrap .test-sel .test-sel-all::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/arrow-b.svg') no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .45s;
}

.test-sel-wrap .test-sel .test-sel-all.active {
    background-color: #E4F5FF;
    border-color: #3074F1;
}

.test-sel-wrap .test-sel .test-sel-all.active::after {
    background-position: left top;
}

.test-sel-wrap .test-sel .test-sel-all input[type='checkbox'] + label {
    display: inline-flex;
    align-items: center;
}

.test-sel-wrap .test-sel .test-sel-all input[type='checkbox'] + label span + span {
    display: inline-flex;
    align-items: center;
}

.test-sel-wrap .test-sel .test-sel-all input[type='checkbox'] + label span + span::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../../images/sub/step-arrow.svg') no-repeat center center;
}

.test-sel-wrap .test-sel .middle-wrap {
    width: calc(100% - 20px);
    margin-left: 20px;
    cursor: pointer;
    display: none;
}

.test-sel-wrap .test-sel .middle-wrap {}

.test-sel-wrap .test-sel .middle-wrap .test-sel-middle {
    margin-top: 10px;
    border: 1px solid #D6DBE4;
    border-radius: 10px;
    background: #F3F5FA;
    padding: 17px 20px;
    width: 100%;
    position: relative;
}

.test-sel-wrap .test-sel .middle-wrap .test-sel-middle::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/arrow-b.svg') no-repeat right bottom;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .45s;
}

.test-sel-wrap .test-sel .middle-wrap.active .test-sel-middle::after {
    background-position: right top;
}

.test-sel-wrap .test-sel .middle-wrap .middle-cont-wrap {
    border: 1px solid #D6DBE4;
    border-radius: 10px;
    padding: 16px 38px;
    margin-top: 10px;
    max-height: 140px;
    overflow-y: auto;
    display: none;
}

.test-sel-wrap .test-sel .middle-wrap .middle-cont-wrap .middle-tit {
    margin-bottom: 10px;
}

.test-sel-wrap .test-sel .middle-wrap .middle-cont-wrap .middle-cont {
    color: #666;
}

/* 화살표 모양 free */
.free-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 700;
    color: #222;
    border-radius: 3px;
    background-color: #FFE100;
    position: absolute;
    left: 50%;
    bottom: 88%;
    transform: translateX(-50%);
}

.free-tag::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #FFE100;
    position: absolute;
    left: 48%;
    top: 80%;
    transform: rotate(-45deg) translateX(-50%);
}

/* 상,중,하 표시 */
.level {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    /* margin-left: -1px; */
}

.level.high {
    background-color: #C7F1FA;
    color: #285EA5;
}

.level.middle {
    background-color: #FFE2B7;
    color: #BE6C00;
}

.level.low {
    background-color: #C0F2CD;
    color: #048141;
}

/* 문제출제 가이드 */
.examGuide {
    border: 1px solid #D6DBE4;
    padding: 20px;
    border-radius: 15px;
    font-size: 14px;
}

.examGuide .tit {
    color: #90969F;
    font-weight: 600;
}

.examGuide .cont {
    background: #E2F2EF;
    margin: 10px 0;
    padding: 12px;
}

.examGuide .caution {
    color: #666666;
    font-size: 12px;
    position: relative;
    padding-left: 8px;
}

.examGuide .caution::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3074F1;
    position: absolute;
    left: 0;
    top: 0;
}

/* 문제 출제 */
.examSelWrap {}

.examSelWrap .exam-sel {
    min-width: 650px;
    width: calc(100% - 206px);
    border-top: 1px solid #000;
}

.examSelWrap .exam-input-wrap {
    border-top: 1px solid #000;
}

.examSelWrap .exam-input-wrap > div {
    border-bottom: 1px solid #E7EAEF;
    padding: 7px 20px;
}

.examSelWrap .exam-input-wrap > div dl {
    display: flex;
    align-items: center;
}

.examSelWrap .exam-input-wrap > div dl dd {
    width: 100%;
    margin-left: 30px;
}

.examSelWrap .exam-input-wrap .num {
    color: #666666;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.examSelWrap .tool-tip-box textarea {
    border: 1px solid #D6DBE4;
    padding: 30px 20px;
    outline: none;
    resize: none;
    min-height: 300px;
    overflow-y: auto;
}

.examSelWrap .tool-tip-box .tool-tip-top > p {
    font-size: 20px;
    font-weight: 700;
}

.examSelWrap .tool-tip-box .tool-tip-top > div a {
    padding: 10px 15px;
}

.examSelWrap .tool-tip-box .tool-tip-top > div a:before {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .examSelWrap {
        flex-direction: column;
    }

    .examSelWrap .exam-sel {
        width: 100%;
    }

    .examSelWrap .ai-List {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
}


/* 새 문제 작성 */
.exam-new {}

.exam-new > p {
    color: #666666;
    text-align: center;
}

.exam-new .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E4F5FF;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.exam-new .cont .new-left {}

.exam-new .cont .new-left .sub-tit {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.exam-new .cont .new-left .file-wrap {
    margin-top: 10px;
}

.exam-new .cont .new-left .file-wrap > div {
    border: 1px solid #121212;
    background: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    padding: 0 15px;
    margin-left: 5px;
    margin-top: 5px;
}

.exam-new .cont .new-left .file-wrap > div span.file-del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/file-del.svg') no-repeat center center;
    margin-left: 6px;
    cursor: pointer;
}

.exam-new .cont .new-left .file-wrap {
    margin-left: -5px;
    margin-top: -5px;
}

.exam-new .cont .new-left .file-wrap > div {
    margin-left: 5px;
    margin-top: 5px;
}


/* ai List */
/* 공통 */
.ai-List {
    margin-left: 20px;
    width: 386px;
}

.ai-List .list {
    background: #F8FAFD;
    border-radius: 15px;
    padding: 5px;
}

.ai-List .list .inner {
    border-radius: 15px;
    background-color: #fff;
    /* padding: 20px !important; */
    position: relative;
}

.ai-List .list .inner dl {}

.ai-List .list .inner dl dt {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ai-List .list .inner dl dd > div {
    padding: 10px 0;
}

.ai-List .list .inner dl dd > div + div {
    border-top: 1px solid #D6DBE4;
}

.ai-List .list .inner dl dd > div .form-check-label {
    padding-left: 5px;
}

/* list-top */
.ai-List .list-top .inner {
    border: 1px solid #D6DBE4;
}

/* list-bottom */
.ai-List .list-bottom .inner {
    border: 1px solid #121212;
}

.ai-List .list-bottom .inner .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-List .list-bottom .inner .title::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url('../../images/sub/ai-icon.svg') no-repeat center center;
}

.ai-List .list-bottom .inner .close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../images/common/close-icon-bk.svg')no-repeat center center;
    opacity: 1;
}

.ai-List .list-bottom .inner .tab-wrap {
    margin-top: 20px;
}

.ai-List .list-bottom .inner .tab-wrap ul {
    display: flex;
    align-items: center;
}

.ai-List .list-bottom .inner .tab-wrap ul li {
    width: 100%;
}

.ai-List .list-bottom .inner .tab-wrap ul li + li {
    margin-left: 2px;
}

.ai-List .list-bottom .inner .tab-wrap ul li a {
    color: #666666;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F3F5FA;
    line-height: 36px;
    border-radius: 8px 8px 0 0;
}

.ai-List .list-bottom .inner .tab-wrap ul li.active a {
    color: #fff;
    background: #3074F1;
}

.ai-List .list-bottom .inner .textarea {
    padding: 12px;
    border: 1px solid #D6DBE4;
    border-radius: 4px;
}

.ai-List .list-bottom .inner .textarea textarea {
    outline: none;
    overflow-y: auto;
    border-radius: 4px;
    resize: none;
    min-height: 30px;
    max-height: 30px;
    width: 100%;
    border: none;
    min-height: 200px;
    max-height: 200px;
}


/* 마이페이지 */
#container.sub.my .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#container.sub.my .inner .my-tab {
    /*width: 220px;*/
    max-width: 150px;
    min-width: 100px;
    width: 100%;
}

#container.sub.my .inner .my-tab .tit {
    font-size: 20px;
    font-weight: 700;
    background: #3074F1;
    color: #fff;
    padding: 32px 24px 48px;
    border-radius: 16px 16px 0 0;
}

#container.sub.my .inner .my-tab > ul {
    background: #fff;
    border-radius: 16px;
    z-index: 2;
    position: relative;
    top: -15px;
    border: 1px solid #E7EAEF;
    overflow: hidden;
}

#container.sub.my .inner .my-tab > ul li + li {
    border-top: 1px solid #E7EAEF;
}

#container.sub.my .inner .my-tab > ul li a {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
    padding: 20px 20px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .45s;
}

#container.sub.my .inner .my-tab > ul li a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../../images/sub/arrow-blue.png') no-repeat center center/cover;
    opacity: 0;
    transition: .45s;
}

#container.sub.my .inner .my-tab > ul li.active a {
    color: #3074F1;
    font-weight: 700;
}

#container.sub.my .inner .my-tab > ul li.active a::after {
    opacity: 1;
}

#container.sub.my .inner .my-tab > ul li a:hover {
    color: #3074F1;
    font-weight: 700;
}

#container.sub.my .inner .my-tab > ul li a:hover::after {
    opacity: 1;
}

#container.sub.my .inner .my-cont {
    max-width: 980px;
    width: 100%;
    padding-left: 15px;
}

#container.sub.my .inner .my-cont .cont-wrap {}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont + .sub-cont {
    margin-top: 40px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont > div {
    border-top: 1px solid #000;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 10px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7EAEF;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl.bg {
    background: #FAFBFE;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dt {
    width: 180px;
    font-weight: 500;
    color: #666666;
    padding: 15px 0 15px 20px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd {
    width: calc(100% - 180px);
    font-weight: 600;
    color: #121212;
    display: flex;
    align-items: center;
    padding: 7px 0 7px 20px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd > div + div {
    display: flex;
    align-items: center;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd > div + div::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    margin: 0 10px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd .caution {
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
    color: #F24822;
    font-size: 14px;
    font-weight: 500;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd .caution::before {
    content: "";
    display: block;
    min-width: 16px;
    height: 16px;
    background: url('../../images/sub/caution-icon.svg') no-repeat left center;
    margin-right: 2px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd .caution.color-gray {
    color: #888888;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd .caution.color-gray::before {
    background-position: right center;
}

@media screen and (max-width: 1280px) {
    #container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd input[type='text'] {
        width: 100% !important;
    }
}

@media screen and (max-width: 880px) {
    #container.sub.my .inner .my-tab {
        max-width: 150px;
    }

    #container.sub.my .inner .my-cont {
        padding-left: 15px;
    }

    #container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    #container.sub.my .inner .my-cont .cont-wrap .sub-cont dl dd {
        flex-wrap: wrap;
    }
}



/* 구매내역 */
#container.sub.my .inner .my-cont .cont-wrap .sub-cont .table-none {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont .table-none::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('../../images/sub/nolist-icon.png') no-repeat center center/cover;
    margin-bottom: 10px;
}

#container.sub.my .inner .my-cont .cont-wrap .sub-cont .read {
    display: inline-flex;
    width: 28px;
    height: 28px;
    background: url('../../images/sub/read-icon.png') no-repeat center center/cover;
}

/* 메세지 */
.subTab .subTab-right.message::before {
    background-image: url('../../images/sub/message-icon.svg');
}

div.message {
    display: flex;
    width: 28px;
    height: 28px;
    background: url('../../images/sub/read-icon.svg') no-repeat right center;
}

div.message.read {
    background-position: left center;
}

#container.sub.my .inner .my-cont .cont-wrap .dropdown-menu {
    border: 1px solid #000;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    left: -10px !important;
    min-width: 100px;
}

#container.sub.my .inner .my-cont .cont-wrap .dropdown-item {
    padding-left: 12px;
    font-size: 13px;
    font-weight: 600;
}

#container.sub.my .inner .my-cont .cont-wrap .dropdown-item:focus, .dropdown-item:hover {
    background: #F0F7FF !important;
    color: #3074F1 !important;
}


#container.sub.my .inner .my-cont .cont-wrap .message-cont {}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t {
    padding: 20px;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t .info {
    color: #666666;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t .info > div > a {
    color: #121212;
    padding-left: 5px;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t .info > div > a.cGray {
    color: #666;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t .info > div {
    position: relative;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t .info > div + div {
    margin-left: 10px;
    padding-left: 10px;
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-t .info > div + div::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#container.sub.my .inner .my-cont .cont-wrap .message-cont .ms-bt {
    padding: 40px 20px;
    border-color: #D6DBE4;
}

/* 메세지 작성 */
#container.sub.my .inner .my-cont .cont-wrap .ms-write dl dt {
    width: 80px;
}

#container.sub.my .inner .my-cont .cont-wrap .ms-write dl dd {
    width: calc(100% - 80px);
}

#container.sub.my .inner .my-cont .cont-wrap .ms-write dl dd {
    width: calc(100% - 80px);
}

#container.sub.my .inner .my-cont .cont-wrap .ms-write textarea {
    border: 1px solid #D6DBE4;
    padding: 30px 20px;
    outline: none;
    resize: none;
    min-height: 165px;
    overflow-y: auto;
}

/* 회원탈퇴 */
#container.sub.my .inner .my-cont .cont-wrap .caution-wrap {
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    background: #F6F6F7;
    padding: 20px;
    font-size: 14px;
    color: #212121;
}

#container.sub.my .inner .my-cont .cont-wrap .caution-wrap h4 {
    font-weight: 500;
}

#container.sub.my .inner .my-cont .cont-wrap .caution-wrap ul {
    margin-top: 5px;
}

#container.sub.my .inner .my-cont .cont-wrap .caution-wrap ul li {
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

#container.sub.my .inner .my-cont .cont-wrap .caution-wrap ul li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #212121;
    border-radius: 50%;
}

#container.sub.my .inner .my-cont .cont-wrap .caution-wrap ul li span {
    font-weight: 600
}

/* 친구관리 */
#container.sub .search-wrap.bg-blue {
    background: #E0F3FF;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage {}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-t h5 {
    font-size: 20px;
    font-weight: 700;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-t a.message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #E5E7EC;
    border-radius: 16px;
    line-height: 32px;
    padding: 0 15px;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-t a.message::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/sub/message-icon.svg') no-repeat center center;
    margin-right: 4px;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-bt {
    margin-top: 10px;
    width: 100%;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-bt ul {
    width: 100%;
    border: 1px solid #D6DBE4;
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-bt ul li {
    width: calc(50% - 20px);
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-bt ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    ;
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    padding: 20px;
    font-weight: 700;
}

#container.sub.my .inner .my-cont .cont-wrap .fr-manage .manage-bt ul li.active a {
    border-color: #3074F1;
}

/* 커뮤니티 */
#container.sub.community .search-wrap .search-inner {
    width: auto;
}

#container.sub.community .search-wrap {
    border-radius: 15px;
}

#container.sub.community .search-wrap > .btn {
    height: auto;
}

#container.sub.community table tbody tr td > div.notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3074F1;
    font-weight: 600;
    line-height: 22px;
    padding: 0 8px;
    font-size: 13px;
    border: 1px solid #3074F1;
    border-radius: 60px;
    white-space: nowrap;
}

#container.sub.community .table-top .total {
    font-size: 16px;
    font-weight: 500;
}

#container.sub.community .table-top .total span {
    color: #3074F1;
}

#container.sub.community table tbody tr td span.num {
    font-weight: 400;
    color: #666666;
}

#container.sub.community table tbody tr td.subj > div {
    display: flex;
    align-items: center;
}

#container.sub.community table tbody tr td.subj > div p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}

#container.sub.community table tbody tr td.subj.file > div:after {
    content: '';
    background: url("../../images/common/table-file-icon.svg")no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

#container.sub.community table tbody tr td.subj.screenshot > div:after {
    content: '';
    background: url("../../images/common/table-picture-icon.svg")no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

#container.sub.community table tbody tr td.subj.screenshot.file > div:after {
    content: '';
    background: url("../../images/common/table-both-icon.svg")no-repeat;
    width: 44px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

#container.sub.community .write-form-wrap .write-form-top dl dd {
    padding: 7px 20px;
}

#container.sub.community .tab-wrap {
    display: flex;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #E7EAEF;
    border-radius: 27px;
    flex-wrap: wrap;
}

#container.sub.community .tab-wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 54px;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
}

#container.sub.community .tab-wrap > a.active {
    color: #3074F1;
    font-weight: 700;
}

#container.sub.community .tab-wrap > a.active:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #3074F1;
    height: 3px;
}

#container.sub.com-list .search-wrap .search-inner {
    width: auto;
}

#container.sub.com-list .search-wrap {
    border-radius: 15px;
}

#container.sub.com-list .search-wrap > .btn {
    height: auto;
}

#container.sub.com-list .table-top .total {
    font-size: 16px;
    font-weight: 500;
}

#container.sub.com-list .table-top .total span {
    color: #3074F1;
}

#container.sub.com-list table tbody tr td > div.notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3074F1;
    font-weight: 600;
    line-height: 22px;
    padding: 0 8px;
    font-size: 13px;
    border: 1px solid #3074F1;
    border-radius: 60px;
    white-space: nowrap;
}

#container.sub.com-list table tbody tr td span.num {
    font-weight: 400;
    color: #666666;
}

#container.sub.com-list table tbody tr td.subj > div {
    display: flex;
    align-items: center;

    font-size: 0.95rem;
    /* 게시판 리스트 글자 크기 키우기 */
}

#container.sub.com-list table tbody tr td.subj > div p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}

#container.sub.com-list table tbody tr td.subj.file > div:after {
    content: '';
    background: url("../../images/common/table-file-icon.svg")no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

#container.sub.com-list table tbody tr td.subj.screenshot > div:after {
    content: '';
    background: url("../../images/common/table-picture-icon.svg")no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

#container.sub.com-list table tbody tr td.subj.screenshot.file > div:after {
    content: '';
    background: url("../../images/common/table-both-icon.svg")no-repeat;
    width: 44px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 1580px) {
    .quizWord-wrap > .wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .quizWord-wrap > .wrap {
        flex-direction: column;
        max-width: 700px;
        margin: 0 auto;
    }

    .quizWord-wrap > .wrap > div {
        width: 100%;
    }

    .quizWord-wrap > .wrap > div + div {
        padding-left: 0;
        margin-left: 0;
    }

    .quizWord-wrap > .wrap > div + div:before {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    #container.sub.my .inner .my-cont .sub-tit {
        gap: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    #container.sub.my .sub-tit .tit-btn-wrap .btn {
        padding: 0 10px;
        font-size: 14px;
        height: 35px;
    }
}

/* 회원가입 */

/* 이용약관 동의  */

/* sns 회원가입 */
.join-wrap {
    position: relative;
    margin-top: 20px;
}

.join-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E7EAEF;
    position: absolute;
    top: 10px;
    margin-bottom: 10px;
}

.join-wrap h6 {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    padding: 0 25px;
    display: inline-block;
    z-index: 2;
    background-color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.join-wrap .sns-login-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: -10px;
    padding-top: 10px;
}

.join-wrap .sns-login-wrap .sns-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    width: calc((100% / 2) - 20px);
    margin-left: 10px;
    max-width: 400px;
    margin-top: 10px;
}

/* .join-wrap .sns-login-wrap .sns-login + .sns-login{margin-left: 10px;} */
.join-wrap .sns-login-wrap .sns-login.naver {
    background: #34B44A;
    color: #FFFFFF;
}

.join-wrap .sns-login-wrap .sns-login.kakao {
    background: #FFE600;
}

.join-wrap .sns-login-wrap .sns-login.google {
    border: 1px solid #D6DBE4;
    background: #0086F8;
    color: #FFFFFF;
}

.join-wrap .sns-login-wrap .sns-login::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: no-repeat center center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.join-wrap .sns-login-wrap .sns-login.naver::before {
    background-image: url('../../images/sub/naver.svg');
}

.join-wrap .sns-login-wrap .sns-login.kakao::before {
    background-image: url('../../images/sub/kakao.svg');
}

.join-wrap .sns-login-wrap .sns-login.google::before {
    background-image: url('../../images/sub/google.svg');
}

.terms .textarea {
    border: 1px solid #D6DBE4;
    padding: 30px 20px;
    outline: none;
    resize: none;
    min-height: 267px;
    max-height: 267px;
    overflow-y: auto;
    border-radius: 15px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .join-wrap .sns-login-wrap {
        flex-direction: column;
    }

    .join-wrap .sns-login-wrap .sns-login {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

/* 기타  */
.order-view-wrap .order-info .sub-cont {
    margin-top: 20px;
}

.order-view-wrap .order-info .sub-cont h6 {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.order-view-wrap .order-info .sub-cont .radio-wrap {
    display: flex;
    align-items: center;
}

.order-view-wrap .order-info .sub-cont .radio-wrap > div + div {
    margin-left: 20px;
}

.order-view-wrap .order-info .sub-cont .radio-wrap > div input + label {
    font-weight: 400;
}

/* 이용권 구매 - 선택 */
/* Ver1 */
.order-select-wrap.ver1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.order-select-wrap.ver1 .order-select {
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    padding: 60px 50px 50px 50px;
    max-width: calc(50% - 20px);
    width: 100%;
    position: relative;
}

.order-select-wrap.ver1 .order-select + .order-select {
    margin-left: 20px;
}

.order-select-wrap.ver1 .order-select .radio-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.order-select-wrap.ver1 .order-select .tit {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
}

.order-select-wrap.ver1 .order-select.ticket-12m .tit span {
    color: #3074F1;
}

.order-select-wrap.ver1 .order-select.ticket-6m .tit span {
    color: #30A9DA;
}

.order-select-wrap.ver1 .order-select .cont {
    margin-top: 40px;
}

.order-select-wrap.ver1 .order-select .cont dl {
    justify-content: space-between;
    border-bottom: none;
}

.order-select-wrap.ver1 .order-select .cont dl > * {
    color: #121212;
}

.order-select-wrap.ver1 .order-select .cont dl + dl {
    border-top: 1px solid rgba(163, 206, 255, 0.2);
}

.order-select-wrap.ver1 .order-select .cont dl dt {
    width: auto;
    font-size: 14px;
    font-weight: 500;
}

.order-select-wrap.ver1 .order-select .cont dl dd {
    width: auto;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* active */
.order-select-wrap.ver1 .order-select.active {
    background-color: #3074F1;
    border-color: #3074F1;
}

.order-select-wrap.ver1 .order-select.active .radio-wrap input[type='radio']:checked {
    background-color: #3074F1;
    border: 5px solid #fff;
}

.order-select-wrap.ver1 .order-select.active .radio-wrap input + label {
    color: #fff;
}

.order-select-wrap.ver1 .order-select.active .tit {
    color: #FFFFFF;
}

.order-select-wrap.ver1 .order-select.active .tit span {
    color: #FFFFFF;
}

.order-select-wrap.ver1 .order-select.active .cont dl > * {
    color: #FFFFFF;
}

/* Ver2 */
.order-select-wrap.ver2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.order-select-wrap.ver2 .order-select {
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    padding: 50px 30px 30px 30px;
    max-width: calc(50% - 20px);
    width: 100%;
    position: relative;
}

.order-select-wrap.ver2 .order-select + .order-select {
    margin-left: 20px;
}

.order-select-wrap.ver2 .order-select .radio-wrap {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 3;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    padding: 0 15px 0 10px;
}

.order-select-wrap.ver2 .order-select .radio-wrap input {
    display: none;
}

.order-select-wrap.ver2 .order-select .radio-wrap input + label {
    font-size: 14px;
    color: #121212;
    display: flex;
    align-items: center;
}

.order-select-wrap.ver2 .order-select .radio-wrap input + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../../images/sub/check-icon-b.svg') no-repeat left center;
    margin-right: 4px;
}

.order-select-wrap.ver2 .order-select .tit {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
}

.order-select-wrap.ver2 .order-select.ticket-12m .tit span {
    color: #3074F1;
}

.order-select-wrap.ver2 .order-select.ticket-6m .tit span {
    color: #30A9DA;
}

.order-select-wrap.ver2 .order-select .cont {
    margin-top: 40px;
    border-radius: 15px;
}

.order-select-wrap.ver2 .order-select .cont dl {
    justify-content: space-between;
    color: #fff;
    border-bottom: none;
}

.order-select-wrap.ver2 .order-select .cont dl > * {
    color: #fff;
}

.order-select-wrap.ver2 .order-select .cont dl + dl {
    border-top: 1px solid rgba(163, 206, 255, 0.2);
}

.order-select-wrap.ver2 .order-select .cont dl dt {
    width: auto;
    font-size: 14px;
    font-weight: 500;
}

.order-select-wrap.ver2 .order-select .cont dl dd {
    width: auto;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

.order-select-wrap.ver2 .order-select.ticket-12m .cont {
    background-color: #3074F1;
}

.order-select-wrap.ver2 .order-select.ticket-6m .cont {
    background-color: #30A9DA;
}

/* active */
.order-select-wrap.ver2 .order-select.active {
    border-color: #000;
}

.order-select-wrap.ver2 .order-select.active .radio-wrap {
    border-color: #3074F1;
}

.order-select-wrap.ver2 .order-select.active .radio-wrap input + label {
    color: #3074F1;
    font-weight: 600;
}

.order-select-wrap.ver2 .order-select.active .radio-wrap input + label::before {
    background-position: right center;
}

@media screen and (max-width: 1280px) {

    /* Ver2 */
    .order-select-wrap.ver1 .order-select {
        max-width: 100%;
    }

    .order-select-wrap.ver1 .order-select + .order-select {
        margin-left: 0px;
        margin-top: 20px;
    }

    /* Ver2 */
    .order-select-wrap.ver2 .order-select {
        max-width: 100%;
    }

    .order-select-wrap.ver2 .order-select + .order-select {
        margin-left: 0px;
        margin-top: 20px;
    }
}

/* 로그인 */
.login-wrap {
    max-width: 520px;
    padding: 30px;
    border: 1px solid #D6DBE4;
    border-radius: 15px;
    margin: 0 auto;
}

.login-wrap h5 {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-wrap .sns-login-wrap {}

.login-wrap .sns-login-wrap .sns-login {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
}

.login-wrap .sns-login-wrap .sns-login + .sns-login {
    margin-top: 10px;
}

.login-wrap .sns-login-wrap .sns-login.naver {
    background: #34B44A;
    color: #FFFFFF;
}

.login-wrap .sns-login-wrap .sns-login.kakao {
    background: #FFE600;
}

.login-wrap .sns-login-wrap .sns-login.google {
    border: 1px solid #D6DBE4;
    background: #0086F8;
    color: #FFFFFF;
}

.login-wrap .sns-login-wrap .sns-login::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: no-repeat center center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.login-wrap .sns-login-wrap .sns-login.naver::before {
    background-image: url('../../images/sub/naver.svg');
    height: 100%;
}

.login-wrap .sns-login-wrap .sns-login.kakao::before {
    background-image: url('../../images/sub/kakao.svg');
}

.login-wrap .sns-login-wrap .sns-login.google::before {
    background-image: url('../../images/sub/google.svg');
}

.login-wrap .form-control {
    height: 50px;
}

.login-wrap .btn-wrap {
    justify-content: center;
}

.login-wrap .btn-wrap .login-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    background: #3074F1;
    border-radius: 25px;
    line-height: 50px;
}

.login-wrap .link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.login-wrap .link-wrap a {
    color: #666666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-wrap .link-wrap a + a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #D9D9D9;
    margin: 0 20px;
}

/* 09스쿨 */
/* 탭메뉴 */
.school-tab {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 50px;
}

.school-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.school-tab ul li {}

.school-tab ul li a {
    width: 150px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
}

.school-tab ul li.active a {
    background: #FFB13C;
    font-weight: 600;
}

.school-tab ul li a::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url('../../images/sub/schoolTab-icon.svg') no-repeat;
}

.school-tab ul li.shcool a::before {
    background-position-x: 0;
}

.school-tab ul li.class a::before {
    background-position-x: -32px;
}

.school-tab ul li.teacher a::before {
    background-position-x: -64px;
}

.school-tab ul li.student a::before {
    background-position-x: -96px;
}

.school-tab ul li.textbook a::before {
    background-position-x: -128px;
}

.school-tab ul li.assignment a::before {
    background-position-x: -160px;
}

.school-tab ul li.active a::before {
    background-position-y: -32px;
}

/* 스쿨 - 스쿨 */
.school-wrap {
    background: #F8FAFD;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px;
}

.school-wrap .school-inner {
    border-radius: 15px;
    border: 1px solid #E7EAEF;
    background: #fff;
    padding: 20px;
}

.school-wrap .school-inner dl {
    display: flex;
    align-items: center;
    height: 50px;
}

.school-wrap .school-inner dl + dl {
    border-top: 1px solid #E7EAEF
}

.school-wrap .school-inner dl > * {
    padding-left: 10px;
}

.school-wrap .school-inner dl dt {
    width: 150px;
    color: #666;
    font-weight: 500;
}

.school-wrap .school-inner dl dd {
    width: calc(100% - 150px);
    font-weight: 600;
}

.school-btn::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/common/school-reset.svg') no-repeat center center;
    margin-right: 4px;
}

/* 스쿨 - 클래스 */
.sc-table-wrap {
    border-top: 2px solid #000;
}

.sc-table-wrap .table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
    padding: 12px 20px;
}

.sc-table-wrap .table-top .num-control {
    display: flex;
    align-items: center;
}

.sc-table-wrap .table-top .num-control > a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D6DBE4;
    border-radius: 18px;
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 15px;
}

.sc-table-wrap .table-top .num-control > a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: no-repeat center center/cover;
    margin-right: 4PX;
}

.sc-table-wrap .table-top .num-control > a.add::before {
    background-image: url('../../images/sub/plus.png');
}

.sc-table-wrap .table-top .num-control > a.del::before {
    background-image: url('../../images/sub/minus.png');
}

.sc-table-wrap .table {
    border-top: none;
}

.sc-table-wrap .table thead {
    border-bottom: 1px solid #e2e2e2;
}

.sc-table-wrap .table td {
    border-top: none;
    vertical-align: middle;
    padding: 12px 8px;
}

.sc-table-wrap .table tbody tr {
    min-height: 55px;
}

.sc-table-wrap .table .table-modify-wrap {
    position: relative;
}

.sc-table-wrap .table .table-modify-wrap .table-modify {
    display: none;
    z-index: 3;
    position: static;
    width: auto;
    transform: none;
}

.sc-table-wrap .table .table-btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: center;
    min-height: 40px;
}

/* 수정 모드의 저장/취소 버튼을 가로로 배치 */
.sc-table-wrap .table .table-btn.table-modify {
    flex-direction: row;
    gap: 8px;
}

/* 버튼 크기 최적화 */
.sc-table-wrap .table .table-btn .btn-st.small {
    line-height: 30px;
    padding: 0 12px;
    font-size: 13px;
    white-space: nowrap;
    min-width: 50px;
}

.sc-table-wrap .table tbody tr .table-modify-wrap .text {
    opacity: 1;
}

/* active */
.sc-table-wrap .table tbody tr.active {
    background: #FAFBFE;
}

.sc-table-wrap .table tbody tr.active .table-modify-wrap .text {
    opacity: 0;
}

.sc-table-wrap .table tbody tr.active .table-modify-wrap .table-modify {
    display: flex;
}

/* 테이블 추가 */
.sc-table-wrap .table tbody tr.add-table-wrap > td {
    padding: .75rem 0;
    border-bottom: none;
}

.sc-table-wrap .table tbody tr.add-table-wrap .add-table {
    background: #E5E7EC;
    border-radius: 10px;
}

.sc-table-wrap .table tbody tr.add-table-wrap .add-table td {
    border-bottom: none;
}

.sc-table-wrap .table tbody tr.add-table-wrap {
    background-color: transparent;
}

.sc-table-wrap .table tbody tr.add-table-wrap .table tbody tr:hover {
    background-color: transparent;
}


/* 응시 */
.stare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: no-repeat center center/cover;
}

.stare.yes {
    background-image: url('../../images/sub/stareYes.png');
}

.stare-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.stare-wrap .num {
    color: #888888;
    font-weight: 500;
}

.stare-wrap .num span {
    color: #3074F1;
    font-weight: 700;
}

.sc-table-wrap .table td div.textbook-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sc-table-wrap .table td div.textbook-wrap figure.textbook-logo {}

.sc-table-wrap .table td div.textbook-wrap figure.textbook-logo img {
    max-width: 30px;
}

.sc-table-wrap .table td div.textbook-wrap .text {
    display: flex;
    align-items: center;
    margin-left: 4px;
    font-weight: 400;
}

.sc-table-wrap .table td div.textbook-wrap .text span {
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    color: #666;
}

.sc-table-wrap .table td div.textbook-wrap .text span::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* 교사 정보 -클래스 정보 */
.textBook-nav-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.textBook-nav-wrap .textBook-nav::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/common/sub-home-icon.svg') no-repeat center center;
    margin-right: 5px;
}

.textBook-nav-wrap .textBook-nav .menu {
    display: flex;
    align-items: center;
}

.textBook-nav-wrap .textBook-nav .menu:last-of-type {
    font-weight: 600;
}

.textBook-nav-wrap .textBook-nav .menu + .menu::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../../images/common/sub-arrow.svg') no-repeat center center;
    margin-right: 4px;
}

.num-control .before-line {
    display: flex;
    align-items: center;
}

.num-control .before-line::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    margin: 0 10px;
}

/* 학생 정보 -상태 */
.sc-table-wrap .table tbody tr .table-modify-wrap .text.state {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.sc-table-wrap .table tbody tr .table-modify-wrap .text.state.register {
    background-color: #70CADD;
}

.sc-table-wrap .table tbody tr .table-modify-wrap .text.state.withdrawal {
    background-color: #94A6B9;
}

.sc-table-wrap .table tbody tr .table-modify-wrap .text.state.leave {
    background-color: #B1A0DE;
}


/* 클래스 정보 */
.class-info-wrap {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px 0;
}

.class-info-wrap .class-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 10px 0;
}

.class-info-wrap .class-info dl {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.class-info-wrap .class-info dl dt {
    font-weight: 500;
    color: #666666;
    padding-left: 10px;
    width: 100px;
}

.class-info-wrap .class-info dl dd {
    font-weight: 600;
    color: #121212;
    padding-left: 20px;
}

.class-info-wrap .class-info > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.class-info-wrap .class-info > div.info-r dl {
    width: 300px;
}

/* 과제 검색 */
.test-search-wrap {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    border-top: 2px solid #000;
}

.test-search-wrap .test-search-inner {
    width: 100%;
}

.test-search-wrap .test-search-inner dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7EAEF;
}

.test-search-wrap .test-search-inner dl dt {
    width: 180px;
    padding-left: 20px;
    color: #666666;
    font-weight: 500;
}

.test-search-wrap .test-search-inner dl dd {
    width: calc(100% - 180px);
    padding: 7px 0;
}

.test-search-wrap .test-search-inner dl dd > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 5px;
}

.test-search-wrap .test-search-inner dl dd > div > p {
    color: #888888;
    font-size: 14px;
}

/* 과제 텍스트 */
.quiz-wrap .quiz-conts .answer-contents .textBox {
    border: 1px solid #D6DBE4;
    padding: 20px;
    margin: 20px 0;
    font-size: 18px;
    line-height: 27px;
}

/* 보고서 */
.report-wrap {
    border: 2px solid #212121;
    border-radius: 15px;
    padding: 60px 50px;
    margin-top: 30px;
}

.report-wrap .report-inner {}

.report-wrap .report-inner h4 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

.report-wrap .report-inner h4 span {
    font-weight: 700;
    color: #3074F1;
}

.report-wrap .report-inner .report-cont {
    margin-top: 40px;
}

.report-wrap .report-inner .report-cont > div h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* 정보 */
.report-order-wrap {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.report-order-wrap .report-order {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.report-order-wrap .report-order + .report-order {
    border-top: 1px solid #e2e2e2;
}

.report-order-wrap .report-order dl {
    display: flex;
    align-items: center;
}

.report-order-wrap .report-order dl dt {
    font-weight: 500;
    color: #666666;
    padding-left: 10px;
    min-width: 140px;
    background: #F8F9FB;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.report-order-wrap .report-order dl dd {
    font-weight: 600;
    color: #121212;
    padding-left: 20px;
    min-height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}

.report-order-wrap .report-order > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.report-order-wrap .report-order > div.info-r dl {
    width: 300px;
}

/* 테이블 표 */
.report-wrap .report-inner .report-cont .report-table table {
    border-top: none;
}

.report-wrap .report-inner .report-cont .report-table table tr th {
    border: 1px solid #e2e2e2;
    border-right: none;
    background: #F8F9FB;
    text-align: center;
    padding: 15px 5px;
    color: #666666;
    font-weight: 500;
}

.report-wrap .report-inner .report-cont .report-table table tr th:nth-of-type(1) {
    border-left: none;
}

.report-wrap .report-inner .report-cont .report-table table tr td {
    padding: 13px 5px;
    border-left: 1px solid #e2e2e2;
    text-align: center;
    font-weight: 600;
}

.report-wrap .report-inner .report-cont .report-table table tr td:nth-of-type(1) {
    border-left: none;
}

/* 이미지 그래프 */
.report-wrap .report-inner .report-cont .report-graph {}

.report-wrap .report-inner .report-cont .report-graph .graph-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -15px;
}

.report-wrap .report-inner .report-cont .report-graph .graph-wrap > div {
    border: 1px solid #BBC0C8;
    width: 100%;
    border-radius: 15px;
    padding: 40px;
    max-width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 15px;
    min-height: 553px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-wrap .report-inner .report-cont .report-total .report-text {
    width: 100%;
    display: flex;
    padding: 10px;
    padding-bottom: 15px;
    border: 1px solid #D6DBE4;
    min-height: 150px;
    max-height: 150px;
    position: relative;
}

.report-wrap .report-inner .report-cont .report-total .report-text textarea {
    outline: none;
    overflow-y: auto;
    border-radius: 4px;
    resize: none;
    width: 100%;
    border: none;
}

.report-wrap .report-inner .report-cont .report-total .report-text span {
    position: absolute;
    right: 19px;
    bottom: 8px;
    font-size: 11px;
    color: #BCBCBC;
}


.text-chk-wrap {
    background: #FAFBFE;
    border-radius: 15px;
    padding: 30px 20px;
}

.text-chk-wrap .text-chk-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-chk-wrap .text-chk-info .text-chk-num {
    display: flex;
    align-items: center;
}

.text-chk-wrap .text-chk-info .text-chk-num > div {
    color: #888888;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.text-chk-wrap .text-chk-info .text-chk-num > div span {
    color: #3074F1;
    font-weight: 800;
    display: inline-block;
    margin-left: 5px;
}

.text-chk-wrap .text-chk-info .text-chk-num > div + div::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    margin: 0 20px;
}

.text-chk-wrap .text-chk-info .per {
    color: #FFB13C;
    font-size: 20px;
    font-weight: 600;
}

.text-chk-wrap .text-chk-info .per span {
    font-weight: 800;
}


/* ----------------------------------------------------------------------------- */
/* common.css */
/* ----------------------------------------------------------------------------- */



/* global defaults */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, span, th, td, legend {
    margin: 0;
    padding: 0;
}

fieldset, img, abbr, acronym {
    border: none;
}

fieldset {
    display: block;
}

ol, ul {
    list-style: none outside;
}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, th, var {
    font-size: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

/* hr */
hr {
    margin: 5px 10px;
}

.accessibility, legend, caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    text-indent: -1000em;
}

.skip {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 35px;
    padding-top: 15px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #121212;
    background-color: #eee;
    text-align: center;
}

/* Skip Navigation */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#skip_to_container:hover, #skip_to_container:active, #skip_to_container:focus {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #121212;
    text-decoration: none !important;
    text-indent: 10px;
}

/* s: All Style */
a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=password], input[type=image], input[type=button], textarea, select {
    -webkit-border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none
}

/* input[type=radio],input[type=checkbox]{-webkit-border-radius:0; -webkit-appearance:none; display:none} */
img, video, audio, object, embed, iframe {
    max-width: 100%;
}

/*:lang(zh), zh{font-family: 'Kanit', sans-serif;}*/
body, th, td, input, select, button, textarea {
    font-style: normal;
    font-weight: normal;
    font-family: 'Pretendard', Verdana, arial, helvetica, '맑은 고딕', 'Malgun Gothic', '나눔고딕', 'NanumGothic', 'Dotum', sans-serif !important;
    color: #121212;
    /* line-height: 1.2;
    letter-spacing: -0.02em; */
    /*-webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/
}

body .note-editor, body div.contenteditable {
    /* font-style: normal;
    font-weight: normal;
    font-family: 'Pretendard', Verdana, arial, helvetica, '맑은 고딕', 'Malgun Gothic', '나눔고딕', 'NanumGothic', 'Dotum', sans-serif !important;
    color: #121212;
    line-height: 1.5;
    letter-spacing: -0.02em;

    background: #fff;
    color: #222;
    max-width: 1380px;
    min-width: 500px;
    margin: 0 auto 100px auto !important; */
    font-family: Verdana, arial, helvetica, 맑은 고딕, Malgun Gothic, 나눔고딕, NanumGothic, sans-serif;
    /* font-size: 14px ; */
    /* overflow-y: scroll;
    font-size: 0.9rem !important; */
}

/*'Trirong', */
table {
    width: 100%;
    border-collapse: collapse;
    /* td 넓이 자동 조절을 위해 주석 처리 */
    /* table-layout: fixed; */
}

figure {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

br {
    font-family: 'Dotum', sans-serif !important;
}

.Poppins {
    font-family: 'Poppins', sans-serif !important;
}

.w-65 {
    width: 65% !important;
}

/* library */
.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important
}

.tar {
    text-align: right !important;
}

.taj {
    text-align: justify !important;
}

.vam {
    vertical-align: middle !important;
}

.vat {
    vertical-align: top !important;
}

.vab {
    vertical-align: bottom !important;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear_b {
    clear: both;
    float: none;
}

.clear_r {
    clear: right;
    float: none;
}

.clear_l {
    clear: left;
    float: none;
}

.normal {
    font-weight: normal;
}

.block {
    display: block !important;
}

.block_i {
    display: inline-block !important;
}

.block_n {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.deco_l {
    text-decoration: line-through;
}

.deco_u {
    text-decoration: underline;
}

.displaynone {
    display: none !important;
}

.displayflex {
    display: flex;
    align-items: center;
}

.displayflex-wrap {
    flex-wrap: wrap;
}

.displayflex-spw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.displayflex-align-start {
    align-items: flex-start !important;
}

.displayflex-align-end {
    align-items: flex-end !important;
}

.displayflex-flex-start {
    justify-content: flex-start !important;
}

.displayflex-flex-end {
    justify-content: flex-end !important;
}

.position-re {
    position: relative !important;
}

.left-dot {
    display: flex;
    align-items: center;
}

.left-dot:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 14px;
}

.right-dot {
    display: flex;
    align-items: center;
}

.right-dot:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 14px;
}

.cRed {
    color: #ed1b23 !important;
}

.cBlue {
    color: #211e9d !important;
}

.f11 {
    font-size: 11px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1230px;
}

div.disabled,
p.disabled,
span.disabled,
ul.disabled,
li.disabled,
input.disabled,
textarea.disabled {
    border-color: #E3E6E8 !important;
    background-color: #F5F5F5 !important;
    opacity: 0.45 !important;
}

.break-all {
    word-break: break-all !important;
}

*, :before, :after {
    /* box-sizing: border-box; */
    /* word-break: keep-all; */
}

/* :focus {outline-width:1px;border:0;outline-style:solid;outline-offset:0px;} */


/* clear style */
.c_box:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* page style */
html {
    height: 100%;
}

body {
    height: auto !important;
}

html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    overflow-x: auto;
}

body.layerPopScrFixed {
    overflow-y: hidden;
}


.ml5 {
    margin-left: 0.3125rem !important;
}

.ml10 {
    margin-left: 0.625rem !important;
}

.ml15 {
    margin-left: 0.9375rem !important;
}

.ml20 {
    margin-left: 1.25rem !important;
}

.ml60 {
    margin-left: 3.75rem !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 0.3125rem !important;
}

.mr10 {
    margin-right: 0.625rem !important;
}

.mr15 {
    margin-right: 0.9375rem !important;
}

.mr20 {
    margin-right: 1.25rem !important;
}

.mr60 {
    margin-right: 3.75rem !important;
}


.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 0.3125rem !important;
}

.mt10 {
    margin-top: 0.625rem !important;
}

.mt15 {
    margin-top: 0.9375rem !important;
}

.mt20 {
    margin-top: 1.25rem !important;
}

.mt30 {
    margin-top: 1.875rem !important;
}

.mt40 {
    margin-top: 2.5rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 0.3125rem !important;
}

.mb10 {
    margin-bottom: 0.625rem !important;
}

.mb20 {
    margin-bottom: 1.25rem !important;
}

.mb30 {
    margin-bottom: 1.875rem !important;
}

.mb40 {
    margin-bottom: 2.5rem !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 0.3125rem !important;
}

.pl10 {
    padding-left: 0.625rem !important;
}

.pl15 {
    padding-left: 0.9375rem !important;
}

.pl20 {
    padding-left: 1.25rem !important;
}

.pl60 {
    padding-left: 3.75rem !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 0.3125rem !important;
}

.pr10 {
    padding-right: 0.625rem !important;
}

.pr15 {
    padding-right: 0.9375rem !important;
}

.pr20 {
    padding-right: 1.25rem !important;
}

.pr60 {
    padding-right: 3.75rem !important;
}


.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 0.3125rem !important;
}

.pt10 {
    padding-top: 0.625rem !important;
}

.pt20 {
    padding-top: 1.25rem !important;
}

.pt30 {
    padding-top: 1.875rem !important;
}

.pt40 {
    padding-top: 2.5rem !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 0.3125rem !important;
}

.pb10 {
    padding-bottom: 0.625rem !important;
}

.pb20 {
    padding-bottom: 1.25rem !important;
}

.pb30 {
    padding-bottom: 1.875rem !important;
}

.pb40 {
    padding-bottom: 2.5rem !important;
}

/* Link Style */
a:link,
a:visited {
    text-decoration: none;
    color: #121212;
}

a:hover {
    text-decoration: none;
    color: #121212;
}



table {
    /* border-top: 2px solid #000; */
}

table thead {}

table thead tr th {
    background-color: #fff;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000;
    padding: 0.375rem 0.3125rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #e2e2e2;
}

/* table thead tr th + th{border-left:1px solid #e2e2e2;} */
table tbody tr td {
    padding: 0.375rem 0.9375rem;
    border-bottom: 1px solid #e2e2e2;
    /* font-size: 1rem; */
    /* text-align: left; */
}

table tbody tr td:last-child {
    border-right: none;
}

table tbody tr td.rowspan {
    font-weight: 500;
    padding: 0.375rem 1.25rem;
}

/* 셀렉트박스 디자인 */
/* default */
div.select-box-default-st {
    position: relative;
    display: inline-block;
    color: #494949;
    padding: 0px;
    margin: 0px;
    white-space: normal;
}

div.select-box-default-st span.selectText {
    position: relative;
    display: block;
    font-size: 0.875rem;
    line-height: 3.0rem;
    min-width: 9.3754rem;
    height: 3.125rem;
    border: 1px solid #e2e2e2;
    padding: 0px 0.625rem;
    margin: 0 !important;
    overflow: hidden;
    cursor: pointer;
}

div.select-box-default-st span.selectText:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    transform: translate(0, -50%);
    width: 1.0rem;
    height: 1.0rem;
    overflow: hidden;
    background: url('../images/common/calendar-sel-icon.png') no-repeat center top/1.0rem 2.0rem;
}

div.select-box-default-st.on span.selectText {
    border: 1px solid #000;
    background-position: right 3px top 3px;
    outline: none;
}

div.select-box-default-st.on span.selectText:before {
    background-position: center bottom;
}

div.select-box-default-st > .select-wrap {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0px;
    min-width: 100%;
    /*width:100%;*/
    z-index: 2;
}

div.select-box-default-st > .select-wrap.up {
    top: auto;
    bottom: calc(100% - 1px);
    padding-top: 0;
    padding-bottom: 3px;
}

div.select-box-default-st ul.select-box-option {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #FFF;
    border: 1px solid #000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.035);
}

div.select-box-default-st ul.select-box-option.col-4 {
    overflow-y: auto;
    height: 10rem;
}

div.select-box-default-st ul.select-box-option li {
    display: inline-block;
    font-size: 0.875rem;
    width: 100%;
    height: auto;
    border-bottom: 0;
    padding: 0.625rem 0.625rem;
    cursor: pointer;
    /* white-space:nowrap; */
}

div.select-box-default-st ul.select-box-option li:hover {
    background-color: #FAFAFA;
}

div.select-box-default-st ul.select-box-option li.optgroup {
    color: #A6A6A6;
    font-size: 11px;
}

div.select-box-default-st ul.select-box-option li:hover.optgroup {
    background-color: #FFF;
}

div.select-box-default-st ul.select-box-option li.selected {
    color: #3074F1;
    font-weight: 700;
}

div.select-box-default-st ul.select-box-option li.section-topline {
    border-top: 1px solid #ECEFF1;
}

div.select-box-default-st.sort span.selectText {
    position: relative;
    min-width: 7.5rem;
    height: 2.75rem;
    color: #666;
    font-size: 0.875rem;
    line-height: 2.625rem;
    border-color: #ddd;
    border-radius: 0.625rem;
    padding: 0 0.9375rem;
}

div.select-box-default-st.sort span.selectText:before {
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/common/list-select-icon.png') no-repeat center top/1.5rem 3.0rem;
}

div.select-box-default-st.sort.on span.selectText {
    border-color: #000;
    border-radius: 0.625rem 0.625rem 0 0;
}

div.select-box-default-st.sort.on span.selectText:before {
    background-position: center bottom;
}

div.select-box-default-st.sort > .select-wrap {
    top: calc(100% - 1px);
}

div.select-box-default-st.sort > .select-wrap.up {
    bottom: calc(100% - 1px);
}

div.select-box-default-st.sort ul.select-box-option {
    border-radius: 0 0 0.625rem 0.625rem;
}

div.select-box-default-st.option {
    display: block;
}

div.select-box-default-st.option + div.select-box-default-st.option {
    margin-top: 0.625rem;
}

div.select-box-default-st.option span.selectText {
    position: relative;
    min-width: auto;
    width: 100%;
    height: 3.125rem;
    color: #666;
    font-size: 0.875rem;
    line-height: 3.0rem;
    border-color: #ddd;
    border-radius: 0.625rem;
    padding: 0 0.9375rem;
}

div.select-box-default-st.option span.selectText:before {
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/common/detail-icon-sel-arrow.png') no-repeat center top/1.5rem 3.0rem;
}

div.select-box-default-st.option.on span.selectText {
    border-color: #000;
    border-radius: 0.625rem 0.625rem 0 0;
}

div.select-box-default-st.option.on span.selectText:before {
    background-position: center bottom;
}

div.select-box-default-st.option > .select-wrap {
    top: calc(100% - 1px);
}

div.select-box-default-st.option > .select-wrap.up {
    bottom: calc(100% - 1px);
}

div.select-box-default-st.option ul.select-box-option {
    border-radius: 0 0 0.625rem 0.625rem;
}

div.select-box-default-st.option ul li.soldout {
    color: #ccc;
}

div.select-box-default-st.option ul li.soldout:hover {
    background-color: transparent;
    cursor: default;
}

div.select-box-default-st.option ul li.expire {
    color: #ccc;
}

div.select-box-default-st.option ul li.expire:hover {
    background-color: transparent;
    cursor: default;
}


/* 말줄임 : 1줄 */
.clamp-line1, div.select-box-default-st span.selectText {
    overflow: hidden;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    /*말줄임 수정 가능*/
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 말줄임 : 2줄 */
.clamp-line2 {
    overflow: hidden;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    /*말줄임 수정 가능*/
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 말줄임 : 3줄 */
.clamp-line3 {
    overflow: hidden;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    /*말줄임 수정 가능*/
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.scroll-item {
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(50px);
}

.scroll-item.on {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(0);
}

#app {
    width: 100%;
}

.inner {
    width: 100%;
    position: relative;
    margin: 0 auto;

    max-width: 1240px;
}

/* ------------------------------------------------------------------------- */
header {
    width: 100%;
    max-width: 1920px;
    height: 4.625rem;
    background-color: rgba(255, 255, 255, 1);
    z-index: 5;
    transition: .45s;
    border-bottom: 1px solid #E6E6E6;
    position1: fixed;
    top: 0;
}

header .inner {
    padding: 0 1rem 0 2rem;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

header .inner .l-menu {
    display: flex;
    align-items: center;
}

header .inner .gnb {
    display: flex;
}

header .inner .gnb a {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .inner .gnb .dev a {
    display: inline;
}


header .inner .gnb .mem {
    display: flex;
    align-items: center;
}

header .inner .gnb .mem > div {
    display: flex;
    align-items: center;
}

header .inner .gnb .mem > div > a {
    font-size: 0.9375rem;
    font-weight: 500;
}

header .inner .gnb .mem > div > a + a {
    margin-left: 10px;
}

header .inner .gnb .mem > div .user {
    position: relative;
}

header .inner .gnb .mem > div .user > a {
    padding: 0 0.625rem;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid #E7EAEF;
    height: 2.125rem;
    font-size: 0.875rem;
    font-weight: 600;
}

header .inner .gnb .mem > div .user > a p {
    margin-right: 0.25rem;
    font-weight: 700;
}

header .inner .gnb .mem > div .user > a:after {
    content: '';
    background: url("../images/common/user-arrow.svg")no-repeat center bottom / 1.5rem 3rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    transition: .25s;
}

header .inner .gnb .mem > div .user.active > a {
    border: 1px solid #3B84FF;
}

header .inner .gnb .mem > div .user.active > a:after {
    background-position: center top;
}

header .inner .gnb .mem > div .user .user-popup {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.3125rem);
    border-radius: 0.625rem;
    border: 1px solid #3B84FF;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    min-width: 245px;
}

header .inner .gnb .mem > div .user .user-popup .wrap {
    padding: 1.25rem;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div + div {
    margin-top: 1.25rem;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div > h3 {
    font-weight: 900;
    font-size: 0.875rem;
    color: #3074F1;
    margin-bottom: 0.75rem;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div > p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #888888;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div > p strong {
    font-weight: 900;
    color: #3B84FF;
    font-size: 0.75rem;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div.my > a {
    display: flex;
    align-items: center;
    width: 100%;
    /* padding: 0.625rem 0; */
    color: #121212;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: space-between;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div.my > a + a {
    border-top: 1px solid #F5F5F5;
}

header .inner .gnb .mem > div .user .user-popup .wrap > div.my > a:after {
    content: '';
    background: url("../images/common/user-popup-arrow.svg")no-repeat;
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
}

header .inner .gnb .mem > div .user .user-popup .wrap .btn-wrap {
    display: flex;
    align-items: center;
}

header .inner .gnb .mem > div .user .user-popup .wrap .btn-wrap > a {
    width: 100%;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 1.125rem;
}

header .inner .gnb .mem > div .user .user-popup .wrap .btn-wrap > a.logout {
    background-color: #212121;
    color: #fff;
}

header .inner .gnb .mem > div .user .user-popup .wrap .btn-wrap > a.mypage {
    background-color: #3074F1;
    color: #fff;
}

header .inner .gnb .mem > div .user .user-popup .wrap .btn-wrap > a + a {
    margin-left: 0.3125rem;
}

header .inner .gnb .mem > div .mail {
    margin-left: 0.5rem;
    position: relative;
}

header .inner .gnb .mem > div .mail > a {
    position: relative;
    display: flex;
}

header .inner .gnb .mem > div .mail > a span.cnt {
    border-radius: 1rem;
    background-color: #FF671F;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 900;
    padding: 0 0.25rem;
    min-width: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1rem;
}

header .inner .gnb .util {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1rem;
    margin-left: 1rem;
}

header .inner .gnb .util:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1rem;
    background-color: rgba(51, 51, 51, 0.3);
}

header .inner .gnb .mem .user a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2rem;
    padding: 0 0.9375rem;
    /* position: relative; */
    /* background-color: #F0F3F5; */
}

header .inner .gnb .mem .logged_out a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2rem;
    /* padding: 0; */
    padding: 0 0.9375rem;
    /* position: relative; */
    background-color: #F0F3F5;
}

header .inner .gnb .util a,
header .inner .gnb a.back {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2rem;
    padding: 0 0.9375rem;
    position: relative;
    background-color: #F0F3F5;
}

header .inner .gnb .util a + a {
    margin-left: 0.5rem;
}

header .inner .gnb .util a.cs,
header .inner .gnb a.back {
    background-color: #F0F3F5;
}

header .inner .gnb .util a.purchase {
    background-color: #74CDF1;
}

header .inner .gnb .util a.school {
    background-color: #FFB13C;
}

header .inner .gnb .util a.manual:before {
    content: '';
    background: url("../images/common/header-manual.svg")no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}

header .inner .gnb .util a.purchase:before {
    content: '';
    background: url("../images/common/header-purchase.svg")no-repeat;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 0.25rem;
    background-size: 1rem auto;
}

header .inner .gnb .mem a.login:before {
    content: '';
    background: url("../images/common/header-login.svg")no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
}

header .inner .gnb .mem a.join:before {
    content: '';
    background: url("../images/common/header-join.svg")no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    /* width: 26px;
    height: 26px;
    display: inline-block;
    background-size: 26px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

header .inner .gnb .util a.school:before {
    content: '';
    background: url("../images/common/header-school.svg")no-repeat center;
    /* width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    margin-right: 0.25rem;
    background-size: 1.125rem auto; */
}

.logo {
    position: relative;
    /* 자식 요소의 위치 기준이 됨 */
}

.logo::after {
    content: var(--after-text, "");
    position: absolute;
    top: -30%;
    left: 80%;
    color: BlueViolet;
    font-size: 15px;
    font-weight: bold;
    pointer-events: none;
    /* 텍스트가 마우스 이벤트를 가로채지 않도록 설정 */
}

header .inner .sb-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

/*header .inner .sb-menu > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;

}

header .inner .sb-menu > a span {
    height: 2px;
    background-color: #000;
    width: 20px;
    opacity: 1;
}

header .inner .sb-menu > a:before {
    content: '';
    height: 2px;
    background-color: #000;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 12px;
    transition: .25s;
    transform: translateX(-50%);
}

header .inner .sb-menu > a:after {
    content: '';
    height: 2px;
    background-color: #000;
    width: 20px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transition: .25s;
    transform: translateX(-50%);
} */

footer {
    border-top: 1px solid #C2C2C2;
    width: 100%;
}

footer .inner {
    max-width: 1700px;
    width: 100%;
    padding: 0 2.5rem;
}

footer .inner .quick-wrap {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
}

footer .inner .quick-wrap .l-quick {}

footer .inner .quick-wrap .l-quick > a {
    font-size: 0.875rem;
    color: #000;
}

footer .inner .quick-wrap .l-quick > a.gain {
    font-weight: 600;
}

footer .inner .quick-wrap .l-quick > a + a {
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
    position: relative;
}

footer .inner .quick-wrap .l-quick > a + a:before {
    content: '';
    background-color: #D9D9D9;
    width: 1px;
    height: 0.75rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .inner .quick-wrap .r-quick {
    display: flex;
    align-items: center;
}

footer .inner .quick-wrap .r-quick .sns-wrap {
    display: flex;
    align-items: center;
}

footer .inner .quick-wrap .r-quick .sns-wrap > a {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid #E4E5E7;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .inner .quick-wrap .r-quick .sns-wrap > a + a {
    margin-left: 0.625rem;
}

footer .inner .quick-wrap .r-quick .sns-wrap > a.s-facebook:before {
    content: '';
    background: url("../images/common/sns-icon.svg")no-repeat left center / 6.75rem 2.3125rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-block;
}

footer .inner .quick-wrap .r-quick .sns-wrap > a.s-youtube:before {
    content: '';
    background: url("../images/common/sns-icon.svg")no-repeat left -2.25rem center / 6.75rem 2.3125rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-block;
}

footer .inner .quick-wrap .r-quick .sns-wrap > a.s-insta:before {
    content: '';
    background: url("../images/common/sns-icon.svg")no-repeat left -4.5rem center / 6.75rem 2.3125rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-block;
}

footer .inner .quick-wrap .r-quick .family {
    position: relative;
    margin-left: 1.875rem;
}

footer .inner .quick-wrap .r-quick .family > a {
    width: 11.875rem;
    height: 2.25rem;
    border: 1px solid #E4E5E7;
    background-color: #F6F6F6;
    border-radius: 1.25rem;
    padding: 0 0.75rem 0 0.9375rem;
    color: #1A1A1A;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .inner .quick-wrap .r-quick .family > a:hover {
    border: 1px solid #121212
}

footer .inner .quick-wrap .r-quick .family > a:after {
    content: '';
    background: url("../images/common/footer-family.svg")no-repeat bottom center;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    transition: .25s;
}

footer .inner .quick-wrap .r-quick .family.active > a:after {
    content: '';
    background: url("../images/common/footer-family.svg")no-repeat top center;
}

footer .inner .quick-wrap .r-quick .family > ul {
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.3125rem);
    width: 100%;
    background-color: #fff;
    border-radius: 0.625rem;
    border: 1px solid #121212;
    padding: 0.25rem 0;
    display: none;
}

footer .inner .quick-wrap .r-quick .family > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    color: #888888;
    font-size: 0.8125rem;
}

footer .inner .quick-wrap .r-quick .family > ul > li > a:hover {
    font-weight: 700;
    color: #121212;
}

footer .inner .f-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0 2.1875rem;
}

footer .inner .f-conts .addr {}

footer .inner .f-conts .addr > div {}

footer .inner .f-conts .addr > div span {
    color: #888;
    font-size: 0.875rem;
}

footer .inner .f-conts .addr > div span + span {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    position: relative;
}

footer .inner .f-conts .addr > div span + span:before {
    content: '';
    background-color: #D9D9D9;
    width: 1px;
    height: 0.75rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .inner .f-conts .addr > div + div {
    margin-top: 0.625rem;
}

footer .copy {
    height: 2.5rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 0.6875rem;
}

/* ------------------------------------------------------------------------- */

#right-navigator {
    z-index: 5;
    position: fixed;
    width: 100px;
    top: 115px;
    right: 40px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #E8EAEF;
    padding: 10px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

#right-navigator ul > li + li {
    border-top: 1px solid #E8EAEE;
}

#right-navigator ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    flex-direction: column;
}

#right-navigator ul > li:nth-child(1) > a:before {
    content: '';
    background: url("../images/common/right-nav-icon01.svg")no-repeat;
    display: inline-block;
    width: 34px;
    height: 33px;
    margin-bottom: 10px;
}

#right-navigator ul > li:nth-child(2) > a:before {
    content: '';
    background: url("../images/common/right-nav-icon02.svg")no-repeat;
    display: inline-block;
    width: 28px;
    height: 35px;
    margin-bottom: 10px;
}

#right-navigator ul > li:nth-child(3) > a:before {
    content: '';
    background: url("../images/common/right-nav-icon03.svg")no-repeat;
    display: inline-block;
    width: 32px;
    height: 33px;
    margin-bottom: 10px;
}


/* ------------------------------------------------------------------------- */

@media (min-width: 1440px) {
    .col-lg-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-4th {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-3th {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.hover-style {
    position: relative;
    background-color: #5e5e5e;
    border-color: #5e5e5e;
    color: #fff;
    overflow: hidden;
    display: flex;
}

.hover-style::before,
.hover-style::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";

}

.hover-style::before {
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(30px);
    opacity: 0.5;
}

.hover-style::after {
    width: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(5px);
}

.hover-style:hover::before {
    opacity: 1;
}

.hover-style:hover::before,
.hover-style:hover::after {
    transform: translateX(300px) skewX(-15deg);
    transition: all 0.9s ease;
}

/* 페이징 */
#paging-wrap {
    margin-top: 20px;
}

#paging-wrap .page-btn {
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    background-image: url('../images/common/paging-arrow.svg');
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: center center;
}

#paging-wrap .page-btn.first {
    background-position: left top;
}

#paging-wrap .page-btn.prev {
    background-position: left bottom;
}

#paging-wrap .page-btn.next {
    background-position: right bottom;
}

#paging-wrap .page-btn.last {
    background-position: right top;
}

#paging-wrap ul li {}

#paging-wrap ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

#paging-wrap ul li a:hover {
    background: #FAFBFE;
    color: #3074F1;
    border-radius: 4px;
    font-weight: bold;
}

#paging-wrap ul li.active a {
    background: #FAFBFE;
    color: #3074F1;
    border-radius: 4px;
    font-weight: bold;
}


/* 테이블 - 추가 */
.table.border-none {
    border-top: none;
}

.table td {
    text-align: left;
    vertical-align: middle;
}

.table thead th {
    border-bottom: none !important;
    font-weight: normal;
    color: #888;
    vertical-align: middle;
    word-break: break-all;
}

/* .table tbody td > div{line-height: 2rem;} */
.table tbody td a.down {
    width: 28px;
    height: 28px;
    background: url('../images/sub/down-icon.svg')no-repeat center center;
}

.table tbody td a.view {
    width: 28px;
    height: 28px;
    background: url('../images/sub/view-icon.svg')no-repeat center center;
}

.table tbody td a.modify {
    width: 28px;
    height: 28px;
    background: url('../images/sub/modify-icon.svg')no-repeat center center;
}

.ox-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/common/ox-icon.svg') no-repeat;
}

.ox-icon.o {
    background-position: left center;
}

.ox-icon.x {
    background-position: right center;
}

.table tbody tr:hover {
    background-color: #FAFBFE;
}

.table tbody td {
    /* td 넓이 자동 조절을 위해 아래 내용 주석 처리 */
    /* word-break: break-all; */
    /* white-space: normal;
    word-wrap: break-word; */
}

/* 노란 버튼 */
.y-btn .btn {
    background-color: #FFB13C;
    border-color: #FFB13C;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.y-btn .btn::after {
    content: "";
    display: block;
    width: 38px;
    height: 20px;
    background: url('../images/common/free-icon.svg') no-repeat center center;
    margin-left: 4px;
}

.y-btn .btn::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    background: url('../images/common/y-btn-icon.svg') no-repeat;
}

.y-btn .btn.quiz-btn::before {
    background-position: left center;
}

.y-btn .btn.down-btn::before {
    background-position: right center;
}

/* 파란 버튼 */
.b-btn .btn {
    background-color: #3074F1;
    border-color: #3074F1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.b-btn .btn::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    background: url('../images/common/b-btn-icon.svg') no-repeat;
}

.b-btn .btn.pen-btn::before {
    background-position: right center;
}

.b-btn .btn.plus-btn::before {
    background-position: left center;
}

/* 서브네비게이션 */
.sub-nav-wrap {}

.sub-nav-wrap .sub-nav::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/common/sub-home-icon.svg') no-repeat center center;
    margin-right: 5px;
}

.sub-nav-wrap .sub-nav .menu {
    display: flex;
    align-items: center;
}

.sub-nav-wrap .sub-nav .menu + .menu::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/common/sub-arrow.svg') no-repeat center center;
    margin-right: 4px;
}

.sub-nav-wrap .sub-nav .menu a:hover {
    color: #000;
}

.sub-nav-wrap .sub-nav-right a {
    color: #3074F1;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.sub-nav-wrap .sub-nav-right a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/common/sub-arrow-b.svg') no-repeat center center;
    margin-right: 4px;
}

/* 모달 */
.modal-content {
    padding: 40px;
    position: relative;
    border: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.modal-content > div {
    padding: 0;
}

.modal-content .modal-header {
    padding-bottom: 20px;
}

/* .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1;
}

.modal-content .modal-header .close:hover {
    opacity: 1;
}

.modal-content .modal-header .close::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url('../../images/common/close-icon.svg')no-repeat center center;
    position: absolute;
    right: 10px;
    top: 10px;
} */

.modal-content .modal-header .close span {
    /* display: none; */
    /*수정*/
}

.modal-content .modal-body {
    padding: 20px 0;
}

.modal-content .modal-footer {
    border-top: none;
}

.modal-content .modal-footer .btn {
    padding: 9px 27px;
    margin: 0;
}

.modal-content .modal-footer .modal-footer > * {
    margin: 0;
}

.modal-footer a.btn-st {
    line-height: 36px;
    font-size: 14px;
}

/* 문제보기 모달 */
.qView-modal-wrap .modal-top {
    background-color: #E0F3FF;
    padding: 20px;
}

.qView-modal-wrap .modal-top > .bg-w {
    background-color: #fff;
    padding: 0 15px;
    height: 48px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.qView-modal-wrap .modal-top > .bg-w span {
    font-size: 22px;
    color: #3074F1;
    font-weight: 700;
}

.qView-modal-wrap .modal-bottom {
    margin-top: 16px;
}

.qView-modal-wrap .modal-bottom > div {
    background: #F3F5FA;
    color: #888;
    padding: 6px 20px;
}

.qView-modal-wrap .modal-bottom > dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #E7EAEF;
}

.qView-modal-wrap .modal-bottom > dl dt {
    font-weight: normal;
}

.qView-modal-wrap .modal-bottom > dl dd {
    font-size: 18px;
    font-weight: 700;
    color: #3074F1;
}


.exam-modal-wrap {}

.modal-content .modal-body .exam-modal-wrap .caption {
    background-color: #E0F3FF;
    border-radius: 15px;
    padding: 20px;
}

.exam-modal-wrap .caption > h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.exam-modal-wrap .caption > p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 4px;
}

.exam-modal-wrap .caption > p strong {
    color: #3074F1;
    font-weight: 700;
}

.exam-modal-wrap .item:nth-child(1) {
    padding: 16px 0 20px;
}

.exam-modal-wrap .item {
    font-size: 16px;
    padding: 20px 0;
}

.exam-modal-wrap .item .count-box {
    padding: 0;
}

.exam-modal-wrap .item .count-box input[type="number"] {
    width: 80px;
    margin-left: 10px;
    padding: 0;
    font-size: 16px;
    /* .form-control */
    height: calc(1.5em + .75rem + 2px);
    /* 입력상자의 상하화살표 크기에 맞춤 (참고: 상하화살표의 크기는 조절 못함) */
    background-color: #fff;
}

.exam-modal-wrap .item > h4 {
    color: #90969F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.exam-modal-wrap .item + .item {
    border-top: 1px solid #D6DBE4;
}

.exam-modal-wrap .item .q-sel-wrap {}

.exam-modal-wrap .item .q-sel-wrap .btn {
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}

/* .exam-modal-wrap .item .q-sel-wrap .btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/sub/check-icon-b.svg')no-repeat left center;
    margin-right: 5px;
} */

.exam-modal-wrap .item .q-sel-wrap .btn:focus {
    box-shadow: none;
    border-color: #3074F1;
    color: #3074F1;
}

.exam-modal-wrap .item .q-sel-wrap .btn:focus:before {
    background-position: right center;
}

.exam-modal-wrap .item .level-check {}

.exam-modal-wrap .item .level-check > div {
    padding: 10px;
}

.exam-modal-wrap .item .level-check > div + div {
    border-top: 1px solid #E7EAEF;
}

.exam-modal-wrap .item .level-check > div .chk-title {
    min-width: 80px;
    font-size: 16px;
    font-weight: 600;
    color: #4B515B;
}

.exam-modal-wrap .item .level-check > div .form-check {
    width: calc(100% - 80px);
}

.exam-modal-wrap .item .question-select > div {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #000000;
}

.exam-modal-wrap .item .question-select > div .parenthesis {
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}

.exam-modal-wrap .item .question-select > div .parenthesis strong {
    font-weight: 700;
    color: #3074F1;
}

.exam-modal-wrap .item .question-select > div p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.exam-modal-wrap .item .question-select > div p strong {
    font-weight: 700;
    color: #3074F1;
}

.exam-modal-wrap .item .question-select > div .unit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 30px;
    background-color: #E0F3FF;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    margin-left: 10px;
}

.exam-modal-wrap .item .question-select .count-box {
    margin: 0 10px;
}

.exam-modal-wrap .item .question-select .count-box input {
    /* max-width: 35px; */
}

.exam-modal-wrap .item .question-select .word-setting {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: 1px solid #D6DBE4;
    line-height: 34px;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
}

.exam-modal-wrap .item .question-select .word-setting .num {
    font-weight: 700;
    color: #3074F1;
}

.exam-modal-wrap .item .note-check {}

.exam-modal-wrap .item .note-check > div {
    padding: 10px 0;
}

.exam-modal-wrap .item .note-check > div + div {
    border-top: 1px solid #E7EAEF;
}

.exam-modal-wrap .item .note-check > div > div {
    width: 50%;
}

.exam-modal-wrap .item .check-style .form-check {
    width: auto !important;
}

/* 장터결제 모달 */
.marketPay-wrap {}

.marketPay-wrap .modal-top > p {
    color: #90969F;
    font-weight: 600;
}

.marketPay-wrap .modal-top > div.bg {
    background: #F3F5FA;
    line-height: 24px;
    padding: 0 20px;
}

.marketPay-wrap .modal-top > div.bg span {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.marketPay-wrap .modal-top > div.pay_info dl {
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #D6DBE4;
    font-size: 14px;
    font-weight: 500;
}

.marketPay-wrap .modal-top > div.pay_info dl dd span {
    font-weight: 600;
    padding-right: 3px;
}

.marketPay-wrap .modal-bottom {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px 20px;
}

.marketPay-wrap .modal-bottom > div + div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E7EAEF;
}

.marketPay-wrap .modal-bottom dl {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

/* .marketPay-wrap .modal-bottom dl dt{font-weight: 500;}
 .marketPay-wrap .modal-bottom dl dd{font-weight: 500;} */
.marketPay-wrap .modal-bottom dl dd span {
    margin-right: 3px;
}

.marketPay-wrap .modal-bottom div.price-wrap dl {
    color: #3074F1;
    font-size: 18px;
}

.marketPay-wrap .modal-bottom div.price-wrap dl dt {
    font-weight: 700;
}

.marketPay-wrap .modal-bottom div.price-wrap dl dd span {
    font-weight: 700;
}

.marketPay-wrap .modal-bottom div.price-wrap p {
    font-size: 12px;
    font-weight: 500;
    color: #888;
    margin-top: 5px;
}

.marketPay-wrap .modal-bottom div.price-wrap p span {
    color: #3074F1;
}

/* ------------------------------------------------------------------------- */
#aiResult {}

#aiResult .modal-body {
    text-align: center;
}

#aiResult .modal-body .completion {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}

#aiResult .modal-body .completion .num {
    color: #3074F1;
    font-weight: 700;
    font-size: 18px;
    margin-right: 4px;
}

#aiResult .modal-body .completion strong {
    font-weight: 700;
}

#aiResult .modal-body > div > h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3074F1;
}

#aiResult .modal-body > .fail > h4 {
    font-size: 20px;
    font-weight: 700;
    color: #F24822;
}

#aiResult .modal-body > div > p {
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    margin-top: 8px;
}

#aiResult .modal-footer {
    padding-top: 20px;
    border-top: 1px solid #D6DBE4;
}

#aiResult .modal-footer a.btn-st {
    margin: 0;
    padding: 0 15px;
    min-width: 80px;
}

/* ------------------------------------------------------------------------- */
/* ai 지문정보수정 */
#aiModify .modal-body > dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7EAEF;
    padding: 7px 10px 7px 20px;
}

#aiModify .modal-body > dl dt {
    width: 100px;
    color: #666666;
}

#aiModify .modal-body > dl dd {
    width: calc(100% - 100px);
}

#aiModify .modal-footer {
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

#aiModify .modal-footer a {
    margin: 0;
}

/* ------------------------------------------------------------------------- */
/* 모달 스타일 - new-modal*/
.modal.new-modal .modal-body {
    padding: 0;
}

.modal.new-modal .modal-body > dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
}

.modal.new-modal .modal-body > dl + dl {
    border-top: 1px solid #E7EAEF;
}

.modal.new-modal .modal-body > dl dt {
    color: #90969F;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal.new-modal .modal-body > dl dd {
    width: 100%;
}

.modal.new-modal .modal-body > dl dd .textarea {
    min-height: 180px;
    max-height: 180px;
    border: 1px solid #D6DBE4;
    border-radius: 4px;
    padding: 8px 12px;
}

.modal.new-modal .modal-body > dl dd .textarea textarea {
    outline: none;
    resize: none;
    width: 100%;
    border: none;
    height: 164px;
    overflow-y: auto;
}

.modal.new-modal .modal-footer {
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

.modal.new-modal .modal-footer a {
    margin: 0;
}

/* ------------------------------------------------------------------------- */
/* 출제지문 정보수정 */
#examModify .modal-body {
    padding: 0;
}

#examModify .modal-body > dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
}

#examModify .modal-body > dl + dl {
    border-top: 1px solid #E7EAEF;
}

#examModify .modal-body > dl dt {
    color: #90969F;
    font-size: 14px;
    margin-bottom: 10px;
}

#examModify .modal-body > dl dd {
    width: 100%;
}

#examModify .modal-body > dl dd .textarea {
    min-height: 180px;
    max-height: 180px;
    border: 1px solid #D6DBE4;
    border-radius: 4px;
    padding: 8px 12px;
}

#examModify .modal-body > dl dd .textarea textarea {
    outline: none;
    resize: none;
    width: 100%;
    border: none;
    height: 164px;
    overflow-y: auto;
}

#examModify .modal-footer {
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

#examModify .modal-footer a {
    margin: 0;
}

/* ------------------------------------------------------------------------- */
/* 문제지 생성 */
#examTextCreate .modal-body {
    padding: 0;
}

#examTextCreate .modal-body > dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
}

#examTextCreate .modal-body > dl + dl {
    border-top: 1px solid #E7EAEF;
}

#examTextCreate .modal-body > dl dt {
    color: #90969F;
    font-size: 14px;
    margin-bottom: 10px;
}

#examTextCreate .modal-body > dl dd {
    width: 100%;
}

#examTextCreate .modal-footer {
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

#examTextCreate .modal-footer a {
    margin: 0;
}

/* ------------------------------------------------------------------------- */
/* 문제지 저장 */
#examSave .modal-body {
    padding: 0;
}

#examSave .modal-body > dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
}

#examSave .modal-body > dl + dl {
    border-top: 1px solid #E7EAEF;
}

#examSave .modal-body > dl dt {
    color: #90969F;
    font-size: 14px;
    margin-bottom: 10px;
}

#examSave .modal-body > dl dd {
    width: 100%;
}

#examSave .modal-footer {
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

#examSave .modal-footer a {
    margin: 0;
}

/* ------------------------------------------------------------------------- */
/* 교사배정 / 학생배정 / 문제응시 팝업 */
.modal .assign-wrap {}

.modal .assign-wrap .top {
    padding: 12px 20px;
}

.modal .assign-wrap .top dl {
    display: flex;
    align-items: center;
}

.modal .assign-wrap .top dt {
    font-weight: 500;
    color: #000;
}

.modal .assign-wrap .top dd .form-group {
    width: 120px;
}

/* 전체학년 변경 */
#gradeChange .grade-wrap {
    background: #E0F3FF;
    border-radius: 15px;
    padding: 20px;
}

#gradeChange .grade-wrap > div {
    color: #000000;
    font-size: #000000;
    font-weight: 600;
}

#gradeChange .grade-wrap > p {
    font-size: 14px;
    color: #265DC1;
    margin-top: 5px;
}

/* 과제정보 평가결과 확인 */
#testAdd .modal-body dl + dl {
    margin-top: 20px;
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

#testAdd .modal-content .modal-footer {
    border-top: 1px solid #D6DBE4;
    padding-top: 20px;
}

#testAdd .modal-content .modal-footer a {
    margin: 0;
}

/* 라디오버튼 커스텀 */
input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #fff;
    border: 5px solid #3074F1;
}


.form-check-input {
    margin-right: 5px;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

input[type='checkbox']:checked {
    background-color: #3074F1;
    border: 1px solid #3074F1;
    background: #3074F1 url('../images/common/checkbox-icon.svg') no-repeat left center/34px 18px;
}

input[type='checkbox'].chk-all.checkbox-not-all:checked {
    background-position: right center;
}


/* 셀렉트 박스 - default */
div.select-box-default-st {
    position: relative;
    display: inline-block;
    color: #494949;
    padding: 0px;
    margin: 0px;
    white-space: normal;
}

/* div.select-box-default-st::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/sub/select-arrow.svg') no-repeat center bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: .45s;
} */

div.select-box-default-st.on::before {
    background-position: center top;
}

div.select-box-default-st input.selectValue {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    min-width: 80px;
    height: 30px;
    border: 1px solid #D6DBE4;
    padding: 0px 28px 0px 8px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}

div.select-box-default-st.on input.selectValue {
    border: 1px solid #000;
    outline: none;
}

div.select-box-default-st input.selectValue.wd-min-100 {
    min-width: 100px;
}

div.select-box-default-st > .select-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    padding-top: 3px;
    min-width: 100%;
    z-index: 2;
}

div.select-box-default-st > .select-wrap.up {
    top: auto;
    bottom: 100%;
    padding-top: 0;
    padding-bottom: 3px;
}

div.select-box-default-st ul.select-box-option {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #FFF;
    border: 1px solid #000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.035);
}

div.select-box-default-st ul.select-box-option li {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: auto;
    border-bottom: 0;
    padding: 8px 8px;
    cursor: pointer;
    white-space: nowrap;
}

div.select-box-default-st ul.select-box-option li:hover {
    background-color: #F7F8FA;
}

/* 카운트 박스, input 우측 화살표 없애기 */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
    outline: none;
} */

.count-box {
    border: 1px solid #D6DBE4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 6px;
    margin-left: 20px;
}

.count-box input {
    border: none;
    max-width: 90px;
}

.count-box .num-regu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.count-box .num-regu span {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.count-box .num-regu span {
    width: 16px;
    height: 8px;
}

.count-box .num-regu span.up {
    background: url('../images/common/count-arrow.svg') no-repeat top center;
}

.count-box .num-regu span.down {
    background: url('../images/common/count-arrow.svg') no-repeat bottom center;
}


/* 24-12-06 추가 */
.form-control:focus {
    /* border-color: #121212 !important;
    box-shadow: none !important; */
}

/* 버튼스타일 */
button.btn-st,
a.btn-st {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    padding: 0 30px;
    margin: 0;
    border: none;
    border-radius: 25px;
    background: #E5E7EC;
    color: #666666;
    font-weight: 500;
    white-space: nowrap;
}

button.btn-st.s-btn,
a.btn-st.s-btn {
    line-height: 36px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
}

button.btn-st.btnBlue,
a.btn-st.btnBlue {
    background: #3074F1;
    color: #fff;
}

button.btn-st.btnWhite,
a.btn-st.btnWhite {
    background: #fff;
    border: 1px solid #D6DBE4;
    color: #000;
}

button.btn-st.btnGray,
a.btn-st.btnGray {
    background: rgb(237, 237, 237);
    border: 1px solid #D6DBE4;
    color: #000;
}

button.btn-st.btnBig,
a.btn-st.btnBig {
    width: 82px;
    height: 82px;
    background-color: #BBC0C8;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

button.btn-st.btnSky,
a.btn-st.btnSky {
    background: #74CDF1;
    color: #121212;
}

button.btn-st.btnOrange,
a.btn-st.btnOrange {
    background: #FFB13C;
    color: #121212;
}

button.btn-st.btnBlack,
a.btn-st.btnBlack {
    background: #212121;
    color: #fff;
    border: 1px solid #212121;
}

/* 작은 버튼 */
button.btn-st.small,
a.btn-st.small {
    line-height: 33px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
}

/* 네모난 버튼 */
button.btn-st.square,
a.btn-st.square {
    border-radius: 4px;
    color: #121212;
    border: 1px solid #E5E7EC;
    background: #F8F8F8;
}

button.btn-st.square.bg,
a.btn-st.square.bg {
    border-color: #BBC0C8;
    background: #BBC0C8;
    color: #fff;
    line-height: 33px;
}

/* 가로로 긴 버튼 */
button.btn-st.btnWidth,
a.btn-st.btnWidth {
    width: 82px;
}

/* 다운로드 아이콘있는 버튼 */
.file-down-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/common/file-down-icon.svg') no-repeat center center;
    margin-right: 4px;
}

.print-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/common/print-icon.svg') no-repeat center center;
    margin-right: 4px;
}

.down-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.down-icon::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/common/y-btn-icon.svg') no-repeat right center;
    ;
}

.update {
    position: relative;
}

.update-label {
    position: absolute;
    left: 50%;
    top: -15%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.update-label::before {
    content: "";
    width: 54px;
    height: 20px;
    border-radius: 3px;
    background: #EE5750;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: -1;
}

.update-label::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #EE5750;
    left: 50%;
    top: calc(100% + 3px);
    transform: translate(-50%, -50%) rotate(45deg);
}


.sale::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/sub/sale-icon.svg') no-repeat center center;
    margin-right: 4px;
}

.cart::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/sub/cart-icon-bk.svg') no-repeat center center;
    margin-right: 4px;
}

.no-read::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/sub/check-icon-b.svg') no-repeat left center/cover;
    margin-right: 4px;
}

.pencil::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/common/b-btn-icon.svg') no-repeat right center;
    margin-right: 4px;
}

.plus::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/common/b-btn-icon.svg') no-repeat left center;
    margin-right: 4px;
}

.back-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000 url('../images/sub/btn-arrow.svg') no-repeat center center;
    margin-right: 5px;
    transform: rotate(180deg);
}

a.btn-st.sale-co {
    background-color: #4ECCFF;
    color: #000;
}

a.btn-st.sale-co::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/sub/sale-icon-co.svg') no-repeat center center;
    margin-right: 4px;
}


/* 스크롤 */
.scroll-bar-custom::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
    /* 스크롤바의 너비 */
}

.scroll-bar-custom::-webkit-scrollbar-thumb {
    display: block;
    width: 5px;
    /* 스크롤바의 길이 */
    background-color: #E7EAEF;
    /* 스크롤바의 색상 */
    border-radius: 3px;
    cursor: default !important;
}

.scroll-bar-custom::-webkit-scrollbar-track {
    display: none;
    background: transparent;
    /*스크롤바 뒷 배경 색상*/
}

.scroll-bar-custom::-webkit-scrollbar-button:start:decrement,
.scroll-bar-custom::-webkit-scrollbar-button:end:increment {
    /*  스크롤의 화살표가 포함된 영역   */
    display: none;
    height: 1.0rem;
    background-color: transparent;
}

/* 색상 변경 */
.color-change {
    position: relative;
}

.color-change > a {
    width: 160px;
    justify-content: flex-start;
}

.color-change > a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/common/colorChip-bk.png') no-repeat center center/cover;
    margin-right: 5px;
}

.color-popup-layer {
    position: absolute;
    top: calc(100% + 5px);
    z-index: 2;
}

.color-change .color-change-popup-1 {
    display: none;
}

.color-change .color-change-popup-1 > .wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.color-change .color-change-popup-1 > .wrap h4 {
    font-size: 16px;
    font-weight: 600;
    color: #4B515B;
    margin-bottom: 9px;
}

.color-change .color-change-popup-1 > .wrap > div {}

.color-change .color-change-popup-1 > .wrap > div .basics {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.color-change .color-change-popup-1 > .wrap > div .basics > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.color-change .color-change-popup-1 > .wrap > div .select-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    border-radius: 18px;
    border: 1px solid #D6DBE4;
    background-color: #F8F8F8;
    margin-top: 10px;
}

.color-change .color-change-popup-1 > .wrap > div .recently {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.color-change .color-change-popup-1 > .wrap > div .recently > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #E6E6E6;
}

.color-change .color-change-popup-1 > .wrap > div + div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EAEAEA
}

.color-change .color-change-popup-2 {
    display: none;
}

.color-change .color-change-popup-2 > .wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.color-change .color-change-popup-2 > .wrap .select-gradient {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}

.color-change .color-change-popup-2 > .wrap .select-color {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    color: #4B515B;
    font-weight: 600;
}

.color-change .color-change-popup-2 > .wrap .select-color > div {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 6px;
}

.color-change .color-change-popup-2 > .wrap .btn-wrap {
    margin-top: 10px;
    justify-content: center;
}

.color-change .color-change-popup-2 > .wrap .btn-wrap > a.btn-st {
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    background-color: #E5E7EC;
}

.color-change .color-change-popup-2 > .wrap .btn-wrap > a.btn-st.btnBlue {
    background-color: #3074F1;
    color: #fff;
}

/* @media screen and (max-width: 1280px) {
    header .inner {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1024px) {
   
} */

/* @media screen and (max-width: 790px) {
    header .inner {
        padding: 0 20px;
    }

    header .inner .gnb .mem > div > a + a {
        margin-left: 15px;
    }

    header .inner .gnb .util {
        margin-left: 15px;
        padding-left: 15px;
    }

    header .inner .gnb .util a + a {
        margin-left: 5px;
    }

    footer .inner {
        padding: 0 20px;
    }

    footer .inner .f-conts .addr > div span {
        font-size: 0.75rem;
    }

    footer .inner .f-conts .addr > div span + span {
        padding-left: 0.875rem;
        margin-left: 0.875rem;
    }
} */

/* ------------------------------------------------------------------------- */
/* 태플릿 tablet */
body.tablet #container.sub {
    padding: 31px 15px 0;
}

body.tablet #container.sub > .content-wrap {
    padding-left: 100px;
}


@media screen and (min-width: 791px) and (max-width: 1200px) {
    body #container.sub {
        padding: 31px 15px 0;
    }

    body #container.sub > .content-wrap {
        padding-left: 100px;
    }

    body #right-navigator {
        display: none;
    }
}

/* ------------------------------------------------------------------------- */
/* 휴대폰 */
body.mobile #container.sub {
    padding: 31px 0 0;
}

body.mobile #container.sub > .content-wrap {
    padding-left: 5px;
    padding-right: 10px;
}


@media screen and (max-width: 790px) {
    body #container.sub {
        padding: 31px 0 0;
    }

    body #container > .content-wrap {
        padding-left: 0;
        padding-right: 20px;
    }

    body #right-navigator {
        display: none;
    }

    /* --------------------------------- */
    header .inner {
        padding: 0 10px 0 15px;
    }

    .table td, .table th {
        padding: .75rem .45rem
    }

    header .inner .gnb {
        /* background-color: red; */
    }

    header .inner .sb-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    /* header .inner .sb-menu > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        position: relative;

    }

    header .inner .sb-menu > a span {
        height: 2px;
        background-color: #000;
        width: 20px;
        opacity: 1;
    }

    header .inner .sb-menu > a:before {
        content: '';
        height: 2px;
        background-color: #000;
        width: 20px;
        position: absolute;
        left: 50%;
        top: 12px;
        transition: .25s;
        transform: translateX(-50%);
    }

    header .inner .sb-menu > a:after {
        content: '';
        height: 2px;
        background-color: #000;
        width: 20px;
        position: absolute;
        left: 50%;
        bottom: 12px;
        transition: .25s;
        transform: translateX(-50%);
    } */

    header .inner .gnb .util {
        margin-left: 10px;
        padding-left: 10px;
    }

    header .inner .gnb .util a {
        padding: 0;
        font-size: 12px;
        line-height: 28px;
        width: 28px;
        border-radius: 50%;
        text-indent: -99999px;
        font-size: 0;
    }

    header .inner .gnb .util a.cs {}

    header .inner .gnb .util a.cs:before {
        content: '';
        background: url("../images/common/m-cs-icon.svg")no-repeat;
        width: 28px;
        height: 28px;
        display: inline-block;
    }

    header .inner .gnb .util a.purchase:before {
        width: 28px;
        height: 28px;
        margin: 0;
        background-size: 1rem auto;
        background-position: center;
    }

    header .inner .gnb .util a.school:before {
        width: 28px;
        height: 28px;
        margin: 0;
        background-size: 1rem auto;
        background-position: center;
    }

    header .inner .gnb .mem > div > a {
        text-indent: -99999px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #D6DBE4;
        font-size: 0 !important;
        position: relative;
    }

    header .inner .gnb .mem > div > a {
        font-size: 12px;
    }

    header .inner .gnb .mem > div > a + a {
        margin-left: 10px;
    }

    header .inner .gnb .mem .logged_out a {
        padding: 0;
    }

    header .inner .gnb .mem > div > a.login:before {
        content: '';
        background: url("../images/common/header-login.svg")no-repeat center;
        width: 26px;
        height: 26px;
        padding: 0;
    }

    header .inner .gnb .mem > div > a.join:before {
        content: '';
        background: url("../images/common/header-join.svg")no-repeat center;
        width: 26px;
        height: 26px;
        /*display: inline-block;
        background-size: 26px auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); */
    }

    header .inner .gnb .mem > div .user > a {
        font-size: 12px;
        height: 1.75rem;
        padding: 0 5px 0 10px;
    }

    header .inner .gnb .mem > div .user > a p {
        font-size: 12px;
    }

    header .inner .gnb .mem > div .user > a:after {
        background: url("../images/common/user-arrow.svg")no-repeat center bottom / 16px 32px;
        width: 16px;
        height: 16px;
    }

    footer .inner .quick-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .inner .quick-wrap .r-quick {
        margin-left: auto;
        margin-top: 10px;
    }
}

/* ------------------------------------------------------------------------- */
/* 마지막 적용 */
select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.table thead th {
    font-weight: bold;
}

.btn, .swal-button {
    border: 1px solid #E6E6E6;
    /* display: flex; */
    align-items: center;
    border-radius: 50rem !important;
}

/* 부트스트랩 호환 */
.btn.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* ------------------------------------------------------------------------- */
.question2 span.origin-from {
    font-size: 11px;
    color: lightgray;
}

/* ------------------------------------------------------------------------- */