@charset "utf-8";

/*공통*/
.main-title {
    color: #222222;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}
.main-title h3 {
    color: #3A3A3A;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -1px;
}
.main-title span {
    color: var(--main-color);
    font-weight: 800;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.btn-view {
    display: inline-block;
    background: #e4002b;
    color: #fff;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 0;
    background: #FFFFFF;
    color: var(--main-color);
    padding-right: 33px;
    position: relative;
    transition:0.3s;
    /* box-shadow: 0px 0px 10px #702f2b63; */
}
.btn-view:hover{ box-shadow: 0px 0px 10px #64646426;}
.btn-view:after {
    display: block;
    clear: both;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    right: 14px;
}

@media all and (min-width:768px) {
    .main-title {}
    .main-title h3 {
        font-size: 24px;
    }
    .main-title span {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .more2 {}
}
@media all and (min-width:1200px) {
    .main-title {}
    .main-title span {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .main-title.lay {}
    .more2 {}
    .main-title h3 {
        font-size: 50px;
        line-height: 1.3;
    }
    .btn-view {
        font-size: 14px;
        width: 145px;
        height: 40px;
        padding-top: 11px;
        padding-left: 20px;
    }
    .btn-view:after {
        top: 17px;
        right: 19px;
    }
}

/*section - visual*/

.main-visual {
    overflow: hidden;
    position: relative;
}
.main-visual_slider {
    height: calc(100vh - 70px);
}

.main-visual .swiper-slide {
    background-position: center !important;
    background-size: cover !important;
    height: 460px;
}
.main-visual .swiper-slide.swiper-slide-active:after {
    transform: scale(1.1) !important;

}
.main-visual .swiper-slide:after {
    transition: 3s 0.5s;
    display: block;
    clear: both;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center !important;
    animation-fill-mode: forwards;
}
.main-visual .m1:after {
    background: url("/img/main/main_vs01.png");
}
.main-visual .m2:after {
    background: url("/img/main/main_vs02.png");
}
.main-visual .m3:after {
    background: url("/img/main/main_vs03.png");
}
.main-visual .text {
    text-align: center;
    /* padding: 150px 15px 150px; */
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -54px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.main-visual .swiper-button {
    display: none;
}
.main-visual .swiper-button-next {}
.main-visual .swiper-button-prev {}
.main-visual .text .t1 {
    font-size: 23px;
}
.main-visual .text .t1 em {
    display: block;
}
.main-visual .text .t1 span {}
.main-visual .text .t1 span img {
    width: 30px;
}
.main-visual .text .t2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}
.main-visual .text .t2 i {
    display: none;
}
.scroll-down {
    display: block;
    position: absolute;
    bottom: 19px;
    left: 50%;
    z-index: 10;
    transform: scale(0.7);
    margin-left: -38px;
    /* display: none; */
    text-align: center;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(15%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(15%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

.scroll-down svg {}
.scroll-down .txt {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
    text-align: center;
    letter-spacing: 0;
}

.swiper-page-area {
    position: absolute;
    /* left: 0px; */
    /* top: 295px; */
    width: 100%;
    /* left: 50%; */
    bottom: 131px;
    height: 18px;
    /* transform: scale(0.8); */
    z-index: 10;
}
.swiper-page-area .swiper-pagination {}
.swiper-page-area .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
    margin: 0 7px !important;
}
.swiper-page-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    opacity: 1;
}

@media (min-width: 768px) {
    .main-visual {}
    .main-visual .swiper-slide {
        height: 600px;
    }
    .main-visual .m1 {}
    .main-visual .m2 {}
    .main-visual .m3 {}
    .main-visual .text {
        /* height: 700px; */
        margin-top: -63px;
    }
    .main-visual .text .t1 {
        font-size: 40px;
    }
    .main-visual .text .t1 span img {
        width: 50px;
    }
    .main-visual .text .t2 {
        font-size: 16px;
    }
    .main-visual .text .t2 i {
        display: inline-block;
        margin-right: 5px;
    }
    .scroll-down {
        /* transform: scale(1); */
    }
}

@media (min-width: 1280px) {
    .main-visual {}
    .main-visual_slider {
        height: 100vh;
    }
    .main-visual .swiper-slide {
        height: 919px;
        position: relative;
        min-height: 100vh;
    }
    .main-visual .m1 {}
    .main-visual .m2 {}
    .main-visual .m3 {}

    .scroll-down {
        transform: scale(1);
        bottom: 130px;
    }
    .scroll-down svg {}
    .scroll-down .txt {}
    .main-visual .text {
        line-height: 1.2;
        margin-top: -120px;
    }
    .main-visual .text .t1 {
        font-size: 75px;
    }
    .main-visual .text .t1 span {
        transform: translate(0px, 7px);
        display: inline-block;
    }
    .main-visual .text .t2 {
        font-size: 28px;
    }
    .main-visual .text .t1 span img {
        width: 77px;
    }
    .main-visual .swiper-button {
        display: block;
        color: #fff;
        opacity: 0.6;
    }
    .main-visual .swiper-button:after {
        font-size: 44px;
    }
    .main-visual .swiper-button-next {
        right: 100px;
    }
    .main-visual .swiper-button-prev {
        left: 100px;
    }
    .swiper-page-area {
        bottom: 220px;
    }
}

/*section - business*/
.business-section {
    padding: 50px 0 0;
    background: #fff;
    overflow: hidden;
}

.swiper-business {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    overflow: unset !important;
}

.swiper-business .swiper-slide {
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

.swiper-business .swiper-slide img {
    max-width: 100%;
    width: 100%;
    filter: grayscale(100%);
    transition: 0.3s;
    opacity: 0.5;
}
.swiper-business .swiper-slide-active.swiper-slide img {
    filter: grayscale(0%);
    opacity: 1;
}
.swiper-business .content a {
    /* transition: 0.3s; */
    padding: 20px;
    /* padding-bottom: 40px; */
    display: block;
}
.swiper-business .swiper-slide-active .content a {
    /* background: var(--main-color); */
    display: block;
    border-radius: 20px 0 0 0;
    /* margin-top: -20px; */
    z-index: 10;
    position: relative;
    padding: 20px;
    transform: translate(0px, -14px);
}
.swiper-business .content a:after {
    display: block;
    clear: both;
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 20px 0 0 0;
    bottom: 0;
}
.swiper-business .swiper-slide:hover .content a:after{
    background: #f73b2e;}
.swiper-business .swiper-slide-active .content a:after {
    height: 175px;
    transition: 0.3s;
}
.swiper-business .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
}
.swiper-business .content p {
    font-size: 14px;
    color: #5E5E5E;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 500;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-business .swiper-slide-active .content h4 {
    color: #fff;
}
.swiper-business .swiper-slide-active .content p {
    color: #ffffffd9;
}
.swiper-business .btn-view {
    display: none;
}
.swiper-business .swiper-slide-active .btn-view {
    display: inline-block;
}
/* swiper navigation button 스타일 */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.business-section .swiper-button-next,
.business-section .swiper-button-prev {
    display: none;
}
/* 태블릿 이상 반응형 */
@media screen and (min-width: 768px) {

    .swiper-business .swiper-slide {}

    .swiper-business .content h4 {
        font-size: 18px;
    }

    .swiper-business .content p {
        font-size: 14px;
        text-overflow: ellipsis;
        line-height: 1.5;
        height: 3em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-business .btn-view {
        font-size: 13px;
    }
    .swiper-business .content a {
        padding: 30px 20px;
        border-bottom: 1px solid #dedede;
    }
    .swiper-business .swiper-slide-active .content a {
        padding: 30px 40px;
        /* margin-top: -34px; */
        margin-top: 0;
        transform: translate(0px, -34px);
        border-radius: 35px 0 0 0;
    }
    .business-section .swiper-button-next,
    .business-section .swiper-button-prev {
        display: block;
        background: #FFFFFF 0 0 no-repeat padding-box;
        box-shadow: 0 5px 10px #00000029;
        width: 73px;
        height: 73px;
        display: flex;
        border-radius: 50%;
        padding-right: 5px;
        font-weight: 800;
        transform: scale(0.7);
        margin-top: 0;
        top: -90px;
        cursor: pointer;
        top: unset;
        bottom: 79px;
    }
    .business-section .swiper-button-prev {
        left: 30%;
    }
    .business-section .swiper-button-next {
        right: 30%;
    }
    .business-section .swiper-button-next {
        padding-left: 5px;
    }
    .swiper-business .swiper-slide-active .content a:after {
        height: 186px;
    }
}

/* 데스크탑 */
@media screen and (min-width: 1200px) {
    .business-section {
        padding: 150px 0 120px;
    }

    .swiper-business .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .swiper-business .content h4 {
        font-size: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swiper-business .content p {
        font-size: 18px;
    }
    .swiper-business .btn-view {
        float: right;
    }
    .swiper-business {
        margin-top: 80px;
    }
    .swiper-business .content a {
        text-align: left;
        padding: 60px 70px;
    }
    .swiper-business .swiper-slide-active .content a {
        padding: 67px 70px;
        border-radius: 50px 0 0 0;
        transform: translate(0px, -49px);
        padding-bottom: 103px;
    }
    .swiper-business .swiper-slide-active .content a:after {
        height: 300px;
        border-radius: 50px 0 0 0;
    }
    .business-section .swiper-button-next,
    .business-section .swiper-button-prev {
        transform: scale(1);
        margin-top: 182px;
        bottom: 140px;
    }
    .business-section .swiper-button-prev {
        left: 31.5%;
    }
    .business-section .swiper-button-next {
        right: 31.5%;
    }
}

/*section - facility*/

.facility-section {
    padding: 40px 0px;
    background: #fff;
    border-bottom: 1px solid #D5D5D5;
    overflow: hidden;
}
.facility-section .swiper-button-prev, .facility-section .swiper-button-next{display:none;}
.swiper-facility {
    margin-top: 25px;
}

.swiper-facility .swiper-slide {
    text-align: center;
}

.facility-section .item {text-align: left; transition:0.3s;}
.facility-section .item:hover{transform: translate(10px, 10px);}

.facility-section .item img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.facility-section .item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222;
}

.facility-section .btn-view {padding: 0px;}
.facility-section .btn-view:hover{transform:unset; box-shadow:none;}
.facility-section .btn-view:after{
    display:none;
}
@media screen and (min-width: 768px) {
   
    .facility-section .item h4 {
        font-size: 18px;
    }
    .facility-section .btn-view {
        font-size: 13px;
    }
    .facility-section{
    padding-top: 20px;
    padding-bottom: 50px;
}
}

@media screen and (min-width: 1200px) {
    .facility-section {
        padding: 0px;
        padding-bottom: 140px;
    }
   
    .facility-section .item h4 {
        font-size: 26px;
    }
    .facility-section .btn-view {
        font-size: 14px;
    }
    .swiper-facility{margin-top:80px;}
    .facility-section .swiper-button-prev, .facility-section .swiper-button-next{
    display: block;
    width: 73px;
    height: 73px;
    font-weight: 800;
    top: 50%;
    margin-top: 77px;
    left: -135px;
    display: flex;
}
    .facility-section .swiper-button-next{
    left: unset;
    right: -135px;
}
    .facility-section .swiper-button-prev:after, .facility-section .swiper-button-next:after{
    font-size: 40px;
    color: #B5B5B5;
}
}

/*section - gallery*/

.gallery-section {
    padding: 50px 0px;
}

.gallery-section .main-title {
    text-align: center;
    margin-bottom: 40px;
}




/* 갤러리 그리드 */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.gallery-item {
    position: relative;
    overflow: hidden; transition:0.3s;
}
.gallery-item:hover{transform: translate(10px, 10px);}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    height: 100%;
}

/* 텍스트 영역 */
.gallery-item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
}

.gallery-item .text strong {
    font-size: 0.75rem;
    color: #e13f31;
    display: block;
    margin-bottom: 4px;
}

.gallery-item .text p {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 반응형 */
@media screen and (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        align-items: start;
    }
    .gallery-item img{height:auto;}
    .gallery-item:nth-child(4),.gallery-item:nth-child(6){
    /* margin-top: -6vw; */
}
}

@media screen and (min-width: 1200px) {
    .gallery-section{
    padding: 160px 150px;
}
    .gallery-section .main-title{
    margin-bottom: 70px;
}
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
    .gallery-item:nth-child(4), .gallery-item:nth-child(6){
    /* margin-top: -88px; */
}.gallery-item .text strong{
    font-size: 15px;
}
    .gallery-item .text{
    padding: 35px;
}
    .gallery-item .text p{
    font-size: 20px;
}
}

/*section - video*/

.video-section {
    /* background: #f7f7f7; */
    padding-bottom: 50px;
}

.video-inner {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.video-box {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.video-box img {
    width: 100%;
    height: auto;
    display: block;
}

.video-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -39%);
}

.video-text {
    background: #eee;
    padding: 20px;
    border-radius: 0px;
}

.video-text h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #333;
}

.video-text p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    font-weight: 500;
    display: none;
}

/* 반응형: 태블릿 이상 */
@media screen and (min-width: 768px) {
    .video-section .pdinner {
        flex-direction: row;
        align-items: stretch;
        display: flex;
    }

    .video-box,
    .video-text {
    }
    .video-box{
    width: 66%;
}

    .video-text {
        padding: 40px;
        width: 34.5%;
    }
    .video-text .btn-view{
    position: absolute;
    bottom: 30px;
}

    .video-text h4 {
        font-size: 1.5rem;
    }

    .video-text p {
        font-size: 1rem;
    }
    .video-text p br{display:none;}
}

/*section - insight*/

.insight-section {
    padding: 50px 0;
    background: #f7f7f7;
}

.insight-section .main-title h3 {
    margin-bottom: 30px;
}


.insight-boxes {
}

.insight-left .insight-item {
    background: #fff;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    flex: 1;
    display: block;
    transition: 0.3s;
    /* transform: translate(10px, 10px); */
}
.insight-left .insight-item:hover{transform: translate(10px, 10px);}

.insight-header {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: baseline; */
    gap: 10px;
    position: relative;
}

.insight-header h4 {
    font-size: 1.1rem;
    font-weight: 700;
}

.insight-header .en {
    font-size: 0.875rem;
    color: #999;
    font-weight: 500;
    display: block;
}

.insight-boxes .external-link{width: 15px;height: 15px;display: block;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.25' height='21.25' viewBox='0 0 21.25 21.25'%3E%3Cg transform='translate(0.625 0.625)'%3E%3Cg%3E%3Cpath d='M19.75,13.951V18.5A1.25,1.25,0,0,1,18.5,19.75H2.25A1.25,1.25,0,0,1,1,18.5V2.25A1.25,1.25,0,0,1,2.25,1H6.411' transform='translate(-0.375 -0.375)' fill='none' stroke='%233a3a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3Cline y1='9.273' x2='9.273' transform='translate(9.375 1.352)' fill='none' stroke='%233a3a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3Cpath d='M18.823,1h6.361a1.25,1.25,0,0,1,1.25,1.25V8.611' transform='translate(-7.059 -0.375)' fill='none' stroke='%233a3a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size: 100%;background-repeat: no-repeat;position: absolute;top: 5px;right: 0;}

.insight-item p {
    margin: 15px 0;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5E5E5E;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insight-item .date {
    font-size: 0.8rem;
    color: #999;
    font-weight: 500;
}

.insight-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.insight-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    transition:0.3s;
}
.insight-button:hover{transform: translate(10px, 10px);}
.insight-button .text{position:relative;}
.insight-button .text span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffffab;
    font-weight: 500;
}
.insight-button.red {
    background-color: #e13f31;
}

.insight-button.navy {
    background-color: #141d51;
}

.insight-button .external-link{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.25' height='21.25' viewBox='0 0 21.25 21.25'%3E%3Cg transform='translate(0.625 0.625)'%3E%3Cg%3E%3Cpath d='M19.75,13.951V18.5A1.25,1.25,0,0,1,18.5,19.75H2.25A1.25,1.25,0,0,1,1,18.5V2.25A1.25,1.25,0,0,1,2.25,1H6.411' transform='translate(-0.375 -0.375)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3Cline y1='9.273' x2='9.273' transform='translate(9.375 1.352)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3Cpath d='M18.823,1h6.361a1.25,1.25,0,0,1,1.25,1.25V8.611' transform='translate(-7.059 -0.375)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    top: 25px;
    right: 20px;
}


@media screen and (min-width: 768px) {
.insight-boxes{
    display: flex;
    gap: 20px;
}
    .insight-left{
    flex: 2;
    display: flex;
    gap: 10px;
}
    .insight-left .insight-item{margin-bottom:0px;}
    .insight-right{
    flex: 1;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}
    .insight-button{
    padding-bottom: 32px;
}
    .insight-item p{margin-top: 36px;}
}

@media screen and (min-width: 1000px) {
    .video-text p {
        display:block;
    }
}

/* ✅ 태블릿 이상일 때 두 줄로 정렬 */
@media screen and (min-width: 1200px) {
    .insight-section .main-title h3{
    margin-bottom: 70px;
}
    .insight-boxes {
        flex-direction: row;
        gap: 50px;
    }
    
    .video-text{
    padding: 70px;
}
    .video-text h4{font-size:35px;}
.video-section{
    padding-bottom: 150px;
}
    .insight-left {
        flex: 2;
        display: flex;
        flex-direction: row;
        gap: 50px;
    }

    .insight-left .insight-item {
        flex: 1;
        padding: 40px;
    }

    .insight-right {
        flex: 1;
        justify-content: space-between;
        gap: 35px;
    }

    .insight-button {
        height: calc(50% - 8px);
        padding: 40px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .video-text p{font-size:18px;}
    .video-text p br{display:block;}
    .video-text .btn-view{
    bottom: 70px;
}
    .video-box .play-icon{}
    .video-box .play-icon svg{
    width: 126px;
    height: 126px;
} .video-box:hover .play-icon svg circle{transition:0.3s;}
    .video-box:hover .play-icon svg circle{fill: var(--main-color);}
    .insight-section{
    padding: 150px 0;
}
    .insight-header h4,.insight-button strong{
    font-size: 25px;
}
    .insight-header .en, .insight-button .text span{font-size:18px;}
    .insight-item p{font-size:20px;margin-top: 94px;}
    .insight-item .date{font-size:18px;}
    .insight-boxes .external-link{
    width: 19px;
    height: 19px;
}
    .insight-button .external-link{
    top: 40px;
    right: 40px;
}
    
}
