@charset "UTF-8";
@import 'common.css';

html,
body {
    height: 100%;
    overflow: hidden;
}

#contents {
    height: 100%;
}

/* 스크롤바 숨기기 */
.article-inner::-webkit-scrollbar {
    display: none;
}

.article-inner {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.top-btn {
    display: none !important;
}
.article {
    min-height: calc(100vh - 150px);
    height: calc(100vh - 150px);
    position: relative;
    overflow: hidden;
}

.article-1 {
    /* padding-top: 150px; */
}

.article {
    padding-bottom: 0;
    flex-shrink: 0;
}

.article-inner {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    justify-content: safe center;
    overflow-y: auto;
    overflow-x: hidden;
    flex-shrink: 0;
    /* padding: 100px 0; */
}
.article-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
    flex-shrink: 0;
}
.article-2 .article-inner {
    justify-content: flex-start;
}
.article-2 .article-h {
    min-height: 600px;
    padding: 0;
    height: 100%;
}
.article-3 .article-h {
    min-height: 700px;
}
.article-4 .article-h {
    min-height: 600px;
}

/* .article-3 .article-inner {
    min-height: 630px;
} */
.swiper-main {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5%;
}
.swiper-pagination-bullet {
    width: 88px;
    height: 4px;
    background: #aaa;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
    background: #e94a22;
}

.article-1 .article-inner {
    display: flex;
    align-items: center;
}
.swiper-main {
    position: relative;
}
.swiper-main .swiper-slide {
}
.swiper-main .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.main-slide-wrap {
    max-width: 1620px;
    width: 100%;
    height: 650px;
    padding: 0 0px 0 100px;
    margin: 0 auto;
    position: relative;
}
.main-slide-inner {
    position: relative;
}
.main-slide-text {
    position: relative;
    z-index: 2;
    padding-top: 144px;
}
.main-slide-text h5 {
    display: inline-flex;
    padding: 0 10px;
    height: 45px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: SUIT;
    font-size: 1.25rem;
    font-weight: 800;
    border-radius: 5px;
    background: #e94a22;
    margin-bottom: 8px;
}
.main-slide-text h3 {
    color: #000;
    font-family: SUIT;
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 71.5px */
    letter-spacing: -2.75px;
}
.main-slide-text p {
    margin-top: 30px;
    color: #505050;
    font-family: SUIT;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}
.main-slide-text a {
    margin-top: 60px;
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 0.5px solid #aaa;
    color: #2c2c2c;
    text-align: center;
    font-family: SUIT;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-slide-img {
    position: absolute;
    top: 63px;
    right: 44px;
    width: 762.348px;
    height: 524px;
}
.main-slide-img img {
    max-width: 100%;
}
.article-2 .article-scale {
    height: auto;
}
.article-2 .article-inner {
    width: 100%;
    /* height: 930px; */
    height: 100%;

    background: url(/images/home/main/flow-bg.png) no-repeat center center / cover;
}
.swiper-flow {
    width: 100%;
    overflow: hidden;
}
.swiper-flow .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-flow .swiper-slide {
    /* padding: 50px 0; */
    width: auto;
}
.flow-slide-wrap {
}

.flow-slide-img {
    position: relative;
    width: 80%;
}
.swiper-slide1 .flow-slide-img {
    background: url(/images/home/main/flow1.png) no-repeat center bottom;
    width: 489px;
    height: 561px;
}
.swiper-slide1 .flow-slide-img:hover {
    background: url(/images/home/main/flow1_hover.png) no-repeat center bottom;
}
.swiper-slide1 .flow-slide-img:active {
    background: url(/images/home/main/flow1_active.png) no-repeat center bottom;
}
.swiper-slide2 .flow-slide-img {
    background: url(/images/home/main/flow2.png) no-repeat center bottom;
    width: 441px;
    height: 541px;
}
.swiper-slide2 .flow-slide-img:hover {
    background: url(/images/home/main/flow2_hover.png) no-repeat center bottom;
}
.swiper-slide2 .flow-slide-img:active {
    background: url(/images/home/main/flow2_active.png) no-repeat center bottom;
}
.swiper-slide3 .flow-slide-img {
    background: url(/images/home/main/flow3.png) no-repeat center bottom;
    width: 391px;
    height: 559px;
}
.swiper-slide3 .flow-slide-img:hover {
    background: url(/images/home/main/flow3_hover.png) no-repeat center bottom;
}
.swiper-slide3 .flow-slide-img:active {
    background: url(/images/home/main/flow3_active.png) no-repeat center bottom;
}
.swiper-slide4 .flow-slide-img {
    background: url(/images/home/main/flow4.png) no-repeat center bottom;
    width: 439px;
    height: 543px;
}
.swiper-slide4 .flow-slide-img:hover {
    background: url(/images/home/main/flow4_hover.png) no-repeat center bottom;
}
.swiper-slide4 .flow-slide-img:active {
    background: url(/images/home/main/flow4_active.png) no-repeat center bottom;
}
.swiper-slide1 .flow-slide-img {
    /* width: 429px;
    height: 439px; */
}
.swiper-slide2 .flow-slide-img {
    /* width: 419.1px;
    height: 482.9px; */
    margin-top: 188px;
}
.swiper-slide3 .flow-slide-img {
    /* width: 331px;
    height: 439px; */
    margin-top: 25px;
}
.swiper-slide4 .flow-slide-img {
    /* width: 379px;
    height: 439px; */
    margin-top: 155px;
}

/* .flow-slide-inner .flow-slide-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    opacity: 0;
}

.flow-slide-inner:hover .flow-slide-img::before {
    opacity: 1;
    transition: all 0.3s ease-in-out;
} */

.flow-slide-img img {
    /* position: absolute;
    left: -22px;
    top: -23px; */

    width: 100%;
    max-width: none;
}
.flow-slide-text {
    /* margin-top: -25px; */
    position: relative;
    margin-top: -20px;
    margin-left: 18px;
    padding-left: 16px;
    border-left: 5px solid rgba(255, 255, 255, 0.7);
}
.flow-slide-text a.more {
    background: url(/images/home/main/more.png) no-repeat center center;
    width: 88px;
    height: 88px;
    display: block;
    position: absolute;
    right: 25px;
    top: -20px;
    text-indent: -9999px;
}
.flow-slide-text a:hover {
    background: url(/images/home/main/more-active.png) no-repeat center center;
}
.flow-slide-text ul {
    display: flex;
    gap: 8px;
}
.flow-slide-text ul li {
    color: rgba(255, 255, 255, 0.7);
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    margin-top: -2px;
    text-shadow: 0px 2.2px 13.2px #00000080;
}
.flow-slide-text h4 {
    color: rgba(255, 255, 255, 0.7);
    font-family: SUIT;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    text-shadow: 0px 2.2px 13.2px #00000080;
}

.main-news-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    /* padding-top: 150px; */
}
.article-title {
    color: #000;
    text-align: center;

    /* 제목 */
    font-family: SUIT;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main-news-lists {
    display: flex;
    gap: 29px;
    margin-top: 45px;
}
.main-news-lists li {
    display: flex;
    width: 313px;
    height: 289px;

    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #aaa;
    background: #fff;
    position: relative;
}
.main-news-lists li:hover {
    outline: 3px solid #333333;
    transition: all 0.1s ease-in-out;
}
.main-news-lists li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 25px;
}
.main-news-lists li a h5 {
    color: #e94a22;
    font-family: SUIT;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.main-news-lists li a h3 {
    color: #000;
    font-family: SUIT;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: keep-all;
}
.main-news-lists li a p {
    margin-top: -5px;
    color: #7e7e7e;
    font-family: SUIT;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: keep-all;
}
.main-news-lists li a span {
    color: #888;
    font-family: SUIT;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    left: 25px;
    bottom: 40px;
}
.main-news-wrap .btn-wrap {
    width: 100%;
    text-align: center;
}
.main-news-wrap .btn-wrap .btn {
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #aaa;
    color: #000;
    text-align: center;
    font-family: SUIT;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.article-4 {
    /* padding: 150px 0 100px; */
    border-top: 1px solid #aaa;
    min-height: 400px;
}
.main-favorites-wrap {
    flex-direction: column;
}
.main-favorites-lists {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 40px;
    margin-top: 95px;
}
.main-favorites-lists li a {
    display: flex;
    width: 307.5px;
    min-height: 171px;
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    background: #f9f9f9;
}
.main-favorites-lists li:hover a {
    background: #ebebeb;
    transition: all 0.3s ease-in-out;
}
.main-favorites-lists li a .f-img {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-favorites-lists li a .f-text {
    text-align: center;
}
.main-favorites-lists li a .f-text h3 {
    color: #000;
    text-align: center;
    font-family: SUIT;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main-favorites-lists li a .f-text p {
    margin-top: 5px;
    width: 100%;
    color: #505050;
    text-align: center;
    font-family: SUIT;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.piccup-banner {
    width: 100%;
    height: 176px;
    border-radius: 20px;
    background: #f9f9f9 url(/images/home/main/piccup-icon.png) no-repeat left 40px / 210px auto;
    margin-top: 45px;
    overflow: hidden;
    padding-left: 190px;
    display: flex;
    align-items: center;
    position: relative;
}

.piccup-banner .text {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.piccup-banner .text h3 {
    font-family: SUIT;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 1%;
}
.piccup-banner .text p {
    font-family: SUIT;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -1%;
}
.piccup-banner .btn-wrap {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 20px;
}
.piccup-banner .btn-wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 194px;
    height: 58px;
    gap: 6.25px;
    border-radius: 62.47px;
    font-family: Pretendard;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00e3c8;
    background: #000;
}
.piccup-banner .btn-wrap .btn:hover {
    outline: 3px solid #00e3c8;
    transition: all 0.3s ease-in-out;
}
.piccup-banner .btn-wrap .btn img {
    width: 28px;
    height: 28px;
}
/* 페이징 네비게이션 */
#paging-nav {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.paging-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ddd;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}
.paging-dot.active {
    background: #e94a22;
    border: 2px solid #e94a22;
}

@media (max-width: 1440px) {
}
/* 네비 부자연스러운 현상 제거용  */
@media (max-width: 1366px) {
    .article-inner {
        justify-content: flex-start;
    }
    .article-3 .article-h {
        min-height: 1000px;
    }
    .article-4 .article-h {
        min-height: 700px;
    }
    .main-favorites-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-favorites-lists,
    .main-news-lists {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .main-favorites-lists,
    .main-news-lists {
        width: 655px;
        transition: all 0.3s ease-in-out;
    }
    .main-news-lists li {
        width: 313px;
        transition: all 0.3s ease-in-out;
    }
    .main-news-lists li a p {
        font-size: 16px;
    }

    .piccup-banner {
        height: 223px;
        background: #f9f9f9 url(/images/home/main/piccup-icon.png) no-repeat left bottom / 210px auto;
        margin-top: 30px;
        padding-left: 160px;
        padding-top: 30px;
        align-items: flex-start;
    }

    .piccup-banner .text {
        gap: 10px;
    }

    .piccup-banner .btn-wrap {
        position: static;
        transform: translateY(0%);
        display: flex;
        gap: 20px;
        margin-top: 34px;
    }
    .piccup-banner .btn-wrap .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 146px;
        height: 40px;
        gap: 4px;
        font-size: 16px;
        color: #00e3c8;
    }
    .piccup-banner .btn-wrap .btn img {
        width: 19px;
        height: 19px;
    }
}
@media (max-width: 1024px) {
    .article {
        height: calc(100vh - 123px);
    }
    .article-4 {
        min-height: 700px;
    }
    .article-title {
        font-size: 32px;
    }

    .swiper-main .swiper-slide a {
        background-position: center top;
    }

    /* .swiper-main {
        height: 700px;
    } */
    /* .swiper-main,
    .main-slide-wrap {
        height: 600px;
    } */
    .main-slide-img {
        width: 452.462px;
        height: 311px;
        aspect-ratio: 452.46/311;
        top: 150px;
    }
    /* .article {
        padding-bottom: 100px;
    } */
    .main-slide-text {
        padding-top: 155px;
    }
    .main-slide-text h5 {
        height: 37px;
        font-size: 18px;
    }
    .main-slide-text h3 {
        font-size: 40px;
    }
    .main-slide-text p {
        font-size: 20px;
        margin-top: 22px;
    }
    .main-slide-text a {
        margin-top: 45px;
        font-size: 16px;
    }

    /* .flow-slide-img img {
        position: absolute;
        left: -61px;
        top: -64px;
        width: auto;
        max-width: none;
        transform: scale(0.81);
    } */
    .article-2 .article-inner {
        /* height: 768px; */
    }
    .swiper-slide1 .flow-slide-img {
    }
    .swiper-slide2 .flow-slide-img {
        margin-top: 235px;
    }
    .swiper-slide2 .flow-slide-img img {
        top: -69px;
        left: -63px;
    }
    .swiper-slide3 .flow-slide-img {
        margin-top: 36px;
    }
    .swiper-slide4 .flow-slide-img {
        margin-top: 276px;
    }
    .flow-slide-text ul li {
        font-size: 16.398px;
    }
    .flow-slide-text h4 {
        font-size: 19.677px;
    }
    #paging-nav {
        right: 10px;
    }
    .paging-dot {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 768px) {
    .article {
        height: calc(100vh - 100px);
    }
    .article-title {
        font-size: 28px;
    }
    /* .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 50px;
    } */
    /* .swiper-pagination-bullet {
        width: 53px;
    }
    .swiper-main {
        height: 530px;
    }
    .swiper-main .swiper-slide a {
        height: 500px;
    } */
    .main-slide-img {
        width: 452.462px;
        height: 311px;
        aspect-ratio: 452.46/311;
        top: 277px;
    }
    .main-slide-text {
        padding-top: 42px;
    }
    .main-slide-text h5 {
        height: 35px;
        font-size: 16px;
    }
    .main-slide-text h3 {
        font-size: 32px;
    }
    .main-slide-text p {
        font-size: 18px;
    }
    .main-slide-text a {
        margin-top: 30px;
        padding: 12px 25px;
    }

    .swiper-flow .swiper-slide {
        padding-top: 25px;
    }
    /* .flow-slide-img img {
        position: absolute;
        left: -85px;
        top: -88px;
        width: auto;
        max-width: none;
        transform: scale(0.71);
    } */
    .article-2 .article-inner {
        /* height: 665px; */
    }
    .swiper-slide1 .flow-slide-img {
    }
    .swiper-slide2 .flow-slide-img {
        margin-top: 217px;
    }

    .swiper-slide3 .flow-slide-img {
        margin-top: 30px;
    }
    .swiper-slide4 .flow-slide-img {
        margin-top: 239px;
    }

    .flow-slide-text ul li {
        font-size: 16.398px;
    }
    .flow-slide-text h4 {
        font-size: 19.677px;
    }
    .main-news-lists li a h5 {
        font-size: 16px;
    }
    .main-news-lists li a h3 {
        font-size: 20px;
    }
    .main-news-lists li a p {
        font-size: 16px;
    }

    .piccup-banner {
        height: 218px;
        background: #f9f9f9 url(/images/home/main/piccup-icon.png) no-repeat left bottom / 210px auto;
        width: calc(100% - 10%);
        margin: 30px auto 0;
    }

    .piccup-banner .text {
        gap: 10px;
    }

    .piccup-banner .text p {
        font-size: 15px;
    }
    .piccup-banner .btn-wrap {
        gap: 14px;
        flex-wrap: wrap;
    }

    .piccup-banner .btn-wrap .btn img {
        width: 19px;
        height: 19px;
    }
}
@media (max-width: 720px) {
    .article-title {
        font-size: 24px;
    }
    .main-news-lists {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 5%;
        width: 100%;
    }
    .article-3 {
        min-height: 1300px;
    }
    .main-news-lists li {
        width: 100%;
        height: 242px;
        transition: all 0.3s ease-in-out;
    }
    .main-news-lists li a {
        gap: 15px;
        padding: 35px 25px;
    }
    .main-news-lists li a h5 {
        font-size: 14px;
    }
    .main-news-lists li a h3 {
        font-size: 18px;
    }
    .main-news-lists li a p {
        font-size: 14px;
    }

    .main-favorites-lists {
        width: 100%;
        padding: 0 5%;
        gap: 20px;
    }
    .main-favorites-lists li {
        width: 100%;
    }
    .main-favorites-lists li a {
        width: 100%;
        min-height: auto;
    }
    .main-favorites-lists li a .f-img {
        display: none;
    }

    .piccup-banner {
        height: 243px;
        background: #f9f9f9 url(/images/home/main/piccup-icon.png) no-repeat left bottom / 160px auto;
        margin: 20px auto 0;
        padding-left: 27px;
    }

    .piccup-banner .text {
        gap: 8px;
    }
    .piccup-banner .text h3 {
        font-size: 18px;
    }
    .piccup-banner .text p {
        font-size: 14px;
    }
    .piccup-banner .btn-wrap {
        gap: 12px;
        flex-wrap: wrap;
        width: 146px;
        margin-left: 50%;
    }
    .piccup-banner .btn-wrap .btn {
        width: 128px;
        height: 35px;
        gap: 3.5px;
        font-size: 14px;
    }
    .piccup-banner .btn-wrap .btn img {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 480px) {
    .article {
        height: calc(100vh - 83px);
    }
    .article-2 .article-inner {
        min-height: 600px;
    }
    /* .article {
        padding-bottom: 70px;
    }
    .article-4 {
        padding-top: 70px;
    } */
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0px;
    }
    .swiper-pagination-bullet {
        width: 28px;
    }
    /* .article {
        padding-bottom: 70px;
    } */
    .main-slide-wrap {
        padding: 0 0 0 47px;
    }
    .swiper-main,
    .main-slide-wrap {
        height: 530px;
        /* padding: 70px 0; */
    }
    .main-slide-img {
        width: 327.344px;
        height: 225px;
        aspect-ratio: 327.34/225;
        top: 265px;
    }
    .main-slide-text {
        padding-top: 39px;
    }
    .main-slide-text h5 {
        font-size: 16px;
    }
    .main-slide-text h3 {
        font-size: 28px;
    }
    .main-slide-text p {
        font-size: 14px;
    }
    .main-slide-text a {
        font-size: 14px;
    }

    .flow-slide-img {
    }
    .swiper-flow .swiper-slide {
        padding-top: 23px;
    }

    .article-2 .article-inner {
        /* height: 586px; */
    }
    .swiper-slide1 .flow-slide-img {
    }
    .swiper-slide2 .flow-slide-img {
        margin-top: 190px;
    }

    .swiper-slide3 .flow-slide-img {
        margin-top: 28px;
    }
    .swiper-slide4 .flow-slide-img {
        margin-top: 211px;
    }
    .flow-slide-text ul li {
        font-size: 12.523px;
    }
    .flow-slide-text h4 {
        font-size: 15.027px;
        margin-top: 5px;
    }
    .flow-slide-text {
        border-width: 3px;
        padding-left: 10px;
        height: 35px;
    }
}

@media (max-width: 430px) {
}
@media (max-width: 350px) {
}
