@charset "utf-8";


#wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #000;
}

.section {
    text-align: center;
    background: #000;
}




#headerWrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.inner {
    width: 1440px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 172px;
}


.header .menu {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.header .menu a {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
}

.header .menu a:hover {
    color: #0c57ff;
    transition: all 0.3s ease-out;
    line-height: 3.2rem;
    padding: 0 2.5rem;
    border-radius: 2.5rem;
    background: #0c57ff;
    color: #fff;
}

.header .menu .tel {
    color: #144dce;
    letter-spacing: 1;
    line-height: 3.2rem;
    border: 1px solid #144dce;
    padding: 0 2.5rem;
    border-radius: 2.5rem;
    margin-left: 2.5rem;
}

.header .menu .tel:hover {
    border: 1px solid #0c57ff;
    color: #fff;
    background: #0c57ff
}




.mobile_header {
    display: none;
}


.scrolled {
    background-color: rgba(0, 0, 0, 1);
    transition: background-color 0.3s;
}






.section h3 {
    color: #fff;
    text-align: left;
    font-size: 2.6rem;
    font-weight: 600;
    text-transform: uppercase;
}








.sect1 {
    width: 100%;
    height: 100vh;
    padding-top: 172px;
    overflow: hidden;
}

.sect1_container {
    width: 100%;
    padding-bottom: 6rem;
}

.mainBanner {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;

}


.mainBanner .swiper-slide {
    position: relative;
    width: 60%;
    border-radius: 7rem;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.mainBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 677px;
    max-height: 677px;
    opacity: 0.4
}

.mainBanner .swiper-pagination {
    bottom: 32px !important;
}

.mainBanner .swiper-pagination-bullet {
    width: 54px;
    height: 6px;
    border-radius: 0;
    background: #363636;
    margin: 0 !important;
    opacity: 1 !important;
}

.mainBanner .swiper-pagination-bullet-active {
    background: #000;
}

.mainBanner .txtbx {
    position: absolute;
    bottom: 8rem;
    left: 8.6rem;
    z-index: 100;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.mainBanner .txtbx span {
    font-size: 1.8rem;
    font-weight: 600;
    opacity: 0.5;
}

.mainBanner .txtbx h4 {
    font-size: 2.4rem;
    font-weight: 800;
    padding: 2.4rem 0;
}

.mainBanner .txtbx p {
    font-size: 2.2rem;
    font-weight: 100;
    color: #fff;
    max-width: 49rem;
    word-break: keep-all;
    letter-spacing: -0.05rem;
    line-height: 1.4;
}


.mainBanner .swiper-slide .txtbx {
    display: none;
}

.mainBanner .swiper-slide-active .txtbx {
    display: flex;
}

.mainBanner .swiper-slide-active img {
    opacity: 1;
}

.mainBanner .date {
    position: absolute;
    top: 8rem;
    left: 8.6rem;
    z-index: 11;
    color: #fff;
    opacity: 0.53;
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    display: none;
}

.mainBanner .swiper-slide-active .date {
    display: block;
}

.mainBanner .swiper-slide-active .imgbx img {
    opacity: 0;
    transform: scale(1.2);
    animation: fadeInZoom 2s ease-out forwards;
}

@keyframes fadeInZoom {
    to {
        opacity: 1;
        transform: scale(1);
    }
}




/*

.mainBanner .swiper-slide .txtbx  {font-size: 56px; letter-spacing: -0.2rem; font-weight: 200; margin: 30px 0 40px 0; opacity: 0;   transition: all 600ms ease; }
.mainBanner .swiper-slide-active .txtbx {opacity: 1; transition-delay: 500ms; }
*/




.sect2 {
    width: 100%;
    height: 100vh;
    padding-top: 172px;
    overflow-x: hidden !important;
}

.sect2_container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}



.sect2 .panorama-slider {
    margin-top: 2rem; 
    width: 100%;
    padding: 5rem 0;
}

.sect2 .swiper {
    overflow: visible;
}

.sect2 .swiper-wrapper {
    transition-timing-function: linear;
}

.sect2 .swiper-slide {
    height: auto;
    aspect-ratio: 366 / 460;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}
.sect2 .swiper-slide img{ width: 100%; height: 100%;object-fit: cover;  }

.sect2 .swiper-slide:hover {
    color: #000;
    border-color: #666;
}

.sect2 .swiper-slide-active {}

.sect2 .swiper-slide .card {
    width: 100%;
    height: 460px;
    border-radius: 2.8rem;
    background: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

.sect2 .swiper-slide .card img {
    width: 100%;
    height: auto !important;
    object-fit: cover
}

.sect2 .swiper-slide .txtbx {
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    margin-top: 3.2rem;
    transition: all 0.5s ease;
}

.sect2 .swiper-slide .txtbx p {
    font-size: 3.4rem;
    font-weight: 400;
}

.sect2 .swiper-slide .txtbx span {
    color: #8f8f8f;
    font-size: 2.8rem;
}

.sect2 .swiper-slide-active .txtbx.show {
    opacity: 1;
    transform: translateY(0);
}






.sect3 {
    width: 100%;
    height: 100vh;
    padding-top: 172px;
    overflow: hidden;
}

.sect3_container {
    height: 100%;
}

.sect3_container h5 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 2.6rem 0 1.6rem 0
}

.sect3_container p {
    font-size: 1.6rem;
    color: #9a9a9a;
}

.designBox {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.designBox > div {
    display: flex;
    flex-direction: column;
    background: #1c1c1c;
    width: 258px;
    height: 258px;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
}


.customBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
    margin-top: 3rem;
}

.customBox > div {
    width: 50%;
    background: #1c1c1c;
    border-radius: 3rem;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 0 5.5rem;
    text-align: left;
}

.customBox > div:nth-child(2) p:nth-child(3) {
    margin-top: 1rem;
}


.sect4 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #1d1d1d;
}


.footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    text-align: left;
}

.footer_container p {
    font-size: 1.6rem;
    color: #898989;
}

.footer_container p span {
    color: #fff;
    font-weight: 600;
    margin-right: 2rem;
}

.footer_container > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer_container > div:first-child > div {
    display: flex;
    gap: 3.2rem;
}

.footer_container .logo {
    margin-bottom: 6rem;
}

.footer_container .mapbx {
    width: 50%;
}

.footer_container .mapbx > div {
    width: 100%;
    height: 100%;
}

.footer_container .mapbx .wrap_map {
    height: 460px;
}

.footer_container .mapbx .cont {
    color: #fff;
}

.footer_container .mapbx .wrap_controllers {
    display: none !important;
}


.foot_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_bottom p {
    color: #dbdbdb;
    font-weight: 400;
    font-size: 1.6rem;
}


.fp-watermark {
    display: none !important;
}

.topbtn {
    position: fixed;
    bottom: 6vh;
    right: 4vw;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background: linear-gradient(135.48deg, #2088FF 7.08%, #144DCE 81.05%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    z-index: 99
}

.topbtn p {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    font-size: 1.4rem;
    opacity: 0;
    color: #fff;
    transition: all 0.3s ease;
}

.topbtn:hover p {
    opacity: 1;
    top: -22px;
}

.kko {
    display: block;
}

.kko_mob {
    display: none !important;
    ;
}


.topbtn img {
    width: 22px;
    height: auto;
}



/*서브페이지*/



.subWrap {
    background: #000;
    padding-top: 170px;
}

.subWrap .inner {
    width: 1170px;
}

.iamwrap {
    background: #0a0a0a
}

.iamwrap p {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 200;
    line-height: 1.6;
}

.iamwrap .inner > div {
    display: flex;
    color: #fff;
    align-items: center;
    height: 100%;
    background: #0a0a0a;
    width: 100%;
    justify-content: space-between;
    gap: 8rem;
}

.iam1_container {
    padding: 4rem 0 8rem 0;
}

.iam1_container .imgbx {
    width: 578px;
}

.iam1_container .txtbx {
    width: 50%;
    min-height: 649px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: url(../images/iam_bg1.png)no-repeat left bottom;
    gap: 4rem;
}

.iam2_container {
    padding: 16.8rem 0 12rem 0;
}

.iam2_container .txtbx {
    text-align: right;
    width: 50%;
}



.iam3_container {
    padding: 16.8rem 0 12rem 0;
}

.iam3_container .imgbx {
    width: 578px;
}

.iam3_container .txtbx {
    width: 50%;
    min-height: 649px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 4rem;
}

.iam3_container a {
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: 300;
    position: relative;
    border: 1px solid #fff;
    z-index: 0;
}

.iam3_container a:hover {
    border: 1px solid transparent;
    color: #144dce;
    font-weight: 600;
}

.iam3_container a::before,
.iam3_container a::after {
    content: '';
    position: absolute;
    background: #144dce;
    z-index: -1;
    transition: all 0.4s ease;
}

.iam3_container a::before {
    height: 1px;
    width: 0%;
    left: 0;
    top: 0;
    transition-delay: 0s;
}



.iam3_container a::after {
    height: 1px;
    width: 0%;
    right: 0;
    bottom: 0;
    transition-delay: 0.3s;
}

.iam3_container a span::before,
.iam3_container a span::after {
    content: '';
    position: absolute;
    background: #144dce;
    width: 1px;
    height: 0%;
    top: 0;
    transition: all 0.4s ease;
}





/* 왼쪽 */
.iam3_container a span::before {
    left: 0;
    transition-delay: 0.15s;
}

/* 오른쪽 */
.iam3_container a span::after {
    right: 0;
    transition-delay: 0.45s;
}

.iam3_container a:hover::before {
    width: 100%;
}

.iam3_container a:hover::after {
    width: 100%;
}

.iam3_container a:hover span::before {
    height: 100%;
}

.iam3_container a:hover span::after {
    height: 100%;
}




/*
#bo_v {margin-top: 170px; width: 1440px !important; margin:170px auto 0 auto; background: #ccc; color:#fff; }
#bo_gall { margin-top: 170px; }
*/

.sub_footer {
    background: #1d1d1d;
    height: 170px;
    position: relative;
    clear: both;
}

.footbx {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.footbx .txtbx {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 1rem;
}

.footbx .txtbx > div {
    display: flex;
    gap: 2rem;
}

.footbx p {
    font-size: 1.6rem;
    color: #898989;
}

.footbx p span {
    color: #fff;
    font-weight: 600;
    margin-right: 2rem;
}

.portfolioWrap {
    min-height: 900px;
    background: #000;
    padding-top: 50px;
}

.portfolioWrap .inner {
    width: 1440px;
    margin: 0 auto;
}

.port_container {
    padding-bottom: 16rem;
}

.port_container .tabBox {
    display: flex;
    gap: 10px;
    margin-top: 4rem;
    margin-bottom: 16rem;
}

.port_container .tabBox a {
    flex: 1;
    border: 1px solid #0036ff;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    padding: 1.8rem 0;
    transition: all 0.3s ease;

}

.port_container .tabBox a:hover,
.port_container .tabBox a.on {
    background: #0036ff;
    color: #fff;
}

.port_list {
    width: 100%;
    display: flex;
    gap: 12rem 8rem;
    flex-wrap: wrap;
}

.port_item {
    display: flex;
    width: calc(50% - 4rem);
    ;

}

.port_item > a {
    width: 100%;
    display: block;
}

.port_container .imgbx {
    width: 100%;
    height: 854px;
    margin-bottom: 4rem;
    overflow: hidden;
}

.port_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.port_container .txtbx .tit {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}

.port_container .txtbx p {
    color: #aaa;
    font-size: 1.8rem;
}

.port_container .numBox {
    text-align: center;
    padding: 16rem 0 0 0;
}

.port_container .numBox a {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #0036ff;
    transition: all 0.3s ease;
}

.port_container .numBox a:hover {
    background: #0036ff;
    color: #fff;
}



.boardWrap {
    background: #fff;
    width: 90%;
    margin: 170px auto 0 auto;
    font-size: 1.6rem !important;
    padding: 10rem 0;
    min-height: 600px;
}

.boardWrap a {
    font-size: 1.6rem;
}

.bo_list_total {
    font-size: 1.4rem !important;
}

.boardWrap span {
    font-size: 1.4rem;
}

.boardWrap .bo_tit {
    font-size: 1.6rem;
}

.bo_cate_link {
    font-size: 1.4rem;
}

table {
    font-size: 1.6rem;
}

.boardWrap div {
    font-size: 1.4rem;
}

table span {
    font-size: 1.4rem;
}

table thead th {
    font-size: 1.6rem;
}

table td {
    font-size: 1.6rem;
}

.boardWrap p {
    font-size: 1.6rem;
}

.bg_black {
    background: #000
}

.boardWrap li {
    font-size: 1.6rem;
}


.port_container .content {
    font-size: 1.6rem;
    color: #fff;
    padding: 0 4rem; 
    text-align: center;
}
.port_container .content img {width: 860px; margin: 0 auto;  text-align: center; }
.port_container .content p {font-size: 1.6rem; }
.port_container h2 {
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    margin-bottom: 4rem;
    font-weight: 100;
    padding: 0 4rem;
}

.port_container .attachments {
    padding: 0 4rem;
}

.port_container .attachments > div:first-child {
    display: none;
}

.port_container .btnbx  {clear: both ;text-align: right; margin-top: 6rem;  }
.port_container .btnbx a  { display: inline-block; padding: 1.2rem 4rem;  border: 1px solid #fff; font-size: 1.6rem; color:#fff; }

.lgfont {
    font-size: 2.8rem;
    font-weight: 200;
}


/*관리자*/
.adm_n_tab {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}

.adm_n_tab a {
    flex: 1;
    font-size: 18px;
    text-align: center;
    border: 1px solid #dbdbdb;
    display: block; 
    padding: 16px 0;  transition: all 0.3s ease; 
}

.adm_n_tab a:hover,
.adm_n_tab a.on {
    color: #fff;
    background: #000; 
}


/*반응형*/

@media (max-width: 1440px) {

    .inner {
        width: 100%;
        padding: 0 3rem;
    }

}







@media (max-width: 1280px) {


    .header {
        height: 100px;
        width: 100%;
    }

    .sect1 {
        padding-top: 0;
    }

    .sect1_container {
        padding: 0;
        height: 100%;
    }

    .mainBanner {
        height: 100vh;
    }

    .mainBanner .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        border-radius: 0;
    }

    .mainBanner .swiper-slide img {
        object-position: center;
        width: 100%;
        height: 100%;
        min-height: unset;
        max-height: unset;
    }

    .mainBanner .swiper-slide source {
        object-position: center;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sect2 {
        padding-top: 8rem;
        height: 100%;
    }

    .sect2_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sect2 .panorama-slider {
        padding: 8rem 0;
    }

    .sect3 {
        height: 100%;
        padding: 10rem 0;
    }

    .sect2 .swiper-slide .card {
        height: 400px;
    }

    .designBox > div {
        width: calc(20% - 1rem);
        height: auto;
        padding: 3.6rem 0;
    }

    .customBox {
        margin-top: 1rem;
        gap: 1rem;
    }

    .customBox > div {
        width: calc(50% - 1rem);
    }

    .sect4 {
        height: 100%;
        padding: 8rem 0 16rem 0;
        position: relative;
    }

    .subWrap .inner {
        width: 100%;
        padding: 0 3%;
    }

    .port_container .imgbx {
        height: 520px;
    }
}


@media (max-width: 1024px) {

    .iamwrap .imgbx {
        width: 50%;
    }

    .iamwrap .imgbx img {
        width: 100%;
    }

    .iamwrap .txtbx {
        width: 50%;
    }

    .port_container .imgbx {
        height: 420px;
    }

}


@media (max-width: 960px) {

    .port_container .imgbx {
        height: 360px;
    }

    .fp-auto-height {
        height: auto !important;
    }



    .header {
        height: 80px;
        width: 100%;
    }

    #headerWrap .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #headerWrap h1 {
        width: 240px;
    }

    #headerWrap h1 img {
        width: 100%;
    }

    .header .menu {
        display: none;
    }

    .mobile_header {
        display: block;
    }

    /*모바일 메뉴*/
    .nav_open {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background: #000;
        color: #fff;
    }


    .nav_open_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3rem;
        height: 80px;
    }

    .nav_open_menuwrap {
        display: flex;
        width: 100%;
        margin-top: 12rem;
        justify-content: center;
    }

    .nav_open_menuwrap > div {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .nav_open_menu {
        gap: 4rem;
    }

    .nav_open_menu a {
        position: relative;
        color: #fff;
        font-weight: 800;
        font-size: 6rem;
        font-family: "Montserrat", sans-serif !important;
        z-index: 2;
        padding: 10px;
        display: inline-block;
    }

    .nav_open_menuwrap .info_tit {
        position: static;
        justify-content: center;
        transform: translate(0);
    }

    .nav_open_menuwrap .info_tit > div > div {
        gap: 1rem;
    }

    .nav_open_menuwrap .info_tit > div p.tit {
        color: #fff;
    }

    .nav_open_menuwrap .info_tit p {
        color: #fff;
    }

    .nav_open_menu a:after {
        content: '';
        width: 0;
        height: 100%;
        transition: all 0.5s ease;
    }

    .nav_open_menu a:hover:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(135.48deg, #0077FF 7.08%, #10DBFF 81.05%);
        z-index: -1;
    }


    .mainBanner .swiper-pagination {
        display: none;
    }

    .mainBanner .txtbx {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 3rem;
        bottom: 10rem;
    }

    .mainBanner .swiper-slide .imgbx {
        height: 100%;
    }

    .mainBanner .swiper-slide .imgbx picture {
        display: block;
        /* inline → block 으로 변경 */
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .mainBanner .swiper-slide .imgbx picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .sect3_container h5 {
        font-size: 2.2rem;
    }

    .customBox > div {
        height: 160px;
    }

    .customBox h5 {
        padding-top: 0;
    }

    .footer_container .mapbx .wrap_map {
        height: 360px;
    }
    .subWrap {padding-top: 0; }
    .iamwrap {margin-top: 80px;}
    
.port_container .content img {width: 100%; }

}


@media (max-width: 720px) {

    .sect2 .swiper-slide .card {
        height: 320px;
    }

    .designBox {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .designBox > div {
        width: calc(33.3% - 1rem);
        padding: 3.6rem 0
    }

    .kko {
        display: none !important;
    }

    .kko_mob {
        display: block !important;
    }

    .customBox > div {
        width: 100%;
    }

    .footer_container {
        flex-direction: column;
        align-items: flex-start;
        gap: 4rem;
    }

    .footer_container > div {
        width: 100%;
    }

    .footer_container .mapbx {
        width: 100%;
    }

    .port_container .imgbx {
        height: 300px;
    }
    .iamwrap .inner > div { flex-direction: column; gap:4rem; }
    .iamwrap .imgbx {width: 100%; }
    .iamwrap .txtbx {width: 100%; min-height: auto;  text-align: left; }
    .iam2_container { padding: 4rem 0 8rem 0;      flex-direction: column-reverse !important;}
    .iam3_container {padding: 4rem 0 8rem 0;}
    
    
}

@media (max-width: 600px) {
    .sect1 {
        padding-top: 0;
    }

    .sect3 {
        padding-top: 0;
    }

    .mainBanner .swiper-slide {
        width: 100%;
    }

    .designBox > div {
        width: calc(50% - 1rem);
        height: 178px;
    }

    .sect4 {
        padding: 8rem 0;
    }

    .foot_bottom {
        height: 80px;
    }

    .port_list {
        flex-direction: column;
    }

    .port_item {
        width: 100%;
    }

    .port_container .imgbx {
        height: 350px;
    }

    .topbtn {
        bottom: 3vh;
    }
    
    
    .port_container .tabBox { margin: 10rem 0 6rem 0;    flex-wrap: wrap; }
    .port_container .tabBox a {width: 33.3%; flex: auto;}
        
    
}