@charset "utf-8";
@media print
{
    .noPrint { display:none; }
}
@media (min-width: 10px) and (max-width: 639px) {
    .main-book .bg {
        width:100%;
        /*max-height:210px;*/
        max-height:190px;
    }
    .swiper-slide {
        height:210px;
    }
    .main-nav li {
        height:40px;
    }
    .main-nav li:last-of-type {
        width: 40px;
    }
    .main-nav li a {
        font-size: 13px;
        line-height: 40px;
    }
    .main-nav .menu-search {
        line-height: 40px;
    }
    .main-book .swiper-slide .tag {
        font-size: 11px;
    }
    .main-book .swiper-slide .title h1 {
        font-size: 20px;
    }

    .main-book .swiper-slide .title span {
        font-size: 14px;
    }
    .qna-list li {
        padding: 10px 20px;
        border-bottom: 1px solid #CCC;
    }
    .qna-list li.reply {
        background: url('../images/reply.svg') no-repeat;
        padding: 10px 20px 10px 40px;
    }

    .book-detail-title .icon-print {
/*        display: none; */
font-size: 30px;
    color: #ff5a43;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    }
    .lang-select{
        width: 110px;
        font-size: 11px;
        margin-bottom: -3px;
        background: #FFF url('/images/expand-more.svg') no-repeat 99% 50%;
    }
    .copyright {
        font-size:9px;
    }
    .swiper-pagination  {
        top: 20px;
    }
    .lecturer-list .detail-thum img {
        width:120px;
    }
    .lecturer-list .detail-thum {
        max-height: 90px;
    }
}
@media (min-width: 640px) {
    .lecturer-list .detail-thum img {
        width:240px;
    }
    .swiper-pagination  {
        bottom: 20px;
    }
    .lang-select {
        width: 130px;
        background: #FFF url('/images/expand-more.svg') no-repeat 99% 50%;
    }
    .dic-desc {display:none;}
    .main-book .bg, .swiper-slide {
        width:100%;
        /*max-height:450px;*/
        max-height:410px;
    }
    .admin-book-list li, .book-list li, .lecturer-list li, .lecturer-book-list li {
        width:48%;
        float:left;
    }
    .admin-book-list li:nth-of-type(odd), .book-list li:nth-of-type(odd), .lecturer-list li:nth-of-type(odd), .lecturer-book-list li:nth-of-type(odd) {
        margin-right:2%;
        clear: both;
    }
    .admin-book-list li:nth-of-type(even), .book-list li:nth-of-type(even), .lecturer-list li:nth-of-type(even), .lecturer-book-list li:nth-of-type(even) {
        margin-left:2%;
    }
    .admin-book-list:after, .book-list:after, .lecturer-list:after, .lecturer-book-list:after, .qna-list li:after {
        content: "";
        display: block;
        clear: both;
    }
    .lecturer-book-list li:nth-last-of-type(2) {
       /* border-bottom:none;*/
    }
    .main-nav li {
        height:55px;
    }
    .main-nav li:last-of-type {
        width: 55px;
    }
    .main-nav li a {
        font-size: 17px;
        line-height: 55px;
    }
    .main-nav .menu-search {
        line-height: 55px;
    }
    .main-book .swiper-slide .tag {
        font-size: 15px;
    }
    .main-book .swiper-slide .title h1 {
        font-size: 30px;
    }

    .main-book .swiper-slide .title span {
        font-size: 20px;
    }
    .qna-list li h1, .qna-list li p {
        display: inline-block;
        float: left;

    }
    .qna-list li h1 {
        width:70%;
    }
    .qna-list li p {
        width:30%;
        text-align: right;
    }
    .qna-list li {
        padding: 15px 20px;
        border-bottom: 1px solid #CCC;
    }
    .qna-list li.reply {
        background: url('/images/reply.svg') no-repeat;
        padding: 15px 20px 10px 40px;
    }

    .book-detail-title .icon-print {
        font-size:30px;
        color:#ff5a43;
        display: inline-block;
        position: absolute;
        top:20px;
        right:20px;
        cursor:pointer;
    }
    .copyright {
        font-size:13px;
    }
}

/*-----------  Reset  -----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
    /* b, u, i, strong, */
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a, body, button, div, h1, h2, h3, html, input, label, li, p, select, td, textarea, dt, dd {
    color: #222;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: -.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, img, input, select, textarea {
    vertical-align: middle;
    outline: 0
}

fieldset, iframe, img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

button {
    overflow: visible
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, label {
    cursor: pointer
}

button, input {
    line-height: normal
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=text], input[type=password], input[type=email], input[type=tel], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}
a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

a:link {
    text-decoration: none;
}

.blind {
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    display: none;
}

input, button, textarea, select {
    border-radius: 3px;
    margin: 0;
}


input, textarea, select {
    border: 1px solid #cfc3bf;
    background: #FFF;
}
.dic-btn {
    color: #de2910;
    background: #fde3df;
    border: 1px solid #ff5a43;
    padding: 14px;
    font-size:17px;
    width:50%;
    float: left;
    margin-bottom: 20px;
}
.dic-btn:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right:none;
}
.dic-btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.dic-btn:hover, .dic-btn:focus, .dic-btn.pressed {
    background: #ff5a43;
    color:#FFF;
}
.primary-btn {
    color: #fff;
    background: #de2910;
    border: 1px solid #de2910;
}

.primary-btn:focus, .primary-btn:hover, .primary-btn:link, .primary-btn:visited {
    color: #fff
}

.primary-btn.pressed {
    background: #ff5a43
}

.primary-btn:hover {
    background: #ff5a43;
    transition: background .3s;
}

/* 퀴즈 버튼 시작*/
.primary-btn-2 {
    color: #fff;
    background: #80aad4;
    border: 1px solid #80aad4;
}

.primary-btn-2:focus, .primary-btn-2:hover, .primary-btn-2:link, .primary-btn-2:visited {
    color: #fff
}

.primary-btn-2.pressed {
    background: #ff5a43
}

.primary-btn-2:hover {
    background: #a2ccf6;
    transition: background .3s;
}
/* 퀴즈 버튼 끝 */
.secondary-btn {
    color: #de2910;
    background: #FFF;
    border: 1px solid #de2910;
}

/* .secondary-btn:focus, */
.secondary-btn:hover, .secondary-btn:link, .secondary-btn:visited {
    color: #FFF
}

.secondary-btn.pressed {
    background: #ff5a43;
    color: #FFF
}

.secondary-btn:hover {
    background: #ff5a43;
    color: #FFF
    transition: background .3s;
}

input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    color: #666;
}

input[type="checkbox"] + label:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 1px solid #cfc3bf;
    background: #FFF;
    box-shadow: inset 0 1px 2px 0 rgba(108, 128, 148, .2);
    border-radius: 3px;
}

input[type="checkbox"]:checked + label:before {
    content: '\e5ca';
    color: #ff5a43;
    font-size: 13px;
    text-align: center;
    border: 1px solid #de2910;
    font-weight: bold;
}

input[type="checkbox"] {
    display: none;
}

/*-----------  Layout  -----------*/
body.default {
    width: 100%;
    margin: 0 auto;
}

body.simple {
    background: #f9f9f3;
    max-width: 375px;
    margin: 0 auto;
}

body.simple header {
    margin: 0 auto;
    padding: 20px 20px 0px;
}

body.simple header h1 {
    margin:0 0 30px 10px;
}
body.simple header h1 img {
    width:90%;
}
.login-page, .signup-page {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.inner, .header-group, .main-nav {
    width:100%;
    max-width: 800px;
    margin: 0 auto;
}

/*-----------  Login & Signup  -----------*/
.form-input:focus {
    border: 1px solid #de2910 !important;
    z-index: 2;
}
.form-id:focus {
    border: 1px solid #de2910 !important;
    z-index: 2;
}
.form-input {
    display: block;
    padding: 16px;
    width: 100%;
    color: #222;
    margin-top: -1px;
    z-index: 1;
    position: relative;
}

.form-btn {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    font-size:17px;
}

.form-btn:nth-of-type(2) {
    margin-top: -15px;
}

.login-input:first-of-type, .pw-input:first-of-type, .user-input:first-of-type, .form-country-no {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-country-no {
    background: url('../images/expand-more.svg') no-repeat 95% 50%;
    background-color:#FFF;
}
.login-input:last-of-type, .pw-input:last-of-type, .user-input:last-of-type, .form-cell {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.remember-group {
    margin: 10px 0 20px;
}

.remember {
    float: left;
}

.remember label {
    font-size: 13px;
}

.find-user {
    float: right;
}

.find-user li {
    display: inline;
    color: #666;
}

.find-user li a {
    color: #666;
    font-size: 13px;
}

.login-alert {
    font-size: 13px;
    color: #ff5a43;
    margin: 5px 0;
}
.tip {
    font-size: 11px;
    color: #ff5a43;
    margin: 5px 0;
}

.login-alert:before {
    /*content: "\2757";*/
    content: "\00a0";
}

.signup-link {
    padding-top: 20px;
    text-align: center;
}

.signup-link a {
    font-size: 15px;
}

.signup-page h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.signup-page textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    color: #666;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 20px;
}

.member-form {
    margin-bottom: 10px;
}
.member-form textarea {
    height:150px;
}

.form-tel {
    border-radius: 0 !important;
}

.email-agree {
    margin: 12px 0 10px;
    font-size: 13px;
    color: #666;
}

.use-agree {
    font-weight: bold;
    color: #222;
}

.form-id {
    width: 70%;
    float: left
}

.form-id-btn {
    width: 30%;
    float: right
}

.form-id, .form-id-btn {
    display: block;
    padding: 16px;
    height: 50px;
}

.form-id {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.form-id-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.signup-complete {
    padding: 20px 0 40px;
    text-align: center;
}

/*-----------  Header  -----------*/
.header-group:after, .main-nav:after, .admin-book-list li:after, .book-list li:after, .lecturer-list li:after, .lecturer-list:after, .my-link:after , .remember-group:after, .my-title:after {
    content: "";
    display: block;
    clear: both;
}

.header-group {
    padding: 10px 10px;
}

.header-group h1 {
    float: left;
}

.header-group span {
    float: right;
    display: block;
    margin: 7px 4px 0 0;
}

nav {
    position: relative;
}

body.default nav {
    background: #352b27;
}

body.index nav {
    background: #de2910;
}

body.index .main-nav li:last-of-type, .index .input-menu-search {
    background: #b2210d;
}

.main-nav {
    z-index: 1;
    font-size: 0;
    width: 100%;
}

.main-nav li {
    display: inline-block;
    text-align: center;
    width:21%;
}
.main-nav li:first-of-type {
    width:24%;
}

.main-nav li:last-of-type {
    float: right;
    background: #251e1b;
    padding: 0;
}

.main-nav li.selected {
    background: #de2910;
}

.main-nav li a {
    display: inline-block;
    font-weight: bold;
    color: #FFF;
}

.main-nav li a:link, .main-nav li.selected a:link, .main-nav li a:visited, .main-nav li.selected a:visited {
    color: #FFF
}

.main-nav .menu-search {
    display: inline-block;
    font-size: 24px;
    color: #ffd700;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.input-menu-search {
    background: #251e1b;
    display: none;
}
.inner-search {
    padding:10px 20px;
    position: relative;
    width:100%;
    max-width:800px;
    margin:0 auto;
}

.inner-search input[type="text"] {
    background: #FFF;
    padding: 5px;
    width: 100%;
}

.inner-search .icon-del {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

/*-----------  Index  -----------*/
.main-book {
    position: relative;
    width: 100%;
}
.main-book .shadow {
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
    width:100%;
    height: 100%;
    background: url("../images/shadow.png") bottom left repeat-x;
}
.main-book .shadow {

}
.main-book .bg {
    overflow: hidden;
}
.main-book .bg img {
    width: 100%;
}

.main-book .swiper-slide .tag {
    top: 20px;
    left: 20px;
    color: #5f3b25;
    background: #ffd700;
    display: inline-block;
    padding: 5px;
    position: absolute;
    z-index: 20;
    font-weight:bold;
}

.main-book .swiper-slide .title {
    width: 72%;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    position: absolute;
    z-index: 20;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.main-book .swiper-slide .title h1 {
    color: #FFF
}

.main-book .swiper-slide .title span {
    display: block;
    margin-bottom: 5px;
}

.admin-book {
    padding: 30px 20px;
}

.admin-book-title {
    margin-bottom: 20px;
    position: relative;
}

.admin-book-title h1 {
    font-size: 20px;
}

.admin-book-title .more {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 11px;
}

.admin-book-list li {
    margin-bottom: 20px;
}

.admin-book-list li:last-of-type {
    margin-bottom: 0;
}

.admin-book-list .thum {
    width: 47%;
    float: left;
    max-height: 90px;
    background: #5f3b25;
    overflow: hidden;
}

.admin-book-list .thum img {
    width: 100%;
}

.admin-book-list .title {
    width: 53%;
    float: right;
    padding-left: 10px
}

.admin-book-list .title .category {
    font-size: 13px;
    color: #666;
}

.admin-book-list .title h2 {
    font-size: 15px;
    margin-top: 5px;
    line-height: 1.2em;
}

.cs {
    background: #F3F3F3;
    padding: 20px;
}

.cs li {
    margin-bottom: 5px;
}

.cs .category {
    width: 50px;
    height: 20px;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ced2d6;
    margin-right: 10px;
    background: #FFF;
    vertical-align: bottom;
}

.cs .event-link {
    color: #de2910;
}

.banner img {
    width: 100%;
}
/*-----------  book  -----------*/
.book-search {
    padding:20px;
    position: relative;
}
.book-search .icon-del {
    position: absolute;
    bottom: 27px;
    right: 53px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    border-radius: 20px;
    width:20px;
    height: 20px;
    background: #DDD;
    text-align: center;
    line-height: 20px;

}
.book-search select, .book-search input[type="text"]{
    width:100%;
    display: block;
}
.book-search select
{
    border:2px solid #352b27;
    padding:5px 10px;
    background: url('../images/expand-more.svg') no-repeat 99% 50%;
    margin-bottom:5px;
}
.book-search input[type="text"] {
    border:2px solid #de2910;
    padding:5px 10px;
    background: url('../images/search.svg') no-repeat 99% 50%;
}
.book-search input[type="text"]:focus {
    border:2px solid #de2910;
}
.book-list-title {
    padding:20px;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
.book-list-title h1 {
    font-size:20px;
    display: inline-block;
}
.book-list-title span {
    display: inline-block;
    margin-left:10px;
    font-size:13px;
    color: #ff5a43;
}
.book-list {
    padding:20px;
    border-bottom:1px solid #DDD;
}
.book-list li {
    margin-bottom: 20px;
    position: relative;
}

.book-list li:last-of-type {
    margin-bottom: 0;
}

.book-list .thum {
    width: 47%;
    float: left;
    height: 90px;
    overflow: hidden;
}

.book-list .thum img {
    width: 100%;
}

.book-list .info {
    width: 53%;
    float: right;
    padding-left: 10px
}
.book-list .info_order{
    width: 100%;
}

.book-list .info .category {
    font-size: 13px;
    color: #666;
    display: inline-block;
    padding-right:18px;
}

.book-list .info h2 {
    font-size: 15px;
    margin-top: 5px;
    line-height: 1.2em;
}
.book-list .info .cost {
    margin-top: 5px;
    font-size: 13px;
    color:#ff5a43;
}
.book-list .info .cost span {
    color: #666;
}
.book-list .book-check {
    top: 3px!important;
}
.book-list .description {
    font-size: 13px;
    color:#666;
    line-height: 1.2em;
}
.book-list .lecturer, .lecturer-list .lecturer{
    font-size: 13px;
    padding-top:5px;
}
.book-list .lecturer span,  .lecturer-list .lecturer span{
    font-size: 13px;
    color:#666;
}
.book-list .info .category {
    font-size: 13px;
    color: #666;
    display: inline-block;
    padding-right:18px;
}
.book-detail-title {
    padding:30px 20px;
    position: relative;
    background: url('../images/lesson_title_bg.jpg') bottom left;
}
.book-detail-title h1 {
    font-size:26px;
    margin-top: 5px;
    line-height: 1.2em;
    color:#FFF;
}
.book-detail-title .lecturer {
    margin-top: 5px;
    font-size: 15px;
    text-align: right;
    color:#FFF;
}
.book-detail-title .lecturer span {
    color: #EEE;
}
.book-detail-title .category {
    font-size: 15px;
    color: #EEE;
    display: inline-block;
    padding-right:18px;
}
.book-accordion .accordion-item {
    border-bottom: 1px solid #a61f0c;
}

.book-accordion .accordion-item-active .accordion-header {
    background: #de2910;
    transition: .25s;
}

.book-accordion .accordion-header {
    padding: 15px 20px;
    cursor: pointer;
    transition: .25s;
    min-height: 55px;
    height: auto;
    background: #de2910;
}

.book-accordion .accordion-header h1 {
    float: left;
    font-weight: bold;
    margin: 0;
    line-height: 1.3em;
    color:#FFF;
    font-size:17px;
}

.book-accordion .accordion-header span {
    display: block;
    font-size: 13px;
    color:#FFF;
    font-weight: normal;
}

.book-accordion .accordion-content {
    display: none;
    padding: 20px;
    background: #FFF;
    line-height: 1.45em;
    /*background: url('../images/book-bg.png');*/
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.8);
    color:000;
}

.book-accordion .accordion-content p {
    margin: 0;
    margin-bottom: 3px;
}

.book-accordion .accordion-header-icon {
    float: right;
    color: #FFF;
    margin-top:-2px;
}
.book-accordion .accordion-header-icon:before {
    content: "\e5cf";
    font-size: 28px;
}

.book-accordion .accordion-header-icon.accordion-header-icon-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #FFF;
}
.book-movie {
    padding:0!important;
    line-height:0!important;
    width:100%;
}
/*
.book-contents table {
    width:100%;
}
*/
.book-contents table:not(.__se_tbl) {
    width:100%;
}
.book-contents table td {
    padding:3px 0;
}
.book-contents img {
    max-width:100%;
}

.video-btn {
    width:100%;
    background:#000;
}
.video-btn table {
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.video-btn table td {
    vertical-align: middle;
}
.video-btn table td:nth-of-type(1),
.video-btn table td:nth-of-type(3),
.video-btn table td:nth-of-type(4),
.video-btn table td:nth-of-type(5),
.video-btn table td:nth-of-type(6),
.video-btn table td:nth-of-type(8) {
    width:30px;
    text-align:left;
}
.video-btn table td:nth-of-type(1) {
    padding-right:5px;
}
.video-btn table td:nth-of-type(7) {
    width:100px;
}
.video-btn table td:last-of-type {
    text-align:right;
    width:30px;

}
.video-btn button {
    background:none;
    border:none;
    width:30px;
    height:30px;
    line-height: 20px;
}
.video-btn .range-vol {
    display: block;
    max-width:100px;
}
.video-btn input[type=range] {
    display: block;
    width:100%;
}
    /*-----------  lecturer  -----------*/
.content-page {
    width:100%;
    max-width: 800px;
    margin:0 auto;
}
.lecturer-title {
    border-bottom:1px solid #CCC;
    padding:30px 0;
}
.lecturer-title h1 {
    font-size:20px;
    padding:0 20px;
}
.lecturer-list {
    padding:30px 20px 0;
}
.lecturer-list li {
    margin-bottom: 20px;
}

.lecturer-list li:last-of-type {
    margin-bottom: 0;
}

.lecturer-list .thum, .lecturer-list .detail-thum {

    float: left;
    width: 42%;
    overflow: hidden;
 }

.lecturer-list .thum, .lecturer-list .thum2 {
    max-height: 90px;
}
.lecturer-list .thum img, .lecturer-list .thum2 img  {
    width:120px;
}

.lecturer-list .info {
    width:58%;
    float: right;
    padding-left: 10px
}

.lecturer-list .info .nationality {
    display: inline-block;
    margin-left:5px;
    font-size: 13px;
    color: #666;
}

.lecturer-list .info h1 {
    font-size: 15px;
    padding-bottom:5px;
    border-bottom:1px solid #DDD;
}
.lecturer-list .info .history {
    font-size: 13px;
    padding:5px 0;
    color: #666;
}
.lecturer-list .info .book {
    font-size: 13px;
    line-height: 1.2em;
}
.lecturer-list .info .book span {
    font-size: 13px;
    color: #666;
}
.lecturer-book-list {
    margin-top:20px;
    padding:0 20px;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
.lecturer-book-list li {
    border-bottom:1px dashed #DDD;
    padding:10px 0;
    position: relative;
}
.lecturer-book-list li:last-of-type {
    border-bottom:none;
}
.lecturer-book-list .category {
    font-size:11px;
    color: #FFF;
    display: inline-block;
    padding:5px;
    background: #de2910;
}
.lecturer-book-list h1 {
    padding:10px 0;
    line-height: 1.2em;
    position: relative;
}
.lecturer-book-list .cost {
    font-size: 13px;
    color:#ff5a43;
    padding-bottom: 5px;
}
.lecturer-book-list .cost span {
    font-size: 13px;
    color: #666;
}
.lecturer-book-list .description {
    font-size: 13px;
    color:#666;
    line-height: 1.2em;
}
.book-check {
    position: absolute;
    top: 13px;
    right:-18px;
}
.buy {
    position: relative;
    border-bottom:1px solid #DDD;
    padding:20px;
}
.buy .book-check span {
    display: inline-block;
    margin-top:-2px;
}
.buy .book-check {
    right: 2px;
    top:30px;
    color:#666;
}
.buy button {
    padding:4px 15px;
    font-size:13px;
}
.buy .label-check-all {
    position: absolute;
    top:30px;
    right:42px;
    font-size:12px;
    color:#666;
}
.content-page .complete-msg {
    padding:60px 20px;
}
.complete-msg {
    padding:40px 20px;
    text-align: center
}
.complete-msg .icon-check {
    font-size:50px;
    line-height: 60px;
    color:#FFF;
    background:#ff8979;
    width:60px;
    height:60px;
    display: inline-block;
    border-radius: 60px;
}
.complete-msg p {
    margin-top:20px;
}
/*-----------  Notice & Qna  -----------*/
.drawer {
    width: 100%;
}
.notice-page {
    width:100%;
    max-width: 800px;
    margin:0 auto;
}
.notice-accordion .accordion-item {
    border-bottom: 1px solid #CCC;
}

.notice-accordion .accordion-item-active .accordion-header {
    background: #FFF;
    transition: .25s;
}

.notice-accordion .accordion-header {
    padding: 10px 20px;
    cursor: pointer;
    transition: .25s;
    min-height: 55px;
    height: auto;
}

.notice-accordion .accordion-header h1 {
    float: left;
    font-weight: bold;
    margin: 0;
    line-height: 1.3em;
}

.notice-accordion .accordion-header span {
    display: block;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

.notice-accordion .accordion-content {
    border-top: 1px solid #E0E0E0;
    display: none;
    padding: 20px;
    background: #FFF;
    line-height: 1.45em;
}

.notice-accordion .accordion-content p {
    margin: 0;
    margin-bottom: 3px;
}

.notice-accordion .accordion-header-icon {
    float: right;
    color: #888;
    margin-top: 5px
}

.notice-accordion .accordion-header-icon:before {
    content: "\e5cf";
    font-size: 24px;
}

.notice-accordion .accordion-header-icon.accordion-header-icon-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #888;
}
.qna-list li {
    border-bottom: 1px solid #CCC;
}
.qna-list li.reply {
    background: url('../images/reply.svg') no-repeat 20px 10px;
}
.qna-list li h1, .qna-title h1 {
    font-weight: bold;
    margin-bottom:3px;
}
.qna-list li .writer, .qna-title .writer {
    font-size:13px;
    display: inline-block;
    margin-right:5px;
}
.qna-list li .date, .qna-title .date {
    color: #666;
    font-size:13px;
}

.qna-title {
    padding: 20px;
    border-bottom: 1px solid #CCC;
}
.qna-title p {
    text-align: right;
}
.qna-title.reply {
    background: url('../images/reply.svg') no-repeat 20px 18px;
    padding: 20px 20px 20px 40px;
}
.qna-content {
    padding:20px;
    line-height: 1.45em;
    border-bottom: 1px solid #CCC;
}
.qna-btn-area {
    padding:30px 20px;
    text-align: center;
}
.qna-btn-area button, .btn-speaker {
    display: inline-block;
    border: 1px solid #ced2d6;
    font-size: 13px;
    font-weight: 700;
    color: #818a92;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    min-width: 20px;
    box-shadow: 0 1px 1px 0 rgba(210, 210, 210, .3);
    -webkit-box-shadow: 0 1px 1px 0 rgba(210, 210, 210, .3);
    -moz-box-shadow: 0 1px 1px 0 rgba(210, 210, 210, .3);
    border-radius: 3px;
    background: #FFF;

}
.qna-btn-area button:hover {
    color: #818a92;
    background: #f3f4f5
}
/*-----------  Paging  -----------*/
.paging-group {
    width: 100%;
    text-align: center;
    padding: 30px 0
}

ul.paging {
    display: inline-block;
    text-align: center;
    font-size: 0;
    width: 100%;
}

ul.paging li {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-left: -1px
}

ul.paging li a {
    display: inline-block;
    border: 1px solid #ced2d6;
    font-size: 14px;
    font-weight: 700;
    color: #818a92;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    min-width: 20px;
    box-shadow: 0 1px 1px 0 rgba(210, 210, 210, .3);
    -webkit-box-shadow: 0 1px 1px 0 rgba(210, 210, 210, .3);
    -moz-box-shadow: 0 1px 1px 0 rgba(210, 210, 210, .3)
}

ul.paging li a:hover {
    background: #f3f4f5
}

ul.paging li.no-first a {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px
}

ul.paging li.no-last a {
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px
}

ul.paging li.no-this {
    z-index: 3
}

ul.paging li.no-this a {
    cursor: default;
    color: #fff;
    background: #ff5a43;
    border-color: #de2910
}

ul.paging_wrap li.no-this a:hover {
    background: #ff5a43
}

ul.paging li.btn-next, ul.paging li.btn-prev {
    padding: 0 6px;
}

ul.paging li.btn-next a, ul.paging li.btn-prev a {
    border-radius: 3px;
}

ul.paging .icon-left, ul.paging .icon-right {
    font-size: 20px;
    vertical-align: -10%;
}
/*-----------  My Aha  -----------*/
.my-title {
    padding:20px;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
.my-title h1 {
    font-size:20px;
    display: inline-block;
    margin-bottom:5px;
    float:left;
}
.my-title a {
    display: inline-block;
    margin-left:10px;
    color: #ff5a43;
    border-radius: 3px;
    border:1px solid #ff5a43;
    padding: 3px 5px 4px;
    font-size:11px;
    float:right;
}
.my-link {
    padding:40px 0;
}
.my-link li {
    width:33%;
    float: left;
    text-align: center;
}
.my-link li h1 {
    font-size: 13px;
    font-weight:bold;
}
.my-link li .value {
    font-size: 15px;
    color: #ff5a43;
    display: inline-block;
    margin-top:10px;
}
.btn-area {
    padding:0 20px 20px;
}
.my-btn {
    width: 100%;
    padding: 14px;
    font-size:17px;
    margin-top:20px;
}
.my-link .icon-cart, .my-link .icon-wish, .my-link .icon-myclass {
    font-size:30px;
}
.payment {
    padding:0 20px;
    margin:20px 0;
}
.sum-cost {
    position: relative;
    padding: 16px;
    width: 100%;
    border:1px solid #ff5a43;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height:50px;
}
.sum-cost .cost {
    position: absolute;
    top:13px;
    right:20px;
    font-size:18px;
    color:#ff5a43;
    font-weight:bold;
}
.payment-way {
    display: block;
    padding: 0 16px;
    width: 100%;
    color: #222;
    margin-top: -1px;
    z-index: 1;
    position: relative;
    border:1px solid #ff5a43;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height:50px;
    color: #ff5a43;
}
.modify-form {
    padding:20px;
}
.modify-form label {
    font-size:13px;
    font-weight:bold;
    display: block;
    margin-bottom:5px;
}
.modify-form .form-cell {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modify-form .form-input {
    padding:6px;
}
/*-----------  Company  -----------*/
.rule {
    padding:20px;
    font-size:13px;
    line-height: 1.4em;
}
.rule h1 {
    margin:20px 0 10px;
    font-size:17px;
    font-weight: bold;
}
.rule h1:first-of-type {
    margin:0 0 10px 0;
}
.company img {
    width:100%;
    max-width:520px;
    margin:0 auto;
    display: block;
}
.company {
    padding:20px;
}
.company-detail {
    padding:20px;
    max-width:520px;
    margin:20px auto;
}
.company-detail li {
    display: block;
    padding:5px 0;
    font-size: 15px;
    list-style: circle;
}
.company-detail li strong {
    color:#ff5a43;
    font-weight: bold;
}
.content-title {
    padding:20px;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
.content-title h1 {
    font-size:20px;
}
/*-----------  Footer  -----------*/
footer.default {
    background: #222;
    padding: 30px 20px;
}

.footer-link li {
    display: inline-block;
    margin-right: 20px;
}

.footer-link li a:link {
    color: #FFF;
    font-size: 13px;
}
.footer-link li a:visited {
    color: #FFF;
}
footer.default address {
    line-height: 1.45em;
    color: #999;
    padding: 15px 0;
    font-size: 11px;
    word-wrap: break-word;
}

.copyright {
    color: #999;
}

/*-----------  Icon Font  -----------*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"], .accordion-header-icon, input[type="checkbox"]:checked + label:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
    content: "\e5ca";
}

.icon-left:before {
    content: "\e5cb";
}

.icon-right:before {
    content: "\e5cc";
}

.icon-del:before, .icon-close:before  {
    content: "\e5cd";
}

.icon-expand-more:before {
    content: "\e5cf";
}

.icon-myclass:before {
    content: "\e63a";
}
.icon-cart:before {
    content: "\e8cb";
}
.icon-wish:before {
    content: "\e87e";
}
.icon-search:before {
    content: "\e8b6";
}
.icon-alert:before {
    content: "\e88f";
}
.icon-print:before {
    content: "\e8ad";
}
.icon-play:before {
    content: "\e037";
}
.icon-pause:before {
    content: "\e034";
}
.icon-replay:before {
    content: "\e042";
}
.icon-volume:before,  .icon-speaker:before {
    content: "\e050";
}
.icon-mute:before {
    content: "\e048";
    color:#fff;
}
.icon-subtitle:before {
    content: "\e0b7";
}
/*
.icon-full:before {
    content: "\e56b";
}
*/

.icon-full:before {
    background-image: url('/images/video_icon_full.svg');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    display: inline-block;
    width: 23px; 
    height: 23px;
    content:"";
}
.icon-small:before {
    background-image: url('/images/video_icon_small.svg');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    display: inline-block;
    width: 23px; 
    height: 23px;
    content:"";
}
.icon-slow:before {
    content: "\e900";
}
.icon-fast:before {
    content: "\e901";
}
.icon-slow, .icon-fast {
    font-size:12px;
    color:#FFF;
}
.icon-pause, .icon-volume, .icon-full, .icon-replay, .icon-subtitle {
    font-size:20px;
    color:#FFF;
}
.icon-play {
    font-size:24px;
    color:#FFF;
}
.icon-speaker {
    font-size: 24px;
    color:#ff5a43
}
/******* Desc *******/
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-menu {
    display:none;
    top: auto;
    bottom: 100% !important;
    left: -60px;
    min-width: 80px;
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li{
    line-height:1.45em;
    cursor: pointer;
}


/*  TR */
.trLine td {
    border-top:1px solid #EAEAEA;
    padding-bottom:5px;
}


.language {
    margin-top:-15px;
}

/* 강사소개 강의목록 */
.edc_cate{
font-size: 13px;
    padding: 5px 0;
    color: #666;
}
.edc_cate:hover{
    color: #ff5a43;
    font-weight: bold;
}

