* {
    font-family: "Apple SD Gothic Neo", NanumBarunGothic, "나눔바른고딕", Malgun Gothic, "맑은 고딕", dotum, sans-serif;
}

hr {
    border-top: 1px solid #efefef;
}

.btn {
    font-family: "Apple SD Gothic Neo", NanumBarunGothic, "나눔바른고딕", Malgun Gothic, "맑은 고딕", dotum, sans-serif;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    /*border-radius: 2em !important;*/
    border-radius: 10px;
    /*height: 48px;*/
    /*line-height: 48px;*/
    /*font-size: .875rem;*/
}

.btn.btn-light.btn-shadow {
    border: none;
}

.alert.alert-danger {
    background: #eb4f4d !important;
    border-color: #e96b69;
}

.alert.alert-info {
    background: #1bc5d4 !important;
    border-color: #1bc5d4;
}

.alert .btn-sm.float-right {
    height: 30px;
    margin-top: -4px;
}

.alert ul {
    margin-bottom: 0;
}

/* Avatar */
.avatar {
    background: #efefef;
}

/* tab : 애니메이션 없애고, 이상한 버그 제거  */
.tab-pane.active {
    animation: none;
}

.tab-content > .tab-pane {
    display: block;
    height: 0;
}

.tab-content > .active {
    height: auto;
}

.btn.btn-light:hover {
    color: #0b0b0b !important;
}

.text-primary {
    color: #1bc5d4 !important;
}

.pagination.pagination-flat .page-item > .page-link {
    padding: 10px 15px;
}

.pagination.pagination-flat .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination.pagination-flat .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-control {
    border-radius: 10px;
    /*height: 48px;*/
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    border-radius: 10px;
}

.btn.btn-light.btn-shadow.btn-rounded {
    -webkit-box-shadow: 3px 5px 20px 0 rgba(94, 92, 154, .12);
    -moz-box-shadow: 3px 5px 20px 0 rgba(94, 92, 154, .12);
    box-shadow: 3px 5px 20px 0 rgba(94, 92, 154, .12);
    border: none;
    color: #3e3f5e;
}

button.btn.btn-secondary, .btn:not(.close):not(.mfp-close).btn-secondary, a.btn:not([href]):not([tabindex]).btn-secondary {
    background-color: #615dfa;
    border-color: #615dfa;
    border-radius: 10px;
}

button.btn.btn-secondary:hover, button.btn.btn-secondary:focus, button.btn.btn-secondary:not(:disabled):not(.disabled):active, button.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-secondary:hover, .btn:not(.close):not(.mfp-close).btn-secondary:focus, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-secondary:hover, a.btn:not([href]):not([tabindex]).btn-secondary:focus, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #5753e4;
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
    border-radius: 10px;
}

.btn-half-block {
    width: 50%;
    border-radius: 10px;
}

.btn.btn-light.btn-shadow.btn-rounded:hover {
    background: #23d2e2;
}

body, input, select, textarea, button, a {
    -webkit-text-size-adjust: none;
}

body {
    background-color: #f8f8fb;
}

section {
    padding: 40px 0;
    /*background-color: transparent;*/
    background-color: #f8f8fb;
}

a {
    color: #8f91ac;
}

a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    color: #23d2e2;
}


/* Badge */
.badge-light {
    border: 1px solid #ececec;
}

.badge-naver {
    background-color: #00ce37 !important;
    color: #fff !important;
}

.badge-kakao {
    background-color: #ffe800 !important;
    color: #555 !important;
}

.social-kakao a {
    background-color: #ffe800 !important;
    color: #3d1d1e !important;
}

.badge-munpia {
    background-color: #5ea3dc !important;
    color: #fff !important;
}

.badge-ridibooks {
    background-color: #1f8ce6 !important;
    color: #fff !important;
}

.badge-joara {
    background-color: #5686F5 !important;
    color: #fff !important;
}


/* Social Login */
.kakao-color {
    background-color: #ffe800 !important;
    color: #555 !important;
    border: 1px solid #ffec2a !important;;
}

.kakao-color:hover {
    background-color: #ffec2a !important;;
    color: #555 !important;
    border: 1px solid #ffe800 !important;;
}

.naver-color {
    background-color: #00cf00 !important;;
    color: #fff !important;
    border: 1px solid #28ca28 !important;;
}

.naver-color:hover {
    background-color: #28ca28 !important;;
    color: #fff !important;
    border: 1px solid #00cf00 !important;;
}

.facebook-color {
    background-color: #3b5998 !important;;
    color: #fff !important;
    border: 1px solid #4d669a !important;;
}

.facebook-color:hover {
    background-color: #4d669a !important;;
    color: #fff !important;
    border: 1px solid #3b5998 !important;;
}

.google-color {
    background-color: #eb4f4d !important;;
    color: #fff !important;
    border: 1px solid #e96b69 !important;;
}

.google-color:hover {
    background-color: #e96b69 !important;;
    color: #fff !important;
    border: 1px solid #eb4f4d !important;;
}


/* 헤더 */
#mainMenu nav > ul > li > a {
    font-size: 18px;
}

.header-extras > ul > li > a:not(.btn) i {
    font-size: 20px;
}


/* 모바일 카테고리 선택 */
#pageMenu-trigger {
    display: none;
}

.page-menu {
    border-bottom: none;
}

.page-menu.menu-outline nav > ul > li:hover > a, .page-menu.menu-outline nav > ul > li.active > a {
    border-color: #23d2e2;
    color: #23d2e2;
    background-color: transparent;
}

.page-menu.menu-lines nav > ul > li:hover > a, .page-menu.menu-lines nav > ul > li.active > a {
    color: #23d2e2;
}

.page-menu.menu-lines nav > ul > li:hover > a:after, .page-menu.menu-lines nav > ul > li.active > a:after {
    color: #23d2e2;
    background-color: #23d2e2;
    height: 3px;
}

@media (max-width: 991px) {
    .page-menu nav {
        border-radius: 0;
        border-top: none;
        border-bottom: 1px solid #ececec;
        box-shadow: none;
        text-align: left;
        display: block;
        position: relative;
        float: none;
        width: 100%;
        top: 0;
        height: auto;
        z-index: 11;
        line-height: 26px;
        right: 0;
        border: none;
    }

    .page-menu nav ul li a {
        display: block;
    }

    .page-menu nav > ul > li {
        width: auto;
    }

    .page-menu #pageMenu-trigger {
        display: none;
    }

    .page-menu .container {
        padding: 0 !important;
    }

    .page-menu ul {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap;
        width: 100%;
    }

    .page-menu ul li {
        display: inline-block;
    }

    .page-menu nav > ul {
        padding: 7px 20px;
        /*overflow-x: hidden !important;*/
    }

    .page-menu {
        height: 47px;
    }

    .first-page-menu.page-menu nav > ul > li > a {
        font-weight: 800;
    }

    #header #logo > a {
        height: 70px;
    }

    .page-menu.menu-outline nav > ul > li > a {
        font-size: 14px;
    }

    .page-menu.menu-outline nav > ul > li.active > a {
        color: #23d2e2;
        background-color: transparent;
        border: 2px solid #23d2e2;
        border-radius: 50px;
        padding: 6px 10px;
        line-height: 13px;
    }

    .page-menu.menu-lines nav > ul > li > a:after {
        content: '';
        position: absolute;
        top: auto;
        bottom: -7px;
        left: 50%;
        width: 0;
        height: 2px;
        /*transition: all 0.3s ease;*/
        transition: none;
        background-color: #23d2e2;
        border-radius: 0;
        border: none;
        display: block !important;
    }

}


/* 트랜지션 없애기 */
.tabs .nav-tabs .nav-link,
#mainMenu nav > ul > li,
#mainMenu nav > ul > li > a,
.grid-layout,
.tags a,
.page-menu nav > ul > li,
.page-menu nav > ul > li > a,
.form-control, input, select,
.grid-filter li a,
.p-cb,
#header .header-inner #logo,
#header #header-wrap #logo,
#mainMenu nav > ul > li > a:after,
#mainMenu nav > ul > li > a:before,
.page-menu.menu-lines nav > ul > li > a:after,
.social-icons li a,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.p-switch .p-switch-style, a {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    opacity: 1;
}

.grid-layout.grid-loaded {
    opacity: 1 !important;
}

#search {
    opacity: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

/* 테이블 */
.table td {
    vertical-align: middle;
}

/* 블러 이펙트 */
.blur-effect {
    /*-webkit-filter: blur(10px);*/
    /*filter: blur(10px);*/
    color: transparent;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    padding-left: 3px;
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/* Review more */

.content-wrap {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.close-btn, .more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.slide-up {
    height: 160px;
    padding-bottom: 0;
    overflow: hidden;
}

.slide-down {
    height: auto;
    overflow: visible;
    /*padding-bottom: 50px;*/
    padding-bottom: 10px;
}

.more-btn p {
    display: inline-block;
    color: #555;
    cursor: pointer;
    background: #f8f9fa;
    padding: 5px 10px;
    width: 20%;
    min-width: 100px;
    border-radius: 20px;
    border: 1px solid #ececec;
    font-size: 12px;
}


/* Lazy Load */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}


/* p-cb */
.p-cb {
    border: none;
    /*box-shadow: 0 1px 8px 0 rgba(3, 24, 39, 0.12), 0 3px 3px -2px rgba(3, 24, 39, 0.1), 0 3px 4px 0 rgba(3, 24, 39, 0.08);*/
    /*border-radius: 13px;*/
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    /*border-bottom: 1px solid #ececec;*/
    /*border-right: 1px solid #ececec;*/
}

.background-light {
    background-color: #f8f8fb;
}

/* 한줄 */
.single-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Lines */
.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.five-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/* Custom Card */
.card.card-custom {
    border: 1px solid #F3F6F9;
    /*margin-bottom: 1rem !important;*/
    margin-bottom: 1rem;
    /*margin-bottom: 0;*/
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    border-collapse: separate;
    overflow: hidden;
}

.card.card-custom img {
    max-width: 100% !important;
}

.grid-layout .card.card-custom {
    margin-bottom: 0;
}

.card.card-custom .card-header {
    /*padding: 1.2rem 2rem 0 2rem;*/
    /*border-bottom: none;*/
    border-bottom: 1px solid #F3F6F9;
}

.card.card-custom .card-header h4 {
    margin-bottom: -10px;
}

.card.card-custom .card-footer {
    text-align: center;
    /*border-top: none;*/
    border-top: 1px solid #F3F6F9;
}

.card.card-custom .card-footer .btn {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .card.card-custom.card-stretch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}

/* AmChart */
g[aria-labelledby^="id"] {
    display: none;
}

/* Form */
form ul {
    margin-left: 20px;
}

/* vertical align */
@media (min-width: 992px) {
    .vertical-lg-align {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Modal */
.modal .modal-content .modal-header {
    padding-bottom: .5rem !important;
}

.modal-header .close {
    top: 17px;
}

.modal .modal-content {
    border: 1px solid #F3F6F9;
    margin-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    border-collapse: separate;
    overflow: hidden;
    background: #fff;
}

.modal .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e8eb;
    font-weight: 600;
    /*padding: 1.8rem 2rem;*/
    text-align: center;
}

.modal .modal-header h4 {
    font-size: 1.35714286em !important;
    line-height: 1.68421053em;
    font-weight: 600;
}

.modal .modal-body {
    padding: 1.8rem 2rem;
}

.modal .modal-footer {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}

/* Owl Carousel */
.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}


/* Select2 */
.select2-container .select2-selection ul {
    margin-left: 10px;
}

.select2-container--default {
    height: 40px !important;
}

.select2-selection--multiple {
    border: 1px solid #e6e8eb !important;
    border-radius: 10px !important;
    height: 40px !important;
}

.select2-dropdown {
    border: 1px solid #e6e8eb !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fefefe !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 5px !important;
    margin-top: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #e6e8eb !important;
    padding: 0 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px !important;
    height: 22px !important;
}

.select2-results__option {
    padding: 6px 15px !important;
}


/*.select2-container--default .select2-selection--multiple {*/
/*    border: 1px solid #e6e8eb !important;*/
/*    height: 40px !important;*/
/*}*/

/*.select2-container--default.select2-container--focus .select2-selection--multiple {*/
/*    border-color: #01c7b8 !important;*/
/*    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);*/
/*    background-color: #fff !important;*/
/*}*/

/*.select2-container--default .select2-selection--multiple .select2-selection__choice {*/
/*    background-color: #fff !important;*/
/*    border: 1px solid #e6e8eb !important;*/
/*    !*margin-left: 8px !important;*!*/
/*    !*padding-left: 10px !important;*!*/
/*    !*padding-right: 10px !important;*!*/
/*    !*margin-top: 7px !important;*!*/
/*}*/

/*.select2-container--default .select2-selection--multiple .select2-selection__choice__display {*/
/*    padding-left: 5px !important;*/
/*    padding-right: 5px !important;*/
/*}*/

/*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {*/
/*    border-right: 1px solid #e6e8eb !important;*/
/*    margin-right: 7px !important;*/
/*    padding-right: 7px !important;*/
/*}*/

/*.select2-container--default .select2-search--inline .select2-search__field {*/
/*    height: 40px !important;*/
/*    padding-left: 5px !important;*/
/*    padding-top: 10px !important;*/
/*    margin-top: 0 !important;*/
/*    width:100px !important;*/
/*}*/


/*.select2-container--focus .select2-search__field,*/
/*.select2-container--above .select2-search__field,*/
/*.select2-container--below .select2-search__field {*/
/*    !*display: none;*!*/
/*}*/

/*.select2-container--default .select2-selection--single {*/
/*    border: 1px solid #e6e8eb !important;*/
/*    height: 40px !important;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    padding-top: 5px !important;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__arrow b {*/
/*    margin-top: 4px !important;*/
/*    margin-left: -10px !important;*/
/*}*/

/*.select2-container--default .select2-search--dropdown .select2-search__field,*/
/*.select2-dropdown {*/
/*    border: 1px solid #e6e8eb !important;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    color: #495057 !important;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    color: #495057 !important;*/
/*    line-height: 28px !important;*/
/*    font-size: 13px !important;*/
/*    padding-left: 14px !important;*/
/*}*/

/*.select2-container--default .select2-selection--multiple {*/
/*    border-radius: 12px !important;*/
/*    border: 1px solid #e6e8eb !important;*/
/*}*/

