
/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.nvidia .bd-md * {
    font-family: 'Lato', sans-serif;
}

/*공통*/
.nvidia h1,
.nvidia h2,
.nvidia h3,
.nvidia h4,
.nvidia h5,
.nvidia h6 {
    color: #161616;
}

.nvidia .flex {
    display: flex;
}

.nvidia .sub-top .in_img {
    height: 340px;
}

.camera .in_img {
    background-image: url("../img/nvidia/header_camera2_1920x400.png");
}
.cable .in_img {
    background-image: url("../img/nvidia/header-cable.jpg");
}
.lens .in_img {
    background-image: url("../img/nvidia/header-lens.jpg");
}
.mounting .in_img {
    background-image: url("../img/nvidia/header_mounting3_1920x400.png");
}

.nvidia .sub-top .sub_img p {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
}

.nvidia .bd-md {
    max-width: 1140px;
    gap: 2rem;
}

.nvidia .sub-title {
    max-width: 285px;
    margin-bottom: 34px;
}

.nvidia .sub-title .txt {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #161616;
    letter-spacing: -1px;
    font-weight: 800;
}

.nvidia .info-wrap {
    width: 75%;
    padding-top: 30px;
    padding-bottom: 95px;
}

.nvidia .info-title .txt {
    font-size: 19px;
}

.category-title {
    margin-top: 60px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.category-title .txt-box {
    padding: 10px 35px;
    background-color: #004193;
    display: inline-block;
}

.category-title .txt {
    color: #ffffff;
    font-size: 12px;
}

.category-title::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    z-index: -1;
}

.dash,
.dot {
    padding-left: 10px;
    position: relative;
}

.dot::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 3px;
    height: 3px;
    background-color: #121212;
}

.dash::before {
    display: block;
    content: "-";
    position: absolute;
    left: 0;
}

.con-box {
    margin-bottom: 60px;
}

.con-box .tit {
    margin-bottom: 10px;
    font-weight: 800;
}

.con-box img {
    padding: 10px;
}

.table-box {
    margin-top: 20px;
    overflow: auto;
    padding-bottom: 10px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    min-width: 700px;
    vertical-align: middle;
}


/*사이드바*/
.nvidia .sidebar-wrap {
    width: 25%;
    position: sticky;
    top: 10px;
    align-self: flex-start;
    padding: 1rem;
}

.nvidia .sidebar-wrap .txt {
    font-size: 18px;
    margin-bottom: 14px;
}

.nvidia .sidebar {
    width: 100%;
    overflow-y: auto;
}

.nvidia .sidebar .list {
    border-bottom: 1px solid #eeeeee;
    transition: all 0.8s ease;
}

.nvidia .sidebar .list.active {
    border-bottom: 1px solid transparent;
}

.nvidia .sidebar .list .on {
    font-weight: 600;
}

.nvidia .menu-item {
    cursor: pointer;
    padding: 0.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.nvidia .menu-item a {
    width: 85%;
    font-weight: 300;
}

.nvidia .menu-item a,
.nvidia .submenu a {
    font-size: 15px;
}

.nvidia .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out, padding 0.4s ease-in-out;
    padding: 0 12px;
}
.nvidia .submenu li {
    border-bottom: none;
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.nvidia .submenu a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 300;
}

.nvidia li.active .submenu {
    max-height: 200px;
    height: 100%;
}
.nvidia .toggle-btn {
    transition: transform 0.4s ease;
    font-weight: 300;
}

.nvidia li.active .toggle-btn {
    transform: rotate(180deg);
}

.nvidia .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
}

/*camera*/
.camera table p {
    font-size: 15px;
}

.camera .table-box td,
.camera .table-box th {
    text-align: center;
    border: 1px solid #fff;
    padding: 12px 1px;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
}

.camera .table-box tr {
    background-color: #eaeef7;
}

.camera .table-box tr:nth-child(2n) {
    background-color: #d2ddef;
}

.camera .table-box th {
    background-color: #004193;
    color: #ffffff;
    padding: 4px;
    border: 1px solid #eee;
}

.feature,
.lineup {
    margin-bottom: 80px;
}

.feature .flex.con-box {
    gap: 10px;
    align-items: center;
}

.feature .flex .img-box,
.feature .flex .txt-box {
    width: 50%;
}

.feature .txt {
    font-weight: 400;
}

.pd-info.flex {
    justify-content: space-between;
    align-items: flex-end;
}

.material-symbols-outlined.fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.i-con.fill {
    font-size: 40px;
    color: rgb(0, 65, 147);
    transition: all 0.4s ease;
}

.i-con.fill:hover {
    color: #222222;
}

.pd-info {
    margin-bottom: 20px;
}

.pd-info .pd-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.camera .pd-img img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.pd-info .right {
    gap: 20px;
    min-width: 100px;
}

.pd-info .right > div {
    text-align: center;
}

.pd-info .right > div p {
    font-size: 13px;
    font-weight: 600;
}

.pd-img img {
    margin-bottom: 10px;
}

/*lens*/
.lens table th {
    background-color: #aeaaa9;
    font-weight: 600;
}

.lens table td,
.lens table th {
    font-size: 12px;
    border: 1px solid #444;
    text-align: center;
    padding: 3px 1px;
    vertical-align: middle;
}

.lens .pd-info.flex {
    align-items: center;
}

.lens .pd-info.flex .left img {
    border-radius: 100%;
    overflow: hidden;
}

/*mounting*/
.mounting .swiper {
    width: 100%;
    height: 100%;
}

.mounting .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mounting .swiper-slide img {
    display: block;
    max-width: 500px;
    margin: auto;
}

.mounting .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px);
}

.mounting .swiper-pagination-bullet-active {
    background: #666666;
}

/*contact*/
.contact .contact-wrap {
    gap: 20px;
    margin-top: 80px;
}

.contact .contact-wrap .left {
    width: 35%;
}

.contact .contact-wrap .info-box p {
    font-weight: 400;
}

.contact .contact-wrap .right {
    width: 65%;
}

.contact .contact-wrap .right .form {
    width: 100%;
}

.contact .contact-wrap .two_columns_50_50 {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.contact .contact-wrap .two_columns_50_50 > div {
    width: calc(50% - 10px);
}

.contact .contact-wrap textarea {
    width: 100%;
}

.contact .contact-wrap .column_inner input,
.contact .contact-wrap textarea {
    background-color: #cfd0d4;
    border: 1px solid #ececec;
    padding: 8px;
    color: #818181;
}
.contact .contact-wrap input[type=text] {
    color: #818181;
    font-weight: 300;
    font-size: 12px;
}

.nvidia .info-wrap.contact {
    width: 100%;
}

.contact .submit_button_contact {
    background-color: #121212;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 26px;
    font-size: 12px;
    transition: all 0.4s ease;
}

.contact .submit_button_contact:hover {
    background-color: rgb(5, 179, 234);
}

/*home*/
.nvidia.home header {
    top: 0;
    background-color: #161616;
}

.nvidia .m-c {
    color: #004193;
}

.sec-01 {
    margin-top: 200px;
}

.main-title .s-tit {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-title .tit {
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
}

.nvidia.home .line {
    height: 1px;
    background-color: #161616;
    width: 280px;
    margin-top: 42px;
    margin-bottom: 42px;
}

.sec-01 .img-box {
    gap: 40px;
    flex-wrap: wrap;
}

.sec-01 .img-box img {
    width: calc((100% - 80px) / 3);
}

.sec-02 .info-box {
    gap: 40px;
}

.sec-02 .info-box > div {
    width: 50%;
}

.nvidia .sec-box {
    padding: 20px 0;
}

.sec-03 .swiper {
    width: 100%;
    height: 100%;
    margin: 40px 0;
}

.sec-03 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-03 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-03 .pd-list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec-03 .pd-list .img {
    overflow: hidden;
    position: relative;
}

.sec-03 .pd-list .img::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    opacity: 0;
    transition: all 0.4s ease;
}

.sec-03 .pd-list:hover .img::after {
    opacity: 1;
}

.sec-03 .pd-list .img img {
    transition: all 0.4s ease;
}

.sec-03 .pd-list:hover .img img {
    transform: scale(1.1);
}

.sec-03 .pd-list .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}

.sec-03 .pd-list:hover .txt-box {
    opacity: 1;
}

.sec-03 .pd-list .txt-box .pd-name {
    font-size: 17px;
    font-weight: 600;
}

.sec-03 .pd-list .txt-box .pd-line {
    width: 80%;
    height: 1px;
    background-color: #ffffff;
    margin: 10px auto;
}

.sec-03 .pd-list .txt-box .pd-info {
    font-size: 15px;
}

.move-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 24px;
    margin-top: 10px;
    display: inline-block;
    background-color: #161616;
    transition: all 0.4s ease;
    color: #fff;
}

.move-btn:hover {
    background-color: #05b3ea;
}

.sec-03 .swiper-button-next,
.sec-03 .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.sec-03 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 14px !important;
    font-weight: 800;
}

.sec-03 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 14px !important;
    font-weight: 800;
}

.sec-04 .main-title .tit {
    font-size: 54px;
}

.main-title .txt {
    margin-bottom: 20px;
}

.sec-04 .con-box {
    gap: 20px;
}

.sec-04 .con-box .main-title {
    width: 60%;
}

.sec-04 .con-box .img-box {
    width: 40%;
}

.sec-05.sec-box {
    padding: 0;
    margin-top: 40px;
}

.sec-05 .con-box {
    width: 100%;
    height: 100%;
    background-image: url("../img/nvidia/DRIVEPX_illustration-1.jpg");
    background-attachment: fixed;
    background-position: center;
    padding: 175px 10px;
    margin-bottom: 0;
}

.sec-05 .con-box {
    text-align: center;
    color: #ffffff;
}

.sec-05 .con-box .s-tit {
    color: #ffffff;
}

#topBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #c3c3c3;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    border: 2px solid #eee;
    transition: all 0.4s ease;
}

/*top*/
#topBtn .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 24
}

#topBtn:hover {
    color: #ffffff;
    border: 2px solid #0f4a8a;
    background-color: #0f4a8a;
}

/*태블릿(가로모드) 및 작은 노트북*/
@media screen and (max-width: 1024px) {
    .pd-info .right {
        gap: 10px;
    }

    .nvidia .sub-top .sub_img p {
        font-size: 40px;
    }

    .main-title .s-tit {
        font-size: 24px;
    }
    .main-title .tit {
        font-size: 50px;
    }
    .sec-04 .main-title .tit {
        font-size: 40px;
    }

}

/*태블릿(세로모드)*/
@media screen and (max-width: 768px) {
    .nvidia .bd-md {
        flex-direction: column;
        gap: 1rem;
    }
    .nvidia .sidebar-wrap {
        width: 100%;
        position: static;
        padding: 0;
    }
    .nvidia .info-wrap {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .feature .flex.con-box {
        flex-direction: column;
    }
    .feature .flex .img-box,
    .feature .flex .txt-box {
        width: 100%;
    }
    .camera .table-box td,
    .camera .table-box th {
        font-size: 12px;
    }

    .contact .contact-wrap {
        flex-direction: column;
    }

    .contact .contact-wrap .left {
        width: 100%;
    }

    .contact .contact-wrap .right {
        width: 100%;
    }

    .contact .contact-wrap .two_columns_50_50 > div {
        width: 100%;
    }

    .contact .con-box {
        margin-bottom: 30px;
    }

    .nvidia .sub-top .sub_img p {
        font-size: 30px;
    }

    .nvidia .sub-top .in_img {
        height: 240px;
    }

    .main-title .s-tit {
        font-size: 20px;
    }

    .main-title .tit {
        font-size: 40px;
    }
    .sec-04 .main-title .tit {
        font-size: 36px;
    }

    .sec-01 .img-box {
        gap: 20px;
        flex-direction: column;
    }

    .sec-01 .img-box img {
        width: 100%;
    }

    .sec-02 .info-box {
        gap: 20px;
        flex-direction: column;
    }

    .sec-02 .info-box > div {
        width: 100%;
    }

    .sec-04 .con-box {
        flex-direction: column-reverse;
    }

    .sec-04 .con-box .img-box,
    .sec-04 .con-box .main-title {
        width: 100%;
    }

}

/*태블릿(세로모드)*/
@media screen and (max-width: 500px) {
    .pd-info.flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nvidia .sub-top .sub_img p {
        font-size: 25px;
    }
    .main-title .tit {
        font-size: 30px;
    }
    .sec-04 .main-title .tit {
        font-size: 30px;
    }

}
