body,
input,
label,
button,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Noto Sans KR'; */
}

/* font */
@font-face {
    font-family: 'GmarketSans';
    src: url('/resource/res/css/fonts/GmarketSansBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/resource/res/css/fonts/GmarketSansMedium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/resource/res/css/fonts/GmarketSansLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* common */
.title-text-l {
    font-family: 'GmarketSans';
    font-size: 22px;
    letter-spacing: -1.32px;
}

.title-text-m {
    font-family: 'GmarketSans';
    font-size: 18px;
    letter-spacing: -1.08px;
}

.text--gray {
    color: #666;
}

.text--red {
    color: #ff0000;
}

.main-content {
    padding: 24px 0 0;
    color: #000;
}

.wrap-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main-visual {
    position: relative;
    padding-bottom: 40px;
}

.visual-group {
    position: relative;
    display: flex;
    align-items: center;
    height: 260px;
    padding: 6% 8% 5%;
    border-radius: 130px 20px 20px 20px;
    overflow: hidden;
    color: #fff;
}
.visual-group .text-group {
}
.visual-group .title {
    letter-spacing: -1.62px;
    font-size: 27px;
    font-family: 'GmarketSans';
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.visual-group .title strong {
    display: block;
    margin-top: 5px;
    letter-spacing: -2.58px;
    font-size: 43px;
    font-family: 'GmarketSans';
}
.visual-group .text {
    margin-top: 20px;
    letter-spacing: -0.96px;
    font-weight: 500;
}

.visual-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-group {
    position: absolute;
    top: 13%;
    right: 3%;
    width: 332px;
    padding: 3% 3% 2%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.login-group .text {
    font-size: 11px;
    letter-spacing: -0.63px;
}

.login-input-group {
    margin-top: 20px;
}

.login-input-group .login-input {
    position: relative;
}

.login-input-group .login-input + .login-input {
    margin-top: 11px;
}

.login-input-group input {
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 15px 17px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
}

.login-input-group input::placeholder {
    color: #fff;
}

.login-input-group label {
    position: absolute;
    left: 17px;
    top: 13px;
    font-size: 14px;
    font-weight: 500;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-input-group input:placeholder-shown + label {
    display: block;
}

.login-group .login--btn {
    min-width: 89px;
    padding: 10px 9px 7px;
    line-height: 1;
    background: #000;
    color: #fff;
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 15px;
    border: 0;
    border-radius: 26px;
    cursor: pointer;
}

.login-group .btn-wrap {
    margin-top: 11px;
    text-align: right;
}

.my-booking .list-group {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
    list-style: none;
}
.my-booking .list-item {
    flex-grow: 1;
}

.my-booking .title {
    padding: 11px 13px 9px;
    text-align: center;
    letter-spacing: -0.84px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-family: 'GmarketSans';
    font-weight: 700;
    color: #fff;
}

.my-booking .list-item:nth-child(1) .title {
    background: #F6B10E ;
}
.my-booking .list-item:nth-child(2) .title {
    background: #0083BD;
}

.my-booking .num-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 95px;
    border-radius: 0 0 5px 5px;
    color: rgba(0, 0, 0, 0.4);
}

.my-booking .list-item:nth-child(1) .num-wrap {
    background: #FEF9F4 ;
}

.my-booking .list-item:nth-child(2) .num-wrap {
    background: #F4F7FE ;
}

.my-booking .num-wrap span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -1.8px;
    text-align: right;
}

.my-booking .num-wrap .active {
    color: #0083BD;
}

.my-booking .list-item:nth-child(1) em {
    color: #A97700;
}

.my-booking .num-wrap em {
    line-height: 1;
    font-style: normal;
    font-size: 30px;
}

.booking-section {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}
.booking-section .left-group {
    width: 50%;
}
.booking-section .right-group {
    width: 50%;
}

.booking-section .title-text-l {
    margin-bottom: 20px;
}

.booking-section .book--content {
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding: 5.8% 7%;
    border-radius: 20px;
}

.booking-section .left-group .book--content {
    background: #fef9f4;
}

.booking-section .right-group .book--content {
    background: #f4f7fe;
}

.booking-section .text {
    letter-spacing: -0.96px;
    font-weight: 500;
}

.booking-section .text em {
    font-style: normal;
    color: #a97700;
}

.booking-section .text + .title-text-m {
    margin-top: 36px;
}
.booking-section .title-text-m {
}
.booking-section .list-text {
    list-style: none;
}
.booking-section .list-text li {
    letter-spacing: -1.2px;
}

.booking-section .title-text-m + .list-text {
    margin-top: 7px;
}
.booking-section .list-text + .title-text-m {
    margin-top: 65px;
}
.booking-section .btn-group {
    display: flex;
    gap: 19px;
    margin-top: auto;
    padding-top: 20px;
}
.booking-section .link-btn {
    flex-grow: 1;
    height: 80px;
    padding: 5% 6.5%;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 20px;
    font-family: 'GmarketSans';
    font-weight: 700;
}

.booking-section .left-group .link-btn {
    background: url('/resource/res/img/icon-click.svg') no-repeat 95% 100% / 18%;
    background-color: #f6b10e;
}

.booking-section .right-group .link-btn:nth-child(1) {
    background: url('/resource/res/img/icon-group.svg') no-repeat 93% 100% / 27%;
    background-color: #0083bd;
}

.booking-section .right-group .link-btn:nth-child(2) {
    background: url('/resource/res/img/icon-solo.svg') no-repeat 90% 100% / 20%;
    background-color: #0083bd;
}

.booking-section .right-group .link-btn img {
    display: none;
}

.link-section {
    display: flex;
    gap: 30px;
}

.link-section .link-list {
    width: 50%;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 10px 0 38px;
}

.link-section .left-group {
    border-bottom: 3px solid #f6b10e;
}

.link-section .right-group {
    border-bottom: 3px solid #0083bd;
}

.link-section .link-list li {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    text-align: center;
}

.link-section .link-list li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 1px;
    height: 52px;
    transform: translateY(-50%);
    border-right: 1px dashed #bebebe;
}

.link-section .link-list li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.96px;
}

.link-section .link-list img {
    display: block;
    margin: 0 auto 10px;
}

.link-section .link-list span {
    letter-spacing: -0.96px;
}

.exhibition-section {
    padding: 50px 0 45px;
}
.title-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slide-control-group {
    display: flex;
    align-items: center;
    gap: 16px;
}
.slide-control-group .slide-prev-btn,
.slide-control-group .slide-next-btn {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff url('/resource/res/img/icon-slide-arrow.svg') no-repeat center / 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.slide-control-group .slide-prev-btn {
    transform: rotate(180deg);
}

.slide-group {
    display: flex;
}

.exhibition__main {
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
}

.exhibition__main .swiper-wrapper {
    width: auto !important;
}

.exhibition__list {

}

.exhibition__item {
    transition: transform 0.3s;
}


.swiper-slide-active + .exhibition__item {
    display: flex;
    justify-content: flex-end;
    
}

.swiper-slide-active + .exhibition__item + .exhibition__item {
    display: flex;
    justify-content: center;
}


.exhibition__item:hover {
    transform: translateY(-5px);
}

.exhibition__item.swiper-slide-active {
    flex: 0 0 465px;
    width: 465px;
    border-radius: 20px;
    background-color: #fef9f4;
}

.exhibition__item.swiper-slide-active a {
    display: flex;
    gap: 30px;
    padding: 9% 10%;
    padding-right: 20px;
}

.exhibition__item a {
    display: block;
    text-decoration: none;
    color: #000;
    outline-offset: -3px;
}

.exhibition__item:not(.swiper-slide-active) a {
    padding: 40px 0 5px 30px;
}

.exhibition__item .img-wrap {
    width: 134px;
    height: 193px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.exhibition__item.swiper-slide-active .img-wrap {
    width: 167px;
    height: 243px;
    flex-shrink: 0;
}

.exhibition__item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exhibition__item:not(.swiper-slide-active) .text-wrap {
    width: 170px;
}

.exhibition__item:not(.swiper-slide-active) .bedge-item {
    margin: 10px 0;
}

.bedge-item {
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.78px;
    border-radius: 15px;
    padding: 2px 13px;
    border: 1px solid;
    background: #fff;
}
.bedge-item.yellow {
    border-color: #a97700;
    color: #a97700;
}

.exhibition__item.swiper-slide-active .bedge-item.yellow {
    margin-top: 35px;
    background: #f6b10e;
    border-color: #f6b10e;
    color: #fff;
}
.bedge-item.blue {
    border-color: #0083bd;
    color: #0083bd;
}
.exhibition__item .text__title {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.96px;
    font-weight: 500;
}
.exhibition__item.swiper-slide-active .text__title {
    font-size: 19px;
    margin-top: 18px;
}

.exhibition__item .text__info {
    display: none;
    margin-top: 27px;
    font-size: 14px;
}

.exhibition__item.swiper-slide-active .text__info {
    display: block;
}
.exhibition__item .text__info span {
    display: block;
    letter-spacing: -0.84px;
}

.edu-section {
    padding: 80px 0 82px;
    background: #f4f7fe;
}

.edu-section .title-group {
    margin-bottom: 25px;
}

.edu-section .title-group .btn-more {
    display: block;
    padding: 5px;
}

.edu__list {
    display: flex;
    margin: 0 -14px;
    list-style: none;
}

.edu__item {
    width: calc(100% / 4);
    margin: 0 14px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.edu__item:hover {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.edu__item a {
    position: relative;
    text-decoration: none;
    color: #000;
}

.edu__item a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid;
    border-radius: 15px;
    display: none;
}

.edu__item a:focus-visible::after {
    display: block;
    outline-color: red;
}
.edu__item .img-wrap {
    position: relative;
    height: 0;
    padding-bottom: 57.19%;
    overflow: hidden;
}
.edu__item .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.edu__item .text-wrap {
    position: relative;
    padding: 18px 23px 20px;
    background: #fff;
}
.edu__item .bedge-item {
    position: absolute;
    top: -14px;
    left: 23px;
}
.edu__item .text__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 46px;
    letter-spacing: -0.96px;
    font-weight: 500;
}
.edu__item .text__info {
    letter-spacing: -0.78px;
    margin-top: 10px;
    font-size: 13px;
    color: #666666;
}
.edu__item .text__info span {
    display: block;
}

@media screen and (max-width: 1220px) {
    .wrap-inner {
        padding: 0 20px;
    }

    .exhibition__item.swiper-slide-active {
        flex: 0 0 430px;
    }

    .exhibition__item.swiper-slide-active a {
        padding: 30px;
    }

    .exhibition__item:not(.swiper-slide-active) a {
        padding: 30px 0 5px 30px;
    }

    .swiper-slide-active + .exhibition__item {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .swiper-slide-active + .exhibition__item {
        justify-content: center;
    }

    .edu__item {
        margin: 8px;
    }

}

@media all and (max-width: 769px) {
	.main-content {
		padding: 50px 0 0;
	}
    .pc-only {
        display: none !important;
    }
    .title-text-m {
        font-size: 20px;
    }

    .title-text-l {
        font-size: 24px;
    }

    .main-visual {
        margin: 0 -20px;
    }
    .visual-group {
        height: auto;
        padding: 28px 20px;
        border-radius: 0;
    }

    .visual-group .title {
        letter-spacing: -0.84px;
        font-size: 14px;
    }

    .visual-group .title strong {
        font-size: 29px;
        letter-spacing: -1.74px;
    }

    .visual-group .text {
        font-size: 15px;
        letter-spacing: -0.96px;
    }

    .login-group {
        position: initial;
        box-shadow: none;
        width: 100%;
        padding: 28px 20px;
    }

    .login-group .login--btn {
        width: 100%;
        padding: 17px;
        font-size: 18px;
    }

    .login-group .text {
        margin-top: 5px;
        font-size: 14px;
    }

    .booking-section {
        flex-direction: column;
        gap: 36px;
        padding: 0;
    }

    .booking-section .left-group {
        width: 100%;
    }

    .booking-section .right-group {
        width: 100%;
    }

    .booking-section .title-text-l {
        margin-bottom: 13px;
    }

    .booking-section .book--content {
        min-height: auto;
        padding: 30px 30px 0;
    }

    .booking-section .list-text + .title-text-m {
        margin-top: 35px;
    }

    .booking-section .list-text li {
        line-height: 1.5;
    }

    .booking-section .btn-group {
        flex-direction: column;
        gap: 9px;
        margin: 0 -30px;
    }

    .booking-section .link-btn {
        padding: 23px 21px;
    }

    .booking-section .right-group .link-btn img {
        display: block;
        margin-top: 10px;
    }
    .booking-section .right-group .link-btn:nth-child(1) {
        background-size: 66px;
    }
    .booking-section .right-group .link-btn:nth-child(2) {
        background-size: 45px;
        background-position-y: center;
    }

    .link-section {
        padding: 50px 0 40px;
        flex-direction: column;
    }

    .link-section .link-list {
        width: 100%;
        padding: 0 0 20px;
    }

    .link-section .left-group {
        border: 0;
    }

    .link-section .left-group {
        padding: 0;
    }

    .link-section .link-list li + li::before {
        display: none;
    }

    .link-section .link-list img {
        max-width: 37%;
    }
    
    .link-section .link-list span {
        min-height: 45px;
        font-size: 15px;
    }

    .exhibition-section {
        padding: 40px 0 51px;
    }
    
    .exhibition-section .title-group {
        margin-bottom: 5px;
    }

    .exhibition__item.swiper-slide-active {
        flex: 1 0 100%;
    }

    .edu-section {
        padding: 54px 0;
    }

    .edu__list {
        overflow-x: auto;
        scroll-snap-type: x proximity;
        margin: 0 -20px;
        padding: 0 20px;
    }

    .edu__item {
        width: 235px;
        flex-shrink: 0;
        margin: 0 10px;
    }

    .edu__item:last-child {
        margin-right: 20px;
    }

    .edu-section .title-group .btn-more img {
        width: 16px;
    }

    .exhibition__item.swiper-slide-active a {
        padding: 25px 25px;
        padding-right: 16px;
    }

    .exhibition__item a {
        display: flex;
        gap: 30px;
    }

    .exhibition__item:not(.swiper-slide-active) .text-wrap {
        width: 100%;
    }

    .exhibition__item .text__info {
        display: block;
    }
    
    .exhibition__item.swiper-slide-active .img-wrap {
        width: 140px;
        height: 202px;
    }

    .exhibition__item.swiper-slide-active .text__title {
        min-height: 48px;
    }

    .exhibition__item.swiper-slide-active .text__info {
        min-height: 40px;
    }

    .exhibition__item.swiper-slide-active .bedge-item.yellow {
        margin-top: 10px;
    }
}

@media all and (max-width: 478px) {
   .exhibition__item a {
        display: flex;
    }

    .exhibition__item.swiper-slide-active a {
        padding: 25px 25px 29px;
        gap: 6%;
    }
    .exhibition__item.swiper-slide-active .img-wrap {
        width: 128px;
        height: 188px;
    }

    .exhibition__item.swiper-slide-active .text__title {
        font-size: 16px;
    }
    
    
    .exhibition__item.swiper-slide-active .text__info {
        margin-top: 10px;
    }
}


@media all and (max-width: 478px) {
    .exhibition__item.swiper-slide-active .text__info {
        min-height: 80px;
    }

}