@charset "utf-8";
@import url("../../common/css/reset.css");
@import url("../../common/css/study.css?ver=2403190321");
@import url("../../common/css/layout.css");
/* @import url("study_1399.css") screen and (max-width: 1399px); */
@import url("../../common/css/study_1099.css") screen and (max-width: 1199px);
@import url("../../common/css/study_0899.css") screen and (max-width: 959px);
@import url("../../common/css/study_0767.css") screen and (max-width: 767px);
@import url("../../common/css/study_0499.css?ver=2403051121") screen and (max-width: 499px);

/*------------------------------
theme, break
------------------------------*/
:root {
    /* --btn-background-color: linear-gradient(90deg, #E93D24 0%, #FF2863 100%);
    --element-primary-color: #670022;
    --element-primary-pulse-start: rgba(103, 0, 34, 0.5);
    --element-primary-pulse-end: rgba(103, 0, 34, 0); */

    --btn-background-color: linear-gradient(to right, #6C15D4 0%, #9136FE 100%);
    --element-primary-color: #370A4C;
    --element-primary-pulse-start: rgba(55, 10, 76, 0.5);
    --element-primary-pulse-end: rgba(55, 10, 76, 0);
}

/* lesson sub */
body:not(.lesson_front) .course-header-inner .course-header-text-inner,
body:not(.lesson_front) .course-header-background {
    width: 50%;
}

body:not(.lesson_front) .course-header-inner .course-header-title,
body:not(.lesson_front) .lesson-header-row,
body:not(.lesson_front) .lesson-header-stats-item {
    color: #000;
}

body:not(.lesson_front) .course-header-background {
    left: 50%;
}

.header_overlay {
    background: linear-gradient(180deg,var(--course-header-desktop-gradient-opacity-top),var(--course-header-desktop-gradient-opacity-bottom) 90%);
}

/*------------------------------
new
------------------------------*/
/* lesson main */
.isItYou {
    padding: 60px 0 70px;
    background: var(--btn-background-color,var(--btn-background-color));
}
.isItYou .title,
.env-advantages-heading {
    color: #090e18;
    font-family: 'SC-6';
    font-weight: var(--title-weight);
    font-size: 42px;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 27px
}
.isItYou .bx_item {
    display: flex;
    padding: 40px 0 60px;
}
.isItYou .bx_item > .item {
    flex: 0 0 calc((100% - (30px * 2)) / 3);
    position: relative;
    padding: 70px 27px 40px;
    margin-top: 10px;
    min-height: 200px;
    background: hsla(0,0%,100%,.1);
    transition: all .3s ease-out;
}
.isItYou .bx_item > .item:hover,
.isItYou .bx_item > .item:focus {
    margin-top: 0;
    margin-bottom: 10px;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.6);
}
.isItYou .bx_item > .item + .item {
    margin-left: 30px;
}
.isItYou .bx_item > .item .txt {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .8px;
    text-align: center;
}

.env-advantages-icon-container {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.env-advantages-uploaded-icon {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.env-advantages-text-white .env-advantages-heading,
.env-advantages-text-white .env-advantages-title {
    color: #fff;
}

/* lesson sub */
.emojione {
    text-indent: -9999em;
    image-rendering: optimizeQuality;
    font-size: inherit;
    height: 24px;
    width: 24px;
    top: -3px;
    position: relative;
    display: inline-block;
    margin: 0 .15em;
    line-height: normal;
    vertical-align: middle;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.lesson_img_only {
    margin: 0 -12rem;
}

.lesson_info_icon > .icon_book {background-image: url(../../common/img/svg/img_icon_book.svg);}
.lesson_info_icon > .icon_ink {background-image: url(../../common/img/svg/icon_ink_purple.svg);}
.lesson_info_icon > .icon_quote {background-image: url(../../common/img/svg/icon_quote.svg);}

.d-level-1 > .bg_theme {
    max-width: 100%;
    background: url(../img/bg_theme.jpg) no-repeat 50% 50%/cover;
}
.d-level-1 > .bg_theme.exclude {
    padding-top: 30px;
    padding-bottom: 30px;
    /* margin-bottom: 50px; */
}
.d-level-1 > .bg_theme > * {
    max-width: var(--component-max-width);
    margin: 0 auto;
}
.d-level-1 > .bg_theme > * > [class*="lesson_"]:not(:first-child) {
    margin-top: 40px;
}
/* .d-level-1 > .bg_theme + [class*="part"] {margin-top: 50px;} */
.d-level-1 > .bg_theme + [class*="part"] > *:first-child {
    margin-top: 50px;
}

.lesson_info_icon.type_church {
    padding: 30px 24px;
    background: #fff;
    border-radius: 6px;
}
.lesson_info_icon.type_church > [class*="icon_"] {
    flex: 0 0 232px;
    width: 232px;
    height: 232px;
    background:  no-repeat 50% 50%/auto 232px;
}
.lesson_info_icon.type_church > .icon_think {background-image: url(../img/img_icon_think.webp);}
.lesson_info_icon.type_church > .icon_surprised {background-image: url(../img/img_icon_surprised.webp);}

.lesson_info_icon.type_church > .bx_text {
    width: auto;
    flex: 1 1 auto;
}
.lesson_info_icon.type_church > .bx_text p {
    font-weight: 700;
    line-height: 1.75;
}

.lesson_info_img:after {
    background: linear-gradient(rgba(145, 54, 254, 0.2), rgb(145, 54, 254));
}
.lesson_info_img.type_church {
    min-height: 1px;
}
.lesson_info_img.type_church > .bx_text p {
    line-height: 1.75;
}
.lesson_info_icon.type_church > .bx_text p > em,
.lesson_info_img.type_church > .bx_text p > em {
    display: block;
    margin-top: 20px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.d-level-1 .openTooltip {
    font-family: "SC-4" , "AppleSDGothicNeo-Regular", "Malgun Gothic",sans-serif;
    color: #9136fe;
}
.tooltip p .superscript,
.lesson_info_img.type_church > .bx_text p .superscript {
    display: inline;
    margin-right: 2px;
    margin-left: 4px;
    font-size: calc(0.75rem + 2px);
    font-style: normal;
    vertical-align: super;
}
.lesson_info_img.type_church > .bx_text ol {
    padding-left: 2rem;
    margin-top: 0.5rem;
}
.lesson_info_img.type_church > .bx_text li {
    text-indent: -20px;
}
.lesson_info_img.type_church > .bx_text li:not(:first-child) {
    margin-top: 1rem;
}
.lesson_info_img.type_church > .bx_text ol li:before {
    display: inline-block;
    width: 20px;
    text-indent: 0;
}
.lesson_info_img.type_church > .bx_text ol li:nth-child(1):before {content: '1.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(2):before {content: '2.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(3):before {content: '3.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(4):before {content: '4.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(5):before {content: '5.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(6):before {content: '6.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(7):before {content: '7.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(8):before {content: '8.';}
.lesson_info_img.type_church > .bx_text ol li:nth-child(9):before {content: '9.';}

.dimmed {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 98;
}
.actEvent {
    overflow: hidden;
}
.actEvent .dimmed {
    display: block;
}
.actEvent .dimmed .bx_background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    z-index: 99;
}
.tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - (20px* 2));
    max-width: 400px;
    padding: 1rem;
    margin-top: 1rem;
    color: #fff;
    background: #000;
    border-radius: 0.5rem;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.tooltip .opt_area {
    display: block;
    margin-top: 1rem;
    text-align: right;
}
.tooltip .opt_area button {
    height: 2rem;
    padding: 0 1rem;
    color: #fff;
    background: var(--btn-background-color);

}
.tooltip p {
    max-height: 60vh;
    overflow: auto;
}

/* .tooltip:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 100%;
    border: 9px solid transparent;
    border-bottom-color: black;
} */

.lesson_info_img.type_church:after {
    background: rgba(55,10,76,0.8);
}
.lesson_info_img.bgCustom1.type_church:after {
    background: rgba(145,54,254,0.8);
}

.lesson_info_img.type_bible {
    box-shadow: 0 6px 40px 0 rgba(155,176,239,.4), 0 1px 4px 0 rgba(0,0,0,.05);
}
.lesson_info_img.type_bible:after {
    background: transparent;
    background: #fff;
}
.lesson_info_img.type_bible picture {
    display: none;
}
.lesson_info_img.type_bible .bx_text {
    position: relative;
    width: 100%;
    z-index: 1;
}
.lesson_info_img.type_bible .bx_text:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../common/img/svg/img_icon_bookOpen.svg?ver=102457) no-repeat 100% calc(100% + 1rem)/auto 6rem;
    z-index: 0;
}
.lesson_info_img.type_bible .bx_text p.no_white {
    color: #000;
}


/* .d-level-1 > *:not(.exclude),.hidden {max-height: 0px;opacity: 0;overflow-y: hidden;} */
.d-level-1 > .bg_theme >  .lesson_message:not(.exclude),
.d-level-1 > .bg_theme > *:not(.exclude),
.tl_type_basic {
    padding: 0;
    /* margin: 0 auto; */
    max-height: 0px;
	opacity: 0;
	overflow-y: hidden;
}

.footer-title .username {
    color: #9136fe;
}

@media screen and (max-width: 1099px) {
    body:not(.lesson_front) .course-header-background {
        left: 0;
    }
    body:not(.lesson_front) .course-header-inner .course-header-text-inner,
    body:not(.lesson_front) .course-header-background {
        width: 100%;
    }

    .course-header-inner .course-header-title {
        color: #fff !important;
        text-shadow: 2px 2px black;
    }
/* max-width: 1099px 끝 */
}
@media screen and (min-width: 900px) {
/* lesson main */
    .course-header-inner .course-header-text-inner {
        /* padding-bottom: 20vh; */
    }
/* lesson sub */
    body:not(.lesson_front) .course-header-inner .course-header-text-inner {
        justify-content: center;
        padding-bottom: 0;
    }
/* min-width: 900px 끝 */
}
@media screen and (max-width: 899px) {
    /**/
    .isItYou .title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.42;
        letter-spacing: .48px;
    }
    .isItYou .bx_item {
        flex-flow: column nowrap;
    }
    .isItYou .bx_item > .item + .item {
        margin-top: 64px;
        margin-left: 0;
    }
/* max-width: 899px 끝 */
}
@media screen and (max-width: 499px) {
    body:not(.lesson_front) .lesson-header-row {
        color: #fff;
    }

    .lesson_info_icon.type_church {
        flex-flow: column nowrap;
        align-items: center;
    }
/* max-width: 899px 끝 */
}
