﻿@charset "utf-8";

/*@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');*/
@import url('https://fastly.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* Common */

/**************** 인쇄 셋팅 ****************/
/*
현재 크롬 인쇄여백을 [없음]으로 할경우 2페이지 부터 상단에 여백이 없어짐
항상 크롬의 여백은 [기본]으로 세팅해야함.
*/
@media print {
    /* 크롬인쇄여백(기본,없음,최소)에서 관련없이 내용안의 여백결정*/
    body {
        margin-top: 15mm;
        margin-bottom: 20mm;
        margin-left: 10mm;
        margin-right: 10mm
    }

    /*
    * @page는 크롬 인쇄여백이 [기본]일때 적용되는 값
    */
    /* 모든 인쇄될 페이지에 상단 여백을 줌*/
    @page {
        size: 210mm 297mm;
        margin-top: 15mm;
        margin-bottom: 0mm;
    }

    /* 첫 페이지는 상단 여백을 주지 않음(이미 body의 여백이 존재하므로)*/
    @page :first {
        margin-top: 0mm;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Pretendard', sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, /*table, th, td,*/ form, fieldset, legend, input, textarea, button, select, div, span {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    -webkit-text-size-adjust: none;
    vertical-align: baseline;
    letter-spacing: -0.8px;
    font-family: 'Pretendard', sans-serif;
}

select {
    font-family: 'Pretendard', sans-serif;
    padding: 0 10px;
    color: #000;
    font-weight: 500;
    /* appearance: none;
    -webkit-appearance: none; */
}

body {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    letter-spacing: -0.5px;
}

body, input, textarea, select, button, table {
    font-family: 'Pretendard', sans-serif;
    color: #191919;
    font-size: 14px;
    outline: 0;
    vertical-align: middle;
}

    input:disabled, textarea:disabled, select:disabled {
        background: #eee;
        opacity: 0.5;
        pointer-events: none;
    }

img, video {
    border: 0;
}

ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul:after, ol:after, dl:after {
        display: block;
        clear: both;
        content: ''
    }

em, address {
    font-style: normal
}

a {
    text-decoration: none;
    color: inherit;
    color: #888;
}

    a:link {
        color: #000;
    }

    a:active, a:focus, a:visited {
        text-decoration: none;
        color: #000;
    }

    a:hover {
        color: #583333 !important;
    }


p {
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.2;
}

span {
    font: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.2;
}

i {
    font-style: normal;
}

fieldset:after {
    display: block;
    clear: both;
    content: ''
}

legend {
    color: #888;
}

strong {
    font-family: 'Pretendard', sans-serif;
}

.clearfix {
    *zoom: 1
}

    .clearfix:after {
        content: "";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        ;
        position: relative;
    }


select::-ms-expand {
    display: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table img {
        vertical-align: top;
    }

.bg_white {
    background: #ffffff;
}

.bg_gray {
    background: #eeeeee;
}

.bg_ltgray {
    background: #f2f2f2;
}
/*.a_first{position:absolute;top:0;left:-9999%;width:1px;height:1px;padding:0;margin:0;overflow:hidden;z-index:0}
.a_first:focus{border:10px solid #ccc;}
.a_last{position:absolute;bottom:0;left:-9999%;width:1px;height:1px;padding:0;margin:0;overflow:hidden;z-index:0}
.a_last:focus{border:10px solid #ccc;}*/

/* draw any selected text yellow on red background */
::-moz-selection {
    color: #111;
    background: #b8e2ec;
}

::selection {
    color: #111;
    background: #b8e2ec;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

caption {
    display: none
}
/* Input reset */
input[type=text], input[type=password], textarea {
    font-size: 14px;
    padding: 4px 4px 5px;
    *padding: 3px 2px 3px;
    border: 1px solid #ddd;
}

textarea {
    padding: 5px 5px 5px 10px;
    *padding: 4px;
    border: 1px solid #ddd;
    resize: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1;
}

    button:disabled {
        cursor: auto;
    }

/* text-overflow reset */
.toe {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.toe, x:-moz-any-link, x:default {
    white-space: nowrap;
    word-wrap: break-word
}
/* Firefox 에서 줄 바꿈이 가능하도록 변경 */
* + html .toe {
    white-space: nowrap;
    word-wrap: normal
}
/* 위 행이 IE7에도 적용되므로 IE7에만 줄 바꿈이 불가능하도록 다시 복원 */

/* hidden layer reset */
.hidden {
    position: absolute;
    left: -9999em;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.contIR {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    height: 0;
    font-size: 0;
    white-space: nowrap
}

/*skip nav*/
#skip_nav a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #aaa;
    white-space: nowrap;
}

    #skip_nav a:focus, #skip_nav a:active {
        position: fixed;
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
        z-index: 999;
    }

.icon-tip.notice img {
    margin-top: 2px;
    width: auto;
}

.icon-tip.notice .tip-con-wrap.left {
    left: -150px !important;
    right: 0 !important;
}

.icon-tip.notice .tb-tip {
    margin-top: 5px;
    background-color: #AB9A8E;
}

    .icon-tip.notice .tb-tip::after {
        border-color: transparent #AB9A8E transparent transparent;
    }

.date {
    display: flex;
    align-items: center;
}

    .date li:nth-child(2) {
        width: 170px;
        text-align: center;
        font-size: 26px;
        padding: 0 13px;
        font-weight: 600;
    }

.btn-dprev i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background: #A8B7B8 url('/Content/images/study/btn_date_prev.png') no-repeat 7px;
    cursor: pointer;
}

.btn-dnext i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background: #A8B7B8 url('/Content/images/study/btn_date_next.png') no-repeat 7px;
    cursor: pointer;
}

.btn-dprev.disabled i {
    pointer-events: none;
    opacity: 0.6;
}

.btn-dnext.disabled i {
    pointer-events: none;
    opacity: 0.6;
}

.miniTip {
    position: relative;
    display: inline-block;
}

    .miniTip .tiptext {
        visibility: hidden;
        width: 110px;
        bottom: 100%;
        left: 50%;
        margin-left: -55px;
        background-color: black;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        font-size: 12px;
        color: #fff;
        z-index: 999999;
    }

    .miniTip:hover .tiptext {
        visibility: visible;
    }

    .miniTip .tiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

h1 {
    font-size: 24px;
    line-height: 24px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 18px;
    line-height: 18px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

.PR {
    position: relative;
}

.HD {
    display: none;
}

.L {
    text-align: left !important;
}

.R {
    text-align: right;
}

.inB {
    display: inline-block !important;
}

/* layout */
.con-middle {
    display: table-cell;
    vertical-align: middle;
}

.area1280 {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.mt-area1280 {
    width: 1280px;
    margin: 0 auto;
}

.area1200 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.col3 {
    overflow: hidden;
}

    .col3 article {
        width: 274px;
        background-color: #fff;
        float: left;
    }

        .col3 article + article {
            width: 273px;
            margin-left: 20px;
        }

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.C, .text-center {
    text-align: center !important;
}

.bold {
    font-weight: bold;
}

.bold_500 {
    font-weight: 500;
}

.normal {
    font-weight: normal
}

/* font-color */
.mg-0 {
    margin: 0 !important;
}

.mg-5 {
    margin: 5px !important;
}

.mg-10 {
    margin: 10px !important;
}

.mg-15 {
    margin: 15px !important;
}

.mg-20 {
    margin: 20px !important;
}

.mg-25 {
    margin: 25px !important;
}

.mg-30 {
    margin: 30px !important;
}

.mg-35 {
    margin: 35px !important;
}

.mg-40 {
    margin: 40px !important;
}

.mg-45 {
    margin: 45px !important;
}

.mg-50 {
    margin: 50px !important;
}

.mg-t0 {
    margin-top: 0 !important;
}

.mg-t5 {
    margin-top: 5px !important
}

.mg-t10 {
    margin-top: 10px !important
}

.mg-t15 {
    margin-top: 15px !important
}

.mg-t20 {
    margin-top: 20px !important
}

.mg-t25 {
    margin-top: 25px !important
}

.mg-t30 {
    margin-top: 30px !important
}

.mg-t35 {
    margin-top: 35px !important
}

.mg-t40 {
    margin-top: 40px !important
}

.mg-t45 {
    margin-top: 45px !important
}

.mg-t50 {
    margin-top: 50px !important
}

.mg-l0 {
    margin-left: 0px !important
}

.mg-l5 {
    margin-left: 5px !important
}

.mg-l10 {
    margin-left: 10px !important
}

.mg-l15 {
    margin-left: 15px !important
}

.mg-l20 {
    margin-left: 20px !important
}

.mg-l25 {
    margin-left: 25px !important
}

.mg-l30 {
    margin-left: 30px !important
}

.mg-l35 {
    margin-left: 35px !important
}

.mg-l40 {
    margin-left: 40px !important
}

.mg-l45 {
    margin-left: 45px !important
}

.mg-l50 {
    margin-left: 50px !important
}

.mg-l115 {
    margin-left: 115px !important
}

.mg-l130 {
    margin-left: 130px !important
}

.mg-l140 {
    margin-left: 140px !important
}

.mg-r0 {
    margin-right: 0px !important
}

.mg-r3 {
    margin-right: 3px !important
}

.mg-r5 {
    margin-right: 5px !important
}

.mg-r10 {
    margin-right: 10px !important
}

.mg-r15 {
    margin-right: 15px !important
}

.mg-r20 {
    margin-right: 20px !important
}

.mg-r25 {
    margin-right: 25px !important
}

.mg-r30 {
    margin-right: 30px !important
}

.mg-r35 {
    margin-right: 35px !important
}

.mg-r40 {
    margin-right: 40px !important
}

.mg-r45 {
    margin-right: 45px !important
}

.mg-r50 {
    margin-right: 50px !important
}

.mg-b0 {
    margin-bottom: 0px !important
}

.mg-b5 {
    margin-bottom: 5px !important
}

.mg-b10 {
    margin-bottom: 10px !important
}

.mg-b15 {
    margin-bottom: 15px !important
}

.mg-b20 {
    margin-bottom: 20px !important
}

.mg-b25 {
    margin-bottom: 25px !important
}

.mg-b30 {
    margin-bottom: 30px !important
}

.mg-b35 {
    margin-bottom: 35px !important
}

.mg-b40 {
    margin-bottom: 40px !important
}

.mg-b45 {
    margin-bottom: 45px !important
}

.mg-b50 {
    margin-bottom: 50px !important
}

.pd-0 {
    padding: 0px !important;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px !important
}

.pd-20 {
    padding: 20px !important;
}

.pd-25 {
    padding: 25px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pd-35 {
    padding: 35px !important;
}

.pd-40 {
    padding: 40px !important;
}

.pd-45 {
    padding: 45px !important;
}

.pd-50 {
    padding: 50px !important;
}

.pd-t0 {
    padding-top: 0px !important;
}

.pd-t5 {
    padding-top: 5px !important
}

.pd-t10 {
    padding-top: 10px !important
}

.pd-t15 {
    padding-top: 15px !important
}

.pd-t20 {
    padding-top: 20px !important
}

.pd-t25 {
    padding-top: 25px !important
}

.pd-t30 {
    padding-top: 30px !important
}

.pd-t35 {
    padding-top: 35px !important
}

.pd-t40 {
    padding-top: 40px !important
}

.pd-t45 {
    padding-top: 45px !important
}

.pd-t50 {
    padding-top: 50px !important
}

.pd-t60 {
    padding-top: 60px !important
}

.pd-t65 {
    padding-top: 65px !important
}

.pd-l0 {
    padding-left: 0px !important
}

.pd-l5 {
    padding-left: 5px !important
}

.pd-l10 {
    padding-left: 10px !important
}

.pd-l15 {
    padding-left: 15px !important
}

.pd-l20 {
    padding-left: 20px !important
}

.pd-l25 {
    padding-left: 25px !important
}

.pd-l30 {
    padding-left: 30px !important
}

.pd-l35 {
    padding-left: 35px !important
}

.pd-l40 {
    padding-left: 40px !important
}

.pd-l45 {
    padding-left: 45px !important
}

.pd-l50 {
    padding-left: 50px !important
}

.pd-l55 {
    padding-left: 55px !important
}

.pd-l65 {
    padding-left: 65px !important
}

.pd-l75 {
    padding-left: 75px !important
}

.pd-l85 {
    padding-left: 85px !important
}

.pd-l110 {
    padding-left: 110px !important
}

.pd-l130 {
    padding-left: 130px !important
}

.pd-l150 {
    padding-left: 150px !important
}

.pd-r0 {
    padding-right: 0px !important
}

.pd-r5 {
    padding-right: 5px !important
}

.pd-r10 {
    padding-right: 10px !important
}

.pd-r15 {
    padding-right: 15px !important
}

.pd-r20 {
    padding-right: 20px !important
}

.pd-r25 {
    padding-right: 25px !important
}

.pd-r30 {
    padding-right: 30px !important
}

.pd-r35 {
    padding-right: 35px !important
}

.pd-r40 {
    padding-right: 40px !important
}

.pd-r45 {
    padding-right: 45px !important
}

.pd-r50 {
    padding-right: 50px !important
}

.pd-r55 {
    padding-right: 55px !important
}

.pd-r60 {
    padding-right: 60px !important
}

.pd-b0 {
    padding-bottom: 0px !important;
}

.pd-b5 {
    padding-bottom: 5px !important
}

.pd-b10 {
    padding-bottom: 10px !important
}

.pd-b15 {
    padding-bottom: 15px !important
}

.pd-b20 {
    padding-bottom: 20px !important
}

.pd-b25 {
    padding-bottom: 25px !important
}

.pd-b30 {
    padding-bottom: 30px !important
}

.pd-b35 {
    padding-bottom: 35px !important
}

.pd-b40 {
    padding-bottom: 40px !important
}

.pd-b45 {
    padding-bottom: 45px !important
}

.pd-b50 {
    padding-bottom: 50px !important
}

.w100 {
    width: 100% !important
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14, .fs14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-35 {
    font-size: 35px !important;
    letter-spacing: -1px;
}

.font-38 {
    font-size: 38px !important;
    letter-spacing: -2px;
}

.font-40 {
    font-size: 40px !important;
    letter-spacing: -2px;
}

.font-45 {
    font-size: 45px !important;
    letter-spacing: -2px;
}

.font-50 {
    font-size: 50px !important;
    letter-spacing: -2px;
}

.font-60 {
    font-size: 60px !important;
    letter-spacing: -3px;
}

.v-middle {
    vertical-align: middle !important;
}

.v-sub {
    vertical-align: sub !important;
}

.v-top {
    vertical-align: top !important;
}

.v-text-top {
    vertical-align: text-top !important;
}

.v-baseline {
    vertical-align: baseline !important;
}

.v-bottom {
    vertical-align: bottom !important;
}

.v-text-bottom {
    vertical-align: text-bottom !important;
}

.lH15 {
    line-height: 1.5
}

.bd-rad0 {
    border-radius: 0 !important
}

input[type=text], input[type=password], input[type=date], input[type=time], input[type=month], textarea {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
}

input[type=text], input[type=password], input[type=date], input[type=time], input[type=month] {
    height: 30px;
}

input[type=file] {
    font-size: 13px;
    padding: 4px;
    background: #eee;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #999 !important;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #999 !important;
    font-family: 'Pretendard', sans-serif;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #999 !important;
}

.active {
    color: #ab1d22 !important;
}

.act {
    color: #ea282f;
}

.border {
    border-bottom: 0 !important;
}

.d-block {
    display: block;
}

td.off {
    color: #b9b9b9;
}

td.com {
    color: #00a0e9;
}

.br-0 {
    border-right: 0 !important;
}

.red {
    color: #E10025 !important;
}

.green {
    color: #2CB674 !important;
}

.orange {
    color: #ffa726 !important;
}


.light-blue {
    color: #19BEFF !important;
}

/******************************** BUTTON ********************************/
.btn-ty01 {
    height: 30px;
    background-color: #ab9a8e;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

    .btn-ty01:hover {
        background: #876f60;
        transition: all .3s linear;
    }

.btn-ty02 {
    height: 30px;
    border: 1px solid #ab9a8e;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #a59b94;
}

    .btn-ty02:hover {
        border: 1px solid #6a574a;
        color: #6a574a;
        transition: all .3s linear;
    }

.btn-ty03 {
    min-width: 50px;
    height: 24px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #E10025;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #E10025;
    box-sizing: border-box;
}

    .btn-ty03:hover {
        background: #E10025;
        border: 1px solid #E10025;
        box-sizing: border-box;
        color: #fff;
        transition: all .3s linear;
    }

    .btn-ty03.file {
        min-width: 64px;
        height: 28px;
        line-height: 1;
        border-radius: 100px;
        background-color: #AB9A8E;
        border: none;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        box-sizing: border-box;
    }

    .btn-ty03.delete {
        min-width: 50px;
        height: 24px;
        line-height: 1;
        border-radius: 100px;
        background-color: transparent;
        border: 1px solid #C1C1C1;
        font-size: 13px;
        font-weight: 500;
        color: #979797;
        box-sizing: border-box;
    }

        .btn-ty03.delete:hover {
            background: #C1C1C1;
            border: 1px solid #C1C1C1;
            box-sizing: border-box;
            color: #fff;
            transition: all .3s linear;
        }

.btn-ty04 {
    height: 35px;
    border-radius: 30px;
    background-color: #6ACDF4;
    color: #fff;
    font-weight: 400;
}

    .btn-ty04.small {
        width: 72px;
        height: 28px;
        font-size: 13px;
    }

.btn-ty05 {
    width: 72px;
    height: 28px;
    border-radius: 30px;
    background-color: #ab9a8e;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

    .btn-ty05:hover {
        background: #876f60;
        transition: all .3s linear;
    }

    .btn-ty05.ing {
        border: 2px solid #ab9a8e;
        background-color: #fff;
        color: #ab9a8e;
    }

    .btn-ty05.end {
        background-color: #b1b1b1;
    }

.btn-ty06 {
    width: 64px;
    height: 25px;
    border-radius: 80px;
    border: 1px solid #bbb;
    background-color: #F3F1F1;
    color: #2E2929;
    font-size: 13px;
    font-weight: 500;
}

    .btn-ty06:hover {
        background-color: #e5e5e5;
        transition: all .3s linear;
    }

button.disable {
    background-color: #A5A6B0;
}

button[disabled] {
    opacity: 0.3;
    pointer-events: none;
}

.btn-ty07 {
    height: 35px;
    background-color: #E10025;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.btn-ty08 {
    min-width: 88px;
    height: 24px;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #AB8B55;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #936342;
    box-sizing: border-box;
}

    .btn-ty08:hover {
        background: #8A6D59;
        border: 1px solid #7b5d49;
        box-sizing: border-box;
        color: #fff;
        transition: all .3s linear;
    }

.btn-ty09 {
    height: 30px;
    background-color: #2CB674;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

    .btn-ty09:hover {
        background: #1d985d;
        transition: all .3s linear;
    }

.btn-ty10 {
    width: 80px;
    height: 24px;
    border-radius: 30px;
    background-color: #2CB674;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

    .btn-ty10:hover {
        background: #1d985d;
        transition: all .3s linear;
    }


.widthXS {
    width: 60px;
    height: 20px;
    font-size: 12px;
}

.widthS {
    width: 64px;
}

.widthM {
    width: 100px;
}

.widthL {
    width: 140px;
}

.widthXL {
    width: 180px;
}

.btn-search {
    width: 35px;
    height: 30px;
    background: #a59b94 url('/Content/images/icon_search.png') no-repeat center;
    border-radius: 2px;
    text-indent: -9999px;
}

    .btn-search:hover {
        background: #876f60 url('/Content/images/icon_search.png') no-repeat center;
        transition: all .3s linear;
    }

.btn-excel {
    width: 35px;
    height: 30px;
    background: #217346 url('/Content/images/icon_excel.png') no-repeat center;
    border-radius: 2px;
}

.btn-del {
    width: 30px;
    height: 28px;
    background: #ab9a8e url('/Content/images/icon_delete.png') no-repeat 50% 46%;
    border-radius: 4px;
}

    .btn-del:hover {
        background: #876f60 url('/Content/images/icon_delete.png') no-repeat 50% 46%;
        transition: all .3s linear;
    }

.btn-del2 {
    width: 35px;
    height: 30px;
    background: #333 url('/Content/images/icon_delete2.png') no-repeat 50%;
    vertical-align: top;
}

.btn-del3 {
    width: 35px;
    height: 30px;
    background: url('/Content/images/icon_del2.png') no-repeat 50%;
    vertical-align: top;
    text-indent: -99999px;
}

.btn-cal {
    width: 35px;
    height: 30px;
    background: #333 url('/Content/images/icon_cal.png') no-repeat center;
    vertical-align: middle;
}

.btn-write {
    width: 30px;
    height: 28px;
    background: #ab9a8e url('/Content/images/icon_write.png') no-repeat 50% 46%;
    border-radius: 4px;
}

    .btn-write:hover {
        background: #876f60 url('/Content/images/icon_write.png') no-repeat 50% 46%;
        transition: all .3s linear;
    }

.btn-report {
    width: 35px;
    height: 30px;
    background: #333 url('/Content/images/icon_report.png') no-repeat 59% 55%;
}

.btn-listen {
    width: 30px;
    height: 30px;
    background: #333 url('/Content/images/icon_speaker.png') no-repeat center;
    background-size: 50%;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-speaking {
    width: 30px;
    height: 30px;
    background: #333 url('/Content/images/icon_listen.png') no-repeat center;
    background-size: 50%;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 15px;
}

.btn-save {
    width: 80px;
    height: 60px;
    background: #ab9a8e;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    vertical-align: top;
}

.btn-pdf {
    width: 72px;
    height: 28px;
    background: #ab9a8e url('/Content/images/icon_pdf.png') no-repeat 10px;
    padding-left: 15px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.btn-listOpen {
    width: 25px;
    height: 25px;
    background: url('/Content/images/btn_listOpen.png') no-repeat center;
    background-size: contain;
    border-radius: 3px;
}

.btn-listClose {
    width: 25px;
    height: 25px;
    background: url('/Content/images/btn_listClose.png') no-repeat center;
    background-size: contain;
    border-radius: 3px;
}

.btn-data-move {
    width: 40px;
    height: 40px;
    background: url('/Content/images/btn_data_next.png') no-repeat center;
}

    .btn-data-move.disable {
        width: 40px;
        height: 40px;
        background: url('/Content/images/btn_data_next_disable.png') no-repeat center;
    }

.btn-ebook {
    width: 35px;
    height: 30px;
    border-radius: 5px;
    background: #000 url('/Content/images/btn_ebook.png') no-repeat center;
    background-size: 60%;
}

    .btn-ebook:hover {
        background: #000 url('/Content/images/btn_ebook.png') no-repeat 50% 46%;
        transition: all .3s linear;
    }

    .btn-ebook[disabled] {
        opacity: 0.2;
    }

.btn-audio {
    width: 35px;
    height: 30px;
    border-radius: 5px;
    background: #000 url('/Content/images/icon_audio.png') no-repeat center;
}

    .btn-audio:hover {
        background: #000 url('/Content/images/icon_audio.png') no-repeat 50%;
        background-size: 59%;
        transition: all .1s linear;
    }

    .btn-audio[disabled] {
        opacity: 0.2;
    }

.btn-audioPlay {
    width: 32px;
    height: 30px;
    border-radius: 5px;
    background: #000 url('/Content/images/icon_play.png') no-repeat center;
}

    .btn-audioPlay:hover {
        background: #000 url('/Content/images/icon_play.png') no-repeat 50%;
        background-size: 50%;
        transition: all .1s linear;
    }

.btn-pop01 {
    height: 30px;
    background-color: #ab9a8e;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

    .btn-pop01:hover {
        background: #876f60;
        transition: all .3s linear;
    }

.btn-pop02 {
    height: 30px;
    border: 1px solid #ab9a8e;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #a59b94;
}

    .btn-pop02:hover {
        border: 1px solid #6a574a;
        color: #6a574a;
        transition: all .3s linear;
    }

.btn-pre {
    min-width: 94px;
    height: 26px;
    line-height: 26px;
    position: relative;
    padding-left: 9px;
    border-radius: 30px;
    background-color: #f8677f;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

    .btn-pre::before {
        content: "<";
        position: absolute;
        width: 17px;
        height: 17px;
        line-height: 17px;
        top: 4px;
        left: 5px;
        background: #fff;
        border-radius: 100%;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #f8677f;
    }

.btn-next {
    min-width: 94px;
    height: 26px;
    line-height: 26px;
    position: relative;
    padding-right: 9px;
    border-radius: 30px;
    background-color: #f8677f;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

    .btn-next::before {
        content: ">";
        position: absolute;
        width: 17px;
        height: 17px;
        line-height: 17px;
        top: 4px;
        right: 5px;
        background: #fff;
        border-radius: 100%;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #f8677f;
    }

    .btn-pre:hover, .btn-next:hover {
        background: #e84a64;
    }

    .btn-pre[disabled], .btn-next[disabled] {
        filter: grayscale(2);
    }


.pop-widthS {
    width: 70px;
}

.pop-widthM {
    width: 100px;
}

.btn-his {
    width: 80px !important;
    height: 25px !important;
    background: #755742;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

.btn-his img{
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.btn-levelK {
    width: 36px;
    height: 20px;
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    font-size: 12px;
    color: #BCBCBC;
}

    .btn-levelK.on {
        background: #96CD75;
        border: 1px solid #82BE5E;
        color: #fff;
    }

    .btn-levelK:hover {
        background: #96CD75;
        border: 1px solid #82BE5E;
        color: #fff;
        transition: all .3s linear;
    }

.btn-levelE {
    width: 36px;
    height: 20px;
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    font-size: 12px;
    color: #BCBCBC;
}

    .btn-levelE.on {
        background: #FDC065;
        border: 1px solid #EEAC49;
        color: #fff;
    }

    .btn-levelE:hover {
        background: #FDC065;
        border: 1px solid #EEAC49;
        color: #fff;
        transition: all .3s linear;
    }

.btn-levelPM {
    width: 36px;
    height: 20px;
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    font-size: 12px;
    color: #BCBCBC;
}

    .btn-levelPM.on {
        background: #21BECE;
        border: 1px solid #1EAFBE;
        color: #fff;
    }

    .btn-levelPM:hover {
        background: #21BECE;
        border: 1px solid #1EAFBE;
        color: #fff;
        transition: all .3s linear;
    }

.btn-levelM {
    width: 36px;
    height: 20px;
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    font-size: 12px;
    color: #BCBCBC;
}

    .btn-levelM.on {
        background: #F05A67;
        border: 1px solid #CC414D;
        color: #fff;
    }

    .btn-levelM:hover {
        background: #F05A67;
        border: 1px solid #CC414D;
        color: #fff;
        transition: all .3s linear;
    }



/******************* 파닉스 학생정보 탭 *******************/

.phonics-tab-wrap {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #6ACDF4;
    padding-top: 15px;
}

.phonics-tab-wrap .phonics-tab-nav li.on {
    border: 0;
    background-color: #6ACDF4;
}

.phonics-tab-wrap .phonics-tab-nav li.on a {
    color: #fff !important;
}

.phonics-tab-wrap .phonics-tab-nav li {
    display: inline-block;
    width: 130px;
    height: 38px;
    border: 1px solid #D6D6D6;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: -1px;
    background-color: #EEEEEE;
}

.phonics-tab-wrap .phonics-tab-nav li a {
    display: block;
    line-height: 38px;
    color: #999;
}

.phonics-tab-wrap .phonics-tab-nav li a:hover {
    color: #2F2F2F;
}

.table.phonics {
    border-top: none; !important
}



/******************* 파닉스 에이드랩 버튼 *******************/

.btn-phonics {
    min-width: 50px;
    height: 24px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #FF9D44;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #FF9D44;
    box-sizing: border-box;
}

.btn-phonics:hover {
    background: #FF9D44;
    color: #fff;
    transition: all .3s linear;
}

.btn-coaching {
    min-width: 50px;
    height: 24px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #7080FF;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #7080FF;
    box-sizing: border-box;
}

.btn-coaching:hover {
    background: #7080FF;
    color: #fff;
    transition: all .3s linear;
}

.btn-readers {
    min-width: 50px;
    height: 24px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #FF7D8B;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #FF7D8B;
    box-sizing: border-box;
}

.btn-readers:hover {
    background: #FF7D8B;
    color: #fff;
    transition: all .3s linear;
}




/******************************** TABLE ********************************/
.table {
    width: 100%;
    border-top: 1px solid #333;
    text-align: center;
}

    .table th {
        height: 45px;
        background-color: #FAFAFA;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        font-weight: 500;
    }

    .table td {
        height: 50px;
        padding: 3px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: 400;
        color: #939393;
        line-height: 1.2;
    }

        .table td.r-line {
            border-right: 1px solid #eee;
        }

        .table td input[type=checkbox] {
            margin-left: 5px;
            filter: grayscale(1);
        }

        .table td span {
            font-weight: 400;
            color: #191919;
        }

            .table td span.ex {
                font-size: 14px;
                font-weight: 400;
                color: #939393;
            }

        .table td > a:link {
            font-weight: 500;
            color: #000;
        }

        .table td > a:hover {
            font-weight: 500;
            color: #000;
        }

        .table td[onclick] {
            font-weight: 500;
            color: #000;
        }

    .table .title > a:hover {
        color: #000;
    }

    .table tfoot {
        background-color: #6ACDF4;
    }

        .table tfoot td {
            font-weight: 700;
            color: #fff;
        }

.table-typeA {
    width: 100%;
    border: 1px solid #E2E2E2;
}

    .table-typeA th {
        height: 48px;
        background: #FAFAFA;
        border: 1px solid #E2E2E2;
        color: #191919;
    }

    .table-typeA td {
        height: 48px;
        border: 1px solid #E2E2E2;
        text-align: center;
        color: #757575;
    }

    .table-typeA.td-S td {
        height: 27px;
        border-right: 1px solid #eee;
        padding: 5px 0px;
    }

    .table-typeA td a {
        color: #757575;
        font-weight: 600;
    }

    .table-typeA .btntxt {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

        .table-typeA .btntxt p {
            display: inline-block;
            vertical-align: middle;
        }

    .table-typeA.intro td {
        height: 150px;
        font-size: 20px;
        font-weight: 600;
        color: #E10025;
    }

        .table-typeA.intro td p {
            line-height: 30px;
        }

    .table-typeA td img {
        width: 100px;
    }

        .table-typeA td img.mini {
            width: 30px;
        }

.table.list th {
    font-size: 15px;
}

.table.list.th2 th {
    height: 40px;
}

.table.list td {
    font-size: 13px;
}

.table .title {
    padding: 0 15px;
    text-align: left !important;
    line-height: 20px;
}

.table.downsize th,
.table.downsize td {
    height: 40px;
}

.tb-scrh-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .tb-scrh-wrap button {
        margin-right: 2px;
    }

        .tb-scrh-wrap button:last-child {
            margin-right: 0;
        }

    .tb-scrh-wrap.aling-L {
        justify-content: flex-start;
    }

    .tb-scrh-wrap .select-box {
        display: inline-block;
        margin-right: 2px;
    }

    .tb-scrh-wrap .input-box {
        display: inline-block;
        margin-right: 5px;
    }

    .tb-scrh-wrap .scrh-form > span {
        display: inline-block;
        margin-right: 5px;
        font-weight: 300;
        color: #505050;
    }

    .tb-scrh-wrap .scrh-form + h6 {
        margin-left: 20px;
        font-size: 20px;
        font-weight: 600;
    }

.scrh-form-r {
    display: flex;
    justify-content: flex-end;
}

.tb-bottom-btn {
    margin-top: 10px;
    text-align: right;
}

    .tb-bottom-btn .tip-con {
        text-align: left;
    }

.txt-o {
    font-size: 16px;
    font-weight: 900;
    color: #2472C1;
}

.txt-x {
    font-size: 24px;
    font-weight: 900;
    color: #A13434;
}

.h40 th,
.h40 td {
    height: 40px !important;
}

.table.level {
    border-top: none;
    margin-top: -15px;
}

    .table.level td {
        text-align: left;
        padding-left: 10px;
    }


/******************************** INPUT/SELECTBOX TYPE ********************************/
input[type="text"] {
    width: 200px;
}

input[type="checkbox"] {
    /* -webkit-appearance: none; -moz-appearance: none; appearance: none; */
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: middle;
}

    input[type="checkbox"]:checked {
        filter: grayscale(1);
    }

input[type="radio"] {
    /* -webkit-appearance: none; -moz-appearance: none; appearance: none; */
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

    input[type="radio"]:checked {
        filter: grayscale(1);
    }

input[type="time"], input[type="date"], input[type="month"] {
    width: 140px;
}

input[type="text"]:hover, [type="checkbox"]:hover, [type="radio"]:hover, [type="time"]:hover, [type="date"]:hover,
[type=password]:hover, [type=date]:hover, [type=time]:hover, [type=month]:hover, textarea:hover, select:hover {
    border: 1px solid #878787;
    transition: all .3s linear;
}

.ipt-btn {
    width: 160px !important;
}

.selbox-s {
    width: 80px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-m {
    width: 110px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-l {
    width: 150px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-xl {
    width: 200px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.selbox-xxl {
    width: 240px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

textarea {
    width: 100%;
    border: 1px solid #DDD;
    padding: 10px;
    font-weight: 300;
    color: #505050;
}

    textarea.tt-pop {
        width: 987px;
        height: 60px;
    }


/******************************** TAB ********************************/
.tab-wrap {
    width: 100%;
    border-bottom: 1px solid #E10025;
    margin-bottom: 15px;
}

    .tab-wrap .tab-nav li {
        display: inline-block;
        width: 150px;
        height: 38px;
        border: 1px solid #999;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        margin-right: 5px;
        margin-bottom: -1px;
    }

        .tab-wrap .tab-nav li a {
            display: block;
            line-height: 38px;
            color: #999;
        }

        .tab-wrap .tab-nav li.on {
            border: 0;
            background-color: #E10025;
        }

            .tab-wrap .tab-nav li.on a {
                color: #fff !important;
            }

    .tab-wrap li.tab-btn {
        float: right;
        border: none;
        width: 100%;
        margin-top: -38px;
        margin-right: 0;
        text-align: right;
    }

    .tab-wrap li.tab-text {
        float: right;
        border: none;
        width: 100%;
        height: auto;
        margin-top: -28px;
        margin-right: 0;
        text-align: right;
    }

        .tab-wrap li.tab-text > i {
            vertical-align: middle;
        }

.tb-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .tb-info h6 {
        font-size: 20px;
        font-weight: 600;
    }

    .tb-info ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: 300;
        color: #1C1C1C;
        margin-right: 10px;
    }

        .tb-info ul li:last-child {
            margin-right: 0;
        }

.tab-wrap2 {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

    .tab-wrap2 .tab-nav li {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 38px;
        text-align: center;
    }

        .tab-wrap2 .tab-nav li.on::after {
            content: "";
            clear: both;
            display: block;
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -2px;
            border-radius: 100px;
        }

        .tab-wrap2 .tab-nav li.on.tab-K::after {
            background: #96CD75;
        }

        .tab-wrap2 .tab-nav li.on.tab-E::after {
            background: #FDC065;
        }

        .tab-wrap2 .tab-nav li.on.tab-PM::after {
            background: #21BECE;
        }

        .tab-wrap2 .tab-nav li.on.tab-M::after {
            background: #F05A67;
        }

        .tab-wrap2 .tab-nav li a {
            display: block;
            line-height: 38px;
            color: #BABABA;
            font-size: 20px;
            font-weight: 600;
        }

        /* .tab-wrap2 .tab-nav li a:hover {
            color: #8f8f8f !important;
        } */

        .tab-wrap2 .tab-nav li.on.tab-K a {
            color: #96CD75 !important;
        }

        .tab-wrap2 .tab-nav li.on.tab-E a {
            color: #FDC065 !important;
        }

        .tab-wrap2 .tab-nav li.on.tab-PM a {
            color: #21BECE !important;
        }

        .tab-wrap2 .tab-nav li.on.tab-M a {
            color: #F05A67 !important;
        }


.tab-wrap3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

    .tab-wrap3 .tab-nav li {
        float: left;
        width: 100px;
        height: 35px;
        text-align: center;
        background: #F6F7F9;
        border: 1px solid #E6E6E6;
        border-right: none;
    }

        .tab-wrap3 .tab-nav li:last-child {
            border-right: 1px solid #E6E6E6;
        }

        .tab-wrap3 .tab-nav li a {
            display: block;
            line-height: 35px;
            color: #BBBFC2;
            font-size: 15px;
            font-weight: 600;
        }

        .tab-wrap3 .tab-nav li.on.tab-K {
            background: #96CD75;
            border: 1px solid #71AA4F;
        }

        .tab-wrap3 .tab-nav li.on.tab-E {
            background: #FDC065;
            border: 1px solid #E7A33F;
        }

        .tab-wrap3 .tab-nav li.on.tab-PM {
            background: #21BECE;
            border: 1px solid #1EA8B6;
        }

        .tab-wrap3 .tab-nav li.on.tab-M {
            background: #F05A67;
            border: 1px solid #F03B4B;
        }

        .tab-wrap3 .tab-nav li.tab-on a {
            color: #fff !important;
        }

        .tab-wrap3 .tab-nav li.on.tab-on a:hover {
            color: #fff !important;
        }


/******************************** POPUP ********************************/
.popup {
    background: #fff;
    border: 1px solid #333;
}

    .popup .title {
        height: 50px;
        padding: 0 20px;
        background-color: #333;
        color: #fff;
    }

        .popup .title h1 {
            display: inline-block;
            line-height: 50px;
            font-size: 22px;
            font-weight: 600;
        }

        .popup .title button {
            width: 25px;
            height: 25px;
            float: right;
            color: #fff;
            background: transparent url('/Content/images/btn_close.png') no-repeat center;
            margin-top: 10px;
        }

    .popup .content {
        padding: 20px 15px;
    }

        .popup .content h2 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .popup .content h2 + p {
                line-height: 20px;
                font-size: 15px;
                font-weight: 300;
                color: #505050;
            }

            .popup .content h2 > span {
                display: inline-block;
                color: #E10025;
                margin-right: 5px;
            }

        .popup .content h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .popup .content h3 > span {
                display: inline-block;
                margin: 0 5px;
            }

        .popup .content .conbox {
            margin-top: 10px;
        }

            .popup .content .conbox p {
                text-align: right;
                color: #757575;
                font-weight: 600;
                margin-top: 5px;
            }

            .popup .content .conbox .input-con {
                padding: 35px 30px;
            }

                .popup .content .conbox .input-con li {
                    font-size: 18px;
                    font-weight: 500;
                    color: #757575;
                    line-height: 38px;
                }

.pop-ty01 {
    width: 1140px;
    /* height: 635px; */
}

.pop-ty02 {
    width: 850px;
    /* height: 500px; */
}

.pop-ty03 {
    width: 560px;
}

.pop-ty04 {
    width: 1280px;
    height: 910px;
}

.pop-ty05 {
    position: relative;
    width: 430px;
    min-height: 230px;
}

    .pop-ty05 .title {
        height: 40px;
        padding: 0 10px;
    }

        .pop-ty05 .title h1 {
            line-height: 40px;
            font-size: 18px;
        }

        .pop-ty05 .title button {
            width: 20px;
            height: 20px;
            margin-top: 10px;
        }

    .pop-ty05 .content {
        font-size: 15px;
        font-weight: 500;
        color: #5c5c5c;
    }

    .pop-ty05 .btn-wrap {
        display: flex;
        width: 100%;
        bottom: 15px;
        justify-content: center;
        position: absolute;
    }

.popup.no-btnClose .title {
    height: 40px;
}

    .popup.no-btnClose .title h1 {
        line-height: 40px;
    }

.pop-msg {
    font-size: 18px;
    font-weight: 500;
    color: #757575;
    text-align: center;
    margin-top: 15px;
}

.pop-ty06 {
    background: #FFECDF;
}

    .pop-ty06 .tb-wrap {
        overflow-y: auto;
        height: 640px;
        margin-bottom: 0;
    }

    .pop-ty06 table {
        border-top: none;
    }

        .pop-ty06 table thead {
            position: sticky;
            top: 0;
            z-index: 1;
        }

        .pop-ty06 table th {
            height: 44px;
            font-size: 18px;
            font-weight: 700;
            border-bottom: none;
        }

            .pop-ty06 table th:nth-child(1),
            .pop-ty06 table td:nth-child(1),
            .pop-ty06 table th:nth-child(4),
            .pop-ty06 table td:nth-child(4),
            .pop-ty06 table th:nth-child(7),
            .pop-ty06 table td:nth-child(7) {
                border-right: 6px solid #FFECDF !important;
                border-left: none;
            }

            .pop-ty06 table th:nth-child(1) {
                background: #C3E9E8;
            }

            .pop-ty06 table th:nth-child(2),
            .pop-ty06 table th:nth-child(3),
            .pop-ty06 table th:nth-child(4) {
                color: #CC6D00;
            }

            .pop-ty06 table th:nth-child(5),
            .pop-ty06 table th:nth-child(6),
            .pop-ty06 table th:nth-child(7) {
                color: #1C8EC8;
            }

            .pop-ty06 table th:nth-child(8),
            .pop-ty06 table th:nth-child(9),
            .pop-ty06 table th:nth-child(10) {
                color: #950000;
            }

            .pop-ty06 table th.E1 {
                background: #FEE3BE;
            }

            .pop-ty06 table th.E2 {
                background: #FCD59F;
            }

            .pop-ty06 table th.E3 {
                background: #FFC571;
            }

            .pop-ty06 table th.PM1 {
                background: #BFE6F9;
            }

            .pop-ty06 table th.PM2 {
                background: #A3E0FC;
                ;
            }

            .pop-ty06 table th.PM3 {
                background: #81D3FC;
            }

            .pop-ty06 table th.M1 {
                background: #FFC4C4;
            }

            .pop-ty06 table th.M2 {
                background: #FF7D7D;
            }

            .pop-ty06 table th.M3 {
                background: #FF6B6B;
            }

        .pop-ty06 table td {
            width: 195px;
            height: 44px;
            min-width: 195px;
            padding: 10px 0;
            background: #fff;
            border: 1px solid #E8D8C0;
            border-top: none;
            line-height: 1.4;
            font-size: 14px;
            color: #717171;
        }

            .pop-ty06 table td:nth-child(1) {
                width: 110px;
                min-width: 110px;
                border-bottom: 1px solid #fff;
                background: #C7F2F1;
                color: #52A5A1;
                font-size: 17px;
                font-weight: 600;
            }

            .pop-ty06 table td:nth-child(5),
            .pop-ty06 table td:nth-child(6),
            .pop-ty06 table td:nth-child(7) {
                border: 1px solid #D0DFE6;
                border-top: none;
            }

            .pop-ty06 table td:nth-child(8),
            .pop-ty06 table td:nth-child(9),
            .pop-ty06 table td:nth-child(10) {
                border: 1px solid #E4D5D5;
                border-top: none;
            }

            .pop-ty06 table td:nth-child(10) {
                border-right: none;
            }

        .pop-ty06 table tr:last-child td:nth-child(1) {
            border-bottom: none;
        }

        .pop-ty06 table tr:last-child td {
            border-bottom: none;
        }

        .pop-ty07 {
            position: relative;
            width: 560px;
            height: 516px;
            border: none;
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
        }

            .pop-ty07 .title {
                background-color: #876F60;
            }

            .pop-ty07 .content ul {
                display: flex;
                gap: 10px;
                font-size: 20px;
                font-weight: 600;
                padding-left: 15px;
            }

                .pop-ty07 .content ul li.class-K {
                    color: #96CD75;
                }

                .pop-ty07 .content ul li.class-E {
                    color: #FDC065;
                }

                .pop-ty07 .content ul li.class-PM {
                    color: #21BECE;
                }

                .pop-ty07 .content ul li.class-M {
                    color: #F05A67;
                }

            .pop-ty07 .content {
                padding: 20px 10px;
            }

            .pop-ty07 table td {
                border: 1px solid #EEEEEE;
            }

            .pop-ty07 .table td.file-name {
                text-align: left;
                padding: 0 15px;
            }

            .pop-ty07 .table td.file-down a {
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url('/Content/images/file_down.png') no-repeat 50%;
                background-size: 100%;
            }

            .pop-ty07 .btn-pop06 {
                width: 130px;
                height: 40px;
                background-color: #ab9a8e;
                border-radius: 3px;
                font-size: 13px;
                font-weight: 400;
                color: #fff;
            }

        .btn-pop06:hover {
            background: #876f60;
            transition: all .3s linear;
        }

        .pop-ty07 .btn-wrap {
            display: flex;
            width: 100%;
            bottom: 15px;
            justify-content: center;
            position: absolute;
        }

        /***************3차 추가 팝업***************/

        .bookZoom {
            position: relative;
            display: inline;
            float: right;
        }

            .bookZoom > img {
                cursor: pointer;
                width: 15px !important;
            }

            .bookZoom:hover .bookZoom-on {
                display: block;
            }

        .bookZoom-on {
            position: absolute;
            bottom: -5px;
            left: -140px;
            z-index: 110;
            display: none;
        }

            .bookZoom-on > img {
                width: 130px !important;
                cursor: auto;
            }

            .bookZoom-on.top-position {
                bottom: -148px;
            }

        #audio_clip_tbl td:nth-child(4) {
            text-align: left;
            padding: 0 10px;
        }
        

.qty {
    display: flex;
    align-items: center;
}

        .qty-minus {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 2px;
            border: 1px solid #C2CCD5;
            background: #E1EDF7;
            cursor: pointer;
        }

            .qty-minus:hover {
                background: #BAD7F1;
                transition: all .3s linear;
            }

        .btn-minus {
            display: inline-block;
            width: 100%;
            height: 100%;
            background: url('/Content/images/btn_minus.png') no-repeat center;
        }

        .qty-plus {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 2px;
            border: 1px solid #C2CCD5;
            background: #E1EDF7 url('/Content/images/btn_plus.png') no-repeat center;
            cursor: pointer;
        }

            .qty-plus:hover {
                background: #BAD7F1;
                ㅣ transition: all .3s linear;
            }

        .btn-plus {
            display: inline-block;
            width: 100%;
            height: 100%;
            background: url('/Content/images/btn_plus.png') no-repeat center;
        }

        .qty .order-num {
            width: 45px;
            height: 20px;
            padding: 0 10px;
            margin: 0 5px;
            text-align: center;
            color: #939393;
            border: 1px solid #DCDCDC;
            font-weight: 500;
        }

        .modal-layer {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: none;
            background: rgba(0,0,0,.5);
            z-index: 999;
        }

        .modal-popup {
            position: fixed;
            width: 430px;
            min-height: 230px;
            top: 50%;
            left: 50%;
            margin: 0 auto;
            display: none;
            background: #fff;
            transform: translate(-50%, -50%);
            box-sizing: border-box;
            z-index: 999;
            border: 1px solid #3e3429;
        }

            .modal-popup .title {
                height: 40px;
                padding: 0 10px;
                background-color: #333;
                color: #fff;
            }

                .modal-popup .title h1 {
                    display: inline-block;
                    font-weight: 600;
                    line-height: 40px;
                    font-size: 18px;
                }

                .modal-popup .title button {
                    width: 20px;
                    height: 20px;
                    margin-top: 10px;
                    float: right;
                    color: #fff;
                    background: transparent url('/Content/images/btn_close.png') no-repeat center;
                }

            .modal-popup .content {
                padding: 20px 15px;
                width: 100%;
                color: #5c5c5c;
                font-size: 15px;
                font-weight: 500;
            }

            .modal-popup .btn-wrap {
                position: absolute;
                width: 100%;
                bottom: 15px;
                display: flex;
                justify-content: center;
            }

/******************************** 모바일버전 레이어팝업 ********************************/
@media (max-width: 768px) {
    .mobilePop {
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
    }
} 
        

/******************************** 추가 LMS / STUDY 공통 CSS ********************************/
.ade-ct {
    border: 1px solid #980BF5;
    border-radius: 2px;
    margin-right: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #980BF5 !important;
}

.ade-at {
    border: 1px solid #ff6f0d;
    border-radius: 2px;
    margin-right: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #ff6f0d !important;
}

.ade-mt {
    border: 1px solid #00c571;
    border-radius: 2px;
    margin-right: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #00c571 !important;
}

.ade-ct.disable, .ade-at.disable {
    opacity: 0.4;
    filter: grayscale(1);
}

.col-ct {
    font-weight: 600 !important;
    color: #980BF5 !important;
}

.col-at {
    font-weight: 600 !important;
    color: #F5BE0B !important;
}

.col-mt {
    font-weight: 600 !important;
    color: #00c571 !important;
}

.reading-1 {
    background-color: #96CD75;
    padding: 2px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
}

.reading-2 {
    background-color: #FDC065;
    padding: 2px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
}

.reading-3 {
    background-color: #21BECE;
    padding: 2px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
}

.reading-4 {
    background-color: #F05A67;
    padding: 2px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
}

.ade-gimun {
    border: 1px solid #980BF5;
    border-radius: 100px;
    margin-right: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #980BF5 !important;
}

.ade-danmun {
    border: 1px solid #ff6f0d;
    border-radius: 100px;
    margin-right: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #ff6f0d !important;
}

.ade-chungmun {
    border: 1px solid #00c571;
    border-radius: 100px;
    margin-right: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #00c571 !important;
}

.tb-important {
    display: inline-block;
    width: 36px;
    height: 18px;
    line-height: 17px;
    border: 1px solid #E10025;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700 !important;
    color: #E10025 !important;
}

.flex-set {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icon-print {
    display: inline-block;
    width: 18px;
    height: 100%;
    background: url('/Content/images/icon_print.png') no-repeat center;
}

.icon-pdf {
    display: inline-block;
    width: 18px;
    height: 100%;
    background: url('/Content/images/icon_pdf.png') no-repeat center;
}

.icon-new {
    display: inline-block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    background-color: #80B748;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-right: 1px;
    padding-top: 1px;
    margin-left: 5px;
}

.icon-new2 {
    display: inline-block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    color: #E55151;
    text-align: center;
    padding-right: 1px;
    padding-top: 1px;
    margin-left: 5px;
}

.icon-file ul {
    display: flex;
    margin-left: 5px;
    width: 30px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    color: #876F60;
    text-align: center;
}

    .icon-file ul li.btn-file {
        width: 16px;
        height: 17px;
        background: url('/Content/images/btn_file.png') no-repeat;
    }

    .icon-file ul li:last-child {
        width: 10px;
        line-height: 32px;
        margin-left: -4px;
    }

.txt-danmun {
    width: 36px;
    height: 17px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    border: 1px solid #9650FF;
    font-size: 12px;
    font-weight: 500;
    color: #9650FF;
}

.txt-gimun {
    width: 36px;
    height: 17px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    border: 1px solid #FF8650;
    font-size: 12px;
    font-weight: 500;
    color: #FF8650;
}

.txt-chungmun {
    width: 36px;
    height: 17px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    border: 1px solid #69D53B;
    font-size: 12px;
    font-weight: 500;
    color: #69D53B;
}

.input_time_clear {
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url('/Content/images/icon_x2.png') no-repeat left;
}

.icon-S {
    width: 15px;
    height: 15px;
    margin-left: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background: #3e3429;
    border-radius: 100px;
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 500;
    color: #adff71;
}

.icon-R {
    width: 15px;
    height: 15px;
    margin-left: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background: #3e3429;
    border-radius: 100px;
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 500;
    color: #ffd171;
}

.icon-G {
    width: 15px;
    height: 15px;
    margin-left: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background: #3e3429;
    border-radius: 100px;
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 500;
    color: #6fe7f5;
}

.txt_private {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 35px;
    height: 18px;
    padding: 0 2px;
    margin-bottom: 1px;
    background: #ff4e4e;
    line-height: 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.txt_group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 28px;
    height: 18px;
    margin-bottom: 1px;
    padding: 0 2px;
    border-radius: 3px;
    color: #216ed1;
    font-size: 13px;
    font-weight: 500;
}

.txt_step {
    width: 40px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border: 1px solid #48BFEC;
    font-size: 13px;
    color: #48BFEC;
}

.txt_voca {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #b25a5a;
    color: #b25a5a;
}

.txt_reading {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ff6c00;
    color: #ff6c00;
}

.txt_speaking {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #00bfc0;
    color: #00bfc0;
}

.txt_speakingV {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #7ab0b1;
    color: #7ab0b1;
}

.txt_sentenceM {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #529f44;
    color: #529f44;
}

.txt_dictation {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #0798ff;
    color: #0798ff;
}

.txt_listening {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #1e68f4;
    color: #1e68f4;
}

.txt_grammar {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #7e26e5;
    color: #7e26e5;
}

.txt_naesin1 {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ea24e2;
    color: #ea24e2;
}

.txt_naesin2 {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #5d5ab2;
    color: #5d5ab2;
}

.txt_naesin3 {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #b1a300;
    color: #b1a300;
}

.txt_readout {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E55151;
    color: #E55151;
}

.txt_roleplay {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #2bd960;
    color: #2bd960;
}

:root {
    --bg: $bg;
    --primary: #fafafa;
    --secondary: #f9690e;
}

.ani-loading {
    width: 100%;
    height: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .ani-loading:before {
        content: '';
        display: block;
        height: 12px;
        width: 12px;
        animation: aniLoading 2s infinite linear;
        border-radius: 100%;
    }

@keyframes aniLoading {
    0% {
        color: var(--primary);
        -webkit-box-shadow: 20px 0px 0 0 var(--secondary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--secondary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--primary);
        box-shadow: 20px 0px 0 0 var(--secondary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--secondary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--primary);
    }

    20% {
        color: var(--primary);
        -webkit-box-shadow: 20px 0px 0 0 var(--primary), 6.18034px 19.02113px 0 0 var(--secondary), -16.18034px 11.75571px 0 0 var(--primary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--secondary);
        box-shadow: 20px 0px 0 0 var(--primary), 6.18034px 19.02113px 0 0 var(--secondary), -16.18034px 11.75571px 0 0 var(--primary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--secondary);
    }

    40% {
        color: var(--primary);
        -webkit-box-shadow: 20px 0px 0 0 var(--secondary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--primary), -16.18034px -11.75571px 0 0 var(--secondary), 6.18034px -19.02113px 0 0 var(--primary);
        box-shadow: 20px 0px 0 0 var(--secondary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--primary), -16.18034px -11.75571px 0 0 var(--secondary), 6.18034px -19.02113px 0 0 var(--primary);
    }

    60% {
        color: var(--primary);
        -webkit-box-shadow: 20px 0px 0 0 var(--primary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--secondary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--secondary);
        box-shadow: 20px 0px 0 0 var(--primary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--secondary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--secondary);
    }

    80% {
        color: var(--primary);
        -webkit-box-shadow: 20px 0px 0 0 var(--primary), 6.18034px 19.02113px 0 0 var(--secondary), -16.18034px 11.75571px 0 0 var(--primary), -16.18034px -11.75571px 0 0 var(--secondary), 6.18034px -19.02113px 0 0 var(--primary);
        box-shadow: 20px 0px 0 0 var(--primary), 6.18034px 19.02113px 0 0 var(--secondary), -16.18034px 11.75571px 0 0 var(--primary), -16.18034px -11.75571px 0 0 var(--secondary), 6.18034px -19.02113px 0 0 var(--primary);
    }

    100% {
        color: var(--primary);
        -webkit-box-shadow: 20px 0px 0 0 var(--secondary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--secondary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--primary);
        box-shadow: 20px 0px 0 0 var(--secondary), 6.18034px 19.02113px 0 0 var(--primary), -16.18034px 11.75571px 0 0 var(--secondary), -16.18034px -11.75571px 0 0 var(--primary), 6.18034px -19.02113px 0 0 var(--primary);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/******************************** 공통 - 내신학습 ********************************/
.icon-left {
    width: 40px;
    height: 20px;
    background: url('/Content/images/study/icon_left.png') no-repeat left;
}

.tb-wrap-sub {
    display: flex;
    justify-content: space-between;
}

    .tb-wrap-sub table {
        max-width: 320px;
        width: 40%;
        position: relative;
    }

        .tb-wrap-sub table tr.on {
            background: #FFFBD8;
            color: #333;
        }

            .tb-wrap-sub table tr.on td {
                font-weight: 500;
                color: #333;
            }

        .tb-wrap-sub table.typeA tbody {
            position: absolute;
            width: 100%;
            max-width: 320px;
            height: 452px;
            overflow-y: auto;
        }

.tb-wrap-right {
    width: 68%;
    min-height: 500px;
    padding: 15px;
    border: 4px solid #F2F2F2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

    .tb-wrap-right table.typeB {
        width: 100%;
        max-width: 100%;
        border: 1px solid #E2E2E2;
    }

        .tb-wrap-right table.typeB th {
            height: 30px !important;
            background: #FAFAFA;
            border: 1px solid #E2E2E2;
        }

        .tb-wrap-right table.typeB td {
            line-height: 20px;
            border: 1px solid #E2E2E2;
        }

            .tb-wrap-right table.typeB td button {
                width: 64px;
                height: 25px;
            }

                .tb-wrap-right table.typeB td button.btn-ty02 {
                    margin-top: 3px;
                }

        .tb-wrap-right table.typeB tfoot {
            background: #FAFAFA;
            color: #333;
        }

            .tb-wrap-right table.typeB tfoot td {
                color: #333;
            }

        .tb-wrap-right table.typeB .btn-ty04 {
            border-radius: 3px;
        }

.tb-wrap-sub.stuPop > .table {
    width: 50%;
    max-width: 550px;
    margin-right: 15px;
}

    .tb-wrap-sub.stuPop > .table.typeA tbody {
        max-width: 100%;
    }

    .tb-wrap-sub.stuPop > .table.typeA tbody tr {
        max-width: 100%;
        width: 550px;
        display: inline-table;
    }

.tb-wrap-sub.stuPop .tb-wrap-right {
    width: 55%;
}

.tb-wrap-sub.stuPop tbody td:nth-child(1) i {
    margin: 0 3px;
}

.tb-wrap-sub.study {
    align-items: flex-start;
}

    .tb-wrap-sub.study table.typeA tbody {
        position: relative;
        height: auto;
        overflow-y: hidden;
    }


/********* 수행평가 학습 **********/

.info-box-gd {
    display: block;
    margin-bottom: 30px;
    background: #fff0c6;
    padding-top: 15px;
}

.info-box-gd ul {
    height: 125px;
    background: #FDEFE9;
    border-radius: 15px;
    padding: 25px 0 20px 150px;    
    display: inline-block;    
    background: url('/Content/images/mark_info.png') no-repeat 30px;
}

.info-box-gd ul li:nth-child(1) {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-box-gd ul li:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    }

.btn-box {
    display: flex;
    justify-content: center;
}

.btn-ty11 {
    width: 100px;
    height: 30px;
    border-radius: 10px 10px 0 0;
    background-color: #9b7a30;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.btn-ty11:hover {
    background-color: #73581a;
    transition: all .3s linear;    
}

.btn-box.open::before {
    content: "";
    position: relative;
    border-style: solid;
    border-width: 9px 6px 0px;
    border-color: #fff transparent;
    display: block;
    width: 0px;
    z-index: 1;
    right: -87px;
    bottom: -11px;
}

.btn-box.close::before {
    content: "";
    position: relative;
    border-style: solid;
    border-width: 0px 6px 9px;
    border-color: #fff transparent;
    display: block;
    width: 0px;
    z-index: 1;
    right: -87px;
    bottom: 10px;
}

.txt_stu_grammar {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ff0082;
    color: #ff0082;
}

.txt_stu_writing {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #0ac575;
    color: #0ac575;
}

.txt_stu_basic {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #57a4f3;
    color: #57a4f3;
}

.txt_stu_actual {
    min-width: 65px;
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #c3950e;
    color: #c3950e;
}

.btn-guide {
    width: 73px;
    height: 21px;
    display: inline-block;
    padding-right: 19px;
    background: #e10025 url('/Content/images/btn_download.png') no-repeat 55px center;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #e10025;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}

.StudyTitle {
    text-align: left;
    cursor: pointer;
}

.StudyTitle.on {
    color: #e10025;
    font-weight: 500;
}


/******************************** LMS 파닉스 버튼 ********************************/
.btn-phonicsT {
    width: 130px;
    height: 35px;
    border-radius: 5px;
    background: #FFB6B6;
    color: #fff;
}

    .btn-phonicsT .icon-sight {
        display: inline-block;
        width: 20px;
        height: 19px;
        background: url('/Content/images/phonics/icon_sight.png') no-repeat 50%; 
        vertical-align: middle;
        margin-right: 5px;
    }

    .btn-phonicsT .icon-player {
        display: inline-block;
        width: 20px;
        height: 19px;
        background: url('/Content/images/phonics/icon_player.png') no-repeat 50%;
        vertical-align: middle;
        margin-right: 5px;
    }


/**************************** 자료실 학습영역 아이콘 ***************************/
.title-integration {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 10px;
    border: 1px solid #FFB5B5;
    color: #E55151;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.title-speaking {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #93D4D4;
    color: #00BFC0;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.title-phonics {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #7CC8FF;
    color: #0798FF;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.title-grammer {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #CFAAFB;
    color: #7E26E5;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.title-grammer2 {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #AAE59F;
    color: #529F44;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.title-reading {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #FFBA87;
    color: #FF6C00;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.title-reading2 {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #EBAAAA;
    color: #B25A5A;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}


/**************************** 자료실 다운로드 버튼 ***************************/
.title-button-wrap {
    display: flex;
    gap: 5px;
}

.title-button {
    width: 50px;
    height: 35px;
    border: 1px solid #D0C1B7;
    background: #fff;
    border-radius: 5px;
    color: #AB9A8E;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
}

    .title-button.btn-all:hover {
        background: linear-gradient(to bottom, #AB9A8E, #927F72);
        border-radius: 5px;
        color: #fff;
    }

    .title-button.btn-LP {
        background: url('/Content/images/btn_LP.png') no-repeat 50%;
    }

        .title-button.btn-LP:hover {
            background: url('/Content/images/btn_LP_on.png') no-repeat 50%, linear-gradient(to bottom, #AB9A8E, #927F72);
        }

    .title-button.btn-TM {
        background: url('/Content/images/btn_TM.png') no-repeat 50%;
    }

        .title-button.btn-TM:hover {
            background: url('/Content/images/btn_TM_on.png') no-repeat 50%, linear-gradient(to bottom, #AB9A8E, #927F72);
        }

    .title-button.btn-AK {
        background: url('/Content/images/btn_AK.png') no-repeat 50%;
    }

        .title-button.btn-AK:hover {
            background: url('/Content/images/btn_AK_on.png') no-repeat 50%, linear-gradient(to bottom, #AB9A8E, #927F72);
        }

    .title-button.btn-TS {
        background: url('/Content/images/btn_TS.png') no-repeat 50%;
    }

        .title-button.btn-TS:hover {
            background: url('/Content/images/btn_TS_on.png') no-repeat 50%, linear-gradient(to bottom, #AB9A8E, #927F72);
        }

    .title-button.btn-WL {
        background: url('/Content/images/btn_WL.png') no-repeat 50%;
    }

        .title-button.btn-WL:hover {
            background: url('/Content/images/btn_WL_on.png') no-repeat 50%, linear-gradient(to bottom, #AB9A8E, #927F72);
        }


/* disabled */
.title-button-wrap button.btn-LP:disabled {
    background: #D6D6D6 url('/Content/images/btn_LP_on.png') no-repeat 50%; 
    border: none;
}

.title-button-wrap button.btn-TM:disabled {
    background: #D6D6D6 url('/Content/images/btn_TM_on.png') no-repeat 50%; 
    border: none;
}

.title-button-wrap button.btn-AK:disabled {
    background: #D6D6D6 url('/Content/images/btn_AK_on.png') no-repeat 50%; 
    border: none;
}

.title-button-wrap button.btn-TS:disabled {
    background: #D6D6D6 url('/Content/images/btn_TS_on.png') no-repeat 50%; 
    border: none;
}

.title-button-wrap button.btn-WL:disabled {
    background: #D6D6D6 url('/Content/images/btn_WL_on.png') no-repeat 50%; 
    border: none;
}

/**************************** 이력보기 상세 ***************************/
.tb-wrap .his-title {
    width: 549px;
    height: 30px;
    margin: 0 3px 0 !important;
    line-height: 30px;
    text-align: center;
    color: #191919;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #F8EFE9;
    border: 1px solid #AB9A8E;
    border-bottom: 0;
}

.table-history {
    width: 549px !important;
    max-width: 100% !important;
    margin: 0 3px;
    text-align: center;
    color: #939393;
}

    .table-history th {
        height: 40px;
        border: 1px solid #AB9A8E !important;
    }

    .table-history td {
        height: 40px;
        border: 1px solid #AB9A8E !important;
    }


/**************************** 장바구니 ***************************/
.item {
    position: relative;
    cursor: pointer;
}

.cart {
    position: absolute;
    top: -43px;
    right: 5px;
}

    .cart::before {
        content: "";
        display: inline-block;
        width: 37px;
        height: 37px;
        background: url('/Content/images/btn_cart.png') no-repeat center;
    }

.item .count {
    position: absolute;
    left: 22px;
    top: -4px;
    min-width: 22px;
    height: 22px;
    line-height: 1.7;
    border-radius: 50px;
    background-color: #E22727;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    pointer-events: none;
}