#main {
    overflow-x: hidden;
}

#main header {
    margin-bottom: -8px;
}

#main .hero {
    width: 100%;
    position: relative;
}

#main .contents-wrapper {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}

#main .contents-wrapper.notice {
    max-width: 1280px;
    min-height: 560px;
    width: 90%;
    margin: auto;
}

#main .hero .swiper-wrapper {
    display: flex;
}

#main .hero .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background-color: rgba(0, 0, 0, 0.50);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 950px;
    height: 950px;
    padding-top: 160px;
}

#main .hero .swiper-wrapper .swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

#main .hero .swiper-wrapper .swiper-slide h1 {
    text-align: center;
    color: #fff;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#main .hero .swiper-wrapper .swiper-slide p {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

#main .hero .swiper-wrapper .swiper-slide .search {
    margin-top: 60px;
    border-radius: 60px;
    background-color: #fff;
    max-width: 820px;
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 30px;
    padding: 20px 40px;
}

#main .hero .swiper-wrapper .swiper-slide .search input {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    border: none;
}

#main .hero .swiper-wrapper .swiper-slide .search button {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(/images/ic_search-b897bad399c66f4d762694fd77229eee.svg) no-repeat transparent center;
    border: none;
}

#main .hero .swiper-wrapper .swiper-slide .tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#main .hero .swiper-wrapper .swiper-slide .tags a {
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
}

#main .hero .float-menu {
    position: fixed;
    top: 134px;
    right: 2%;
    z-index: 100;
    width: 87px;
}

#main .hero .float-menu ul {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#main .hero .float-menu ul li {
    display: flex;
    height: 68px;
    border-bottom: solid 1px #f4f4f4;
    align-items: center;
    justify-content: center;
}

#main .hero .float-menu ul li a {
    text-align: center;
}

#main .hero .float-menu ul li:last-child {
    border: none
}

#main .hero .float-menu button {
    margin-top: 10px;
    border-radius: 10px;
    text-indent: -9999px;
    background: url(/images/ic_arrow_up_lg-696659532a40881a56f6f08424808546.svg) no-repeat #D5DD00 center;
    width: 100%;
    height: 60px;
}

#main .one-table {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    margin-top: -150px;
    z-index: 99;
}

#main .one-table .cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .one-table .cover img {
    object-fit: cover;
    border-radius: 15px;
    width: 80%;
}

#main .one-table .contents-wrapper {
    display: grid;
    grid-template-columns: 31.25% 1fr;
    gap: 80px;
    padding: 140px 0;
}

#main .one-table h2 {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#main .one-table h5 {
    margin-top: 15px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#main .one-table p {
    margin-top: 20px;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    word-break: break-word;
    overflow-wrap: break-word;
}

#main .one-table .images {
    display: flex;
    gap: 15px;
}

#main .one-table .desc-wrap {
    display: flex;
    flex-direction: column;
}

#main .one-table .desc {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#main .one-table .desc-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 60px;
    pointer-events: none;
}

#main .one-table .desc-wrap.is-open .desc {
    -webkit-line-clamp: unset;
    white-space: pre-line;
}

#main .one-table .desc-wrap.is-open::after {
    display: none;
}

#main .one-table .more-btn {
    align-self: flex-end;
    padding: 0;
    background: none;
    border: none;
    font-size: 0.85rem;
    color: #666;
    cursor: pointer;
}

#main .one-table .more-btn:hover {
    text-decoration: underline;
}

#main .one-table .images li {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

#main .one-table .images li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#main .one-table .links {
    margin-top: 70px;
    display: flex;
    gap: 10px;
}

#main .one-table .links a {
    border-radius: 50px;
    border: solid 1px #00225D;
    display: flex;
    padding: 14px 25px;
    gap: 10px;
    color: #00225D;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
}

#main .one-table .links a::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_blue-ff65ee6612a03dc35f3a953459a3d793.svg) no-repeat transparent center;
}

#main .one-table .purple {
    position: absolute;
    width: 66px;
    height: 66px;
    background: url(/images/purple-5af12c33a1c3d8fe5f152cc5bd409e39.svg) no-repeat transparent center;
    top: -33px;
    right: 13%;
    z-index: 1;
}

#main .one-table .gray {
    position: absolute;
    width: 106px;
    height: 46px;
    background: url(/images/gray-517e4353825f1d1b8f8b5a907a2b795f.svg) no-repeat transparent center;
    top: 74px;
    background-size: contain;
    right: 5.1%;
    z-index: 1;
}

#main .one-table .yellow {
    position: absolute;
    width: 184px;
    height: 247px;
    background: url(/images/yellow-b446f8b19dfdca17088f1daa86eab3c5.svg) no-repeat transparent center;
    right: -31px;
    bottom: -44px;
    z-index: 1;
}

#main .one-table .blue {
    position: absolute;
    width: 508px;
    height: 305px;
    background: url(/images/blue-fb9b6f95a045cd7b2e837afb44a4184e.svg) no-repeat transparent center;
    left: -50px;
    bottom: -86px;
    z-index: 0;
}

#main .one-table .swiper-button-prev {
    background: url(/images/ic_arrow_left_gray-074bc224b74185ffd097773ccbc5e5ce.svg) no-repeat transparent center;
    width: 30px;
    height: 60px;
    border:none;
    left: 30px;
}

#main .one-table .swiper-button-next {
    background: url(/images/ic_arrow_right_gray-8cf8d3da9694e031f86bdfa44eab5c60.svg) no-repeat transparent center;
    width: 30px;
    height: 60px;
    border:none;
    right: 30px;
}

#main .one-table .swiper-navigation-icon {
    display: none;
}

#main .one-table button path {
    color: rgb(255, 255, 255) !important;
}

#main .one-table button path {
    color: rgb(255, 255, 255) !important;
}

#main .collection {
    background-color: #222;
    position: relative;
    z-index: 99;
}

#main .collection .contents-wrapper {
    padding: 140px 0 210px 0;
}

#main .collection h4 {
    color: #fff;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#main .collection h3 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#main .collection p {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#main .collection a.out {
    margin: auto;
    margin-top: 40px;
    color: #fff;
    padding: 14px 25px;
    border-radius: 50px;
    border: solid 1px #fff;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-items: center;
}

#main .collection a.out::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_white-e964dba154ab93efbd7335630f6c56b8.svg) no-repeat transparent center;
}

#main .collection .swiper-button-prev {
    background: url(/images/ic_arrow_left_gray-074bc224b74185ffd097773ccbc5e5ce.svg) no-repeat transparent center;
    width: 30px;
    height: 60px;
    border:none;
}

#main .collection .swiper-button-next {
    background: url(/images/ic_arrow_right_gray-8cf8d3da9694e031f86bdfa44eab5c60.svg) no-repeat transparent center;
    width: 30px;
    height: 60px;
    border:none;
}

#main .collection .swiper-navigation-icon {
    display: none;
}

#main .collection button path {
    color: rgb(255, 255, 255) !important;
}

#main .collection button path {
    color: rgb(255, 255, 255) !important;
}

#main .theme-collection {
    position: relative;
    z-index: 99;
    border-radius: 0 0 100px 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #222;
    margin-bottom: 250px;
    padding: 0 0 100px 0;
}

#main .theme-collection .swiper-slide {
    display: grid;
    grid-template-columns: 1fr minmax(160px, 40%);
}

#main .theme-collection h4 {
    position: relative;
    z-index: 99;
    border-radius: 60px;
    background: #D5DD00;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 20px;
    display: inline-block;
}

#main .theme-collection h3 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

#main .theme-collection p {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#main .theme-collection ul {
    display: flex;
    gap: 10px;
}

#main .theme-collection a.out {
    margin: auto;
    margin-top: 40px;
    color: #fff;
    padding: 14px 25px;
    border-radius: 50px;
    border: solid 1px #fff;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-items: center;
}

#main .theme-collection a.out::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_white-e964dba154ab93efbd7335630f6c56b8.svg) no-repeat transparent center;
}

#main .theme-collection h3 {
    text-align: left;
    margin-top: 100px;
}

#main .theme-collection p {
    text-align: left;
}


#main .theme-collection .slide-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

#main .board {
    position: relative;
    background-color: #f5f6f9;
    padding: 450px 0 140px 0;
    margin-top: -500px;
}

#main .board .list {
    width: 50%;
}

#main .board .list .title-container {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}

#main .board .list .title-container a {
    border-radius: 50px;
    border: solid 1px #00225D;
    display: flex;
    padding: 8px 12px;
    gap: 10px;
    color: #00225D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
}

#main .board .list .title-container a::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/ic_arrow_out_blue-ff65ee6612a03dc35f3a953459a3d793.svg) no-repeat transparent center;
}

#main .board h4 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}

#main .board .list dl {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e8e8e8;
    padding: 30px 0;
}

#main .board .list dt {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#main .board .list dd {
    color: #777;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#main .board .banner {
    position: absolute;
    bottom: -47px;
    right: 0px;
    z-index: 99;
    width: 45%;
    max-height: 750px;
    background-color: #00225D;
    border-radius: 150px 0 0 150px;
    padding: 80px 0 0 120px;
    overflow: hidden;
}

#main .board .banner h5 {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 90%;
}

#main .board .banner p {
    color: #AEAEAE;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-top: 10px;
}

#main .board .banner img {
    margin-top: 40px;
    border-radius: 15px 15px 0 0;
    aspect-ratio: 1/1.25;
    width: 80%;
    object-fit: cover;
}

#main .board .banner .swiper-buttons {
    position: absolute;
    display: flex;
    left:calc(80% - 74px);
    top:155px;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}


#main .bottom {
    padding: 140px 0;
}

#main .bottom ul {
    display: grid;
    grid-template-areas: 
    
    "a b" 
    "c c";

    grid-template-columns: 1fr 200px;
    gap: 10px;
}

#main .bottom li {
    border-radius: 15px;
    background-color: #f9f9f9;
    padding: 20px 40px;
    display: flex;
    gap: 10px;
    align-items: center;
}

#main .bottom li:nth-child(1) {
    grid-area: a;
}

#main .bottom li:nth-child(2) {
    grid-area: b;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;

}

#main .bottom li:nth-child(3) {
    grid-area: c;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

#main .bottom li h3 {
    font-size:1.5rem;
    font-weight: 700;
}

#main .bottom li p {
    font-size:1rem;
    color:#777;
}
#main .bottom li p strong {
    color:#222;
    margin-right: 10px;
}

#main .bottom li span.splitter {
    display: inline-block;
    background: url(/images/splitter-a235a196e57e20cb8ba6f578d550fd1e.png) no-repeat transparent center;
    width: 1px;
    height: 20px;
    margin: 0 20px;
}

#main .bottom a.daarts {
    display: grid;
    margin-top: 100px;
    grid-template-columns: auto 1fr 42px;
    width: 100%;
    border-radius: 100px;
    padding: 30px 60px;
    color: #fff;
    background: #2C7BC1;
    box-shadow: 0 20px 50px 0 rgba(0, 34, 93, 0.30);
    align-items: center;
    gap: 20px;

}

#main .bottom a.daarts h3 {
    color: #FFF;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#main .bottom a.daarts p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

#main .bottom a.daarts::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(/images/ic_arrow_out_white-e964dba154ab93efbd7335630f6c56b8.svg) no-repeat transparent center;
    background-size: contain;
}

#main .bottom a.sns {
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #222;
    background-repeat: no-repeat;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 12px;
    height: 20px;
}

.banner {
    position: relative;
}

#main .banner .swiper-button-prev {
    background-color: transparent;
    border: solid 1px #fff;
    position: inherit;
    fill: rgb(255, 255, 255);
    top:0;
}

#main .banner .swiper-button-next {
    background-color: transparent;
    border: solid 1px #fff;
    position: inherit;
    color: rgb(255, 255, 255);
    top:0;
}

#main .banner button path {
    color: rgb(255, 255, 255) !important;
}

#main .banner button path {
    color: rgb(255, 255, 255) !important;
}

.theme-collection .swiper-container {
    width: 100%;
    overflow: hidden;
}

#main .theme-collection .swiper-button-prev {
    background-color: transparent;
    border: solid 1px #fff;
    position: inherit;
    fill: rgb(255, 255, 255);
}

#main .theme-collection .swiper-button-next {
    background-color: transparent;
    border: solid 1px #fff;
    position: inherit;
    color: rgb(255, 255, 255);
}

#main .theme-collection .swiper-nav-area {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

#main .theme-collection button path {
    color: rgb(255, 255, 255) !important;
}

#main .theme-collection button path {
    color: rgb(255, 255, 255) !important;
}

.collection .swiper-container {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.collection .swiper-slide {
    width: 410px;
    height: 520px;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, opacity 0.3s, filter 0.3s;
    opacity: 0.5; /* 비활성 카드 흐림 */
    filter: blur(3px);
}

.collection .swiper-slide-active {
    transform: scale(1.2);
    filter: blur(0);
    opacity: 1;
    z-index: 10;
}

.collection .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.collection .collection-info {
    margin-top: 20px;
    text-align: center;
}

.collection .collection-info h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.collection .collection-info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
}

.collection .collection-info a.out {
    display: inline-block;
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
}