@charset "UTF-8";

.me-0 {
    margin-right: 0 !important;
  }

  .me-1 {
    margin-right: 0.25rem !important;
  }

  .me-2 {
    margin-right: 0.5rem !important;
  }

  .me-3 {
    margin-right: 1rem !important;
  }

  .me-4 {
    margin-right: 1.5rem !important;
  }

  .me-5 {
    margin-right: 2.5rem !important;
  }

  .me-10 {
    margin-right: 6rem !important;
  }

  .me-15 {
    margin-right: 9rem !important;
  }

  .me-auto {
    margin-right: auto !important;
  }


.ms-0 {
    margin-left: 0 !important;
    }

    .ms-1 {
    margin-left: 0.25rem !important;
    }

    .ms-2 {
    margin-left: 0.5rem !important;
    }

    .ms-3 {
    margin-left: 1rem !important;
    }

    .ms-4 {
    margin-left: 1.5rem !important;
    }

    .ms-5 {
    margin-left: 2.5rem !important;
    }

    .ms-10 {
    margin-left: 6rem !important;
    }

    .ms-15 {
    margin-left: 9rem !important;
    }

    .ms-auto {
    margin-left: auto !important;
    }

.tag_rbox {
    box-sizing: border-box;
    padding:0;
    margin:1em 0 0.5em 0;
}
.tag_rbox li {
    display:inline-block;
    margin:0 0 1.4em 0;
    padding:0.5em 1em;
    border:1px solid #fff;
    border-radius:2em;
}
.tag_rbox li span {
    display:inline-block;
    margin-right:0.5em;
    color:#FFEB3B;
}

.tag_rbox_2 {
    box-sizing: border-box;
    padding:0;
}
.tag_rbox_2 li {
    display:inline-block;
    margin:0 0.25em 0.5em 0;
    padding:0.5em 1em;
    border:1px solid #666;
    border-radius:2em;
    font-size:1.2em;
    color:#000;
    width:100%;
    text-align:center;
}


.tag_rbox_3 {
    box-sizing: border-box;
    padding:0;
}
.tag_rbox_3 li {
    display:inline-block;
    margin:0 0.3em 0.5em 0;
    padding:0.5em 1em;
    /* border:2px solid #5f6e78; */
    border:2px solid #c1d1dd;
    border-radius:2em;
    font-size:1.2em;
    /* color:#c1d1dd; */
    color:#fff;
}
.tag_rbox_3 li:hover {
    display:inline-block;
    border:2px solid #fff;
    background-color: #fff;
    color:#3a4855;
    cursor: pointer;
}


 /* 나의강의실 page-header */

 .class-img {
    height: 3rem;
    width: 3rem;
}
a.class_play hr {
    padding:0 ; margin:1em 0 0 0;
}
a.class_play {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    cursor:pointer;
    color:#666;
    padding: 1em 0em 0 0em;
    margin: 0 -0.75em;
}
a.class_play:hover {
    color:#0061f2;
    background-color: rgb(231, 247, 252);
}

a.class_play:active {
    color:#0061f2;
    background-color: rgb(231, 247, 252);
}


.tag_rbox_4 {
    box-sizing: border-box;
    padding:0;
}
.tag_rbox_4 li {
    display:inline-block;
    margin:0 0.3em 0.5em 0;
    padding:0.5em 2em;
    background-color: #2e3136;
    border-radius:2em;
    font-size:1.0em;
    color:#fff;
}
.tag_rbox_4 li:hover {
    display:inline-block;
    background-color: #000;
    color:#fff;
    cursor: pointer;
}

.btn_rbox_1 {
    box-sizing: border-box;
    padding:0;
}
.btn_rbox_1 li {
    display:inline-block;
    margin:0 0.3em 0.5em 0;
    padding:0.5em 1em;
    background-color: #2e3136;
    border-radius:2em;
    font-size:1.2em;
    color:#fff;
}
.btn_rbox_1 li:hover {
    display:inline-block;
    background-color: #000;
    color:#fff;
    cursor: pointer;
}

.rbtn_end,
.rbtn_end:hover {
    display:inline-block;
    border-radius:0;
    margin:0 0.3em 0.5em 0;
    padding:0.6em 1em;
    background-color: #fa3e3e;
    color:#fff;
    font-size:1.3em;
}


.ttl_grp_01 {
    display: flex;
    justify-content: center;
}
.ttl_grp_01>div:first-child {
    text-align: left;
}
.ttl_grp_01>div:last-child {
    text-align: right;
    margin-right:0;
}


.page-header_02 {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.page-header_02 .page-header-content .page-header-title {
    font-size: 2.5rem;
}

.page-header_02 .page-header-content .page-header-text {
    font-size: 1.15rem;
}

.page-header_02 .page-header-content .page-header-text.small {
    font-size: 0.9rem;
}

.page-header_02 .page-header-content .page-header-signup {
    -webkit-box-pack: center;
    justify-content: center;
}

.page-header_02 .page-header-content .page-header-signup .form-control {
    font-size: 0.875em;
    padding: 0 1.5rem;
    height: 2.725rem;
    line-height: 1.5;
}
 /* END_나의강의실 page-header */



@media (min-width: 1200px) {
    .message_typing_2 {
        min-height: 4.0em !important;
        box-sizing: border-box;
        /* background-color: #FFEB3B; */
    }
    .ttl_grp_01>div:first-child {
        text-align: left;
    }
    .ttl_grp_01>div:last-child {
        text-align: right;
        margin-right:0;
    }

}

@media (max-width: 1119px) {
    .message_typing_2 {
        min-height: 4.0em !important;
        box-sizing: border-box;
        /* background-color: #FFEB3B; */
    }
    .ttl_grp_01>div:first-child {
        text-align: left;
    }
    .ttl_grp_01>div:last-child {
        text-align: right;
        margin-right:0;
    }

}

@media (max-width: 992px) {
    .message_typing_2 {
        min-height: 4.0em !important;
        box-sizing: border-box;
        /* background-color: #ffa03b; */
    }
    /* 나의강의실 page-header */
    .page-header_02 {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .ttl_grp_01>div:first-child {
        text-align: left;
    }
    .ttl_grp_01>div:last-child {
        text-align: right;
        margin-right:0;
    }


}

@media (max-width: 768px) {
    .message_typing_2 {
        min-height: 4.0em !important;
        box-sizing: border-box;
        /* background-color: #ff623b; */
    }
    .ttl_grp_01>div:first-child {
        text-align: center;
    }
    .ttl_grp_01>div:last-child {
        text-align: center;
    }

}

@media (max-width: 576px) {
    .message_typing_2 {
        min-height: 4.0em !important;
        box-sizing: border-box;
        /* background-color: #ff3b3b; */
    }
    .ttl_grp_01 {
        display: flex;
        justify-content: center;
    }

}

/* .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
} */

.txt_udline {
    text-decoration:underline;
    color:#2b7df8;
}

.ttl_01,.ttl_02 {
    word-break: keep-all;
    color: #000;
    font-weight: 600;
}
.ttl_01 {
    display: inline-block;
    padding-left: 0.5em;
    margin-top: -0.2em;
    width: calc(100% - 1.5em);
    font-size:1.0em;
}
.ttl_02 {
    display: inline-block;
    font-size:1.2em;
}

ul.ttl_s01 > li {
    color: #0b3d99;
    font-weight: 500;
    font-size:1.05em;
}
ul.ttl_s02 > li {
    color: #333;
    font-weight: 500;
    font-size:1.05em;
}
ul.ttl_s02b > li {
    color: #b2bfcf;
    font-weight: 500;
    font-size:1.05em;
}

.ttl_03 {
    word-break: keep-all;
    color: #fff;
    font-size:1.2em;
}
.ttl_04 {
    word-break: keep-all;
    color: #a0adc5;
    font-size:1.0em;
}
.ttl_s05 {
    word-break: keep-all;
    color: #28292b;
    font-size:0.75em;
}

.bg_deepblue {
    background-color:#354358 ;
}



/* Edu Photo */
.edu_list ul li {
    width: 32%;
    /* margin: 0 1.5% 1.5% 0; */
    padding: 0 0 0 0;
    position: relative;
    float: left;
    list-style: none;
    /* border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgb(121 129 158 / 10%);
    background-color: #ffffff; */
    /* min-height: 290px; */
    min-width: 280px;
}
.edu_list ul li.edu_article {
    /* top: 6%;
    left: 4%;
    width: 92%; */
    top: 0;
    left: 0;
    width: 88%;
    padding: 0 0 0 0;
    background: url(../images/review_quot.png) no-repeat;
    box-shadow: none;
    background-size: 0.8em;
    background-position: top left;
    text-align: left;
}

/* online/offline Edu */
.pricing_02 {
    font-size: 1.2rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pricing_02 .pricing-price {
    font-size: 3rem;
    color: #323f52;
    margin-bottom: 1rem;
}

.pricing_02 .pricing-price sup {
    font-size: 1.5rem;
}

.pricing_02 .pricing-price .pricing-price-period {
    font-size: 1.25rem;
}

.pricing_02 .pricing-list {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    word-break: keep-all;
    padding-left: 2.5em;
}

.pricing_02 .pricing-list .pricing-list-item {
    margin-bottom: 0.5rem;
    text-align: left;
    padding-left: 1em;
}

/* Login */

.pop_sign-in {
    width:100%;

}
.pop_sign-in > .pop_sign-in_con {
    max-width:400px;
    width:90%;
    background-color: #ffffff;
    border-radius:10px;
    display: inline-block;
}

.ttl_s03 {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.5;
    color: #687281;
}

/* Login - join_member */

.join_cls_div {
    display: block;
    width:100%;
    padding:0.5em 0;
}
.join_cls_div_checkbox {
    display: block;
    width:100%;
    padding:0.5em 0;
}