﻿@charset "utf-8";

/*******************************************************************
	layout style
******************************************************************* */
.sub-highlight {

}

#contents {

}

.article .section {
    position: relative;
    margin: 0 0 60px;
}
.article .section h3 {
    margin: 50px 0 20px;
    line-height: 1.1;
    font-size: 21px;
    font-weight: bold;
    color: #1e59e7;
}
.article .section h3:first-child {
    margin: 0 0 20px;
}
.article .section h3 b {
    vertical-align: middle;
    font-weight: 500;
}
.article .section h3 i {
    margin-right: 10px;
    vertical-align: middle;
}
.article .section h4 {
    margin: 30px 0 20px;
    line-height: 1.1;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.article .section h4:first-child {
    margin: 0 0 20px;
}
.article .section h4 i {
    margin-right: 10px;
    vertical-align: middle;
}
.article .section h5 {
    margin: 30px 0 20px;
    line-height: 1.1;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.article .section p {
    margin: 0 0 20px;
    font-size: 15px;
}
.article .section .alert > ul {
    list-style: disc;
}
.article .section .alert > ul > li {
    margin: 0 0 5px 20px;
    font-size: 15px;
}

/* section-list */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: disc;
}
.article .section ol.section-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: decimal;
}
.article .section .section-list > li {
    margin: 0 0 10px;
}
.article .section ul.section-list > li li,
.article .section ol.section-list > li li {
    margin: 0 0 2px;
}
/* info-list */
.article .section ul.info-list {
    margin: 0 0 20px;
    padding: 0;
}
.article .section ol.info-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: decimal;
}
.article .section .info-list > li {
    margin: 0 0 5px;
}
.article .section ul.section-list > li li,
.article .section ol.section-list > li li {
    margin: 0 0 2px;
}

/* table style */
.article .section .table {
    border-bottom: 1px solid #dee2e6;
}
.article .section .table th {
    text-align: center;
}
.article .section .table tbody th {
    background-color: #f7f7f7;
}
.article .section .table th,
.article .section .table td {
    vertical-align: middle;
    border: 1px solid #dfdfdf;
}
.article .section .table th.db-border-left,
.article .section .table td.db-border-left {
    border-left: 3px double #dfdfdf;
}

/* highlight */
.highlight-pink {
    color: #fd367e;
}

/* buttons */
.btn-area {
    margin: 0 0 30px;
    text-align: center;
}
.btn-area .btn {
    margin: 0 10px;
    border-radius: 2px;
}
.btn-area .btn i {
    margin: 0 6px 0 0;
}

/* forms */
.element-inline {
    display: inline-block;
    width: 200px;
}

/*******************************************************************
   도서안내
******************************************************************* */
.book-list {
    margin: 20px 0 50px;
}
.book-list > li {
    display: block;
    float: left;
    width: 176px;
    margin: 0 20px 0 0;
}
.book-list > li:last-child {
    margin: 0;
}
.book-list > li span.cover {
    display: block;
    width: 176px;
    height: 240px;
    margin: 0 0 10px;
    border: 1px solid #dfdfdf;
    background-color: #eee;
}
.book-list > li span.title  {
    display: block;
    width: 176px;
    text-align: center;
}
.book-list > li a.btn  {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    text-align: center;
    color: #333;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.book-list > li a.btn:hover  {
    color: #2669a3;
    border: 1px solid #2669a3;
    background-color: #fff;
}

/*******************************************************************
   기본 테이블
******************************************************************* */
.grid {
    width: 100%;
    /*margin: 0 0 20px;*/
    border-collapse: collapse;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}

.grid th {
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #bdbdbd;
}
.grid td {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    vertical-align: middle;
}

.head {
    background-color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.grid thead th {
    font-size: 18px;
    color: #333;
    background-color: #fafafa;
    font-weight: 500;
}
.alt {
    background-color: #fafafa;
    color: #000;
}
.grid tfoot td {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #de5344;
    border-top: 1px solid #ccc;
}
.grid tfoot td {
    background-color: #f8f8f8;
}
.grid tfoot td * {
    margin: 0 5px;
}
.grid tfoot td a {
    text-decoration: none;
    color: #4d4d4d;
}
.grid tfoot td a:hover {
    color: #de5344;
}
.list-info {
    margin: 10px 0 20px;
}
.grid .btn-order {
    min-width: 78px;
    width: 100%;
    height: 35px;
    margin: 3px 0;
    padding: 0;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
}
.grid .btn-order.blue {
    color: #1e59e7;
    border: 1px solid #1e59e7;
}
.col1 {
    width: 150px;
    text-align: center;
    font-size: 16px;
}
.col2 {
    width: auto;
    text-align: left;
}
.col3 {
    width: 120px;
    text-align: center;
}
.col4 {
    width: 120px;
    text-align: center;
}
.col5 {
    width: 140px;
    text-align: center;
}
.col6 {
    width: 120px;
    text-align: center;
}

/* book-list */
.book-list-tab {
    margin: 30px 0;
    border-top: 2px solid #1e397f;
}
.book-list-tab > li {
    float: left;
    width: 20%;
}
.book-list-tab > li:nth-child(6),
.book-list-tab > li:nth-child(7),
.book-list-tab > li:nth-child(8),
.book-list-tab > li:nth-child(9),
.book-list-tab > li:nth-child(10){
    border-top: 1px solid rgba(30,59,125,0.25);
}
.book-list-tab > li > a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: -0.45px;
    font-size: 14px;
    font-weight: bold;
    color: #1e397f;
    background-color: #f3f5fc;
}
.book-list-tab > li.multi > a {
    height: 50px;
    padding-top: 7px;
    line-height: 1.3;
}
.book-list-tab > li.active > a {
    color: #fff;
    background-color: #1e397f;
}
.book-list-tab > li > a:hover {
    background-color: #d5dbf4;
}

/* *******************************************************************
	도서안내 검색바
******************************************************************* */
.search-bar {
    margin: 0 0 20px;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #eaeaf9;
    border-radius: 2px;
    background-color: #f5f5fc;
}

.search-bar input[type=text] {
    display: inline-block;
    width: 400px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border-radius: 2px;
}

.search-bar .btn {
    display: inline-block;
    width: 50px;
    height: 36px;
    vertical-align: middle;
    border-radius: 2px;
}


/*******************************************************************
   강의 목록
******************************************************************* */
table.grid.tb-lecture-list {

}
table.grid.tb-lecture-list thead {

}
table.grid.tb-lecture-list thead th {

}
table.grid.tb-lecture-list tbody th {

}
table.grid.tb-lecture-list tbody td {
    padding: 20px 10px;
    font-size: 14px;
}
table.grid.tb-lecture-list .title-area {

}
table.grid.tb-lecture-list .title-area .label-span {
    display: inline-block;
    margin: 0 0 7px;
    padding: 1px 5px;
    font-size: 11px;
    border: 1px solid #dfdfdf;
    color: #fff;
    border-radius: 2px;
    background-color: #dfdfdf;
}
table.grid.tb-lecture-list .title-area .label-span.label-best {
    border-color: #0173e4;
    background-color: #0173e4;
}
table.grid.tb-lecture-list .title-area .label-span.label-reco {
    border-color: #1fc593;
    background-color: #1fc593;
}
table.grid.tb-lecture-list .title-area .label-span.label-hot {
    border-color: #ff4a4a;
    background-color: #ff4a4a;
}
table.grid.tb-lecture-list .title {
    margin: 0 0 10px;
    line-height: 1.3;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}
table.grid.tb-lecture-list .detail {
    margin: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}
table.grid.tb-lecture-list .teacher {
    margin: 10px 0 0;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    color: #1e397f;
    border-radius: 5px;
    background-color: #fafbfe;
}
table.grid.tb-lecture-list .lecture-list {

}
table.grid.tb-lecture-list .lecture-list li {
    margin: 0 0 5px;
}
table.grid.tb-lecture-list .lecture-list li:last-child {
    margin: 0;
}

/*******************************************************************
   강의 상세
******************************************************************* */
.article.lecture-view {

}
table.grid.tb-lecture-view {

}
table.grid.tb-lecture-view thead {

}
table.grid.tb-lecture-view thead th {

}
table.grid.tb-lecture-view tbody th {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
table.grid.tb-lecture-view tbody td {
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
}
.article.lecture-view .lecture-info-area {
    margin: 0 0 20px;
    line-height: 1.58;
}

/*******************************************************************
   수강 신청
******************************************************************* */
.article.lecture-order {

}
table.grid.tb-lecture-order {

}
table.grid.tb-lecture-order thead {

}
table.grid.tb-lecture-order thead th {

}
table.grid.tb-lecture-order tbody th {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
table.grid.tb-lecture-order tbody td {
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
}
.article.tb-lecture-order .lecture-info-area {
    margin: 0 0 20px;
    line-height: 1.58;
}
.btn-inner {
    padding: 3px 8px;
    font-size: 15px;
}

/*******************************************************************
   나의강의실 - 리스트
******************************************************************* */
.article.myroom {

}
table.grid.tb-myroom {

}
table.grid.tb-myroom thead {

}
table.grid.tb-myroom thead th {

}
table.grid.tb-myroom tbody th {
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
    font-weight: 500;
}
table.grid.tb-myroom tbody td {
    padding: 10px 12px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.2;
}
table.grid.tb-myroom tbody td.text-center {
    text-align: center;
    font-size: 15px;
}
table.grid.tb-myroom tbody td.text-center > div.btn-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    margin: 0;
}
table.grid.tb-myroom tbody td.text-center.date {
    padding: 5px 10px 2px;
    line-height: 1.3;
}
.article.tb-myroom .lecture-info-area {
    margin: 0 0 20px;
    line-height: 1.58;
}

/*******************************************************************
   나의강의실 - 상세
******************************************************************* */
.article.lecture-room {

}
table.grid.tb-lecture-room {
    margin-bottom: 0;
    border-top: 3px solid #9321E4;
}
table.grid.tb-lecture-room thead {

}
table.grid.tb-lecture-room thead th {

}
table.grid.tb-lecture-room tbody th {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    font-weight: 500;
}

table.grid.tb-lecture-room tbody tr.head th {
    font-size: 18px;
}
table.grid.tb-lecture-room tbody td {
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid #dfdfdf;
}
.article.tb-lecture-room .lecture-info-area {
    margin: 0 0 20px;
    line-height: 1.58;
}

/*******************************************************************
   게시판
******************************************************************* */
.board {

}
.tb-notice {
    width: 100%;
    border-top: 2px solid #0b3290;
}
.tb-notice thead th,
.tb-notice thead td {
    color: #333;
}
.tb-notice tbody td a {
    color: #333;
}
.tb-notice tbody td a:hover {
    color: #227cea;
}

.board .col1 {
    width: 100px;
    text-align: center;
    font-size: 16px;
}
.board .col2 {
    width: auto;
    text-align: left;
}
.board .col3 {
    width: 100px;
    text-align: center;
}
.board .col4 {
    width: 100px;
    text-align: center;
}
.board .col5 {
    width: 140px;
    text-align: center;
}

/*******************************************************************
	게시판 상세
******************************************************************* */
.board-detail {

}
.tb-notice {
    width: 100%;
    border-top: 2px solid #0b3290;
}
.tb-notice thead th,
.tb-notice thead td {
    color: #333;
}
.tb-notice tbody td a {
    color: #333;
}
.tb-notice tbody td a:hover {
    color: #227cea;
}
.article.board-detail .section .table td.article-text {
    padding: 30px 20px;
    border: 0;
}
.article.board-detail .section .table {
    border-bottom: 0;
}
.board-detail .icon {
    margin-right: 8px;
}

.board-detail .col1 {
    width: 15%;
    text-align: center;
    font-size: 16px;
}
.board-detail .col2 {
    width: 35%;
    text-align: left;
}
.board-detail .col3 {
    width: 15%;
    text-align: center;
}
.board-detail .col4 {
    width: 35%;
    text-align: center;
}

/* view-page list area */
.list-button-area {

}
.list-area {
    float: left;
}
.list-button-area .prev-list {
    width: 830px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #5b98db;
    border-radius: 2px 2px 0 0;
}
.list-button-area .next-list {
    width: 830px;
    height: 40px;
    border: 1px solid #5b98db;
    border-top: 0;
    border-radius: 0 0 2px 2px;
}
.list-button-area .title {
    float: left;
    display: block;
    width: 78px;
    height: 39px;
    color: #2566b0;
    text-align: center;
    line-height:40px;
    background-color: #eef4fb;
}
.list-button-area .con-text {
    float: left;
    display: block;
    width: 740px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    overflow: hidden;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-button-area .con-text a {
    color: #767676;
}
.list-button-area .con-text a:hover {
    color: #2566b0;
}

.list-btn-area {
    float: right;
}
.list-btn-area a {
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #2566b0;
    outline: none;
    border: 1px solid #5b98db;
    border-radius: 2px;
    background-color: #eef4fb;
}
.list-btn-area a:hover {
    color: #fff;
    border: 1px solid #2566b0;
    background-color: #2566b0;
}

.paging {
    text-align: center;
    font-size: 0;
}
.paging > .current {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 1px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #2566b0;
    border-radius: 2px;
    background-color: #2566b0;
}
.paging > a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 1px;
    font-size: 15px;
    color: #2566b0;
    border: 1px solid #2566b0;
    border-radius: 2px;
    text-decoration: none;
    outline: none;
}
.paging > a:hover {
    color: #fff;
    border: 1px solid #2566b0;
    background-color: #2566b0;
}

/*******************************************************************
	비회원주문조회
******************************************************************* */
.order-check-area .col1 {
    width: 10%;
    text-align: center;
}
.order-check-area .col2 {
    width: 10%;
    text-align: center;
}
.order-check-area .col3 {
    width: 15%;
    text-align: center;
}
.order-check-area .col4 {
    width: 20%;
    text-align: center;
}
.order-check-area .col5 {
    width: 10%;
    text-align: center;
}
.order-check-area .col6 {
    width: 10%;
    text-align: center;
}
.order-check-area .col7 {
    width: auto;
    text-align: center;
}

.terms-area {

}
.terms-area .terms {
    overflow-y: scroll;
    width: 100%;
    height: 200px;
    margin: 0 0 10px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.captcha {
    width: 300px;
    margin: 5px 0 0;
}

/*******************************************************************
    도서 상세정보
******************************************************************* */
.book-detail-area {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

/* book-info-area */
.book-info-area {
    float: left;
    width: 400px;
}
.book-info-area .book-cover {
    margin: 0 0 30px;
    padding: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #fff;
}
.book-info-area .book-cover img {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.book-info-area .book-info {

}
.book-info-area .book-info ul {
    padding: 0;
}
.book-info-area .book-info ul li {
    list-style: disc;
    margin: 0 0 10px 20px;
    font-size: 16px;
}
.book-info-area .book-info ul li.title {
    list-style: none;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0b3290;
}
.book-info-area .book-info ul li.btn-purchase {
    list-style: none;
    margin: 20px 0 0;
}
.book-info-area .book-info ul li.btn-purchase .btn{
    margin: 0 20px 0 0;
}

/* book-detail */
.book-detail {
    float: left;
    width: 560px;
    padding-left: 100px;
}
.article .section .book-detail h4 {
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #333;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
.book-detail .text {
    padding: 20px;
    overflow: hidden;
    white-space: pre-wrap;
    background-color: #fafafa;
}
.book-detail .btn-more {
    display: inline-block;
    margin: 10px 0 0;
    padding: 3px 10px;
    text-align: center;
    font-size: 13px;
    color: #767676;
    border: 1px solid #767676;
    border-radius: 2px;
    background-color: #fff;
}
.book-detail .btn-more:hover {
    color: #fff;
    border: 1px solid #0b3290;
    background-color: #0b3290;
}
.book-detail .btn-more i {
    margin-left: 8px;
}

/* 책소개 */
.book-detail .book-intro {
    margin: 0 0 50px;
}

/* 목차 */
.book-detail .book-index {
    margin: 0 0 50px;
}

/*delivery-fee-box*/
.delivery-fee p {
    margin: 0 0 10px !important;
    padding-left: 15px;
    text-indent: -15px;
}
.delivery-fee-box {
    background-color:#effcfe;
    border: 1px solid #d6f6fc;
}
.delivery-fee-box p {
    margin: 0 0 10px !important;
    padding-left: 15px;
    text-indent: -15px;
}
.delivery-fee-box table {
    background-color: #fff;
}

/*패키지 라벨*/
.table-responsive span.package-label {
    padding: 6px 9px 4px 9px;
    margin-right: 8px;
    font-size: 15px;
    border-radius: 3px;
    background-color: #fd3637;
    color: #fff;
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /* book-list */
    .book-list-tab {
        border-top: 0;
    }
    .book-list-tab > li:nth-child(6),
    .book-list-tab > li:nth-child(7),
    .book-list-tab > li:nth-child(8),
    .book-list-tab > li:nth-child(9),
    .book-list-tab > li:nth-child(10) {
        border-top: 0;
    }
    /* 탭 버튼 */

    .view-tab-area .nav-tabs.nav-justified {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .view-tab-area .nav-tabs.nav-justified > li {
        width: 30%;
    }
    .view-tab-area .nav-tabs.nav-justified > li a {
        margin: 0;
    }
    .tab-custom .tab-bg .tab-area .button-tab li a {
        font-size: 15px;
    }

}
