/* ëª¨ë°”ì¼ */
main {
    font-size: 1.6rem;
}

main > .wrap-inner {
    padding: 2rem 2rem 4rem;
}

/* ë©”ì¸ íŒì—…ì¡´ */
.popupzone .slider__container {
    padding: 0 3rem;
}
.popupzone h2 {
    font-size: 2.6rem;
}

.swiper-button-next {
    right: -1rem;
}

.swiper-button-prev {
    left: -1rem;
}

/* ***** ë©”ì¸ ***** */
.main-page {
    padding: 0;
}
.main-page .wrap-inner {
    padding: 4rem 2rem;
    overflow: hidden;
}

.main-page section {
    padding: 0;
}

.main-page .visual-area {
    flex-direction: column;
}

.main-page .visual-area::after {
    content: "";
    display: block;
    width: 100vw;
    height: 0.8rem;
    margin: 2rem -2rem 3rem;
    background: #f3f4f5;
}

.main-page .main-text-group {
    margin-bottom: 3rem;
    text-align: center;
}

.main-page .main-title__small {
    font-size: 2rem;
}

.main-page .main-title__big {
    font-size: 3rem;
}

.main-page .main-search-group {
    max-width: 100%;
}

.main-page .main-search-group input {
    padding: 1.6rem 3%;
}

.main-page .main-search-btn {
    height: 6rem;
}

.main-page .visual-slide-area {
    width: 100%;
    margin-top: 4rem;
}

.main-page .slide-link-group {
    width: 150px;
    margin-top: 1.4rem;
}

.main-page .slide-link-group li {
    padding: 1.7rem 0;
}
.main-page .slide-link-group li a {
    font-size:16px;
}

.main-section-1 .wrap-inner {
    background: none;
}

.main-page .main-title-group {
    flex-wrap: wrap;
}

.main-page .main-title-group .main-section-title {
    order: 1;
}
.main-page .main-title-group .btn--more {
    order: 2;
    margin-left: auto;
}
.main-page .main-title-group .title-tab__list {
    min-width: 100%;
    order: 3;
    overflow-x: auto;
    margin: 2rem -2rem 0;
    padding: 0 2rem;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
}

.main-page .main-title-group .main-tab__item {
    white-space: nowrap;
    scroll-snap-align: center;
    font-size: 1.8rem;
}

.main-page .main-tab__item + .main-tab__item::before {
    margin: 0 1rem;
}

.main-page .main-section-title {
    font-size: 3rem;
}

.main-page .main-visual-slide .slide-item {
    border-radius: 1.4rem;
}
.main-page .main-visual-slide .swiper-pagination {
    top: 80%;
}
.main-page .slide-link-group li a::before {
    background-size: 22px;
}
.main-page .slide-link-group li a::after {
    width:30px;
    height:30px;
}
.main-page .slide-link-group .ic-right {
    display: none;
}

/* ì¸ìž¬ê°œë°œì› ì†Œì‹ */
.main-page .news__list {
    display: flex;
    margin: 0 -2rem;
    padding: 0 2rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.main-page .news__list::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.main-page .news__list::-webkit-scrollbar-track {
    background-color: transparent;
}
.main-page .news__item {
    width: 90%;
    flex-shrink: 0;
    scroll-snap-align: center;
}

/* ì´ë‹¬ì˜ ì§‘í•©êµìœ¡ */
.main-section-2::after {
    border-radius: 0;
}
.main-section-2 .wrap-inner {
    background: none;
}
.edu-slide-section {
    flex-direction: column;
}

.main-page .vertical-tab__list {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 100%;
    order: 3;
    overflow-x: auto;
    margin: 2rem -2rem 0;
    padding: 0 2rem;
    scroll-snap-type: x mandatory;
}
.main-page .vertical-tab__list::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.main-page .vertical-tab__list::-webkit-scrollbar-track {
    background-color: transparent;
}
.main-page .vertical-tab__item {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #bdbdbd;
    white-space: nowrap;
    scroll-snap-align: center;
    border: 0;
}

.main-page .vertical-tab__item + .vertical-tab__item::before {
    content: "";
    width: 1px;
    height: 2.2rem;
    display: inline-block;
    margin: 0 1rem;
    background: #bdbdbd;
}

.main-page .vertical-tab__item::after {
    display: none;
}

.main-section-2 .vertical-tab-group {
    display: flex;
    flex-wrap: wrap;
}

.main-section-2 .btn--more {
    margin-left: auto;
}

.main-page .edu-slide-group {
    width: 100%;
}

.main-page .edu-slide .swiper-container {
    overflow: unset;
}

.main-page .edu-slide .edu-slide__item {
    padding: 8% 5.5%;
}

.main-page .edu-slide .edu-slide__item:hover {
    transform: unset;
}

.main-page .edu-slide .swiper-button-prev,
.main-page .edu-slide .swiper-button-next {
    display: none;
}
.main-page .edu-slide-section {
    align-items: unset;
}

.main-page .edu-slide-group {
    padding-right: 0;
}

/* ì˜¨ë¼ì¸ êµìœ¡ê³¼ì • */
.main-section-3 {
    border-radius: 0;
}
.main-section-3::after {
    display: none;
}

.main-section-3 .main-title-group {
    margin-bottom: 1.7rem;
}

.main-section-3 .btn--more {
    position: absolute;
    top: 4.5rem;
    right: 2rem;
    margin-top: 0;
}

.main-section-3 .vertical-tab__list {
    margin-top: 0;
}

/* ì•Œë¦¼ ì˜ì—­ */
.main-section-4 .wrap-inner::after {
    display: none;
}

.main-section-4 .wrap-inner {
    flex-direction: column;
    padding-bottom: 0;
}

.main-page .notice-slide {
    width: 100%;
    margin-bottom: 4rem;
}

.main-page .link-list-group {
    padding: 0 0 5rem;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

.main-page .link-list-group>ul {
    padding: 4rem 2rem;
    margin: 0 -2rem 3rem;
    border: 0;
    border-radius: 0;
    background: #eaf7ff;
}

.main-page .link__title {
    text-align: center;
}

.main-page .link-list-group .link-list::after {
    display: none;
}

.main-page .link-list__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.main-page .link-list__item a {
    padding: 5% 10%;
}

.main-page .link-list-bottom {
    position: inherit;
    width: 100%;
    border-radius: 20px;
}

.main-page .link-list-bottom img {
    right: -15px;
}

/* ë©”ì¸ ì˜ë¬¸ */
.main-eng::after {
    display: none;
}
.eng-main-section-1 {
    margin-bottom: 0;
    padding-top: 3rem;
}

.eng-main-section-2 {
    padding-bottom: 3rem;
}

[class*="eng-main-section"] .wrap-inner {
    flex-direction: column;
}

.main-eng .course-area {
    width: 100%;
}
.main-eng .course__list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow-x: scroll;
    margin: 0 -2rem;
    padding: 0 2rem;
    scroll-snap-type: x mandatory;
}
.main-eng .course__item,
.main-eng .course__item.on {
    display: flex;
    width: 96%;
    height: 30.6rem;
    flex-shrink: 0;
    border-radius: 20px;
    scroll-snap-align: center;
}
.main-eng .course__item .text-wrap,
.main-eng .course__item.on .text-wrap {
    position: initial;
    height: auto;
    margin-top: auto;
    padding: 2rem 3rem;
    background: rgba(0, 106, 170,.8);
}

.main-eng .course__item .slide__text {
    margin-top: 1rem;
}

.main-eng .course__item .more-link,
.main-eng .course__item.on .more-link {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.main-eng .course__list .more-link::after {
    display: none;
}

.main-eng .course__item.on::before {
    background: rgba(0, 0, 0, 0.4);
}

.main-eng .course__list .slide__text {
    opacity: 1;
}

.main-eng .Introduction-area {
    width: 100%;
}

.main-eng .photo-news-area {
    width: 100%;
    border: 0;
    background: transparent;
}

.main-eng .photo-news-slide {
    margin: 0 -2rem;
    padding: 0;
}

.main-eng .photo-news-slide .swiper-container {
    overflow: hidden;
    padding: 0 2rem;
}

.main-eng .photo-news-area .area-title-group {
    margin: 0 0 2rem;
}

.main-eng .quick-menu-area {
    width: 100%;
}

.main-eng .quick-menu-area .menu__item:nth-child(-n+3) {
    border: 0;
    padding: 1.5rem 0;
}

.main-eng .quick-menu-area .menu__item:nth-child(n+4):nth-child(-n+6) {
    padding: 1.5rem 0;
}

.main-eng .quick-menu-area .menu__item:not(:nth-child(3n))::after {
    display: none;
}

.main-eng .swiper-button-prev,
.main-eng .swiper-button-next {
    display: none;
}

.main-eng .mb-line-item::after {
    display: block;
    content: "";
    width: 100vw;
    height: 8px;
    margin: 4rem -2rem;
    background: #EEEEEE;
}

/*****ì„œë¸Œ ë¹„ì¥¬ì–¼*****/
.visual-nav_btn {
    width: auto;
    padding: 20px 0;
    pointer-events: none;
    font-size: 1.4rem;
    font-weight: 500;
    align-items: center;
}
.visual-nav-group {
    padding: 0 1.2rem;
}
.dropdown-toggle-group {
    border: none;
}
.dropdown-toggle-group:last-child .bg-arrow {
    display: none;
}
.nav-home,
.visual-img-wrap:after {
    height: 5.5rem;
    border: none;
}
.nav-home {
    width: 3rem;
    margin-right: 5px;
}

.visual-nav_btn .bg-arrow {
    width: 2.5rem;
    height: 1rem;
    transform: rotate(-90deg);
}

.banner-title {
    font-size: 2.4rem;
}

/*****ì„œë¸Œ ì½˜í…ì¸ *****/
.line-box {
    padding: 15px;
    flex-direction: column;
}
.line-box:has(.cont-icon):not(.page-contact):not(.block) {
    padding: 0;
    border: 0;
    background: transparent;
    align-items: flex-start;
}

.cont-icon {
    align-self: center;
}

.cont-icon + .cont-text {
    margin-top: 3rem;
}

.full-bg--gray {
    margin: 4rem 0;
    padding-bottom: 4rem;
}

.full-bg--gray .cont-title {
    padding: 3rem 0 2rem;
}

.full-bg--gray .main-title {
    padding: 4rem 0 1.2rem;
}

.cont-bg.size-l {
    width: 13rem;
    height: 13rem;
}
.cont-bg.size-m {
    width: 12rem;
    height: 12rem;
}

.cont-bg img {
    max-width: 50%;
}

.page-contact .cont-bg {
    width: 70px;
    height: 70px;
}

.page-contact .cont-text {
    margin-top: 0;
}

.page-contact .cont-bg img {
    width: 55%;
}

.page-contact .dscr-text--m,
.page-contact .dscr-text--l {
    font-size: 1.6rem;
}

.line-box__piece ul {
    gap: 0;
    flex-direction: column;
}

.line-box__piece ul li {
    width: 100%;
    padding: 0;
    border: 0;
}

.line-box__piece ul li::before {
    position: inherit;
    display: block;
    margin: 0 auto;
    left: unset;
    top: unset;
    bottom: unset;
    transform: rotate(90deg);
}

.line-box__piece .cont-text {
    margin: 12px 0 0;
}

.line-box__piece .cont-text strong {
    margin-bottom: 9px;
}
.line-box__group {
    padding: 4rem 0;
}

/* ê²€ìƒ‰ ì˜ì—­ */
.content-search .division {
    display: none;
}
.content-search {
    padding: 20px;
    text-align: center;
}
.content-search + .tab-btn-list {
    margin-top: 14px;
}
.content-search .form-group {
    padding: 0 5px;
    background: var(--color-white);
    border-radius: 5px;
    border: 1px solid var(--color-gray);
}

.content-search input[type='search'] {
    padding: 8px 0;
}

.content-search .content-search__inner {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
}
.content-search select {
    width: 100%;
    padding: 8px 20px 8px 10px;
    border: 1px solid var(--color-gray);
    border-radius: 5px;
}

/* êµìœ¡ì²´ê³„ë„ */
.circle-column {
    width: 100%;
    max-width: 37.5rem;
    gap: 5px;
    justify-content: space-between;
}
.circle-column span {
    width: 9.8rem;
    height: 9.8rem;
}
.tech-cont {
    width: auto;
    height: auto;
    border: 0;
    background-size: 9rem;
    background-position-y: 50%;
}

.tech-cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 0;
}

.tech-cont ul li {
    all: unset;
    width: 12.8rem;
}

.tech-cont ul li:nth-child(1) .tech-text,
.tech-cont ul li:nth-child(3) .tech-text {
    text-align: center;
}

.tech-cont ul li:nth-child(even) {
    justify-self: right;
}

.tech-cont ul li .tech-text {
    text-align: center;
}

.tech-cont .bg-circle {
    width: 9.8rem;
    height: 9.8rem;
    margin: 0 auto 2rem;
}

/* ì¡°ì§ ë° ê¸°ëŠ¥ */
.organization__item ul {
    padding: 20px 20px 20px 30px;
}

/* ì›ìž¥ì¸ì‚¬ë§ */
.introduce-title {
    position: relative;
    font-size: 2.4rem;
    word-break: keep-all;
    margin: 0 0 2rem;
    padding: 0 1rem;
}
.introduce {
    padding: 0;
    flex-direction: column;
}

.introduce::before {
    display: none;
}

.introduce__profile {
    max-width: 280px;
    width: unset;
    margin: 0 auto;
}
.bg-quotes::before,
.bg-quotes::after {
    position: absolute;
    top: 0;
    width: 0.9rem;
    height: 0.8rem;
    padding: 0;
}

.bg-quotes::before {
    left: 0;
}
.bg-quotes::after {
    right: 0;
}
.introduce__profile-info {
    margin-top: 2rem;
}

.edu-info {
    padding: 2rem 0;
}

/* ì—°í˜ */
.timeline__container::before {
    width: 15%;
}
.timeline .left .timeline__cont {
    padding-right: 15%;
}
.timeline .right .timeline__cont {
    padding-left: 15%;
}

.timeline__container.point::after {
    top: -5px;
    width: 5rem;
    height: 5rem;
}

/* ë¯¼ì› ì‹ ì²­ */
.certification > li {
    flex: 1 1 30%;
    gap: 14px;
}
.certification__title {
    min-height: 48px;
}

/* ì°¾ì•„ì˜¤ì‹œëŠ”ê¸¸ */
.page--transport .column--3 > li {
    flex: 1 1 49%;
    padding: 10px;
}
.page--transport .bus .route {
    float: right;
}
.pickup-point {
    align-items: flex-start;
}
.pickup-point:after {
    display: none;
}
.pickup-point > div {
    width: 100%;
}
.pickup-point > div + div {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d3dce5;
}

/* ê²€ìƒ‰ì˜ì—­ > ìƒì„¸ê²€ìƒ‰ íŒì—… */
.detail-search-box {
    padding: 2.4rem;
}
.detail-search-box::before {
    content: attr(data-title);
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.detail-search-box .list-item {
    flex-direction: column;
    gap: 10px;
}
.detail-search-box .item-title::after {
    display: none;
}
.detail-search-box .list-item + .list-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
}

.detail-search-box.search-box__total {
    position: fixed;
    top: 12%;
    bottom: auto;
    width: 92%;
    max-height: 500px;
    padding: 2.5% 4% 4%;
    z-index: 12;
    box-shadow: 0 0 300px rgba(0,0,0,6);
}

.detail-search-box.search-box__total.show {
    display: flex;
    flex-direction: column;
}

.detail-search-box.search-box__total .check-box-list {
    height: 73%;
    overflow: auto;
}

.detail-search-box.search-box__total .btn-l {
    min-width: unset;
}

/* êµìœ¡ì‹ ì²­ ìƒì„¸ê²€ìƒ‰ */
.content-search.detail-search {
    padding: 2rem 2rem 6.2rem;
}

.content-search.detail-search .search__btn-detail {
    position: absolute;
    border: 1px solid var(--color-gray);
    border-radius: 5px;
    background: var(--color-white);
    bottom: -10px;
    transform: translateY(100%);
}

.content-search.detail-search .form-group {
    position: relative;
}

/* ìˆ˜ê°•ì‹ ì²­ ìƒì„¸ */
.list-item-group {
    grid-template-columns: repeat(2, 1fr);
}
.normal-list__item .item__title a {
    display: block;
    margin-bottom: 5px;
}

.tag-items [class*='tag-'] {
    font-size: 1.5rem;
}

.tag-color--gry {
    order: 5;
}

.list-item-group .tag-color--gry {
    width: 100%;
}

/* ê³µí†µ ë¦¬ìŠ¤íŠ¸ */
.normal-list__item {
    padding: 1.6rem;
    flex-direction: column;
    gap: 20px;
}

.normal-list__item .item__title {
    font-size: 1.8rem;
}

.normal-list__item .tag-items {
    margin: 2rem 0 0;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}

.normal-list__item .thumbnail-img {
    width: 100%;
    max-width: 400px;
    align-self: center;
}

.normal-list__item.is-thumbnail {
    padding: 5%;
    gap: 2rem;
}

/* ì‹œì„¤ì•ˆë‚´ */
.facility {
    display: block;
}
.floor__btns {
    flex-direction: revert;
    gap: 5px;
}
.floor__btns button {
    flex-grow: 1;
    min-width: auto;
}

/* ê²Œì‹œíŒ ìƒì„¸ */
.board__page {
    padding: 2rem 0;
}

.board__title {
    font-size: 2rem;
}

.board__info {
    padding: 2rem 0;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 5px;
}

.board__body {
    padding: 2rem 0;
}

.board__file {
    padding: 1.2rem;
}

.search-resurt__title .btn {
    min-width: unset;
}

/* ë‚˜ì˜ ê°•ì˜ì‹¤ */
.lecture-content {
    padding: 3rem 0 5rem;
}
.lernstatus__list {
    gap: 1rem;
}
.progress .column-grid {
    flex-direction: column;
    row-gap: 10px;
}
.page--lecture .list-info__bottom {
    flex-wrap: wrap;
    row-gap: 5px;
}

.list-info__bottom .progress__box {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.list-info__bottom .progress__box .progress__text {
    font-size: 1.5rem;
}

.line-box--round .list-info {
    flex-wrap: wrap;
}

.icon-cont-title {
    font-size: 2rem;
    gap: 0.5rem;
}

.edu-status-area .line-box--round {
    margin: 1.2rem 0;
}

.lernstatus__item {
    width: 100%;
    text-align: center;
}


.lernstatus__info {
    padding: 1.5rem;
}

.lernstatus__info::after {
    display: none;
}

.lernstatus__item .title {
    padding: 1rem 1rem;
    font-size: 1.6rem;
}

.lernstatus__info .big-text {
    font-size: 1.8rem;
}

.page--lecture .full-bg--gray {
    padding: 3rem 0;
}

.lecture-content .edu-info .edu__detail .btn {
    width: 100%;
}

.grid-column-2 {
    display: block;
}

/* ë‚ ì§œ ì„ íƒ */
.monthly-tab-box {
    padding: 2rem;
    margin: 0 -2rem;
}

.monthly-tab {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.monthly-control {
    gap: 0.5rem;
    order: 1;
    font-weight: 500;
    align-self: center;
}
.monthly-tab__list {
    width: 100%;
    order: 3;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 1rem;
}

.monthly-tab .btn {
    order: 2;
}

.monthly-tab__item a::after {
    margin-top: 4px;
}

/* ì£¼ê°„ì‹ë‹¨ */
.weekly-menu {
    padding: 3rem 1.4rem;
}
.weekly-menu::after {
    width: 2.2rem;
    height: 5rem;
}
.weekly-menu .cont-bg {
    width: 8rem;
    height: 8rem;
}

.weekly__info {
    row-gap: 1rem;
}

.weekly__date-title span {
    font-size: 3rem;
}

.weekly__day-title {
    padding: 1rem 0;
}

.weekly__day {
    padding: 1rem 0;
    font-size: 2.5rem;
}

.round-tab-list .tab-btn {
    width: 11rem;
}

@media all and (max-width: 640px) {
    /* ìž…êµì•ˆë‚´ */
    .dormitory-price {
        flex-direction: column;
        padding: 15px;
    }
    .dormitory-price .column--row {
        width: 100%;
    }

    /* ì—­ëŒ€ ì›ìž¥ */
    .ledgers dd {
        margin: 10px 0 0;
        padding-top: 5px;
    }

    /* ê°œì¸ì •ë³´ì²˜ë¦¬ë°©ì¹¨ */
    .content-list {
        flex-direction: column;
    }
    .anchor-list {
        flex-direction: column;
    }

    .line-box--round.align--between {
        padding: 15px;
    }
    .line-box--round.align--between:has(.list-info) {
        flex-direction: column;
        align-items: stretch;
    }

    .line-box--round.bg-color--skyblue {
        flex-direction: column;
        row-gap: 30px;
    }

    /* ì°¾ì•„ì˜¤ì‹œëŠ”ê¸¸ */
    .page--transport .column-grid.border > li {
        flex-direction: column;
        row-gap: 5px;
    }

    /* ìˆ˜ê°•ì‹ ì²­ */
    .list-item-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .tag-items [class*='tag-'] {
        padding: 0.4rem 1.2rem;
    }

    /* ìƒì§• MI */
    .page--mi .cont-logo {
        width: 200px;
    }
    .mi-color-list li {
        flex: 1 1 100%;
    }
    .mi-color-list li + li {
        border: none;
    }
    .mi-color__title {
        min-height: auto;
        margin: 10px 0 18px;
        font-size: 1.6rem;
    }

    .logo-group {
        flex-wrap: wrap;
    }

    .logo-group li {
        width: 100%;
        padding: 2rem 5rem;
    }

    /* ë¡œê·¸ì¸ */
    .page--login .column-grid.border > li {
        flex-basis: 100%;
    }
    .login-cont {
        width: auto;
    }
    .login__link {
        margin-top: 15px;
    }
    .login__link a {
        padding: 0 6px;
        font-size: 1.5rem;
    }

    .verification-popup .column-grid {
        gap: 1%;
        row-gap: 6px;
    }

    .verification-popup .column-grid > li {
        flex: 0 1 49%;
        padding: 1rem;
    }

    .verification-popup .column-grid  .cont-bg {
        width: 8rem;
        height: 8rem;
    }

    .verification-popup .column-grid .cont-title {
        font-size: 1.6rem;
        padding-bottom: 1rem;
    }

    .verification-popup .btn {
        padding: 0.9rem 0.5rem;
    }

    /* íšŒì›ê°€ìž… */
    .step p {
        font-size: 1.6rem;
    }

    .join-completed {
        padding: 5rem 0;
    }

    .join-completed img {
        width: 50%;
    }

    .join-completed .main-title {
        font-size: 2.2rem;
    }

    .join-completed .cont-title {
        font-size: 1.8rem;
    }

    .join-completed .btn-group {
        margin-top: 5rem;
    }

    .user-info-box {
        width: 90%;
    }


    /* ì‚¬ì´íŠ¸ë§µ */
    .site-map__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .site-map__list .link__list {
        font-size: 1.6rem;
    }

    .site-map__list .link__item + .link__item {
        margin-top: 1rem;
    }

    .site-map__list .cont-title {
        font-size: 1.8rem;
    }

    /* ì‹œì„¤ì•ˆë‚´ */
    .facility__item {
        flex-direction: column;
        padding: 20px 0;
        row-gap: 10px;
    }
    .facility__item + .facility__item {
        padding: 20px 0;
    }
    .facility__info .cont-title {
        padding-top: 0;
    }

    /* í™ë³´ìžë£Œ - ë¸Œë¡œìŠˆì–´ */
    .list--gallery.brochure {
        justify-content: space-between;
    }
    .list--gallery.brochure > li {
        flex-basis: 48%;
        max-width: initial;
    }

    /* ë¦¬ìŠ¤íŠ¸í˜• ê°¤ëŸ¬ë¦¬í˜• ëª©ë¡ */
    .grid-list.is-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .normal-list__item .thumbnail-img {
        align-self: center;
    }

    .edu__dDay {
        margin-bottom: 10px;
    }

    /* ì—´ë¦°êµìœ¡ */
    .page--openCourseList .line-box--round .list-info {
        justify-content: center;
    }
    .page--openCourseList .ellipsis2 {
        font-size: 18px;
    }
    .page--openCourseList .content__text {
        font-size: 16px;
    }

    /* error page */
    .error-page {
        height: 90vh;
        padding: 2rem 2rem;
    }

    .error-page .inner {
        height: 100%;
        display: grid;
        grid-template-rows: auto 1fr;
    }
    .error-page .logo {
        width: 150px;
    }

    .error-page .round-box {
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* ê°•ì˜ì‹¤ */
    .edu-info {
        flex-direction: column;
    }
    .edu-info .edu-left {
        width: 100%;
        border: 0;
    }
    .lecture-content .edu-info .edu__detail,
    .lecture-content .edu-info .edu__detail .btn {
        width: 100%;
    }
    /* êµìœ¡ì‹ ì²­ì ˆì°¨ */
    .round-tab-group {
        margin-bottom: 3rem;
    }

    .round-tab-list {
        width: 100%;
        font-size: 1.5rem;
        gap: 0;
    }

    .round-tab-group.on .round-tab-list {
        display: block;
    }

    .round-tab-list .tab-btn {
        width: auto;
        flex-grow: 1;
    }

    .round-tab-list .tab-btn a {
        padding: 0.4rem 0.6rem;
    }

    .guide-image-box {
        padding: 2.4rem;
    }

    .guide-text-box {
        gap: 0.8rem;
    }

    .guide-image-box + .guide-text-box {
        margin-top: 3rem;
    }

    .guide-text-box + .guide-image-box {
        margin-top: 1rem;
    }

    .guide-image-box + .guide-image-box {
        margin-top: 1rem;
    }

    .pc-view {
        display: none !important;
    }

    .mb-view {
        display: block !important;
    }
}

@media all and (max-width: 450px) {
    /*ì—´ë¦° ê³¼ì •*/
    .page--openCourseList .line-box--round .list-info {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .page--openCourseList .list__title {
        text-align: center;
    }
}

@media all and (max-width: 330px) {
    html,
    body {
        font-size: 56.25%;
    }

    .search-box__total .select__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
