@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
}
}

@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
}
}


body {
    font-family: 'Spoqa Han Sans', 'sans-serif';
    background-color: #fff;
    font-size: 1rem;
    padding-top: 0px;
    overflow-x: hidden;
}

.coaching-basic .navbar {
    background-color: #f8f8f8;
}

a.nav-link {
    font-size: 0.75rem;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-weight: 500;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    
    color: #8b8b8b;
    line-height: 1rem;
}

a.nav-link.active {
    color: #191919;
}

.navbar-light .navbar-nav .nav-link {
    color: #8b8b8b;
}

.nav-item + .nav-item {
    margin-left: 2rem;
}

@media (max-width: 992px) {
    
.navbar-nav {
    margin-top: 1rem;
}
    
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-item {
    padding: 0.5rem 0;
}

a.nav-link {
    font-size: 1rem;
    display: inline-block;
    padding: 0;
}

.nav-item + .nav-item {
    margin-left: 0;
}


}


















.point-text {
    color: #1b2f7d;
}




.coaching-basic .footer {
    background-color: #333;
    color: #fff;
    padding: 2rem 0;
}

.coaching-basic .copyright {
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'Noto Sans KR', 'sans-serif';
    text-align: center;
}

.coaching-basic .company {
    font-size: 0.625rem;
    text-align: center;
    color: #bbb;
    margin-top: 0.3125rem;
    font-family: 'Noto Sans KR', 'sans-serif';
}

.coaching-basic .company .address {
    margin-bottom: 0;
}

.coaching-basic .company .address a {
    color: #bbb;
    text-decoration: none;
} 





.lecture-button,
a.lecture-button
button.lecture-button {
    display: inline-block;
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 50rem;
    border: 0;
}


.hero {
    padding: 5rem 0;
}
.hero h1.title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.hero .content {
    text-align: center;
}

.hero .lecture-button {
    color: #fff;
    background-color: #1b2f7d;
    margin-top: 1.375rem;
}


@media (max-width: 768px) {
    
.lecture-button,
a.lecture-button
button.lecture-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}
    
.hero h1.title {
    font-size: 2rem;
}
}

@media (max-width: 576px) {
.hero h1.title {
    font-size: 1.5rem;
}
}




.norm-section {
    padding: 5rem 0;
}

.norm-section.bg-gray {
    background-color: #f8f8f8;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.section-desc {
    margin-top: 0.5rem;
    text-align: center;
    color: #000;
}

.section-content {
    margin-top: 2.5rem;
}

.section-page-title {
    font-size: 2.875rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.section-sub-desc {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 768px) {
.norm-section {
    padding: 4rem 0;
}

.section-title {
    font-size: 1.5rem;
}

.section-desc {
    font-size: 0.875rem;
}

.section-page-title {
    font-size: 2rem;
}

.section-sub-desc {
    font-size: 1rem;
}
}

@media (max-width: 576px) {
.norm-section {
    padding: 3rem 0;
}

.section-page-title {
    font-size: 1.5rem;
}

.section-sub-desc {
    font-size: 0.875rem;
}
}





.image-card .head .title {
    font-size: 1.875rem;
    font-weight: bold;
}

.image-card .desc {
    margin-top: 0.25rem;
}

.image-card .image {
    text-align: center;
}

.image-card .image.mt-125 {
    margin-top: 1.25rem;
}

.image-card .image.size-366 {
    max-width: 366px;
    margin-right: auto;
    margin-left: auto;
    
}

.image-card .image.size-492 {
    max-width: 492px;
    margin-right: auto;
    margin-left: auto;
}

.image-card .image img {
    max-width: 100%;
    height: auto;
}

.image-card .image .adjust-margin {
    margin-top: -1.25rem;
}


.desc-vod {
    position: relative;
}

.pseudo-img {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    border: 2px solid #1b2f7d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #1b2f7d;
    
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.pseudo-img .circle {
    
}

.pseudo-img .circle:before {
    content: '';
    display: block;
    width: 2px;
    background-color: #1b2f7d;
    height: 40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pseudo-img .circle:after {
    content: '';
    display: block;
    width: 40px;
    background-color: #1b2f7d;
    height: 2px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
.pseudo-img {
    position: relative;
    margin: 2rem 0;
}
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
.image-card .image {
    padding: 0 1rem;
}

.image-card .image .adjust-margin {
    margin-top: -1rem;
}
}






.ccard {
    border-radius: 0.5rem;
    background-color: #fff;
    padding-top: 2.5rem;
}

.ccard-h320 {
    height: 320px;
}

.ccard .head {
    text-align: center;
}

.ccard span.label {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 2px solid #666;
    color: #666;
}

.ccard .content {
    text-align: center;
    margin-top: 2.5rem;
}

.ccard .content .title {
    font-size: 2rem;
    font-weight: bold;
    color: #1b2f7d;
}

.ccard .content .desc {
    margin-top: 0.5rem;
    font-size: 1.25rem;
}








.process-list {
    margin-top: 3.75rem;
}

.process-item + .process-item {
    margin-top: 1.5rem;
}

.process-card {
    display: flex;
    align-items: center;
    padding: 3.75rem 5rem;
    border-radius: 0.5rem;
    background-color: #f8f8f8;
}

.process-card .head,
.process-card .content {
    flex-basis: 50%;
}

.process-card .head h2.title {
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0;
}

.process-card h3.subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.process-card ul {
    margin-top: 0.625rem;
    color: #666;
    padding-left: 1rem;
}

.process-card ul {
    list-style: none;
    margin: 0;
    margin-top: 0.625rem;
}

.process-card ul li {
    font-size: 1.125rem;
}

.process-card ul li:before {
    content: "\2022";
    color: #d8d8d8;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}

@media (max-width: 992px) {
.process-card {
    display: block;
}

.process-card .head {
    margin-bottom: 1rem;
}
}

@media (max-width: 768px) {
.process-card .head h2.title {
    font-size: 1.5rem;
}

.process-card h3.subtitle {
    font-size: 1rem;
}

.process-card ul li {
    font-size: 1rem;
}
}

@media (max-width: 576px) {
.process-card {
    padding: 3rem 2rem;
}
}





.promotion {
    background-color: #1b2f7d;
}

.promotion .container {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.promotion h1.title {
    font-size: 2.625rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.promotion .content {
    text-align: center;
}

.promotion .lecture-button {
    color: #1b2f7d;
    background-color: #fff;
    margin-top: 1.375rem;
}

.promotion .float-image {
    position: absolute;
    bottom: 0;
    right: -180px;
    
    max-width: 581px;    
}

.promotion .float-image img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
.promotion .float-image {
    display: none;
}
}

@media (max-width: 768px) {
.promotion h1.title {
    font-size: 2rem;
}
}

@media (max-width: 576px) {
.promotion h1.title {
    font-size: 1.5rem;
}
}













.signin-wrap {
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
    min-height: 85vh;
}


.signin {
    width: 400px;
}

.signin .form {
    margin-top: 2.5rem;
} 

.signin-form .field-group + .field-group {
    margin-top: 1rem;
}


.signin-form .field-group .label {
    color: #2d2d2d;
}

.signin-form .field-group .input {
    margin-top: 0.5rem;
}

.signin-form .field-group .input input {
    border: 1px solid #bbb;
    border-radius: 0.5rem;
    padding: 1.1875rem 1.5rem;
    display: block;
    width: 100%;
    color: #191919;
    line-height: 1;
}

.signin-form .field-group .input input::-webkit-input-placeholder {
    color: #bbb;
}
.signin-form .field-group .input input::-moz-input-placeholder {
    color: #bbb;
}
.signin-form .field-group .input input::-ms-input-placeholder {
    color: #bbb;
}
.signin-form .field-group .input input::placeholder {
    color: #bbb;
}


.signin-form .button {
    margin-top: 2.5rem;
    display: block;
    border: 0;
    border-radius: 0.5rem;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 1.4375rem 0;
    line-height: 1;
}

.signin .extend {
    text-align: center;
    margin-top: 2rem;
}

.signin .extend .service a {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 992px) {
.signin-wrap {
    padding: 1.5rem 0;
    min-height: auto;
}
}





.study.header {
    /* margin: 5rem 0; */
   border-bottom: 1px solid #8b8b8b;
   margin-bottom: 2.5rem;
}

.study.header .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}


.study.header .console {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; 
}

.study.header .action a.action-button {
    display: inline-block;
    text-decoration: none;
    background-color: #eee;
    color: #000;
    border-radius: 50rem;
    padding: 0.875rem 2.525rem;
}

.study.header .action a.action-button.bg-black {
    color: #fff;
    background-color: #000;
}

.study.header .action a.action-button + a.action-button {
    margin-left: 1.5rem;
}

.study.console .action {
    display: flex;
    justify-content: flex-end;
}

.study.console .action a.action-button {
    display: inline-block;
    text-decoration: none;
    background-color: #eee;
    color: #000;
    border-radius: 0.5rem;
    padding: 0.875rem 2.525rem;
}

.study.console .action a.action-button.bg-black {
    color: #fff;
    background-color: #000;
}

.study.console .action a.action-button + a.action-button {
    margin-left: 0.5rem;
}



@media (max-width: 768px) {
.study.header .title {
    font-size: 1.5rem;
}

.study.console .action {
    justify-content: center;
}
}

@media (max-width: 576px) {
.study.header .title {
    font-size: 1.25rem;
}

.study.console .action a.action-button {
    padding: 0.875rem 1rem;
}
}









.study-table-section {
    margin-top: 1.75rem;
    margin-bottom: 5rem;
}

.study-table-section .table {
    
}

.study-table-section .table>:not(caption)>*>* {
    border-bottom: none;
    padding: 0.75rem 0;
}

.study-table-index {
    font-weight: bold;
    vertical-align: middle;
}

.study-table-subject {
    vertical-align: middle;
}

.study-table-subject a {
    text-decoration: none;
    color: #000;
    
}


.study-table-section td.study-table-progress {
    padding-right: 1rem;
    padding-left: 1rem;
}

.study-table-progress .progress {
    min-width: 400px;
    max-width: 676px;
    height: 40px;
    border-radius: 50rem;
}

.study-table-progress .progress .progress-bar {
    border-radius: 50rem;
    background-color: #1b2f7d;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}

.study-table-progress .progress .progress-bar .progress-num {
    margin-right: 2.5rem;
}

.study-table-link {
    text-align: right;
    vertical-align: middle;
}

.study-table-link a {
    text-decoration: none;
    color: #888;
    text-decoration: none;
}

#bigframe {
    padding-top: 5rem;
}


@media (max-width: 768px) {
.study-table-section .table>:not(caption)>*>* {
    font-size: 0.875rem;
}
    
.study-table-progress .progress {
    min-width: auto;
}
}

@media (max-width: 576px) {

}




.move-frame {
    display: none;
}
