@charset "UTF-8";

@import url("reset.css");

@font-face {
    font-family: 'semibold';
    src: url('../font/pre/Pretendard-SemiBold.eot');
    src: url('../font/pre/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/pre/Pretendard-SemiBold.woff2') format('woff2'),
        url('../font/pre/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'medium';
    src: url('../font/pre/Pretendard-Medium.eot');
    src: url('../font/pre/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/pre/Pretendard-Medium.woff2') format('woff2'),
        url('../font/pre/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'regular';
    src: url('../font/pre/Pretendard-Regular.eot');
    src: url('../font/pre/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/pre/Pretendard-Regular.woff2') format('woff2'),
        url('../font/pre/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'old';
    src: url('../font/old/OldStandardTT-Bold.eot');
    src: url('../font/old/OldStandardTT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/old/OldStandardTT-Bold.woff2') format('woff2'),
        url('../font/old/OldStandardTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.up {
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 4;

    display: none;
}
.up img {
    width: 80px;
}
.header {
    width: 100%;
    height: 85px;
    background-color: #fff;
    border-bottom: 1px solid #000;
    position: fixed;
    z-index: 11;
}
.header .inner {
    font-family: 'semibold';
    max-width: 1440px;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header .inner .pc_nav .gnb {
    display: flex;
    column-gap: 30px;
    position: relative;
    z-index: 2;
}
.header .inner h1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.header .inner h1 a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .inner h1 a img {
    height: 30px;
}
.header .inner .util {
    display: flex;
    align-items: center;
    column-gap: 30px;
    position: relative;
    z-index: 2;
}

.main_visual {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    margin-bottom: 120px;
}


.main_visual h2 {
    cursor: default;
    font-family: 'old';
    font-size: 250px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_visual .inner {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.main_visual .inner img {
    width: 34%;
    object-fit: cover;
}
.section01,
.section02 {
    width: 100%;
    position: relative;
    /* display: grid; */
}
.section01 .inner,
.section02 .inner {
    max-width: 1440px;
    width: calc(100% - 30px);
    margin: 120px auto;
}
.section01 .inner h3,
.section02 .inner h3 {
    cursor: default;
    font-family: 'semibold';
    font-size: 25px;
    margin-bottom: 10px;
}
.section01 .inner > p,
.section02 .inner > p {
    cursor: default;
    color: #999;
    font-family: 'medium';
    font-size: 18px;
    margin-bottom: 30px;
}
.section01 .inner .new .swiper-slide .wrap,
.section02 .inner .new .swiper-slide .wrap{
    border: 1px solid #000;
    width: 350px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */

    position: relative;
}
.section01 .inner .new .swiper-slide .wrap img,
.section02 .inner .new .swiper-slide .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.section01 .inner .new .swiper-slide:hover .wrap img,
.section02 .inner .new .swiper-slide:hover .wrap img {
    transform: scale(1.03);
} 
.section01 .inner .new .swiper-slide .wrap .text,
.section02 .inner .new .swiper-slide .wrap .text {
    cursor: default;
    word-break: keep-all;
    padding: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;

    transform: translateY(40px);
    transition: 0.4s;
    opacity: 0;
}

.section01 .inner .new .swiper-slide .wrap .text:hover,
.section02 .inner .new .swiper-slide .wrap .text:hover {
    transform: translateY(0);
    opacity: 1;
}
.section01 .inner .new .swiper-slide .wrap .text p,
.section02 .inner .new .swiper-slide .wrap .text p {
    font-family: 'medium';
    margin-top: 95%;
    text-align: center;
}
.section01 .inner .new .swiper-slide .wrap .text strong,
.section02 .inner .new .swiper-slide .wrap .text strong {
    display: block;
    font-family: 'semibold';
    font-weight: normal;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}
.section01 .inner .new .swiper-slide .wrap .text button,
.section02 .inner .new .swiper-slide .wrap .text button {
    cursor: pointer;
    width: 80%;
    font-family: 'medium';
    font-size: 17px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 40px;
    padding: 16px 24px;
    text-align: center;
    margin-top: 30px;

    transition: 0.4s;
}

.section01 .inner .new .swiper-slide .wrap .text button:hover,
.section02 .inner .new .swiper-slide .wrap .text button:hover {
    background-color: #fff;
    color: #000;
    transform: scale(0.95);
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next{
    width: 50px !important;
    background: url('../img/icon/right.png') center center;
    right: 8% !important;
}
.swiper-button-prev{
    width: 50px !important;
    background: url('../img/icon/left.png') center center;
    position: absolute;
    top: 50%;
    left: 8% !important;
}
.second-next {
    cursor: pointer;
    width: 50px;
    height: 44px;
    background: url('../img/icon/right.png') center center no-repeat;
    position: absolute;
    top: 50%;
    right: 8%;
    z-index: 2;
}
.second-prev {
    cursor: pointer;
    width: 50px;
    height: 44px;
    background: url('../img/icon/left.png') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 8%;
    z-index: 2;
}

.visual01 {
    width: 100%;
    margin: 120px auto;

    /* transform: translateY(30%);
    opacity: 0;
    transition: 0.6s; */
}
/* .visual01.scroll_on {
    transform: translateY(0);
    opacity: 1;
} */
.visual01 .inner {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: space-between;
}
.visual01 .inner .item {
    width: 33%;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);

    transform: translateY(30%);
    opacity: 0;
}
.visual01 .inner .item.active {
    transform: translateY(0);
    opacity: 1;
}
.visual01 .inner .item.on0 {
    transition: 0.3s;
}
.visual01 .inner .item.on1 {
    transition: 0.3s 0.4s;
}
.visual01 .inner .item.on2 {
    transition: 0.3s 0.6s;
}
.visual01 .inner .item .box {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.visual01 .inner .item.center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.visual01 .inner .item.center .box {
    position: relative;
    overflow: hidden;
}

.visual01 .inner .item:hover .text {
    opacity: 1;
    transform: translateY(0);
}
.visual01 .inner .item .text {
    word-break: keep-all;
    cursor: default;
    word-break: keep-all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px;
    text-align: center;

    
    transition: 0.4s;
    transform: translateY(50px);
    opacity: 0;
}
.visual01 .inner .item .text p {
    font-family: 'semibold';
    font-size: 18px;
    /* margin-bottom: 20px; */
}
.visual01 .inner .item .text span {
    font-family: 'medium';
    margin-top: 10px;
}
.visual01 .inner .item .text button {
    cursor: pointer;
    color: #fff;
    font-family: 'medium';
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: transparent;
    border: none;
    margin-top: 30px;

    position: relative;
    z-index: 3 !important;
}
.visual01 .inner .item .text button::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -20px;
    z-index: -1 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1155bb;

    transition: 0.4s;
}
.visual01 .inner .item .text button:hover::after {
    width: 120px;
    border-radius: 40px;
}
.visual01 .inner .item.center .box .text {
    cursor: default;
    word-break: keep-all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;

    transition: 0.4s;
    transform: translateY(50px);
    opacity: 0;
}
.visual01 .inner .item.center .box:hover .text{
    opacity: 1;
    transform: translateY(0);
}
.visual01 .inner .item.center .box:first-child {
    height: 64%;
}
.visual01 .inner .item.center .box:last-child {
    height: 35%;
}
.visual01 .inner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section03 {
    width: 100%;
}
.section03 .inner {
    max-width: 1440px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 120px;
}
.section03 .inner img {
    width: 100%;
    object-fit: cover;

    animation-name: move;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes move {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(60px);
    }
}
.section03 .inner h3 {
    cursor: default;
    font-family: 'semibold';
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.section03 .inner p {
    text-align: center;
    word-break: keep-all;
    cursor: default;
    font-family: 'medium';
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    position: relative;
    z-index: 2;
}
.footer {
    width: 100%;
    background-color: #000;
}
.footer .inner {
    max-width: 1440px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 60px;
    color: #fff;
}
.footer .inner .top {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-family: 'medium';
}
.footer .inner .btm {
    font-family: 'regular';
}
.footer .inner .btm p:first-child {
    padding-bottom: 7px;
}
.footer .inner .btm span {
    margin-right: 17px;
}

@media screen and (max-width: 1780px) {
    .swiper-button-prev, .second-prev {
        left: 3% !important;
    }
    .swiper-button-next,.second-next {
        right: 3% !important;
    }
}
@media screen and (max-width: 1690px) {
    .swiper-slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .swiper-button-next,.second-next {
        right: 3% !important;
    }
}