body, html {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.main-content {
    padding-top: 30px;
    color: #000;
}

.main-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wrap-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-top-section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 55px;
}

.group__visual-slide {
    position: relative;
    width: 69%;
}

.visual-slide .swiper-slide a {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.12%;
    background-color: #eee;
}

.visual-slide .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
}

.visual-slide .swiper-container {
    border-radius: 20px;
    overflow: hidden;
}

.visual-slide .slide-control-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-slide .swiper-button-next, 
.visual-slide .swiper-button-prev {
    top: 45%;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}


.visual-slide .swiper-button-next::after, 
.visual-slide .swiper-button-prev::after {
    content: "";
    width: 17px;
    height: 28px;
    display: block;
    background: #fff url("/resource/img/main/icon-slide-arrow.svg") no-repeat 100% center / 100%;
} 

.visual-slide .swiper-button-prev {
    left: 0;
    transform: translateX(-50%) rotate(180deg);
}

.visual-slide .swiper-button-next {
    right: 0;
    transform: translateX(50%)
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled::after, 
.swiper-button-prev.swiper-button-disabled::after {
    opacity: 0.3;
}

.main-content .swiper-pagination {
    position: initial;
    top: unset; 
    bottom: unset;
    left: unset;
    width: auto;
    text-align: center;
}

.visual-slide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.visual-slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    background: #000;
}

.button-play {
    z-index: 1;
}

.slide-control-btn .button-play[aria-pressed='false'] .play {
    display: none;
}

.slide-control-btn .button-play[aria-pressed='true'] .play {
    display: block;
}

.slide-control-btn .button-play[aria-pressed='false'] .stop {
    display: block;
}

.slide-control-btn .button-play[aria-pressed='true'] .stop {
    display: none;
}

.slide-control-btn .button-play.on .play {
    display: block;
}

.group__notice {
    width: 31%;
    padding-left: 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.reserve-link {
    position: relative;
    border-radius: 20px;
    color: #fff; 
    background: #F97D00;
}

.reserve-link a::after {
    content: "";
    display: block;
    width: 34px;
    height: 7px;
    margin-top: 10px;
    background: url("/resource/img/main/link-arrow.svg") no-repeat center / 100%;
}

.reserve-link a {
    display: block;
    height: 100%;
    padding: 10% 9% 10%;
    color: #fff;
    background: url("/resource/img/main/icon-monitor.svg") no-repeat 86% center / 26%;
    box-sizing: border-box;
}

.reserve-link img {
    position: absolute;
    right: 5%;
    bottom: -7px;
    width: 23%;
    transition: 0.3s;
}

.reserve-link a:hover img {
    animation: click 0.5s 1 0.3s both;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes click {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.reserve-link p {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
}

.reserve-link span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.notice-slide {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
}

.notice-slide-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6% 7%;
}

.title-text {
    font-size: 20px;
    font-weight: 500;
}

.slide-control-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.slide-control-btn .button-prev,
.slide-control-btn .button-next {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-slide .swiper-pagination {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.notice-slide .swiper-slide a {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 66.95%;
    overflow: hidden;
    background: #eee;
}


.notice-slide .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
}

.group__news {
    width: 100%;
}

.main-section-title {
    margin-bottom: 20px ;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}


.btn-more {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #000;
}

.btn-more::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: url("/resource/img/main/icon-plus.svg") no-repeat center / 100%;
}

.tab-contents-wrap .tab-content {
    display: none;
}
.tab-contents-wrap .tab-content.on {
    display: block;
}

.tab-group {
    position: relative;
}

.tab-group .btn-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.round-tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.round-tab-btn {
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.round-tab-btn a {
    display: block;
    padding: 6px 23px;
}

.round-tab-btn.on {
    background: #000;
    border-color: #000;
}

.round-tab-btn.on a {
    color: #fff;
}

.news__list {
    display: flex;
    margin: 16px -6.5px;
}

.news__item {
    width: 25%;
    position: relative;
    margin: 0 6.5px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}

.news__item .text__top {
    flex-grow: 1;
    padding: 8%;
}

.news__item .text__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F6F6;
    padding: 16px;
    border-radius: 0 0 15px 15px;
    color: #666666;
}

.news__item a {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 102%;
}

.news__item .text__top .date {
    display: none;
}

.text__type {
    padding: 4px 16px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px;
    color: #fff;
}

.bg_yellow .text__type {
    background: #F6B10E;
}
.bg_blue .text__type {
    background: #0099D3;
} 
.bg_purple .text__type {
    background: #8D3CC8;
}
.bg_green .text__type {
    background: #86B500;
}

.bg_yellow a:hover {
    border-color: #F6B10E;
}
.bg_blue a:hover {
    border-color: #0099D3;
}
.bg_purple a:hover {
    border-color: #8D3CC8;
}
.bg_green a:hover {
    border-color: #86B500;
}

.news__item p {
    min-height: 50px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.news__item .text__bottom .date {
    flex-shrink: 0;
}


.group__data {
    display: flex;
    gap: 3%;
    padding: 56px 0;
}

.item__data:nth-child(1) {
    width: 42.5%;
}

.item__data:nth-child(2) {
    width: 34.5%;
}

.item__data:last-child {
    width: 22.5%;
}

.item__data .img-wrap a {
    display: block;
}

.item__data .img-wrap {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #eee;
}

.item__data .img-wrap a {
    position: relative;
    height: 0;
    overflow: hidden;
}

.item__data:nth-child(1) .img-wrap a {
    padding-bottom: 100%;
}

.item__data:nth-child(2) .img-wrap a {
    padding-bottom: 59%;
}

.item__data:nth-child(3) .img-wrap a {
    padding-bottom: 92.03%;
}

.item__data img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.item__data .text-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    padding: 5% 8%;
    border-radius: 0 0 15px 15px;
    width: 100%;
}

.item__data .text-cont span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.group__data .title-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.group__data .title {
    font-size: 23px;
    font-weight: 500;
}

.group__data .img-group {
    display: flex;
    gap: 18px;
}


.group__card {
    padding: 60px 0 70px;
    background: #F2F7FF;
}

.card-slide {
    margin-top: 30px;
}

.card-slide .swiper-slide {
    padding: 40px 0 20px;
    text-align: center;
    border-radius: 15px;
    background: #E7EFFE;
    transition: background 0.3s;
}

.card-slide .swiper-slide:hover {
    background: #C5D5F8;
}

.card-slide .swiper-slide a {
    /* padding: 18% 18% 11%; */
    display: block;
    max-width: 153px;
    margin: 0 auto;
}

.card-slide .img-wrap {
    position: relative;
    height: 0;
    padding-bottom: 138.56%;
    overflow: hidden;
    transition: 0.3s;
}

.card-slide .swiper-slide:hover .img-wrap {
    box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.25);
}

.card-slide .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.card-title {
    margin: 30px 15px 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide-control-group {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.slide-control-group .swiper-scrollbar {
    display: block !important;
    height: 3px;
    flex-grow: 1;
}

.slide-control-group .swiper-scrollbar.default {
    display: block !important;
}

.slide-control-group .default .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-drag {
    background-color: #040000;
}

.slide-control-group .prev-btn,
.slide-control-group .next-btn {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

.slide-control-group .prev-btn {
    margin-left: 10px;
    background-image: url("/resource/img/main/icon-arrow-left.svg");
}

.slide-control-group .next-btn {
    background-image: url("/resource/img/main/icon-arrow-right.svg");
}

.slide-control-group .swiper-button-disabled {
    opacity: 0.3;
}

.sns-logo-group {
    display: none;
}


/* 영문 메인 */
.main--eng .group__visual-slide {
    width: 100%;
}

.main--eng .visual-slide .swiper-slide a {
    padding-bottom: 38.58%;
}

.main--eng .news__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main--eng .news__item p {
    margin-top: 0;
    -webkit-line-clamp: 4;
}

.main--eng .group__data {
    column-gap: 2%;
    padding-bottom: 90px;
}
.main--eng .item__data:nth-child(1),
.main--eng .item__data:nth-child(2),
.main--eng .item__data:nth-child(3) {
    width: 33.3%;
}
.main--eng .item__data:nth-child(1) .img-wrap a,
.main--eng .item__data:nth-child(2) .img-wrap a,
.main--eng .item__data:nth-child(3) .img-wrap a {
    padding-bottom: 57.98%;
}


@media all and (min-width:640px) and (max-width:1220px){
    .main-content {
        padding-top: 84px;
    }
    .wrap-inner {
        margin: 0 20px;
    }
}

@media all and (max-width:860px){
    .main-content {
        padding-top: 84px;
    }
    .wrap-inner {
        margin: 0 15px;
    }
    .main-top-section {
        row-gap: 30px;
    }
    .group__visual-slide {
        width: 100%;
    }
    .visual-slide .swiper-button-next, 
    .visual-slide .swiper-button-prev {
        width: 35px;
        height: 35px;
        background-size: 9px;
    }
    .visual-slide .swiper-button-next::after, 
    .visual-slide .swiper-button-prev::after {
        width: 11px;
        height: 17px;
    }
    .visual-slide .slide-control-btn {
        bottom: 10px;
        gap: 0;
    }
    .group__notice {
        order: 3;
        width: 100%;
        padding-left: 0;
    }
    .reserve-link {
        display: none;
    }

    .group__news {
        order: 2;
    }

    .main-section-title {
        font-size: 20px;
        text-align: left;
    }

    .tab-group .btn-more {
        top: -100%;
        transform: translateY(-8px);
    }
    .round-tab-list {
        justify-content: flex-start;
        overflow-x: auto;
        margin: 0 -15px;
        padding: 0 15px 5px;
        scroll-snap-align: start;
    }
    .round-tab-btn {
        font-size: 16px;
    }

    .round-tab-btn a {
        white-space: nowrap;
        padding: 5px 16px;
    }

    .news__list {
        flex-direction: column;
    }

    .news__item {
        width: 100%;
        margin: 0;
    }

    .news__item:not(:first-child) {
        display: flex;
        align-items: center;
        border: 0;
        border-radius: 0;
        padding: 15px 10px;
        border-bottom: 1px solid #E8E8E8;
    }

    .news__item:not(:first-child) a:hover {
        border-color: transparent;
    }

    .news__item:first-child .text__top {
        padding: 20px;
    }
    
    .news__item:not(:first-child) .text__top {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        gap: 5px;
    }

    .news__item:not(:first-child) .text__type {
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 18px;
        background: #fff;
        color: #000;
    }

    .news__item:not(:first-child) .text__type::before {
        content: "[";
        display: inline-block;
    }

    .news__item:not(:first-child) .text__type::after {
        content: "]";
        display: inline-block;
    }

    .news__item:not(:first-child) p {
        min-height: unset;
        -webkit-line-clamp: 1;
        margin-top: 0;
    }
    
    .news__item:not(:first-child) .text__top .date {
        display: block;
        margin-left: auto;
        font-size: 16px;
        color: #666;
    }

    .news__item:not(:first-child) .text__bottom {
        display: none;
    }

    .news__item .text__bottom {
        font-size: 16px;
        color: #000;
    }

    .title-text {
        font-size: 16px;
    }

    .notice-slide-title {
        padding: 13px 19px;
    }

    .notice-slide .swiper-pagination {
        font-size: 13px;
    }

    .group__data {
        padding: 30px 0;
        flex-direction: column;
        row-gap: 30px;
    }

    .item__data:nth-child(1),
    .item__data:nth-child(2),
    .item__data:last-child {
        width: 100%;
    }

    .group__data .title-group {
        margin-bottom: 18px;
    }

    .group__data .title {
        font-size: 20px;
    }

    .item__data:nth-child(3) .img-wrap a {
        padding-bottom: 66.66%;
    }

    .item__data .text-cont {
        padding: 13px 20px;
    }

    .item__data .text-cont span {
        -webkit-line-clamp: 1;
    }

    .group__card {
        padding: 40px 0 30px;
    }

    .card-slide {
        margin-top: 20px;
    }
    .card-slide .swiper-container {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .card-slide .swiper-slide a {
        max-width: 124px;
    }
    
    .card-title {
        font-size: 16px;
    }

    .slide-control-group {
        display: none;
    }

    .sns-logo-group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        padding: 30px 15px;
    }
    .sns-logo-group a {
        display: block;
    }

    .sns-logo-group li {
        max-width: 20%;
    }

    .sns-logo-group img {
        width: 100%;
    }

    .main--eng .item__data:nth-child(1), 
    .main--eng .item__data:nth-child(2), 
    .main--eng .item__data:nth-child(3) {
        width: 100%;
    }

    .main--eng .group__data {
        padding-bottom: 40px;
    }

    .main--eng .tab-group .btn-more {
        top: 50%;
        transform: translateY(-50%);
    }
}