@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 540px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 540px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
article,
aside,
section,
nav,
footer,
header {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
}

ul,
ol,
dl,
li {
    padding-left: 0;
    list-style-type: none;
}

button,
input,
textarea,
select {
    padding: 0;
    border: none;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
}

button:hover,
input:hover,
textarea:hover,
select:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

button:hover,
input:hover,
textarea:hover,
select:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

button {
    background-color: transparent;
    cursor: pointer;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: block !important;
}


.sr-only {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 1px;
    z-index: -100;
}

html {
    font-size: 15px;
    color: #4D5256;
    margin: 0;
}

@media screen and (min-width: 540px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

img {
    width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.row.__xCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.__yCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.__noWrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (min-width: 992px) {
    .row.__xCenter.benefitRow {
        margin-left: 120px;
        margin-right: 120px;
    }
}

.container.__review {
    padding-top: 40px;
}


.md-block {
    display: block;
}

@media screen and (min-width: 992px) {
    .md-block {
        display: inline;
    }
}

.sm-inline {
    display: inline;
}

@media screen and (min-width: 768px) {
    .sm-inline {
        display: block;
    }
}

.md-inline {
    display: inline;
}

@media screen and (min-width: 992px) {
    .md-inline {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    [class^='col-'].mobilePadding {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media screen and (max-width: 768px) {
    [class^='col-'].mobilePadding {
        padding: 0.5rem !important;
    }
}

[class^='col-'].mobilePadding .card.__benefitCard {
    padding-bottom: 2rem;
}

[class^='col-'].__withShowcaseTitle {
    margin-top: 2.5rem;
}

@media screen and (min-width: 992px) {
    [class^='col-'].__withShowcaseTitle {
        margin-top: 3.75rem;
    }
}

.error {
    color: red;
    font-size: 14px;
}

.__gray {
    background-color: #f5f8fa;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:focus, button:hover, button:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hit {
    display: block;
}

.__responsiveImage {
    width: 100%;
    height: auto;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.__textCenter {
    text-align: center;
}

.__textLeft,
.th.__order.__textLeft {
    text-align: left !important;
}

.__whiteSpace {
    display: block;
    white-space: nowrap;
}

.__fakeName {
    display: block;
}

.__fakeName::after {
    content: "학생";
    display: block;
}

.__pb {
    padding-bottom: 1.5rem;
}

.partners__ai + .section__header p, .partners__ai + .mainHeader p {
    font-weight: 600 !important;
}

.partners__ai + .section__header p em, .partners__ai + .mainHeader p em {
    font-weight: 800 !important;
}

.row.__alignStretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row.__alignStretch .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.row.__alignStretch .col-sm-12 .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pageMain {
    width: 100vw;
    overflow-x: hidden;
}

.__bold {
    font-weight: 700 !important;
}

.mobileImage {
    display: block;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .mobileImage {
        display: none;
    }
}

.__desktopImage {
    display: none;
}

@media screen and (min-width: 768px) {
    .__desktopImage {
        display: block;
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 992px) {
    .__desktopImage {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.__bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#pageFooter p, #pageFooter .footer__meta p, #programCalendar thead th[scope='col'], .formGroup__title p, .navDropdown__item, .pageNav__link, .localNav > a, #pageFooter address p, #pageFooter .contact, .card.__hoverCard p,
.card__text, .card.__showcaseCard h1, .card.__showcaseCard, .card__date, .card.__newsCard p, .tabNav__item, .showcase__header h1, .showcase__header p, #datepicker .ui-datepicker-calendar thead th::before, #datepicker .ui-datepicker-calendar tr td a.ui-state-default, .calendar__footer h1, #datepicker td.__imminent a.ui-state-default, #datepicker td.__soldout a.ui-state-default, #calendar .ui-datepicker-calendar thead th::before, #calendar .ui-datepicker-calendar tr td a.ui-state-default, #successModal p, #programCalendar thead th::before, .explanation p, .vision__text, .awesomeway__text, .impact__content, .heroReview__school, .applyForm__header::before, .selectGroup .__fake,
.input,
.textarea, .label, .formGroup h1, .sidebar__link, .sidebar__trigger, #pageFooter .contact a, .programHeader__text, .tabPanel dl dd, .__apply.__landingHome p, .survey .chartList h2, .survey .__surveyText, .section.__graphChart .wrap p, .boardNav, #noticeDetail p, #noticeDetail p *, #noticeDetail h4, #noticeDetail h4 *, .heroProgram__description, .heroHeader p, .heroReview__header p, .heroSchools li, .heroSummary p, .appliedItem p, .peopleToday__date, .people p, .banner h1, #noticeDetail h3, #noticeDetail h3 *, .heroHeader p em, #noticeDetail h2, #noticeDetail h2 *, #noticeDetail h1, #noticeDetail h1 * {
    font-weight: 400;
    color: #4D5256;
    letter-spacing: -0.02em;
    font-family: "NanumSquareOTF_ac", san-serif;
}

#pageFooter h1,
.card__subtitle, .card.__noticeCard .card__title, .card.__newsCard .card__title, .reviewScore h1, .tabPanel dl dt, .showcase.__reverse .showcase__header h1, .explanation h2, .vision__title span, .awesomeway__title span, .introPage__history .history h1, .__review .__teacherGradient .reviewTitle, .showcase__title, #successModal h1, .subSection__title, .introPage__partners .section__header p, .introPage__partners .mainHeader p, .section.__graphChart .wrap h1, .core__content h2, .__heroProgram .heroProgram__title h1, div.heroProgram__title h1, .heroSummary h1, .applyForm__header .tel, .teacher__content h1, .card.__hoverCard h1,
.card__title, .tabPanel header h1, .curriculumTable__title, #mailModal h1, .__apply.__landingHome h1, .vision__title em, .awesomeway_title em, .impact__title, .core__title, .theory__title, .heroReview .__withComma h1, .applyForm__header h1, .people h1, .programHeader__title, .landingHome__title, .peopleToday__title, .heroHeader h1 {
    color: #00000A;
}

.button, .apply__header h1 {
    font-family: "NanumSquareOTF_ac", san-serif;
    font-weight: 400;
}

.button, .apply__header h1 {
    line-height: 1.25;
}

.selectGroup .__fake,
.input,
.textarea, .formGroup__title p, .label, .formGroup h1, .navDropdown__item, .pageNav__link, .localNav > a, .sidebar__link, .sidebar__trigger, #pageFooter h1, #pageFooter p, #pageFooter address p, #pageFooter .footer__meta p, #pageFooter .contact, #pageFooter .contact a, .banner h1, .card.__hoverCard h1,
.card__title,
.card__subtitle, .card.__hoverCard p,
.card__text, .card.__showcaseCard h1, .card.__showcaseCard, .card__date, .card.__noticeCard .card__title, .card.__newsCard .card__title, .card.__newsCard p, .introPage__history .history h1, .reviewScore h1, .__review .__teacherGradient .reviewTitle, .programHeader__text, .tabNav__item, .tabPanel header h1, .tabPanel dl dt, .tabPanel dl dd, .showcase.__reverse .showcase__header h1, .showcase__header h1, .showcase__header p, .showcase__title, .curriculumTable__title, #datepicker .ui-datepicker-calendar thead th::before, #datepicker .ui-datepicker-calendar tr td a.ui-state-default, .calendar__footer h1, #datepicker td.__imminent a.ui-state-default, #datepicker td.__soldout a.ui-state-default, #calendar .ui-datepicker-calendar thead th::before, #calendar .ui-datepicker-calendar tr td a.ui-state-default, #mailModal h1, #successModal h1, #successModal p, #programCalendar thead th[scope='col'], #programCalendar thead th::before, .__apply.__landingHome h1, .__apply.__landingHome p, .subSection__title, .explanation h2, .explanation p, .survey .chartList h2, .survey .__surveyText, .introPage__partners .section__header p, .introPage__partners .mainHeader p, .vision__title em, .vision__title span, .vision__text, .awesomeway__title em, .awesomeway__title span, .awesomeway__text, .impact__title, .impact__content, .section.__graphChart .wrap p, .section.__graphChart .wrap h1, .core__title, .core__content h2, .theory__title, .boardNav, #noticeDetail p, #noticeDetail p *, #noticeDetail h1, #noticeDetail h1 *, #noticeDetail h2, #noticeDetail h2 *, #noticeDetail h3, #noticeDetail h3 *, #noticeDetail h4, #noticeDetail h4 *, .__heroProgram .heroProgram__title h1, div.heroProgram__title h1, .heroProgram__description, .heroHeader p em, .heroHeader p, .heroReview__school, .heroReview .__withComma h1, .heroReview__header p, .heroSchools li, .heroSummary h1, .heroSummary p, .applyForm__header::before, .applyForm__header h1, .applyForm__header .tel, .appliedItem p, .peopleToday__date, .people h1, .people p, .teacher__content h1 {
    line-height: 1.5;
}

#pageFooter p, #pageFooter .footer__meta p, #programCalendar thead th[scope='col'] {
    font-size: 0.75rem;
}

.formGroup__title p, .navDropdown__item, .pageNav__link, .localNav > a, #pageFooter address p, #pageFooter .contact, .card.__hoverCard p,
.card__text, .card.__showcaseCard h1, .card.__showcaseCard, .card__date, .card.__newsCard p, .tabNav__item, .showcase__header h1, .showcase__header p, #datepicker .ui-datepicker-calendar thead th::before, #datepicker .ui-datepicker-calendar tr td a.ui-state-default, .calendar__footer h1, #datepicker td.__imminent a.ui-state-default, #datepicker td.__soldout a.ui-state-default, #calendar .ui-datepicker-calendar thead th::before, #calendar .ui-datepicker-calendar tr td a.ui-state-default, #successModal p, #programCalendar thead th::before, .explanation p, .vision__text, .awesomeway__text, .impact__content, .heroReview__school, .applyForm__header::before {
    font-size: 14px;
}

.button {
    font-size: 0.875rem;
}

.selectGroup .__fake,
.input,
.textarea, .label, .formGroup h1, .sidebar__link, .sidebar__trigger, #pageFooter .contact a, .programHeader__text, .tabPanel dl dd, .__apply.__landingHome p, .survey .chartList h2, .survey .__surveyText, .section.__graphChart .wrap p, .boardNav, #noticeDetail p, #noticeDetail p *, #noticeDetail h4, #noticeDetail h4 *, .heroProgram__description, .heroHeader p, .heroReview__header p, .heroSchools li, .heroSummary p, .appliedItem p, .peopleToday__date, .people p {
    font-size: 1rem;
}

#pageFooter h1,
.card__subtitle, .card.__noticeCard .card__title, .card.__newsCard .card__title, .reviewScore h1, .tabPanel dl dt, .showcase.__reverse .showcase__header h1, .explanation h2, .vision__title span, .awesomeway__title span {
    font-size: 1rem;
}

.banner h1, #noticeDetail h3, #noticeDetail h3 *, .heroHeader p em {
    font-size: 1.25rem;
}

.apply__header h1 {
    font-size: 1.25rem;
}

.card.__noticeCard .card__title, .card.__newsCard .card__title, .introPage__history .history h1, .__review .__teacherGradient .reviewTitle, .showcase__title, #successModal h1, .subSection__title, .introPage__partners .section__header p, .introPage__partners .mainHeader p, .section.__graphChart .wrap h1, .core__content h2, .__heroProgram .heroProgram__title h1, div.heroProgram__title h1, .heroSummary h1, .applyForm__header .tel, .teacher__content h1 {
    font-size: 1.25rem;
}

#noticeDetail h2, #noticeDetail h2 * {
    font-size: 1.5rem;
}

.card.__hoverCard h1,
.card__title, .tabPanel header h1, .curriculumTable__title, .showcase__title, #mailModal h1, .__apply.__landingHome h1, .vision__title em, .awesomeway__title em, .impact__title, .core__title, .theory__title, .heroReview .__withComma h1, .applyForm__header h1, .people h1 {
    font-size: 32px;
    font-family: NanumSquareOTF_ac;
}

#noticeDetail h1, #noticeDetail h1 * {
    font-size: 2rem;
}

.programHeader__title, .landingHome__title, .section.__graphChart .wrap h1, .peopleToday__title {
    font-size: 2rem;
}

.heroHeader h1 {
    font-size: 2.5rem;
}

em {
    font-weight: 700;
    font-style: normal;
}

html {
    font-size: 15px;
    color: #4D5256;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) {
    html {
        font-size: 18px;
    }
}

.card.__noticeCard .card__text {
    overflow-x: hidden;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 992px) {
    .hero-wrapper {
      display: inline;
    }

    .hero-wrapper .hero-image {
      text-align: center;
      padding-right: 0;
      border-bottom: 1px dotted #ddd;
    }
}

.hero-wrapper .section__header {
  flex-basis: 70%;
  text-align: left !important;
}

.hero-image {
  flex-basis: 30%;
  text-align: right;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.hero-image img {
  max-width: 200px;
}

.section__header, .mainHeader {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.75rem;
}

@media screen and (min-width: 992px) {
    .section__header, .mainHeader {
        margin-bottom: 120px;
    }
}

/*.section__header::after, .mainHeader::after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 40px;*/
/*    height: 0.125rem;*/
/*    background-color: #00000A;*/
/*}*/

.section__header [lang='en'], .mainHeader [lang='en'], .follower [lang='en'] {
    font-size: 18px;
    font-weight: 500;
    font-family: "Kontakt";
}

.section__header h1, .mainHeader h1, .follower h1 {
    font-family: "NanumSquare", san-serif;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 0.05em;*/
    color: #999999;
}

.section__header p, .mainHeader p, .follower p {
    font-size: 1.75rem;
    margin-bottom: 0.725rem;
    color: #00000A;
    font-weight: 600;
    font-family: "NanumSquareOTF_ac";
}

@media screen and (min-width: 1200px) {
    .section__header p, .mainHeader p, .follower p {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .size48_header p {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .size32_header p {
        font-size: 32px;
    }
}

.section__header span {
    font-family: "NanumSquareOTF_ac";
    font-weight: 500;
}

.section.__programPage {
    padding-top: 100px;
}

@media screen and (min-width: 992px) {
    .section.__programPage {
        padding-top: 120px;
    }
}

.section__header.__left, .__left.mainHeader {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 4%;
}

.content_title {
    margin-left: 4%;
    text-align: left;
    font-size: 25px;
    margin-bottom: 15px;
}

.content_imgae {
    height: 250px;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 100px;
}

.content_imgae img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.content_subtitle {
    margin-left: 4%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    color: gray;
}

.recommend_target {
    margin: 20px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .recommend_target {
        font-size: 18px;
    }
}


.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
}

.button:hover {
    text-decoration: none;
}

.button.__xl {
    min-width: 240px;
    height: 48px;
}

.button.__lg {
    min-width: 210px;
    height: 48px;
}

.button.__md {
    min-width: 160px;
    height: 40px;
}

.button.__inForm {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 44px;
    border-radius: 0 4px 4px 0;
}

.button.__wide {
    width: 100%;
    height: 48px;
}

.button.__ghostWhite {
    -webkit-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.button.__ghostWhite:hover {
    background-color: #ffffff;
    color: #605FE5;
}

.button.__ghostDark {
    border: 1px solid #00000A;
    color: #00000A;
}

.button.__ghostPurple {
    -webkit-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
    border: 1px solid #762182;
    color: #762182;
    background-color: transparent;
}

.button.__ghostPurple:hover {
    background-color: #762182;
    color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(118, 33, 130);
}

.button.__ghostDefault {
    position: relative;
    color: #4D5256;
    /*background-image: linear-gradient(-45deg, #FF4141 0%, #FF7F52 100%);*/
    background-color: #762182;
    background-size: cover;
}

.button.__ghostDefault span {
    z-index: 1;
    -webkit-transition: color 200ms 50ms;
    transition: color 200ms 50ms;
}

.button.__ghostDefault::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: border-color 300ms, opacity 300ms;
    transition: border-color 300ms, opacity 300ms;
    border: 1px solid rgb(118, 33, 130);
}

.button.__ghostDefault:hover {
    color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(118, 33, 130);
}

.button.__ghostDefault:hover::after {
    content: "";
    opacity: 0;
}

.button.__light {
    border: 1px solid #00000A;
    color: #00000A;
    margin-bottom: 10px;
}

.button.__dark {
    background-color: #00000A;
    color: #ffffff;
}

.button.__purple {
    background-color: #605FE5;
    color: #ffffff;
}

.button.__white {
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    color: #00000A;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.button.__white:hover {
    background-color: #ffffff;
}

.button.__orange {
    position: relative;
    background-color: #762182;
    background-size: cover;
    color: #ffffff;
}

.button.__orange:hover {
    box-shadow: 0 2px 20px 0 rgba(118, 33, 130);
}

.button.__black {
    position: relative;
    background-color: #00000a;
    background-size: cover;
    color: #ffffff;
}

.button.__hero {
    color: #ffffff;
    background-color: #762182;
    background-size: cover;
}

.button.__hero:hover {
    box-shadow: 0 2px 20px 0 rgba(118, 33, 130);
}

.button.__whitehero {
    color: #762182;
    background-color: #ffffff;
    background-size: cover;
    border: 1px solid #762182;
}

.button.__whitehero:hover {
    box-shadow: 0 2px 20px 0 rgb(184, 164, 164);
}

#button-menu {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media screen and (min-width: 540px) {
    #button-menu {
        width: 56px;
        height: 56px;
    }
}

#button-close {
    width: 100%;
    height: 48px;
    padding-left: 0;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

@media screen and (min-width: 540px) {
    #button-close {
        width: 100%;
        height: 56px;
    }
}

#showCal {
    color: #ffffff;
}


#floating-button {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 10000;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    padding-top: 20px;
    background-color: #FD3F38;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: -0.02em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    #floating-button {
        display: none;
    }
}

.selectGroup .__fake,
.input,
#region,
.textarea {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 0.25);
    background-color: #ffffff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.5;
    color: #00000A;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectGroup .__fake:hover,
.input:hover,
#region:hover,
.textarea:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.selectGroup .__lg.__fake,
.input.__lg,
.textarea.__lg {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
    .selectGroup .__lg.__fake,
    .input.__lg,
    .textarea.__lg {
        min-width: 300px;
        max-width: 400px;
    }
}

.selectGroup .__md.__fake,
.input.__md,
.textarea.__md {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
    .selectGroup .__md.__fake,
    .input.__md,
    .textarea.__md {
        width: 200px;
    }
}

.selectGroup .__mb.__fake,
.input.__mb,
.textarea.__mb {
    margin-bottom: 1rem;
}

.formGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

.formGroup.__vertical {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.formGroup.__vertical .input,
.formGroup.__vertical #region {
    min-width: 240px;
}

@media screen and (min-width: 768px) {
    .formGroup.__vertical .input,
    .formGroup.__vertical #region {
        min-width: 300px;
    }
}

.formGroup.__vertical .label, .formGroup.__vertical h1, .formGroup.__vertical .detail {
    margin-bottom: 0.5rem;
}

.formGroup.__vertical .button {
    height: 50px;
}

.formGroup.__vertical .detail {
    position: absolute;
    right: 10%;
    font-size: 14px;
}

.formGroup.__vertical .label_noall {
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .formGroup.__vertical .label_all {
        font-size: 13px;
    }

    .formGroup.__vertical .label_noall {
        font-size: 11px;
    }

    .formGroup.__vertical .detail {
        position: absolute;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .formGroup.__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.formGroup__title .__required::after {
    content: "*";
    color: #762182;
}

.formGroup__title {
    margin-bottom: 1rem;
}

.formGroup__title p {
    color: #999999;
    margin-top: 0.25rem;
}

.label, .formGroup h1 {
    line-height: 1.5;
    color: #00000A;
}

.selectGroup {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .selectGroup {
        width: auto;
    }
}

.selectGroup .__fake {
    margin-bottom: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.selectGroup .__fake:hover {
    border-color: rgba(0, 123, 255, 0.5);
}

.selectGroup select {
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0);
    background-color: transparent;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectGroup select:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.selectGroup option,
.selectGroup select,
.selectGroup optgroup {
    font-size: 1rem !important;
}

.selectGroup option:disabled {
    background-color: #fff;
    color: rgb(170, 170, 170);
}

.selectGroup option {
    background-color: #fff;
    color: #000;
}

.radioGroup,
.checkboxGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.radioGroup .__fake,
.checkboxGroup .__fake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.radioGroup .__fake::before,
.checkboxGroup .__fake::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.radioGroup .__fake.radio::before,
.checkboxGroup .__fake.radio::before {
    content: "";
    border-radius: 1rem;
}

.radioGroup .__fake:first-child,
.checkboxGroup .__fake:first-child {
    margin-right: 1.75rem;
}

.radioGroup .__fake input[type="radio"],
.radioGroup .__fake input[type="checkbox"],
.checkboxGroup .__fake input[type="radio"],
.checkboxGroup .__fake input[type="checkbox"] {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    left: 0;
    opacity: 0;
}

.radioGroup .__fake.active::before,
.checkboxGroup .__fake.active::before {
    content: "";
    background-color: #762182;
    border: none;
    background-image: url("../../images/icon/check.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: contain;
}

.radioGroup .__fake .label, .radioGroup .__fake .formGroup h1, .formGroup .radioGroup .__fake h1,
.checkboxGroup .__fake .label,
.checkboxGroup .__fake .formGroup h1,
.formGroup .checkboxGroup .__fake h1 {
    margin-left: 0.5rem;
    white-space: nowrap;
}

.checkboxGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkboxGroup .checkbox {
    min-width: 50%;
    margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .checkboxGroup .checkbox {
        margin-right: 1.75rem !important;
        min-width: 27%;
    }
}

.checkboxGroup .checkbox2 {
    min-width: 100%;
    margin-right: 0 !important;
}

.telGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.telGroup .input {
    width: 20%;
    min-width: 50px !important;
}

.telGroup span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.inlineForm {
    position: relative;
}

.inputGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inputGroup .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
}

@media screen and (min-width: 992px) {
    .inputGroup .input {
        height: 56px;
    }
}

.inputGroup .button.__xl {
    min-width: initial;
    width: 100px !important;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
}

@media screen and (min-width: 992px) {
    .inputGroup .button.__xl {
        height: 56px;
        width: 130px !important;
    }
}

.formGroup.__vertical .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.formGroup.__vertical .group > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.formGroup.__vertical .group .input {
    width: 100%;
    min-width: initial;
    max-width: initial;
}

.formGroup.__vertical .__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formGroup.__vertical .__wrap label {
    width: 100%;
}

.formGroup.__vertical .telGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.formGroup.__vertical .telGroup .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: auto;
}

.formGroup.__vertical .telGroup span {
    text-align: center;
}

.textarea {
    width: 100%;
    display: block;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .textarea {
        padding: 1.5rem;
    }
}

.programTable {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 4.5%;
    padding-right: 4.5%;
    border: 1px solid #eee;
}

.programTable .__br {
    border-right: 1px dotted #999999 !important;
    padding-right: 1rem !important;
}

@media screen and (min-width: 768px) {
    .programTable .__br {
        padding-right: 2rem !important;
    }
}

@media screen and (min-width: 992px) {
    .programTable .__br {
        padding-right: 3rem !important;
    }
}

.programTable .__br + td {
    padding-left: 1rem !important;
}

@media screen and (min-width: 992px) {
    .programTable .__br + td {
        padding-left: 3rem !important;
    }
}

.programTable .__bt {
    border-top: 1px dotted #999999;
}

.programTable .__btDark {
    border-top: 1px solid #999999;
}

.programTable th,
.programTable td {
    vertical-align: middle;
    font-family: "NanumSquare", san-serif;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.0275em;
    text-align: left;
    overflow-x: hidden;
    overflow-y: hidden;
    word-break: keep-all;
}

.programTable .__order h2 {
    line-height: 1.42857rem;
}

.programTable thead {
    background-color: #762182;
    line-height: 1.125;
    color: #fff;
}

.programTable thead th {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 700;
    text-align: center;
}

.programTable tbody th {
    background-color: #eee;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 700;
    text-align: center;
}


.programTable tr {
    border: 1px solid #ddd;
}

.programTable td {
    border: 1px solid #ddd;
}

.__ai .programTable tr > *:nth-child(3) {
    width: auto;
}

.programTable tbody {
    line-height: 1.5;
}

.programTable tbody > tr td:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
}

.programTable tbody > tr td:nth-child(4),
.programTable tbody > tr td:nth-child(3),
.programTable tbody > tr td:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
}

.programTable tbody > tr td span {
    font-size: 14px;
    margin-left: 15px;
}

@media screen and (max-width: 540px) {
    .programTable thead > tr th div {
        font-size: 18px;
    }

    .programTable thead th {
        font-size: 14px;
    }

    .programTable tbody > tr td:nth-child(1) {
        font-size: 14px;
    }

    .programTable tbody > tr td:nth-child(3), .programTable tbody > tr td:nth-child(2) {
        font-size: 14px;
    }

    .programTable tbody > tr td span {
        font-size: 12px;
    }
}

/*.programTable tbody > tr:nth-child(2n+1), .programTable tbody > tr.__border {*/
/*    border-top: 1px dashed #999999;*/
/*}*/

.programTable tbody > tr.__noBorder {
    border-top: none;
}

.programTable tbody ul li {
    line-height: 2;
}

.th.__order {
    text-align: center;
}

/*tbody .th.__order {*/
/*    border-right: 1px dotted #999999 !important;*/
/*}*/

tbody .th.__order + td {
    padding-left: 1rem !important;
}

.__plRem {
    padding-left: 1rem !important;
}

th.__order.__noBr {
    border-right: none !important;
}

.table thead th.__order.__textLeft, .table tbody th.__order.__textLeft {
    text-align: left !important;
    padding-left: 1em;
    color: #00000A !important;
    vertical-align: middle;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.videoContainer.__ratioWide {
    padding-bottom: 50%;
}

.videoContainer.__ratio32 {
    padding-bottom: 32%;
}

.videoContainer.__ratio5625 {
    padding-bottom: 56.25%;
}

.videoContainer .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.videoContainer img {
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.highlightText {
    color: #00000A;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .highlightText {
        position: relative;
    }

    .highlightText::before {
        content: "";
        position: absolute;
        right: -0.25em;
        width: 0.25em;
        bottom: -0.125em;
        height: 0.75em;
        border-radius: 1.25em 0.25rem 1.25em 0.25rem;
        background-color: rgba(96, 95, 229, 0.8);
    }

    .highlightText::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: -0.25em;
        right: -0.25em;
        bottom: -0.125em;
        height: 0.75em;
        border-radius: 1.25em 0.25rem 0.625rem 0.25rem;
        background-color: rgba(96, 95, 229, 0.376);
    }

    .highlightText.__purpleLight:before {
        background-color: rgba(96, 95, 229, 0.4);
    }

    .highlightText.__purpleLight:after {
        background-color: rgba(96, 95, 229, 0.2);
    }

    .highlightText.__orange:before {
        background-color: rgba(253, 63, 56, 0.7);
    }

    .highlightText.__orange:after {
        background-color: rgba(253, 63, 56, 0.4);
    }

    .highlightText.__yellow:before {
        background-color: rgba(255, 198, 7, 0.7);
    }

    .highlightText.__yellow:after {
        background-color: rgba(255, 198, 7, 0.4);
    }

    .highlightText.__green:before {
        background-color: rgba(41, 235, 127, 0.7);
    }

    .highlightText.__green:after {
        background-color: rgba(41, 235, 127, 0.4);
    }

    .highlightText.__blue:before {
        background-color: rgba(0, 123, 255, 0.7);
    }

    .highlightText.__blue:after {
        background-color: rgba(0, 123, 255, 0.287);
    }

    .highlightText.__gray:before {
        background-color: rgba(153, 153, 153, 0.7);
    }

    .highlightText.__gray:after {
        background-color: rgba(153, 153, 153, 0.27);
    }
}

.highlightText.__bold {
    font-weight: 800;
}

.pageHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.pageHeader .hit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pageHeader.pageheader__desktop {
    height: 80px;
}

.pageHeader.pageheader__desktop .logo {
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2rem;
    width: 140px;
    z-index: 1000;
}

.pageHeader.pageheader__mobile {
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, 0.95);
}

.pageHeader.pageheader__mobile .logo {
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    width: 100px;
}

@media screen and (min-width: 540px) {
    .pageHeader.pageheader__mobile .logo {
        height: 56px;
    }
}

.pushNav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    min-height: 450px;
    padding-top: 80px;
    padding-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.95);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.pushNav.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.navDropdown {
    width: 100%;
    /*text-align: center;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navDropdown__item {
    text-align: center;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin: 0;
    color: #00000A;
    opacity: 0;
}

.show .navDropdown__item {
    opacity: 1;
}

.pageHeader.pageheader__desktop,
.sidebar.pageheader__desktop,
.pushNav.pageheader__desktop {
    display: none;
}

@media screen and (min-width: 1320px) {
    .pageHeader.pageheader__desktop,
    .sidebar.pageheader__desktop,
    .pushNav.pageheader__desktop {
        display: block;
    }
}

.pageHeader.pageheader__mobile,
.sidebar.pageheader__mobile,
.pushNav.pageheader__mobile {
    display: block;
}

@media screen and (min-width: 1320px) {
    .pageHeader.pageheader__mobile,
    .sidebar.pageheader__mobile,
    .pushNav.pageheader__mobile {
        display: none;
    }
}

.sidebar.pageheader__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1320px) {
    .sidebar.pageheader__mobile {
        display: none;
    }
}

.pageHeader__right.__header {
    z-index: 10;
    right: 0;
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    transform: translateY(-50%);
}

.pageHeader__right.__header > .button {
    min-width: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: background-color 300ms ease-in-out, -webkit-box-shadow 300ms ease;
    transition: background-color 300ms ease-in-out, -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease, background-color 300ms ease-in-out;
    transition: box-shadow 300ms ease, background-color 300ms ease-in-out, -webkit-box-shadow 300ms ease;
    font-size: 18px;
}

.pageHeader__right.__header > .__orange:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(253, 63, 56, 0.9);
    box-shadow: 0 2px 20px 0 rgba(118, 33, 130);
}

.pageHeader__right.__header > .__ghostPurple:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(96, 95, 229, 0.9);
    box-shadow: 0 2px 20px 0 rgba(118, 33, 130);
}

.pageNav {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pageNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageNav__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "NanumSquare", san-serif;
    position: relative;
    height: 80px;
}

.pageNav__link, .localNav > a {
    display: inline-block;
    width: 150px;
    color: #393332;
    font-weight: 700;
    font-size: 18px;
}

.pageNav__link:hover, .localNav > a:hover {
    color: #762182;
}

.pageNav__link.active, .localNav > a.active {
    font-weight: 700;
    color: #00000A;
}

.pageNav__link.active::after, .localNav > a.active::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 80px;
    height: 4px;
    background-color: #605FE5;
    border-radius: 4px;
}

.localNav > a {
    width: auto;
}

.navDropdown {
    width: 150px;
}

.navDropdown__sitem {
    pointer-events: none;
    font-size: 12px;
    opacity: 0.6;
    font-weight: 500;
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    white-space: nowrap;
    padding-top: 0.5rem;
}

.navDropdown__item {
    width: 100%;
    font-weight: 500;
    display: block;
    white-space: nowrap;
}

.navDropdown__item:hover {
    color: #762182;
}

.sidebar {
    width: 240px;
    max-height: 100vh;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: -240px;
    top: 0;
    background-color: #00000A;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar #button-close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.sidebar .sidebar__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-y: auto;
}

.sidebar * {
    color: #ffffff;
}

.sidebar.show {
    right: 0;
}

@media screen and (min-width: 540px) {
    .sidebar {
        width: 320px;
        right: -320px;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
    }
}

.sidebar__link {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    border-bottom: #999999;
}

.sidebar__link.__thick {
    padding-top: 1.5rem;
}

@media screen and (min-width: 540px) {
    .sidebar__link {
        font-size: 1.25rem;
    }
}

.navbar__subnav {
    max-height: 0;
    background-color: #f8f9fa;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
}

.navbar__subnav.show {
    max-height: 750px;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

.navbar__subnav a{
    padding-left: 0.5rem;
    text-align: left;
    font-size: 12px;
}

.navbar__subnav a:hover {
    color: #762182;
}

.sidebar__trigger {
    margin: 0;
    text-align: left;
    padding: 1rem 1.5rem;
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #00000A;
    line-height: 1.5;
}

@media screen and (min-width: 540px) {
    .sidebar__trigger {
        font-size: 1.25rem;
    }
}

.sidebar__subnav {
    max-height: 0;
    background-color: #212529;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
}

.sidebar__subnav.show {
    max-height: 1500px;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

.sidebar__subnav::after, .sidebar__subnav::before {
    display: block;
    width: 100%;
    height: 1rem;
    content: '';
}

.sidebar__subnav a:hover {
    color: #ffffff;
    background-color: rgba(96, 95, 229, 0.4);
}

.sidebar a:hover {
    color: #ffffff;
    text-decoration: none;
}

.sidebar .localNav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.sidebar .__divider {
    margin-top: 0.5rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}


@media screen and (max-width: 768px) {
    #Smallchat {
        display: none;
    }
}

#pageFooter {
    background-color: #343030;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    #pageFooter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#pageFooter h1 {
    font-weight: 700;
    color: #ffffff;
    opacity: 0.5;
}

#pageFooter p {
    line-height: 1.5;
    color: #999999;
}

#pageFooter address p {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    color: #999999;
}

#pageFooter .footer__meta {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pageFooter .footer__meta p {
    color: #999999;
    margin-bottom: 3px;
}

#pageFooter .footer__meta p:not(:last-child)::after {
    content: "|";
    margin-left: 1rem;
    margin-right: 1rem;
}

#pageFooter address {
    margin-bottom: 0.5rem;
    display: block;
}

#pageFooter img {
    width: 200px;
    height: 50px;
    margin-bottom: 1rem;
}

#pageFooter .footer__sns {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    #pageFooter .footer__sns {
        margin-bottom: 0.5rem;
        margin-top: 1.5rem;
    }
}

#pageFooter .__icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #4D5256;
    margin-right: 0.5rem;
    text-indent: -9999px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#pageFooter .__icon:hover {
    opacity: 0.5;
}

#pageFooter .__icon {
    background-color: #333;
}

#pageFooter .__facebook {
    background-color: #3B5998;
}

#pageFooter .contact {
    color: #999999;
}

#pageFooter .contact-a a {
    display: block;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.875;
    font-size: 1rem;
}

#pageFooter .contact-b a {
    display: block;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.5;
}

#pageFooter .contact-b span {
    display: block;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.875;
}

#pageFooter .contact [lang='en'] {
    font-family: "Gill Sans", san-serif;
}

#pageFooter .contact span {
    display: block;
    margin-top: 1.5rem;
}

#pageFooter .copyright {
    text-align: center;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    #pageFooter {
        text-align: center;
    }

    #pageFooter .contact-a a {
        display: none;
    }
}

.mainHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 120px;
    background-color: #ffffff;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .mainHeader {
        padding-top: 216px;
    }
}

.banner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
    .banner .container {
        max-width: 960px;
    }
}

.banner h1 {
    color: #041b00;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .banner h1 {
        text-align: left;
        margin-right: 1rem;
    }
}

.banner .button,
.banner button,
.banner a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.banner.__introPage {
    background-color: #f5f8fa;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.card_div {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.card.__hoverCard {
    background-color: #ffffff;
    border-radius: 4px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card.__hoverCard {
    box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 10%);
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.card.__hoverCard:hover {
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 30%);
}

.card.__hoverCard:hover h1 {
    color: #762182;
}

.card.__hoverCard:hover p {
    color: #762182;
}

.card.__showcaseCard, .card.__impactCard {
    -webkit-box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
}

.card.__showcaseCard img, .card.__impactCard img {
    -webkit-transition: -webkit-transform 300ms ease-in;
    transition: -webkit-transform 300ms ease-in;
    transition: transform 300ms ease-in;
    transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
}

.card.__showcaseCard:hover img, .card.__impactCard:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.card.__hoverCard h1,
.card__title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    color: #00000A;
}


.card__subtitle {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #00000A;
}

.card.__benefitCard, .card.__introCard, .__withCard.__landingHome .card, .__landingHome .card.__hoverCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card.__benefitCard .__icon, .card.__introCard .__icon, .__withCard.__landingHome .card .__icon, .__landingHome .card.__hoverCard .__icon {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.card__imgContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.card__imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}

.card.__hoverCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
}


.card.__hoverCard p {
    text-align: center;
    margin-bottom: 1.5rem;
}

.card.__showcaseCard {
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 1.5rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    color: #4D5256;
    margin-bottom: 3rem;
    text-align: center;
}

.card.__showcaseCard p {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
    font-weight: 900;
    font-size: 1.2rem;
}

.card.__showcaseCard h1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1rem;
}

@media screen and (min-width: 992px) {
    .card.__showcaseCard {
        margin-bottom: 0;
    }
}

.card.__benefitCard {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.card.__benefitCard .card__text {
    max-width: 100%;
    text-align: center;
    font-size: 14px;
}

.card.__introCard {
    margin-bottom: 5rem;
    border: none;
}

.card.__introCard .__icon {
    width: 64px;
    height: 64px;
}

.card.__introCard * {
    text-align: left;
}

@media screen and (min-width: 992px) {
    .card.__introCard {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.card.__introCard .card__subtitle {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.card.__impactCard {
    padding-bottom: 1.5rem;
    border: none;
    margin-bottom: 5rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
}

@media screen and (min-width: 768px) {
    .card.__impactCard {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .card.__impactCard {
        margin-bottom: 0;
    }
}

.card.__impactCard .card__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 400;
    text-align: left;
    font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
    .card.__impactCard .card__title {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1200px) {
    .card.__impactCard .card__title {
        font-size: 1.4rem;
    }
}

.card.__impactCard .card__title span {
    font-size: 12px;
}

.card.__impactCard .card__title em {
    display: block;
}

.card.__impactCard .card__meta {
    padding-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #4D5256;
    font-weight: 700;
    font-size: 0.875rem;
}

.card.__impactCard .card__text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: 80px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 50px;
}

.card.__impactCard .card__imgContainer {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #4D5256;
    border-radius: 10px;
}

.card.__impactCard .card__imgContainer img {
    height: auto;
}

.card.__partnerCard {
    border: none;
    position: relative;
}

.partner__li {
    margin: auto;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.card.__partnerCard:hover .partner__content {
    opacity: 1;
}

.card.__partnerCard:hover .partner__logoContainer {
    opacity: 0;
}

.card.__partnerCard .partner__logoContainer {
    width: 100%;
}

.card.__partnerCard .partner__logoContainer img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: contain;
}

.card.__partnerCard .partner__content {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.card.__partnerCard .partner__content p {
    color: #000000;
    margin-bottom: 0;
    line-height: 2;
    font-weight: 700;
}

.card__date {
    color: #000000 !important;
    margin-bottom: 0;
}

.card.__noticeCard {
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}

.card.__noticeCard:hover {
    -webkit-box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
}

.card.__noticeCard a {
    display: block;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.card.__noticeCard .card__imgContainer {
    background-color: #000;
    height: 0;
    min-height: 200px;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card.__noticeCard .card__imgContainer img {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    width: 100%;
    height: auto;
}

.card.__noticeCard .card__title {
    font-family: "Nanumsquare", san-serif;
    text-align: left;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.card.__noticeCard .card__title:hover {
    color: #007BFF;
}

.card.__noticeCard .card__content {
    padding: 1rem;
}

.card.__noticeCard .card__text {
    -webkit-line-clamp: 2;
}

.card.__newsCard {
    max-width: 720px;
    margin-right: auto;
    text-align: left;
    border: unset;
    /*border: 1px solid rgba(153, 153, 153, 0.1);*/
    /*-webkit-box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);*/
    /*box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);*/
}

.card.__newsCard .card__content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: NanumSquareOTF_ac;
}

.card__content:hover .card__title {
    color: #762182;
}

.card.__newsCard a {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .card.__newsCard a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        /*height: 220px;*/
    }
}

.card.__newsCard .card__imgContainer {
    overflow-x: hidden;
    overflow-y: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .card.__newsCard .card__imgContainer {
        width: 240px;
        height: 180px;
    }
}

.card.__newsCard .card__title {
    text-align: left;
    font-size: 26px;
}

.card.__newsCard .card__mid {
    text-align: left;
    font-size: 0.5rem;
    margin-bottom: 20px;
    color: #999999;
}

.board_li {
    padding-left: 10px;
    border-bottom: 1px solid #878D91;
    padding-bottom: 10px;
    padding-top: 10px;
}

.introPage__history {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f9fa;
}

@media screen and (min-width: 992px) {
    .introPage__history {
        margin-top: 140px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 992px) {
    .introPage__history .section__header, .introPage__history .mainHeader {
        padding-left: 2.5rem;
        padding-right: 1.5rem;
    }
}

.introPage__history .section__header, .introPage__history .mainHeader {
    margin-bottom: 56px;
}

.introPage__history li:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.introPage__history .history {
    margin-bottom: 2rem;
}

.introPage__history .history h1 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #5b8dd6;
    line-height: 1.5;
    font-size: 1.5rem;
}

/*.introPage__history .history h1::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 46%;*/
/*    left: 0;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border-radius: 16px;*/
/*    border: 4px solid #762182;*/
/*    background-color: #ffffff;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/

.introPage__history .history p {
    margin-bottom: 1rem;
    line-height: 1.25;
    color: #4D5256;
    font-size: 0.65rem;
}

[class^="tns"]:hover, [class^="tns"]:focus, [class^="tns"]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.tns-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tns-outer {
    position: relative;
}

.tns-controls {
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tns-controls button {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 2.5rem;
    /*background-color: rgba(206, 211, 214, 1);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    /*text-indent: -9999px;*/
}

.tns-controls button:first-child {
    right: 0.5rem;
}

@media screen and (min-width: 992px) {
    .tns-controls button:first-child {
        right: 1.5rem;
    }
}

.tns-controls button:last-child {
    left: 0.5rem;
}

@media screen and (min-width: 768px) {
    .tns-controls button:last-child {
        left: 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .tns-controls button:last-child {
        left: 2.5rem;
    }
}

.pagination-img {
    /*background-color: rgba(206, 211, 214, 1);*/
    /*width: 25px;*/
    /*border-radius: 2.5rem;*/
    padding: 5px;
}

.reviewCard {
    min-height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
}

@media screen and (min-width: 540px) {
    .reviewCard {
        min-height: 340px;
    }
}

@media screen and (min-width: 992px) {
    .reviewCard {
        min-height: 350px;
    }
}

@media screen and (min-width: 1200px) {
    .reviewCard {
        min-height: 360px;
    }
}

.reviewCard .card__title {
    text-align: left;
    margin-bottom: 1.5rem;
    color: #00000A;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    font-family: "NanumSquare", san-serif;
}

.reviewCard .card__text {
    text-align: left;
    font-size: 13px !important;
    color: #4D5256;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    word-break: break-all;
}

.reviewCard footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 1.5rem;
    color: #4D5256;
    font-size: 14px !important;
}

.reviewCard footer {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
}

.reviewScore {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 56px;
    font-family: "NanumSquare", san-serif;
    text-align: center;
}

.reviewScore h1 {
    margin-bottom: 0;
    color: #00000A;
    font-weight: 700;
    font-family: "Kontakt";
}


.reviewScore .__score {
    display: inline-block;
    width: 3.5rem;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;

}

.__review .__studentGradient {
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFFFF), to(#EDFCFF));*/
    /*background-image: linear-gradient(-180deg, #FEFFFF 0%, #EDFCFF 100%);*/
    padding-bottom: 40px;
}

.__review .__teacherGradient {
    padding-top: 40px;
    padding-bottom: 60px;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#EDFCFF), to(#fff));*/
    /*background-image: linear-gradient(-180deg, #EDFCFF 0%, #fff 100%);*/
}

.__review .__teacherGradient .reviewTitle {
    margin-bottom: 2.5rem;
    font-family: "NanumSquare", san-serif;
    text-align: center;
    font-weight: 700;
}

.programHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 108px;
    background-color: #ffffff;
    text-align: center;
}

.programHeader__title {
    margin-bottom: 1rem;
}

.programHeader__img {
    width: 100%;
    max-height: 25vh;
    min-height: 320px;
    margin-top: 56px;
}

@media screen and (min-width: 992px) {
    .programHeader__img {
        margin-top: 80px;
    }
}

/*.heroHeader {
  min-height: 500px;
  max-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff; }
*/
.tabNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabNav__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    white-space: nowrap;
}

@media screen and (min-width: 540px) {
    .tabNav__item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.tabNav {
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.25);
}

.tabNav__item.active {
    font-weight: 700;
    color: #00000A;
}

.tabPanel {
    display: none;
}

.tabPanel.active {
    display: block;
}

.tabPanel header {
    margin-bottom: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.tabPanel header h1 {
    font-weight: 800;
}

.tabPanel li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 0 0 rgba(153, 153, 153, 0.375);
    box-shadow: 0 1px 0 0 rgba(153, 153, 153, 0.375);
}

.tabPanel .faqMenu {
    margin-bottom: 2.5rem;
    border-top: 1px solid rgba(153, 153, 153, 0.375);
}

.tabPanel dl {
    line-height: 1.65;
    word-break: break-all;
}

@media screen and (min-width: 992px) {
    .tabPanel dl {
        font-size: 17px;
    }
}

.tabPanel dl dd, .tabPanel dl dt {
    position: relative;
    padding-left: 2rem;
    min-height: 1.65em;
}

.tabPanel dl dd::before, .tabPanel dl dt::before {
    content: "";
    position: absolute;
    top: -0.125em;
    left: 0;
}

.tabPanel dl dt {
    cursor: pointer;
    font-weight: 700;
    color: #00000A;
    margin-bottom: 0.5em;
}

.tabPanel dl dt::before {
    content: "Q.";
    font-family: "Nanumsquare", san-serif;
    font-weight: 700;
    color: #762182;
}

.tabPanel dl dt em {
    font-style: normal;
    font-weight: 700;
}

.tabPanel dl dd {
    font-family: "Nanumsquare", san-serif;
    color: #00000A;
}

@media screen and (min-width: 992px) {
    .tabPanel dl dd {
        font-size: 17px;
    }
}

.tabPanel dl dd::before {
    content: "A.";
    font-family: "Nanumsquare", san-serif;
    font-weight: 700;
    color: #762182;
}

.tabPanel .list.__faqInner,
.tabPanel .box {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #f5f8fa;
}

.tabPanel .list.__faqInner li,
.tabPanel .box li {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 1rem;
    padding-top: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.tabPanel .list.__faqInner li:last-child,
.tabPanel .box li:last-child {
    padding-bottom: 0;
}

.tabPanel .list.__faqInner li em,
.tabPanel .box li em {
    color: #762182;
    display: block;
    line-height: 2;
    font-size: 1rem;
    font-weight: 700;
}

.tabPanel .box {
    margin-bottom: 1.5rem;
}

.showcase.__reverse {
    width: 100%;
    margin-top: 60px;
}

.showcase.__reverse .showcase__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.showcase.__reverse .showcase__header div {
    margin-left: 0;
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.showcase.__reverse .showcase__header h1 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.showcase.__reverse .showcase__student {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .showcase.__reverse .showcase__student {
        width: 80px;
        height: 80px;
    }
}

.showcase__header {
    margin-top: 1rem;
}

.showcase__header h1 {
    font-weight: 700;
}

.showcase__title {
    margin-top: 120px;
    margin-bottom: 0.5rem;
    margin-left: 4%;
    font-family: NanumSquareOTF_ac;
}

/*.showcase__title::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    bottom: initial;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    left: 15px;*/
/*    right: 15px;*/
/*    z-index: -1;*/
/*    height: 1px;*/
/*    background-color: rgba(153, 153, 153, 0.5);*/
/*}*/

.showcase__ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.curriculumTable {
    width: 100%;
    /*overflow-x: scroll;*/
    font-family: NanumSquareOTF_ac;
}

@media screen and (max-width: 768px) {
    .curriculumTable {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.curriculumTable.__mb {
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
    .curriculumTable.__mb {
        margin-bottom: 5rem;
    }
}

#ai .curriculumTable.__mt {
    margin-top: 2.5rem;
}

@media screen and (min-width: 992px) {
    #ai .curriculumTable.__mt {
        margin-top: 5rem;
    }
}

.curriculumTable__title {
    margin-top: 120px;
    margin-bottom: 0.5rem;
    margin-left: 4%;
    font-family: NanumSquareOTF_ac;
}

.curriculumTable__title em {
    font-weight: 700;
}

.curriculumTable__title.__mt {
    margin-top: 9.5rem;
}

.curriculumTable__projectName {
    font-size: 25px;
    color: #780B7D;
    margin-left: 4%;
}

@media screen and (max-width: 540px) {
    .curriculumTable__projectName {
        font-size: 20px;
    }
}

#datepicker .ui-datepicker-inline.ui-datepicker.ui-widget, #calendar .ui-datepicker-inline.ui-datepicker.ui-widget {
    width: 100%;
    min-height: 300px;
    border: none;
    padding: 0;
}

#datepicker .ui-datepicker-header.ui-widget-header.ui-helper-clearfix, #calendar .ui-datepicker-header.ui-widget-header.ui-helper-clearfix {
    background-color: #762182;
    background-image: none;
    border: none;
}

#datepicker .ui-datepicker-calendar thead {
    border-bottom: 1px solid rgba(153, 153, 153, 0.125);
}

#datepicker .ui-datepicker-calendar thead th::before {
    content: "";
    display: block;
    text-align: center;
    color: #00000A;
}

#datepicker .ui-datepicker-calendar thead th span {
    position: absolute;
    visibility: hidden;
}

#datepicker .ui-datepicker-calendar thead th:nth-child(1)::before {
    content: "일";
}

#datepicker .ui-datepicker-calendar thead th:nth-child(2)::before {
    content: "월";
}

#datepicker .ui-datepicker-calendar thead th:nth-child(3)::before {
    content: "화";
}

#datepicker .ui-datepicker-calendar thead th:nth-child(4)::before {
    content: "수";
}

#datepicker .ui-datepicker-calendar thead th:nth-child(5)::before {
    content: "목";
}

#datepicker .ui-datepicker-calendar thead th:nth-child(6)::before {
    content: "금";
}

#datepicker .ui-datepicker-calendar thead th:nth-child(7)::before {
    content: "토";
}

#datepicker .ui-datepicker-calendar tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#datepicker .ui-datepicker-calendar tr td,
#datepicker .ui-datepicker-calendar tr th {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

#datepicker .ui-datepicker-calendar tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0;
    height: 48px;
    line-height: 48px;
}

#datepicker .ui-datepicker-calendar tr td a.ui-state-default {
    border: none;
    color: #00000A;
    text-align: center;
    background: none;
}

#datepicker .ui-datepicker-calendar tr td a.ui-state-default:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: -1;
    width: 40px;
    height: 40px;
    /*background-color: rgba(96, 95, 229, 0.2);*/
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#datepicker .ui-datepicker-calendar tr td.__closeSoon {
    display: block;
    position: relative;
}

#datepicker .ui-datepicker-calendar tr td.__closeSoon::before {
    content: "마감임박";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center;
    font-size: 8px;
    line-height: 2em;
    font-weight: 700;
    color: #FD3F38;
    background-color: rgba(253, 63, 56, 0.1);
}

#datepicker .ui-datepicker-calendar tr td.__closed {
    display: block;
    position: relative;
}

#datepicker .ui-datepicker-calendar tr td.__closed::before {
    content: "마감";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center;
    font-size: 8px;
    line-height: 2em;
    font-weight: 700;
    color: #999999;
    background-color: rgba(153, 153, 153, 0.1);
}

#datepicker .ui-datepicker-calendar tr td.__disable {
    display: block;
    position: relative;
}

#datepicker .ui-datepicker-calendar tr td.__disable::before {
    content: "신청불가";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center;
    font-size: 8px;
    line-height: 2em;
    font-weight: 700;
    color: #999999;
    background-color: rgba(153, 153, 153, 0.1);
}


#datepicker .ui-datepicker-calendar td.ui-state-highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    border: none;
    background: none;
}

#datepicker .ui-datepicker-calendar td.ui-state-highlight .ui-state-default {
    color: #ffffff;
}

#datepicker .ui-datepicker-calendar td.ui-state-highlight::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: rgba(96, 95, 229, 0.9);
}

.calendar__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    background-color: #f5f8fa;
    width: 100%;
    padding: 1.5rem;
}

.calendar__footer * {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .calendar__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.calendar__footer h1 {
    margin-right: 1rem;
}

.calendar__footer p {
    width: 100%;
}

.applyForm__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.applyForm__footer .__ghostPurple {
    margin-right: 1rem;
}

#datepicker {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

#datepicker td.__imminent a.ui-state-default {
    border: none;
    color: #00000A;
    text-align: center;
    background: none;
}

#datepicker td.__imminent a.ui-state-default::after {
    content: "마감임박";
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 8px;
    z-index: -1;
    width: 48px;
    height: 48px;
    font-size: 8px;
    font-weight: 600;
    color: #6261e5;
}

#datepicker td.__imminent a.ui-state-default:hover::after {
    content: "";
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: rgba(96, 95, 229, 0.2);
}

#datepicker td.__soldout a.ui-state-default {
    border: none;
    color: #00000A;
    text-align: center;
    color: rgba(0, 0, 10, 0.4);
    background: none;
    cursor: not-allowed;
}

#datepicker td.__soldout a.ui-state-default::after {
    content: "마감";
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 8px;
    z-index: -1;
    width: 48px;
    height: 48px;
    font-size: 8px;
    font-weight: 600;
    background-color: #fafafa;
    color: #9a9a9a;
}

#datepicker td.__soldout .ui-state-default::after {
    content: "마감";
    background-color: transparent !important;
}

#datepicker td.__soldout .ui-state-default:hover::after {
    content: "마감";
    background-color: transparent !important;
}

#datepicker td.__soldout a.ui-state-default {
    background-color: #fafafa;
    color: #9a9a9a;
}

#datepicker td.__soldout a.ui-state-default::after {
    content: "마감";
    z-index: -1;
    width: 48px;
    height: 48px;
    background-color: transparent !important;
}

#calendar .ui-datepicker-calendar thead {
    border-bottom: 1px solid rgba(153, 153, 153, 0.125);
}

#calendar .ui-datepicker-calendar thead th::before {
    content: "";
    display: block;
    text-align: center;
    color: #00000A;
}

#calendar .ui-datepicker-calendar thead th span {
    position: absolute;
    visibility: hidden;
}

#calendar .ui-datepicker-calendar thead th:nth-child(1)::before {
    content: "일";
}

#calendar .ui-datepicker-calendar thead th:nth-child(2)::before {
    content: "월";
}

#calendar .ui-datepicker-calendar thead th:nth-child(3)::before {
    content: "화";
}

#calendar .ui-datepicker-calendar thead th:nth-child(4)::before {
    content: "수";
}

#calendar .ui-datepicker-calendar thead th:nth-child(5)::before {
    content: "목";
}

#calendar .ui-datepicker-calendar thead th:nth-child(6)::before {
    content: "금";
}

#calendar .ui-datepicker-calendar thead th:nth-child(7)::before {
    content: "토";
}

#calendar .ui-datepicker-calendar tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#calendar .ui-datepicker-calendar tr td,
#calendar .ui-datepicker-calendar tr th {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    text-align: center;
}

#calendar .ui-datepicker-calendar tr td {
    position: relative;
    z-index: 1;
    padding: 0 4px;
    height: 64px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#calendar .ui-datepicker-calendar tr td a.ui-state-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: none;
    color: #00000A;
    text-align: center;
    line-height: 60px;
    background: none;
}

#calendar .ui-datepicker-calendar td.ui-state-highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    border: none;
    background: none;
}

#calendar .ui-datepicker-calendar a {
    cursor: default;
}

.awesomeClass {
    font-size: 9px;
    display: inline-block;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "NanumSquare", san-serif;
    margin: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: default;
}

.awesomeClass.__orange {
    background-color: #FD3F38;
}

.awesomeClass.__purple {
    background-color: #605FE5;
}

.ui-widget-content,
.ui-widget-header,
.ui-datepicker-calendar {
    background-color: #fff;
}

#calendar .ui-datepicker-calendar tr {
    border-bottom: 1px dotted #ddd;
}

#selectedDates .date {
    margin-right: 1rem;
}

.publicModal {
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #762182;
    width: 85%;
    max-width: 540px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.publicModal.__people {
    max-height: 50vh;
}

.publicModal h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.publicModal form {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    .publicModal form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.publicModal footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    .publicModal .group.__mobileBlock {
        width: 100%;
    }
}

.publicModal footer {
    padding-bottom: 1.5rem;
}

.publicModal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mailModal4, #mailModal5, #mailModal6 {
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #ffffff;
    width: 85%;
    max-width: 1200px;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.75rem;
    display: none;
}

#mailModal4.__people, #mailModal5.__people, #mailModal6.__people {
    max-height: 50vh;
}

#mailModal4 header, #mailModal5 header, #mailModal6 header {
    margin-left: 10%;
}

#mailModal4 h1, #mailModal5 h1, #mailModal6 h1 {
    padding-top: 3rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 400;
    font-size: 40px;
}

@media screen and (max-width: 500px) {
    #mailModal4 h1, #mailModal5 h1, #mailModal6 h1 {
        font-size: 30px;
    }
}

#mailModal4.__people, #mailModal5.__people, #mailModal6.__people {
    max-height: 50vh;
}

#mailModal4 form, #mailModal5 form, #mailModal6 form {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mailModal4 form, #mailModal5 form, #mailModal6 form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mailModal4 footer, #mailModal5 footer, #mailModal6 footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mailModal4 .group.__mobileBlock, #mailModal5 .group.__mobileBlock, #mailModal6 .group.__mobileBlock {
        width: 100%;
    }
}

#mailModal4 footer, #mailModal5 footer, #mailModal6 footer {
    padding-bottom: 1.5rem;
}

#mailModal4.show, #mailModal5.show, #mailModal6.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mailModal4 textarea, #mailModal5 textarea, #mailModal6 textarea {
    width: 90%;
    height: 65%;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    resize: none;
    font-weight: 200;
    margin: auto;
}

#mailModal3 {
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #ffffff;
    width: 85%;
    max-width: 540px;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.75rem;
    display: none;
}

#mailModal3.__people {
    max-height: 50vh;
}

#mailModal3 h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mailModal3.__people {
    max-height: 50vh;
}

#mailModal3 h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mailModal3 form {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mailModal3 form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mailModal3 footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mailModal3 .group.__mobileBlock {
        width: 100%;
    }
}

#mailModal3 footer {
    padding-bottom: 1.5rem;
}

#mailModal3.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


#mailModal2 {
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #ffffff;
    width: 85%;
    max-width: 540px;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.75rem;
    display: none;
}

#mailModal2.__people {
    max-height: 50vh;
}

#mailModal2 h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mailModal2.__people {
    max-height: 50vh;
}

#mailModal2 h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mailModal2 form {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mailModal2 form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mailModal2 footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mailModal2 .group.__mobileBlock {
        width: 100%;
    }
}

#mailModal2 footer {
    padding-bottom: 1.5rem;
}

#mailModal2.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mainModal {
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #762182;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

#mainModal.__people {
    max-height: 50vh;
}

#mainModal h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mainModal form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mainModal form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mainModal footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mainModal .group.__mobileBlock {
        width: 100%;
    }
}

#mainModal footer {
    padding-bottom: 1.5rem;
}

#mainModal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*--
mainmodal2
 */
#mainModal2 {
    top: 50%;
    bottom: initial;
    left: 25%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #762182;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

@media screen and (max-width: 540px) {
    #mainModal2 {
        left: 50%;
    }
}

#mainModal2.__people {
    max-height: 50vh;
}

#mainModal2 h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mainModal2 form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mainModal2 form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mainModal2 footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mainModal2 .group.__mobileBlock {
        width: 100%;
    }
}

#mainModal2 footer {
    padding-bottom: 1.5rem;
}

#mainModal2.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*--
mainmodal3
 */
#mainModal3 {
    top: 50%;
    bottom: initial;
    left: 75%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #762182;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

@media screen and (max-width: 540px) {
    #mainModal3 {
        left: 50%;
    }
}

#mainModal3.__people {
    max-height: 50vh;
}

#mainModal3 h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mainModal3 form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mainModal3 form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mainModal3 footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mainModal3 .group.__mobileBlock {
        width: 100%;
    }
}

#mainModal3 footer {
    padding-bottom: 1.5rem;
}

#mainModal3.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mailModal {
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #ffffff;
    width: 85%;
    max-width: 540px;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.75rem;
    display: none;
}

#mailModal.__people {
    max-height: 50vh;
}

#mailModal h1 {
    text-align: center;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#mailModal form {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #mailModal form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#mailModal footer {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 540px) {
    #mailModal .group.__mobileBlock {
        width: 100%;
    }
}

#mailModal footer {
    padding-bottom: 1.5rem;
}

#mailModal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#modalShadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

#modalShadow.show {
    display: block;
}

#modalClose, #modalClose2, #modalClose3 {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

#modalClose4, #modalClose5, #modalClose6 {
    width: 130px;
    margin-top: 30px;
}

#successModal {
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2000;
    background-color: #ffffff;
    width: 85%;
    max-width: 480px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    display: none;
}

#successModal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#successModal h1 {
    color: #00000A;
    font-weight: 700;
    margin-bottom: 1rem;
}

#successModal p {
    margin-bottom: 1.5rem;
}

#programCalendar {
    width: 100%;
    background-color: #ffffff;
}

@media screen and (min-width: 992px) {
    #programCalendar {
    }
}

#programCalendar .ui-state-default {
    /*position: absolute;*/
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
    font-size: 18px;
    border-top: 2px solid rgba(153, 153, 153, 0.125);
    width: 70%;
    margin: auto;
}

#programCalendar .ui-datepicker {
    width: 100%;
}

#programCalendar .ui-datepicker-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 56px;
    margin-bottom: 0.5rem;
    width: 100%;
}

#programCalendar .ui-datepicker-header .ui-datepicker-title {
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-family: "NanumSquare", san-serif;
    font-weight: 700;
}

#programCalendar .ui-corner-all.ui-datepicker-next,
#programCalendar .ui-corner-all.ui-datepicker-prev {
    width: 50%;
    font-weight: 700;
    font-size: 1rem;
    font-family: "NanumSquare", san-serif;
}

#programCalendar .ui-corner-all.ui-datepicker-prev {
    text-align: left;
    padding-left: 35%;
}

#programCalendar .ui-corner-all.ui-datepicker-next {
    text-align: right;
    padding-right: 35%;
}

#programCalendar .ui-datepicker-calendar {
    width: 100%;
    font-size: 0.875rem;
    font-family: "NanumSquare", san-serif;
}

#programCalendar .ui-datepicker-calendar th, #programCalendar .ui-datepicker-calendar td {
    text-align: center;
    vertical-align: middle;
}

#programCalendar .ui-datepicker-calendar tr, #programCalendar .ui-datepicker-calendar td {
    height: 96px;
    min-height: 96px;
    color: #00000A;
}

#programCalendar .ui-datepicker-calendar .ui-datepicker-week-end {
    color: #EF6446;
}

#programCalendar thead th[scope='col'] {
    font-weight: 700;
}

#programCalendar thead {
    /*border-bottom: 1px solid rgba(153, 153, 153, 0.125);*/
}

#programCalendar thead th::before {
    content: "";
    display: block;
    text-align: center;
    color: #00000A;
}

#programCalendar thead th span {
    position: absolute;
    visibility: hidden;
}

#programCalendar thead th:nth-child(1)::before {
    content: "일";
}

#programCalendar thead th:nth-child(2)::before {
    content: "월";
}

#programCalendar thead th:nth-child(3)::before {
    content: "화";
}

#programCalendar thead th:nth-child(4)::before {
    content: "수";
}

#programCalendar thead th:nth-child(5)::before {
    content: "목";
}

#programCalendar thead th:nth-child(6)::before {
    content: "금";
}

#programCalendar thead th:nth-child(7)::before {
    content: "토";
}

#programCalendar tbody td, #programCalendar tbody th {
    position: relative;
    height: 72px;
}

#programCalendar .orders {
    position: absolute;
    z-index: 1;
    width: 100%;
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left !important;
    top: 37px;
    left: 0;
    align-items: center;
    justify-content: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

#programCalendar .orders em {
    line-height: 1.1rem;
    display: block;
    border-radius: 1px;
    width: 95%;
    background-color: #F8FAFB;
    color: #4D5256;
    font-size: 8px;
}

#programCalendar .orders-length {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

#programCalendar .orders-length em {
    line-height: 1rem;
    display: block;
    border-radius: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 95%;
    background-color: #762182;
    color: #ffffff;
    font-size: 10px;
}

#programCalendar .ui-datepicker-week-end .orders-length em {
    background-color: #A540AA;
}

.landingHome {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.landingHome__title {
    display: inline-block;
    position: relative;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}

.landingHome__bottom {
    background-color: #ebe1ec;
    max-height: 300px;
}

@media screen and (min-width: 540px) {
    .landingHome__title {
        font-size: 3rem;
    }

    .landingHome__bottom {
        max-height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .landingHome__title {
        font-size: 3rem;
        line-height: 1.5;
    }

    .landingHome__bottom {
        max-height: 200px;
    }
}

.landingHome__title .__comma.__left {
    position: absolute;
    top: -15px;
    left: -25px;
    width: 45px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    .landingHome__title .__comma.__left {
        width: 60px;
        height: 40px;
    }
}

.landingHome__title .__comma.__right {
    position: absolute;
    top: -15px;
    right: -25px;
    width: 45px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    .landingHome__title .__comma.__right {
        width: 60px;
        height: 40px;
    }
}

.banner.__landingHome {
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
}

.banner.__landingHome h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .banner.__landingHome h1 {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .banner.__landingHome {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/*.__withCard.__landingHome .card {*/
/*    margin-bottom: 2rem;*/
/*    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);*/
/*}*/

/*@media screen and (min-width: 992px) {*/
/*    .__withCard.__landingHome .card {*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/

.__apply.__landingHome {
    text-align: center;
    background-image: linear-gradient(-196deg, #F7F9FA 0%, #F5F8FA 98%);
    padding-top: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media screen and (min-width: 992px) {
    .__apply.__landingHome {
        padding-top: 120px;
        text-align: left;
    }
}

.__apply.__landingHome h1 {
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem;
}

.__apply.__landingHome p {
    margin-bottom: 1.75rem;
}

.__apply.__landingHome .col-lg-6:last-child {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .__apply.__landingHome .col-lg-6:last-child {
        margin-top: 4.5rem;
    }
}

.__apply.__landingHome .col-lg-6:last-child img {
    display: block;
    border-radius: 7px 7px 0 0;
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .__apply.__landingHome .col-lg-6:last-child img {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 540px) {
    .banner.__landingHome .inputGroup {
        max-width: 290px;
    }
}

.subSection.__curriculum {
    margin-top: 2rem;
}

.subSection.__curriculum .col-sm-10 {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .subSection.__curriculum .col-sm-10 {
        margin-bottom: 4.5rem;
    }
}

.subSection.__curriculum .col-sm-10 .col-sm-6 {
    margin-bottom: 1.75rem;
}

.subSection__title {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .subSection__title {
        font-size: 1.875rem;
        margin-bottom: 3.75rem;
    }
}

.explanation {
    max-width: 50%;
    min-width: 40%;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.explanation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5rem;
}

@media screen and (min-width: 992px) {
    .explanation__wrap {
        margin-bottom: 10rem;
    }
}

.explanation h2 {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .explanation h2 {
        font-size: 1.25rem;
    }
}

.explanation p {
    color: #4D5256;
}

@media screen and (min-width: 992px) {
    .explanation p {
        font-size: 1rem;
    }
}

.explanation .icon {
    display: block;
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}

/*.__curriculum.__programPage .container {*/
/*    max-width: 1140px;*/
/*}*/

.showcase.__challenge {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 5rem;
}

.showcase.__challenge p {
    margin-top: -0.5rem;
}

.__review.__programPage .reviewCard {
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(27, 179, 176, 0.15);*/
    /*box-shadow: 0 10px 30px 0 rgba(27, 179, 176, 0.15);*/
    border: 1px solid #762182;
}

.curriculumTable {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.programTable.__shortBirthAbout th,
.programTable.__shortBirthAbout td {
    vertical-align: middle;
}

.__programPage.section.__bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tableWrapper {
    margin-bottom: 0%;
    position: relative;
    overflow-x: auto;
}

.highlight {
    position: relative;
}

.highlight::before {
    content: "";
    position: absolute;
    right: -0.25em;
    width: 0.25em;
    bottom: -0.125em;
    height: 0.75em;
    border-radius: 5em 0.25rem 1.25em 0.25rem;
    background-color: rgba(118, 33, 130, 0.3);
}

.highlight::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -0.25em;
    right: -0.25em;
    bottom: -0.125em;
    height: 0.75em;
    border-radius: 1.25em 0.25rem 0.625rem 0.25rem;
    background-color: rgba(118, 33, 130, 0.3);
}

.highlight.__orange:before {
    background-color: rgba(249, 228, 140, 0.7);
}

.highlight.__orange:after {
    background-color: rgba(249, 228, 140, 0.4);
}

.highlight.__yellow:before {
    background-color: rgba(255, 198, 7, 0.7);
}

.highlight.__yellow:after {
    background-color: rgba(255, 198, 7, 0.4);
}

.highlight.__blue:before {
    background-color: rgba(0, 123, 255, 0.7);
}

.highlight.__blue:after {
    background-color: rgba(0, 123, 255, 0.287);
}

.highlight.__grey:before {
    background-color: rgba(153, 153, 153, 0.7);
}

.highlight.__grey:after {
    background-color: rgba(153, 153, 153, 0.27);
}

.highlight.__big::before {
    content: "";
    border-radius: 2em 1rem 5em 1rem;
}

.highlight.__big::after {
    content: "";
    border-radius: 5em 1rem 5rem 1rem;
}

@media screen and (min-width: 992px) {
    .survey .container {
        max-width: 960px !important;
    }
}

.survey .chartList {
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}

.survey .chartList li {
    margin-bottom: 5.5rem;
}

@media screen and (min-width: 768px) {
    .survey .chartList li {
        margin-bottom: 4rem;
    }
}

.survey .chartList img {
    width: 75%;
    height: auto;
    max-width: 180px;
}

.survey .chartList h2 {
    font-weight: 700;
    margin-top: 1.5rem;
}

.survey .__surveyText {
    text-align: center;
    font-family: "NanumSquare", san-serif;
    font-weight: 700;
    margin-bottom: 5em;
    margin-top: -2em;
}

.section.__programPage.__review.__gray {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.section_image {
    height: 500px; 
    background-size: cover; 
    background-position: center;
    margin-bottom: 3rem;
}

.section.__programPage.__review.__gray img {
    width: 80%;
}

.section.__programPage.__review.__gray .section__header, .section.__programPage.__review.__gray .mainHeader {
    margin-bottom: 0 !important;
}

.section.__programPage.__review.__gray .section__header::after, .section.__programPage.__review.__gray .mainHeader::after {
    content: "";
    display: none;
}

.section.__programPage.__review.__gray .section__header p, .section.__programPage.__review.__gray .mainHeader p {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .section.__programPage.__review.__gray .section__header p, .section.__programPage.__review.__gray .mainHeader p {
        font-size: 0.9rem;
    }
}

.introPage__why, .introPage__how, .introPage__what, .introPage__partners {
    padding-top: 180px;
}

.introPage__why {
    text-align: center;
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .introPage__why {
        height: 448px;
    }
}

@media screen and (min-width: 992px) {
    .introPage__why {
        height: 508px;
    }
}

@media screen and (max-width: 768px) {
    .introPage__why .__pushDown {
        position: relative;
        top: 80px;
    }
}

@media screen and (min-width: 992px) {
    .introPage__why .section__header, .introPage__why .mainHeader {
        padding-left: 2.5rem;
        padding-right: 1.5rem;
    }
}

#intro_logo_img {
    width: 300px;
}

@media screen and (max-width: 992px) {
    #intro_logo_img {
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    #intro_logo_img {
        width: 150px;
    }
}

@media screen and (max-width: 576px) {
    #intro_logo_img {
        width: 110px;
    }
}


.introPage__how {
    text-align: center;
    background-position: center center;
    background-size: cover;
    margin-top: 80px;
}

@media screen and (min-width: 992px) {
    .introPage__how {
        margin-top: 200px;
    }
}

@media screen and (min-width: 992px) {
    .introPage__how .section__header, .introPage__how .mainHeader {
        padding-left: 2.5rem;
        padding-right: 1.5rem;
    }
}

.introPage__partners {
    padding-bottom: 120px;
}

.introPage__partners .section__header p, .introPage__partners .mainHeader p {
    font-size: 1.125rem;
    line-height: 1.75;
}

/*.introPage__partners p {*/
/*    text-align: center;*/
/*}*/

@media screen and (min-width: 992px) {
    .introPage__what .section__header, .introPage__what .mainHeader {
        padding-left: 2.5rem;
        padding-right: 1.5rem;
    }
}

.vision {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .vision {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.vision.__black {
    border: 1px solid rgba(153, 153, 153, 0.075);
    box-shadow: black;
    border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);
    min-height: 285px;
}

.vision.__program {
    border: 1px solid rgba(153, 153, 153, 0.075);
    box-shadow: black;
    border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);
    min-height: 260px;
    text-align: center;
}

.vision.__whitepuple {
    background-image: linear-gradient(-0deg, #D8C0DB 0%, #FFFFFF 100%);
}

.vision.__purple {
    background-image: linear-gradient(-0deg, #7F5FCE 0%, #B37BEC 100%);
}

.vision.__red {
    background-image: linear-gradient(-0deg, #FF4141 0%, #FF7F52 100%);
}

.vision__title [lang='en'] {
    font-family: NanumSquareOTF_ac;
}

.vision__title {
    margin-top: 1rem;
}

.vision__title em {
    color: #000000;
    font-weight: 500 !important;
    white-space: nowrap;
    font-size: 45px;
}

@media screen and (max-width: 768px) {
    .vision__title em {
        font-size: 36px;
    }
}


.vision__title span {
    display: block;
    font-weight: 700 !important;
    margin-bottom: 0.125rem;
    /*color: #5b8dd6;*/
    text-transform: uppercase;
    /*letter-spacing: 0.2em;*/
    font-size: 25px;
}

.vision__text {
    margin-top: 1.5rem;
}

.awesomeway {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .awesomeway {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.awesomeway.__black {
    border: 1px solid rgba(153, 153, 153, 0.075);
    border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);
}

.awesomeway.__white {
    border: 1px solid rgba(153, 153, 153, 0.075);
    border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);
    min-height: 700px;
}

.awesomeway__title [lang='en'] {
    font-family: NanumSqaure;
}

.awesomeway__title {
    line-height: 60%;
}

.awesomeway__title em {
    font-size: 36px;
    color: #000000;
    font-weight: 500 !important;
    white-space: nowrap;
}


.awesomeway__title span {
    display: block;
    font-weight: 700 !important;
    margin-bottom: 0.125rem;
    color: #762182;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.awesomeway__text {
    font-size: 12px;
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
    color: #7A797A;
}


.__awesomewayCard footer {
    width: 100%;
    height: 40px;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100px auto;
}


.reviewcard {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 8px;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .reviewcard {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.reviewcard.__black {
    border: 1px solid rgba(153, 153, 153, 0.075);
    border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);
}

.reviewcard.__white {
    border: 1px solid rgba(153, 153, 153, 0.075);
    border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 5%);
    min-height: 700px;
}

.reviewcard__title [lang='en'] {
    font-family: NanumSqaure;
}

.reviewcard__title {
    line-height: 60%;
}

.reviewcard__title em {
    color: #000000;
    font-weight: 500 !important;
    white-space: nowrap;
    font-size: 18px;
}


.reviewcard__title span {
    display: block;
    font-weight: 700 !important;
    margin-bottom: 0.125rem;
    color: #762182;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.reviewcard__text {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #7A797A;
}


.impact.__nth-1 {
    position: relative;
    padding-bottom: 100px;
}

.impact.__nth-1 .impact__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .impact.__nth-1 .impact__img {
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .impact.__nth-1 .impact__img {
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .impact.__nth-1 .impact__img {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .impact.__nth-1 .impact__img {
        margin-top: 1.5rem;
    }
}

.impact.__nth-1 .impact__wrap {
    width: 90%;
    padding-bottom: 64px;
}

@media screen and (min-width: 768px) {
    .impact.__nth-1 .impact__wrap {
        padding-bottom: 200px;
    }
}

@media screen and (min-width: 992px) {
    .impact.__nth-1 .impact__wrap {
        padding-bottom: 150px;
    }
}

.impact.__nth-2, .impact.__nth-3 {
    padding-top: 140px;
}

@media screen and (min-width: 768px) {
    .impact.__nth-2 .impact__img, .impact.__nth-3 .impact__img {
        padding-top: 120px;
    }
}

@media screen and (min-width: 992px) {
    .impact.__nth-2 .impact__img, .impact.__nth-3 .impact__img {
        width: 90%;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .impact.__nth-2 .impact__img, .impact.__nth-3 .impact__img {
        display: block;
        margin-top: 1.5rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
}

.impact.__nth-3 {
    padding-top: 80px;
}

.impact__number {
    font-weight: 500;
    display: block;
    letter-spacing: 0.2em;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/*.impact__number::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1.75rem;*/
/*    height: 1px;*/
/*    background-color: #00000A;*/
/*    margin-bottom: 0.5rem;*/
/*}*/

.impact__title {
    font-family: 'NanumSquareOTF_ac';
    margin-bottom: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .impact__title {
        font-size: 2rem;
    }
}

.impact__content {
    color: #4D5256;
    line-height: 1.5;
}


.impact .reviewCard {
    -webkit-box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 10%);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 992px) {
    .impact .reviewCard {
        min-height: 340px;
    }
}

@media screen and (min-width: 992px) {
    .impact .__review #slider,
    .impact .__review .tns-ovh {
        overflow: initial;
    }
}

.section.__graphChart {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important;
}

.section.__graphChart .wrap {
    border-radius: 4px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.section.__graphChart .wrap h1 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    white-space: nowrap;
}

.section.__graphChart .wrap p {
    text-align: center;
}

.section.__graphChart img {
    width: 200%;
    height: auto;
}

@media screen and (min-width: 540px) {
    .section.__graphChart .wrap {
        z-index: 1;
        position: absolute;
        top: 15%;
    }

    .section.__graphChart img {
        width: 150%;
    }
}

@media screen and (min-width: 768px) {
    .section.__graphChart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .section.__graphChart .wrap {
        top: 19%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .section.__graphChart .wrap h1 {
        font-family: "NanumSquare", san-serif;
    }

    .section.__graphChart img {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .section.__graphChart .wrap {
        top: 11%;
        margin-top: 24px;
    }

    .section.__graphChart h1 {
        font-size: 52px;
    }

    .section.__graphChart p {
        max-width: 600px;
    }
}

.section.__graphChart.__pentagon {
    display: block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.philosophyPage__header {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 540px) {
    .philosophyPage__header {
        margin-top: 80px;
    }
}

@media screen and (min-width: 992px) {
    .philosophyPage__header .section__header, .philosophyPage__header .mainHeader {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.philosophyPage__header .section__header, .philosophyPage__header .mainHeader {
    margin-bottom: 0;
}

.philosophyPage__header .section__header::after, .philosophyPage__header .mainHeader::after {
    content: "";
    background-color: #ffffff;
}

.philosophyPage__core {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ebe1ec;
    font-family: "NanumSquareOTF_ac";
}

.philosophyPage__core [lang="en"] {
    font-weight: 700;
    display: block;
    letter-spacing: 0.2em;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: "Gill Sans", san-serif;
}

.philosophyPage__principle {
    padding: 80px 20px 120px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .philosophyPage__principle {
        max-width: 100%;
    }
}

/*@media screen and (min-width: 992px) {*/
/*    .philosophyPage__principle {*/
/*        padding-top: 108px;*/
/*        padding-bottom: 160px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*    .philosophyPage__principle li {*/
/*        margin-bottom: 3.75rem;*/
/*    }*/
/*}*/

.philosophyPage__principle .benefitCard::before {
    content: "";
    display: none;
}

.core__title {
    margin-bottom: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.75rem;
    padding-left: 3.5rem;
}

.core__title p {
    margin-bottom: 2rem;
    font-size: 1rem;
}

@media screen and (max-width: 992px) {
    .core__title {
        padding-left: unset;
    }
}

.core__content h1 {
    color: #00000A;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 1.25rem;
}

.core__content h2 {
    color: #00000A;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.core__content p {
    margin-bottom: 2rem;
    font-size: 1rem;
}

.theory {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.theory--lev, .theory--john {
    margin-top: 0.5rem;
    display: block;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999px;
}

.theory__title {
    margin-top: 2rem;
    text-align: center;
    font-weight: 700;
}

.theory__title span {
    display: block;
    width: 100%;
}

.theory__imgContainer {
    width: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    .theory__imgContainer {
        width: 200px;
    }
}

.theory__imgContainer img {
    width: 100%;
    height: auto;
}

.theory__text {
    text-align: center;
    color: #4D5256;
}

.theory__footer {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .theory__footer {
        margin-top: 3.75rem;
    }
}

@media screen and (max-width: 768px) {
    .theory__item {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 540px) {
    .peopleList .__principle,
    .philosophyPage__principle .__principle {
        width: 50%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .peopleList .__principle,
    .philosophyPage__principle .__principle {
        max-width: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .peopleList .__principle,
    .philosophyPage__principle .__principle {
        margin-bottom: 0.5rem;
    }
}

.principle {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-box-shadow: 0 10px 30px 0 rgba(118, 118, 255, 0.2);
    box-shadow: 0 10px 30px 0 rgba(118, 118, 255, 0.2);
    -webkit-transition: -webkit-box-shadow 300ms ease !important;
    transition: -webkit-box-shadow 300ms ease !important;
    transition: box-shadow 300ms ease !important;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease !important;
}

.principle:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(118, 118, 255, 0.2);
    box-shadow: 0 5px 20px 0 rgba(118, 118, 255, 0.2);
}

.principle::before {
    content: "";
    display: none !important;
}

.principle h1 {
    font-family: "NanumSquare", san-serif;
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 1.333rem;
}

@media screen and (min-width: 992px) {
    .principle h1 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1200px) {
    .principle h1 {
        font-size: 1.125rem;
    }
}

.mainBoard {
    padding-bottom: 7.5rem;
}

@media screen and (min-width: 992px) {
    .mainBoard .container {
        max-width: 850px !important;
    }
}

.mainBoard .__gray {
    margin-bottom: 5rem;
}

.mainBoard .__gray .mainHeader {
    text-align: center;
    margin-bottom: 1.5rem;
    background-color: #f5f8fa;
}

@media screen and (min-width: 992px) {
    .mainBoard .__gray .mainHeader {
        height: 320px;
    }
}

.mainBoard .__gray.__noMargin {
    margin-bottom: 0;
}

.boardNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    margin-bottom: 2.5rem;
}

.boardNav .active {
    font-weight: 700;
    color: #00000A;
}

.boardNav a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.boardNotice > .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.boardNotice li {
    margin-bottom: 1.5rem;
}

.boardNotice .card__date {
    margin-top: 0.5rem;
}

.boardNotice .card__text {
    height: 3em;
}

@media screen and (max-width: 768px) {
    .boardNotice .card__title {
        font-size: 1rem !important;
    }
}

#noticeDetail {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5rem;
}

#noticeDetail * {
    line-height: 1.5;
}

#noticeDetail p, #noticeDetail p * {
    margin-bottom: 1rem;
    font-weight: 400 !important;
}

#noticeDetail em, #noticeDetail em * {
    font-weight: 700 !important;
}

#noticeDetail h1, #noticeDetail h1 * {
    margin-bottom: 0.875em;
    font-weight: 700;
}

#noticeDetail h2, #noticeDetail h2 * {
    margin-bottom: 0.875em;
    font-weight: 700;
}

#noticeDetail h3, #noticeDetail h3 * {
    margin-bottom: 0.875em;
    font-weight: 700;
}

#noticeDetail h4, #noticeDetail h4 * {
    margin-bottom: 0.875em;
    font-weight: 700;
}

#noticeDetail li {
    margin-bottom: 0.5em;
}

#noticeDetail ul, #noticeDetail ol {
    margin-bottom: 1.5em;
}

#noticeDetail a, #noticeDetail a * {
    color: #007BFF;
    text-decoration: underline;
}

#noticeDetail iframe,
#noticeDetail video {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    max-width: 100%;
}

.__heroProgram {
    margin-top: 0;
    margin-bottom: 0;
}

.__heroProgram:first-of-type {
    border-bottom: none;
}

.__heroProgram .heroProgram__title {
    /*background-image: linear-gradient(-234deg, #25CEDA 18%, #0ED198 82%);*/
    background-color: #762182;
    border-top: 3px solid #762182;
    border-bottom: 3px solid #762182;
}

.__heroProgram .heroProgram__title h1 {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.heroProgram__tooltip {
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 4px;
    background-color: #00000A;
    color: #ffffff;
}

.heroProgram__tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    width: 0;
    height: 0;
    border-top: transparent solid 5px;
    border-bottom: transparent solid 5px;
    border-right: #00000A solid 5px;
    border-left: transparent solid 5px;
}

div.heroProgram__title {
    position: relative;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background-image: linear-gradient(-234deg, #76B1FF 18%, #7676FF 82%);*/
    border-top: 3px solid #762182;
    border-bottom: 3px solid #762182;
    background-color: #762182
}

div.heroProgram__title h1 {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.heroProgram__description {
    color: #00000A;
    text-align: center;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f8fa;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.heroProgram__description::after {
    content: "";
    position: relative;
    top: 2.75rem;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00000A;
}

.heroHeader {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 550px;
    max-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 540px) {
    .heroHeader {
        margin-top: 80px;
    }
}

/*.heroHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100vh;
  min-height: 550px; }*/
.heroHeader h1 {
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.heroHeader [lang='en'] {
    font-family: "Gill Sans", san-serif;
}

.heroHeader p {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.heroHeader p em {
    display: block;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.heroReview {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-x: hidden;
    overflow-y: hidden;
}

.heroReview .__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 450px;
}

.heroReview .__bg .section__header, .heroReview .__bg .mainHeader {
    margin-bottom: 0 !important;
}

.heroReview .__bg .section__header h1, .heroReview .__bg .mainHeader h1, .heroReview .__bg .section__header p, .heroReview .__bg .mainHeader p {
    color: #ffffff !important;
}

.heroReview__img {
    width: 100%;
    height: 440px;
}

@media screen and (min-width: 992px) {
    .heroReview .container {
        max-width: 960px !important;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.heroReview__school {
    font-weight: 700;
    color: #00000A;
    margin-top: 1rem;
}

.heroReview .__content {
    line-height: 1.5;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .heroReview .__content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media screen and (min-width: 992px) {
    .heroReview .__content {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

.heroReview .__content p {
    font-size: 15px;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 992px) {
    .heroReview .__content p {
        font-size: 16px;
    }
}

.heroReview .__withComma {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80px auto;
}

.heroReview .__withComma::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -25px;
    width: 60px;
    height: 40px;
    background-image: url("/static/images/icon/comma.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    .heroReview .__withComma {
        background-size: 120px auto;
    }
}

@media screen and (max-width: 540px) {
    .heroReview .__withComma::before {
        content: "";
        width: 45px;
        height: 30px;
        left: 25px;
    }
}

.heroReview .__withComma h1 {
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .heroReview .__withComma h1 {
        font-size: 2rem;
    }
}

.heroReview .__withComma p:last-child {
    margin-bottom: 0;
}

.heroReview__bg {
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-size: cover;
    min-height: 150px;
    margin-top: 5rem;
}

@media screen and (min-width: 768px) {
    .heroReview__bg {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .heroReview .col-sm-12 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.heroReview__header {
    position: relative;
    z-index: 2;
    padding: 1.75rem;
    -webkit-box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    box-shadow: 0 4px 70px 0 rgba(86, 103, 145, 0.08);
    margin-top: -200px;
    margin-bottom: 50px;
    background-color: #ffffff;
}

@media screen and (min-width: 992px) {
    .heroReview__header {
        margin-top: -200px;
        margin-bottom: -50px;
        width: 80%;
        padding: 3.75rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.heroReview__header h1 {
    font-family: "NanumSquare", san-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.heroReview__header p {
    margin-bottom: 1rem;
}

.heroSchools {
    background-color: #f5f8fa;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
    .heroSchools {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

.heroSchools ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heroSchools li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 50%;
    color: #00000A;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .heroSchools li {
        width: 33%;
    }
}

.heroSummary {
    background-color: #f5f8fa !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .heroSummary {
        padding-bottom: 3.125rem;
    }
}

.heroSummary h1 {
    font-weight: 700;
}

.heroSummary p {
    white-space: nowrap;
}

.heroSummary .row:last-child img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
}

.heroSummary .row:last-child a {
    color: #605FE5;
    font-weight: 700;
    cursor: pointer;
}

.heroSummary .row:last-child a:hover {
    text-decoration: underline;
}

.heroSummary.__sponsor {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #ffffff;
}

.heroSummary.__sponsor img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
}

.__arrow {
    display: block;
    width: 80px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#applyPage {
    padding-top: 80px;
    background-color: #f5f8fa;
}

.apply__header {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

#apply {
    padding-bottom: 5rem;
    background-color: #f5f8fa;
}

.applyForm {
    border-radius: 8px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.applyForm > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (min-width: 768px) {
    .applyForm > * {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.applyForm__header {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.applyForm__header::before {
    content: "PROGRAM INQUIRY";
    display: inline-block;
    text-transform: uppercase;
    color: #999999;
    opacity: 0.5;
    font-family: "Gill Sans", san-serif;
    margin-bottom: 1.5rem;
}

.applyForm__header::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 1.5rem;
    width: 74px;
    height: 18px;
    background-image: url("../../heroschool/images/logo/signature_black.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

@media screen and (min-width: 768px) {
    .applyForm__header::after {
        right: 2rem;
    }
}

.applyForm__header h1 {
    font-weight: 400;
    font-family: "NanumSquare", san-serif;
    margin-bottom: 1rem;
}

.applyForm__header p {
    color: #999999;
    margin-bottom: 56px;
}

.applyForm__header .tel {
    color: #762182;
    text-decoration: none;
    font-weight: 700;
}

.applyForm__header .tel:hover {
    opacity: 0.5;
}

.applyForm.__last {
    text-align: center;
    margin-bottom: 2.5rem;
}

.applyForm.__last header::before {
    content: "";
    content: '';
}

.applyStep {
    padding-bottom: 5rem;
}

.applyStep__title {
    font-size: 22px;
    line-height: 1.25;
    color: #762182;
    margin-bottom: 4.375rem;
}

.applyStep__title::before {
    content: "";
    display: block;
    margin-bottom: 1rem;
    width: 1.5rem;
    height: 0.25rem;
    background-color: #762182;
}

.applyStep__footer {
    display: block;
    text-align: center;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}

.applyStep__footer .__ghostPurple {
    margin-bottom: 1rem;
    /*margin-right: 1rem;*/
}

.applied {
    margin-bottom: 3.125rem;
    margin-top: 20px;
}

.applied li {
    margin-bottom: 1rem;
}

.appliedItem {
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 0.5);
}

.appliedItem__button {
    color: #00000A;
    font-size: 1rem;
    font-weight: 700;
}

.appliedItem__detail {
    width: 100%;
    max-height: 0;
}

.active .appliedItem__detail {
    max-height: 400px;
}

.appliedItem header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appliedItem header div {
    display: block;
}

@media screen and (min-width: 768px) {
    .appliedItem header div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.appliedItem h1 {
    color: #00000A;
    font-size: 1rem;
}

.appliedItem p {
    margin-bottom: 0;
    color: #00000A;
    margin-left: 1rem;
}

.appliedItem .button {
    color: #762182;
    font-weight: 400;
}

.appliedItem * {
    text-align: left;
}

.appliedItem * span {
    font-weight: 400;
}

.apply__header h1 {
    text-align: center;
    color: #00000A;
    font-weight: 700;
}

.ui-widget-header {
    color: #00000A;
}

.peopleToday {
    padding-top: 9rem;
    padding-bottom: 9rem;
    text-align: center;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF9FF), to(#FFFFFF));*/
    /*background-image: linear-gradient(-180deg, #FFF9FF 0%, #FFFFFF 100%);*/
}

.peopleToday__date {
    color: #4D5256;
    margin-bottom: 1rem;
}

.peopleToday__date em {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    color: #762182;
    line-height: 1.125;
}

.peopleToday__title {
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.peopleToday .button.__orange {
    margin-top: 1.5rem;
}

.peopleToday .button.__orange:hover {
    box-shadow: 0 2px 10px 0 rgb(118, 33, 130);
}

.peopleToday .tns-item {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 1;
}

.peopleToday .tns-outer {
    margin-left: -40px;
    margin-right: -40px;
}

.peopleToday .tns-controls {
    z-index: 0;
}

.peopleToday .tns-slider {
    margin-left: auto;
    margin-right: auto;
}

.peopleIntro {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.peopleList {
    display: flex;
    justify-content: center;
    margin-bottom: 12.5rem;
}

.peopleList .card__title {
    margin-top: 0.25em;
    font-size: 0.875rem;
}

@media screen and (min-width: 540px) {
    .peopleList .card__title {
        font-size: 1.25rem;
    }
}

.peopleList .__benefitCard {
    margin-bottom: 2.5rem;
}

.peoplePage .__showcaseCard {
    border: none;
}

.peoplePage .__showcaseCard h1 {
    padding-top: 0;
}

.peoplePage .__showcaseCard .card__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.people {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0.75;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.people:hover {
    opacity: 1;
}

.people:hover div {
    opacity: 1;
}

.people div {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 10, 0.5);
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.people h1 {
    color: #ffffff;
    font-weight: 700;
}

.people h1 em {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    font-family: "NanumSquare", san-serif;
    opacity: 0.75;
    margin-top: 2px;
}

.people p {
    color: #ffffff;
}

.people .people__school {
    margin-top: 1.5rem;
}

.peopleSlider {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.teacherList {
    width: 100%;
}

.teacherList::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 540px) {
    .teacherList {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 609px) {
    .teacherList {
        width: 608px;
    }
}

@media screen and (min-width: 992px) {
    .teacherList {
        width: 912px;
    }
}

@media screen and (min-width: 1200px) {
    .teacherList {
        width: 1216px;
    }

    .teacherList li {
        width: 300px;
    }
}

.teacherItem {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #ffffff;
}

@media screen and (min-width: 540px) {
    .teacherItem {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 609px) {
    .teacherItem {
        width: 300px;
        margin: 2px;
        height: 300px;
        border: none;
    }
}

.teacher {
    position: relative;
    width: 100px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media screen and (min-width: 540px) {
    .teacher {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 609px) {
    .teacher {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 608px) {
    .teacher {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
}

.teacher:hover .teacher__img {
    background-size: cover;
}

.teacher:hover .teacher__img.__wide {
    background-size: cover;
}

.teacher:hover .teacher__content {
    opacity: 1;
}

.teacher__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-size 300ms ease;
    transition: background-size 300ms ease;
}

.teacher__img.__wide {
    background-size: cover;
}

.teacher__content {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 10, 0.55);
    color: #ffffff;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.teacher__content h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

@media screen and (max-width: 608px) {
    .teacher__content {
        display: none;
    }
}

.showcase__student {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#peoplePage .philosophyPage__principle {
    padding-bottom: 2rem;
}

#peoplePage .philosophyPage__principle .container.mobilePadding {
    width: 95%;
}

@media screen and (min-width: 992px) {
    #peoplePage .philosophyPage__principle .container.mobilePadding {
        width: 85%;
    }
}

@media screen and (min-width: 1200px) {
    #peoplePage .philosophyPage__principle .container.mobilePadding {
        max-width: 960px !important;
    }
}

.page-item, .page-prev, .page-first, .page-last, .page-next {
    float: left;
    padding: 3px;
}

.boardNews {
    margin-left: 4%;
}

.boardNews .page-link {
    position: relative;
    /* display: block; */
    padding: 0.5rem 0.75rem;
    margin-left: unset;
    line-height: 13px;
    color: #000000;
    background-color: unset;
    border: unset;
    font-size: 15px;
}

.boardNews .page-item.active .page-link {
    z-index: 1;
    color: #007bff;
    background-color: unset;
    border-color: unset;
}

.boardNews .pagination {
    display: table;
    margin: auto;
    margin-top: 40px;
}

/*@media screen and (min-width: 996px) {*/
/*    .program .container {*/
/*        max-width: 996px !important;*/
/*    }*/
/*}*/

.program-review-div {
    font-family: "NanumSquareOTF_ac";
}

.review-row {
    display: flex;
    justify-content: center;
}

.reviewScoreDiv {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 992px) {
    .reviewContentDiv {
        max-width: unset;
    }
}

#new_card_program_item {
    border: 1px solid;
    margin-left: 3px;
    font-size: 10px;
    padding: 2px;
    background-color: #762182;
    color: white;
    font-weight: bold;
    position: absolute;
    left: 25px;
    z-index: 2;
    top: 15px;
}

#update_card_program_item {
    border: 1px solid;
    margin-left: 3px;
    font-size: 10px;
    padding: 2px;
    background-color: white;
    color: #762182;
    font-weight: bold;
    position: absolute;
    left: 25px;
    z-index: 2;
    top: 15px;
}

#new_nav_program_item {
    border: 1px solid;
    margin-left: 3px;
    font-size: 10px;
    padding: 2px;
    background-color: #762182;
    color: white;
    font-weight: bold;
}

#update_nav_program_item {
    border: 1px solid;
    font-size: 10px;
    padding: 2px;
    background-color: white;
    color: #762182;
    font-weight: bold;
}

.timeline {
  position: relative;
  padding-left: 60px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
}

.timeline-year {
  position: relative;
  margin-bottom: 40px;
}

.circle {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #232427;
  border: 5px solid #424347;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #75777a;
  font-size: 1.5rem;
  font-weight: bold;
  transition: border 0.2s;
}

.timeline-year .year-btn {
  background: none;
  border: none;
  color: #bfbfbfb4;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.year-btn.active {
  color: #762182;       
}

.timeline-contents {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #000;
}

.timeline-contents span{
  font-size: 1.5rem;
  font-weight: bold;
  color: #762182;   
}

.timeline-content {
  margin-left: 5px;
  border-left: 2px solid #ddd;
}

.bg-gradient-edu {
  background-image: linear-gradient(310deg, #564AD3, #57418A);
}

.step-edu-bg {
  background-image: linear-gradient(310deg, #c27df0 0%, #9a36c1 100%);
}

.step-edu {
  border-radius: 3px;
  width: 4px;
  height: 44px;
}

.circle-edu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  width: 44px;
  height: 44px;
  color: #fff;
}

.info-horizontal {
  text-align: left !important;
  padding: 1.5rem;
}

.info-horizontal .icon {
  float: left;
}

.info-horizontal .description {
  overflow: hidden;
}

.slider {
  overflow: hidden;
}

.track {
  display: flex;
  transition: transform 0.05s linear;
}

.slider .track img {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 10px;
    object-fit: contain;
    border-radius: 100%;
    background-color: #fff;
}

.chat-button {
    position: fixed;
    cursor: pointer;
    background-color: #762182;
    border-radius: 25%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 10px;
    z-index: 10;
    overflow: visible;
    display: flex;
    flex-wrap: nowrap;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
}

.chat-button button {
    width: 100%;
}

.chat-button:hover {
    width: 62px;
    height: 62px;
    bottom: 24px;
    right: 24px;
}

.chat-section {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 100px;
    padding: 20px 10px;
    right: 25px;
    width: 250px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: display 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.chat-link__item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.chat-link__item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-link__item__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #762182;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-link__item__icon img {
    width: 20px;
    height: 20px;
    margin-right: 0;
}