/** @format */

@charset "utf-8";
@import url('../../common/css/reset.css');
@import url('../../common/css/study.css?ver=2405231816');
@import url('../../common/css/layout.css');

@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') screen and (max-width: 499px);

/*------------------------------
theme, break
------------------------------*/
:root {
    --btn-background-color: linear-gradient(to right, #069ccb 0%, #35c5f2 100%);
    --element-primary-color: rgb(47, 109, 231);
    --element-primary-pulse-start: rgba(5, 34, 81, 0.5);
    --element-primary-pulse-end: rgba(5, 34, 81, 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%;
}

.lesson_front .course-header-inner .course-header-subtitle {
    width: 100%;
    text-align: right;
}

/*------------------------------
new
------------------------------*/
.lesson_front .course-header-inner .course-header-text {
    justify-content: flex-end;
}
.lesson_front .course-header-inner .course-header-text-inner {
    /* max-width: 800px;
    align-items: flex-end; */
}
.lesson_front .course-header-inner .course-header-title {
    line-height: 1.2;
    text-align: right;
    letter-spacing: 1.8px;
}

.lesson_front .course-header-inner ul.course-header-subtitle li {
    position: relative;
    margin-top: 10px;
    text-align: right;
}
.lesson_front .course-header-inner ul.course-header-subtitle li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: red url(../../common/img/svg/check-solid.svg) no-repeat 50% 50% / auto 16px;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 8px;
    border-radius: 3px;
}

/* lesson main */
[class*='list_type_'].bullet_type_check li {
    padding-left: calc(30px + 1rem);
    text-indent: calc((30px + 1rem) * -1);
    margin-top: 1rem;
}
[class*='list_type_'].bullet_type_check li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    vertical-align: top;
    background: url(../img/svg/check-solid.svg) no-repeat 50% 50% / auto 20px;
    border: 1px solid #2f6de7;
    border-radius: 30px;
}

.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 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_img_only.fit {
    margin-right: 0;
    margin-left: 0;
}
.lesson_img_only.small {
    margin: 0 auto;
    max-width: 320px;
}

.d-level-1 > .bg_theme {
    max-width: 100%;
    background: no-repeat 50% 50% / cover;
}
.d-level-1 > .bg_theme.exclude {
    padding-top: 30px;
    padding-bottom: 30px;
}
.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'] > *:first-child {
    margin-top: 50px;
}
.d-level-1 > .bg_theme {
    background-image: url(../img/bg_theme.png);
}
.d-level-1 > .bg_theme.item5 {
    background-image: url(../img/bg_theme5.jpg);
}

.lesson_info_img.type_inkpen,
.lesson_info_img.type_bible {
    min-height: 1px;
}
.lesson_info_img.type_bible > .bx_text p {
    line-height: 1.75;
}
.lesson_info_img.type_inkpen > .bx_text p > em,
.lesson_info_img.type_bible > .bx_text p > em {
    display: block;
    margin-top: 20px;
    color: #a9a9a9;
    color: #8a8ca2;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.d-level-1 .openTooltip {
    font-family: 'SC-4', 'AppleSDGothicNeo-Regular', 'Malgun Gothic', sans-serif;
    color: #007f98;
}
.d-level-1 .openTooltip.light {
    color: #9ae1f0;
}
.tooltip p .superscript,
.lesson_info_img.type_bible > .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_bible > .bx_text ol {
    padding-left: 2rem;
    margin-top: 0.5rem;
}
.lesson_info_img.type_bible > .bx_text li {
    text-indent: -20px;
}
.lesson_info_img.type_bible > .bx_text li:not(:first-child) {
    margin-top: 1rem;
}
.lesson_info_img.type_bible > .bx_text ol li:before {
    display: inline-block;
    width: 20px;
    text-indent: 0;
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(1):before {
    content: '1.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(2):before {
    content: '2.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(3):before {
    content: '3.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(4):before {
    content: '4.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(5):before {
    content: '5.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(6):before {
    content: '6.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(7):before {
    content: '7.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(8):before {
    content: '8.';
}
.lesson_info_img.type_bible > .bx_text ol li:nth-child(9):before {
    content: '9.';
}

.lesson_info_icon > .icon_ink {
    background-image: url(../img/svg/icon_ink.svg);
}
.lesson_info_icon > .icon_book {
    background-image: url(../img/svg/img_icon_book.svg);
}
.lesson_info_icon > .icon_inkpen {
    background-image: url(../img/svg/img_icon_inkpen.svg);
}
.lesson_info_icon > .icon_quote {
    background-image: url(../img/svg/icon_quote.svg);
}
.lesson_info_icon > .icon_magnifier {
    background-image: url(../img/svg/img_icon_magnifier.svg);
}

.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 > .icon_smile {
    background-image: url(../img/img_icon_smile.webp);
}
.lesson_info_icon.type_church > .icon_thumbsUp {
    background-image: url(../img/img_icon_thumbsUp.webp);
}

.lesson_info_icon.type_church > .bx_text {
    width: auto;
    flex: 1 1 auto;
}

.lesson_info_img.type_center {
    align-items: center;
    min-height: 320px;
}
.lesson_info_mix .bx_img:after,
.lesson_info_img.type_center:after {
    background: var(--element-primary-color);
    opacity: 0.5;
}
.lesson_info_img.type_center .bx_text p {
    font-size: 1.5rem;
}

.lesson_info_img.type_visuals {
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    left: 50%;
    width: 100vw;
    min-height: 320px;
    background: red;
}
.lesson_info_img.type_visuals:after {
    background: rgb(132, 173, 252);
    opacity: 0.3;
}
.lesson_info_img.type_visuals .bx_text {
    font-size: 2.25rem;
    font-family: 'SC-6';
    text-align: center;
}
.lesson_info_img.type_visuals .bx_text em {
    font-family: 'SC-4';
}

.lesson_info_img.bgNo:after {
    display: none !important;
}
.lesson_info_img.bgCustom2:after {
    background: rgb(53, 197, 242);
    opacity: 0.8;
}
.lesson_info_img.bgCustom2b:after {
    background: var(--element-primary-color);
    opacity: 0.6;
}

.lesson_info_img.type_inkpen,
.lesson_info_img.type_bible {
    box-shadow: 0 6px 40px 0 rgba(155, 176, 239, 0.4), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.lesson_info_img.type_inkpen:after,
.lesson_info_img.type_bible:after {
    background: #fff;
}
.lesson_info_img.type_inkpen picture,
.lesson_info_img.type_bible picture {
    display: none;
}
.lesson_info_img.type_inkpen .bx_text,
.lesson_info_img.type_bible .bx_text {
    position: relative;
    width: 100%;
    z-index: 1;
}
.lesson_info_img.type_inkpen .bx_text:after,
.lesson_info_img.type_bible .bx_text:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/img_icon_bookOpen.svg) no-repeat 100% calc(100% + 1rem) / auto 6rem;
    z-index: 0;
}
.lesson_info_img.type_inkpen .bx_text:after {
    background-image: url(../img/svg/img_icon_inkpen.svg);
}

.lesson_info_img.type_inkpen .bx_text p.no_white,
.lesson_info_img.type_bible .bx_text p.no_white {
    color: #000;
}

.lesson_info_img.bgCustom1b:after {
    background: linear-gradient(rgba(47, 109, 231, 0.2), rgb(47, 109, 231));
    background: linear-gradient(rgba(0, 127, 152, 0.2), rgb(0, 127, 152));
}
.lesson_info_img .bx_text {
    letter-spacing: -0.05em;
}

.lesson_info_mix {
    display: flex;
}
.lesson_info_mix .bx_img {
    flex: 0 0 264px;
    position: relative;
    height: 360px;
}
.lesson_info_mix .bx_img:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.4;
}
.lesson_info_mix .bx_text {
    padding: 1.5rem calc(1.75rem + 2px);
}
.lesson_info_mix .bx_text h5 {
    font-size: 1.5rem;
    font-family: 'SC-6';
}
.lesson_info_mix .bx_text p {
    line-height: 1.75;
}
.lesson_info_mix .bx_text > * + * {
    margin-top: 1rem;
}

.lesson_message .sectA.type_mix [class*='fType_'] {
    display: flex;
    flex-wrap: wrap;
    width: 430px;
    max-width: calc(100% - (20px * 2));
}
.lesson_message .sectA.type_mix [class*='fType_'] label {
    flex: 0 0 calc((100% - 6px) / 2);
    margin-top: 6px;
}
.lesson_message .sectA.type_mix [class*='fType_'] label:nth-child(even) {
    margin-left: 6px;
}
.lesson_message .sectA.type_mix [class*='fType_'] label > * + * {
    height: 100%;
}
.lesson_message .sectA.type_mix [class*='fType_'] label .box .top {
    display: block;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}
.lesson_message .sectA.type_mix [class*='fType_'] label .box .bot {
    display: block;
    padding: 20px 22px;
    font-style: normal;
    font-size: calc(1rem + 2px);
}

.lesson_list.type_bigNum ol li:before {
    top: 0;
    width: 50px;
    height: 100%;
    color: rgba(108, 108, 108, 0.2);
    font-size: 4rem;
    font-family: 'SC-6';
    line-height: 1;
    text-align: left;
    text-indent: -4px;
    background: transparent;
}

.d-level-1 > .bg_theme > .lesson_message:not(.exclude),
.d-level-1 > .bg_theme > *:not(.exclude),
.tl_type_basic {
    padding: 0;
    max-height: 0px;
    opacity: 0;
    overflow-y: hidden;
}

.footer-title .username {
    color: #9136fe;
}

.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;
}

@media screen and (min-width: 1100px) {
    .header_overlay {
        background: transparent;
    }
    /* min-width: 1100px 끝 */
}
@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%;
    }
    body:not(.lesson_front) .lesson-header-row {
        color: #fff;
    }

    .course-header-inner .course-header-title {
        color: #fff !important;
    }
    /* max-width: 1099px 끝 */
}
@media screen and (min-width: 900px) {
    /* lesson main */

    /* 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: 0.48px;
    }
    .isItYou .bx_item {
        flex-flow: column nowrap;
    }
    .isItYou .bx_item > .item + .item {
        margin-top: 64px;
        margin-left: 0;
    }

    .lesson_message .sectA.type_mix {
        min-width: 1px;
    }
    /* max-width: 899px 끝 */
}
@media screen and (max-width: 499px) {
    body:not(.lesson_front) .lesson-header-row {
        color: #fff;
    }

    .lesson_front .course-header-inner .course-header-subtitle,
    .lesson_front .course-header-inner .course-header-title {
        text-align: left;
    }
    .lesson_front .course-header-inner .course-header-title {
        letter-spacing: 1px;
    }

    .d-level-1 > .bg_theme.exclude {
        margin-top: 0;
    }

    .lesson_info_icon.type_church,
    .lesson_info_icon.type_bible {
        flex-flow: column nowrap;
        align-items: center;
    }
    .lesson_info_mix {
        display: block;
    }
    .lesson_img_only {
        margin-right: 0;
        margin-left: 0;
    }

    .lesson_info_img .bx_text {
        text-align: justify;
    }

    .lesson_message .sectA3 {
        width: 100%;
    }
    .lesson_message .sectA.type_mix [class*='fType_'] label .box .top {
        height: auto;
    }
    .lesson_message .sectA.type_mix [class*='fType_'] label .box .bot {
        padding: 1rem;
    }

    .lesson_info_icon.type_church > .icon_think {
        flex-basis: calc(232px * 0.75);
        background-size: auto calc(232px * 0.75);
    }
    /* max-width: 899px 끝 */
}

.lesson_info_icon.type_church > .bx_text p {
    font-weight: 700;
    line-height: 1.75;
}
.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;
    color: #8a8ca2;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.lesson_info_img.type_church > .bx_text p > em {
    color: #fff;
}
