body {
    color: #222;
}

.mainBanner {
    width: 100%;
    height: 900px;
    background-color: black;
    position: relative;
}
.mainBanner .mySwiper {
    height: 100%;
    max-width: 1920px;
}
.mainBanner .mySwiper .swiper-wrapper {
    height: 100%;
}
.mainBanner #mouseAnimation {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 10;
    color: white;
    text-align: center;
    transition: all 0.3s ease-out;
}
.mainBanner #mouseAnimation > p {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}
.mainBanner #mouseAnimation > div {
    position: relative;
    width: 26px;
    margin: 0 auto;
    height: 40px;
    border: 2px solid white;
    border-radius: 20px;
}
.mainBanner #mouseAnimation > div #mousePointer {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    animation: mousePointer 1.5s infinite;
}

.sectionTitle {
    text-align: center;
    padding: 0 0 110px;
}
.sectionTitle p {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -1px;
    color: #8e8e8e;
    margin-bottom: 14px;
}
.sectionTitle h2 {
    font-weight: 300;
    font-size: 48px;
    letter-spacing: -1.3px;
    color: black;
    line-height: 58px;
}
.sectionTitle h2 span {
    display: block;
    font-weight: bold;
}
.sectionTitle > h4 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 24px;
    margin-top: 40px;
}

.se2 {
    background: #17171b;
}
.se2 > div {
    overflow: hidden;
}
.se2 > div p {
    color: #a9a9a9;
}
.se2 > div h2 {
    font-weight: bold;
    color: #fff;
}
.se2 > div h2 span {
    display: block;
    font-weight: 300;
}

.contentBox {
    padding: 100px 0 110px;
}
.contentBox > div {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.banner_title {
    position: absolute;
    top: 230px;
    left: 50%;
    color: white;
    width: 1440px;
    transform: translateX(-50%);
}
.banner_title > h4 {
    font-weight: bold;
    font-size: 18px;
    color: #ed174d;
}
.banner_title > h2 {
    margin: 6px 0 30px;
    font-size: 52px;
    line-height: 60px;
    font-weight: lighter;
    letter-spacing: -1px;
}
.banner_title > h2 > strong {
    font-weight: bold;
    display: block;
}
.banner_title > p {
    font-size: 18px;
    letter-spacing: -1%;
}
.banner_title > a {
    display: inline-block;
    position: relative;
    width: 111px;
    height: 24px;
}
.banner_title > a > img {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}
.banner_title > a > div {
    width: 40px;
    height: 40px;
    background: rgba(132, 132, 132, 0.3);
    border-radius: 50%;
    position: absolute;
    left: 92px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    transition: all 0.1s ease-out;
}
.banner_title > a:hover > div {
    background-image: linear-gradient(to right, #ed174d, #ff6b00);
    width: 53px;
    height: 53px;
}

.mySwiper .swiper-slide {
    cursor: pointer;
}

.mySwiper .bannerPaging {
    position: absolute;
    width: 1440px;
    left: 50%;
    bottom: 240px;
    transform: translateX(-50%);
    z-index: 10;
    color: white;
    display: flex;
}
.mySwiper .bannerPaging .swiper-pagination {
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.mySwiper2 {
    width: 1440px;
    margin: 0 auto;
}
.mySwiper2 .swiper-slide a {
    display: block;
    border-radius: 22px;
    overflow: hidden;
}
.mySwiper2 .swiper-slide a:hover > div img {
    transform: scale(1.1);
}
.mySwiper2 .swiper-slide a > div {
    width: 100%;
    height: 298px;
    overflow: hidden;
}
.mySwiper2 .swiper-slide a > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.mySwiper2 .swiper-slide a > section {
    background: white;
    padding: 32px 0 38px 36px;
}
.mySwiper2 .swiper-slide a > section h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
.mySwiper2 .swiper-slide a > section p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 24px;
    min-height: 48px;
    color: #222;
}
.mySwiper2 .swiper-slide a > section img {
    margin-top: 28px;
}

.se3 > div {
    overflow: hidden;
}
.se3 > div .sectionTitle {
    padding-bottom: 60px;
}
.se3 > div .mySwiper3 {
    width: 1440px;
    margin: 0 auto;
}
.se3 > div .mySwiper3 a {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: block;
}
.se3 > div .mySwiper3 a:hover > div img {
    transform: scale(1.1);
}
.se3 > div .mySwiper3 a > div {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.se3 > div .mySwiper3 a > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
}
.se3 > div .mySwiper3 a > section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 0);
    color: white;
    padding: 0 0 22px 24px;
}
.se3 > div .mySwiper3 a > section h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 26px;
}
.se3 > div .mySwiper3 a > section p {
    font-size: 15px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.8);
}

.se4 {
    position: relative;
}
.se4 > div {
    overflow: hidden;
}
.se4 > div::before {
    content: "";
    position: absolute;
    top: 610px;
    left: 186px;
    width: 100%;
    height: 100%;
    background: url("/front/web/images/biznew/common/one2.png") no-repeat;
    background-size: 576px;
    opacity: 0.5;
}

.se6 {
    padding-bottom: 100px;
}
.se6 .sectionTitle {padding: 0 0 60px;}
.se6 > div {
    width: 1440px;
    margin: 0 auto;
}
.se6 > div > ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.se6 > div > ol li {
    overflow: hidden;
    cursor: pointer;
}
.se6 > div > ol li:hover > div img {
    transform: scale(1.1);
}
.se6 > div > ol li > div {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    width: 100%;
    height: 226px;
}
.se6 > div > ol li > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
}
.se6 > div > ol li > section {
    text-align: center;
    padding: 33px 0 34px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 30px 30px;
}
.se6 > div > ol li > section > div {
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.se6 > div > ol li > section p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.6px;
    margin: 21px 0 35px;
    color: #767676;
    font-weight: 400;
}
.se6 > div > ol li > section img.img-bi {
	height: 22px;
}
.se7 {
    padding-top: 0;
    padding-bottom: 150px;
}
.se7 > div {
    width: 1440px;
    margin: 0 auto;
}

#timeLineWrap {
    display: flex;
    justify-content: center;
    margin-left: 410px;
    position: relative;
}
#timeLineWrap > div {
    position: relative;
}
#timeLineWrap > div section {
    position: absolute;
    left: 224.9px;
    top: 0px;
    width: 14px;
    height: 168px;
    border-radius: 200px;
    background: linear-gradient(180deg, #ff6b00 0%, #ed174d 100%);
    transition: all 0.2s ease-out;
}

.caseDiv {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}
.caseDiv > div {
    width: 2px;
    height: 12px;
    background: #8b898c;
}
.caseDiv > p {
    font-size: 15px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.15);
}

.timeYearList {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: normal;
    color: #4a4c58;
}
.timeYearList .on {
    color: #ed174d;
}

.inquiryBox {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.inquiryBox a {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
}
.inquiryBox a img:nth-child(2) {
    display: none;
}
.inquiryBox a:hover img:nth-child(1) {
    display: none;
}
.inquiryBox a:hover img:nth-child(2) {
    display: block;
}

@keyframes mousePointer {
    0% {
        top: 20%;
        opacity: 1;
    }
    50% {
        height: 6px;
        opacity: 0.7;
    }
    100% {
        height: 4px;
        top: 80%;
        opacity: 0;
    }
} /*# sourceMappingURL=main.css.map */
