@charset "utf-8";
/* CSS Document */

span{
	word-break: keep-all;
}

@font-face {
    font-family: NVIDIASans;
    src: url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Lt.woff2?1661900099) format('woff2'),url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Lt.woff?1661900099) format('woff');
    font-weight: 300
}

@font-face {
    font-family: NVIDIASans;
    src: url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Rg.woff2?1661900099) format('woff2'),url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Rg.woff?1661900099) format('woff');
    font-weight: 400
}

@font-face {
    font-family: NVIDIASans;
    src: url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Md.woff2?1661900099) format('woff2'),url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Md.woff?1661900099) format('woff');
    font-weight: 500
}

@font-face {
    font-family: NVIDIASans;
    src: url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Bd.woff2?1661900099) format('woff2'),url(https://www.nvidia.com/etc/designs/nvidiaIntegrations/clientlibs_base/fonts/NVIDIASans_W_Bd.woff?1661900099) format('woff');
    font-weight: 700
}

.nvidia_text{
	font-family:NVIDIASans, Pretendard Std Variable;
	color: white;
	line-height: normal;
}

.nvidia_text_italic{
	font-family:NVIDIASans, Pretendard Std Variable;
	color: white;
	font-style: italic;
}

.nvidia_bg {
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nvidia_rtx {
    display: flex;
    width: 100%;
    line-height: 0;
    margin: 0 auto;
}

.nvidia_title_container{
	width:90%;
	display: flex;
	flex-wrap: nowrap;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: space-between;

	
}
.title_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 48%;
    justify-content: space-between;
	margin-top: 4rem;
	
	
}

.n_f_t{
	font-size:calc(2rem + 1.2vw);
}


.n_f_m{
	font-size:calc(0.8em + 0.6vw);
}


.n_f_s{
	font-size:1rem;
	line-height: 1.7;
	padding-bottom: 1.5rem;
	
}

.contents_f_t{
	font-size:calc(30px + 0.5vw);
}

@media(max-width:600px){
	
.contents_f_t{
	font-size:calc(20px + 0.5vw);
}

}

.contents_f_m{
	font-size:calc(15px + 0.2vw);
}

.contents_f_m2{
	font-size:calc(17px + 0.2vw);
}




.notice_t{
	font-size: 10.5px;
	line-height: 1.7;
	opacity: 0.7;
}



.logo_container{
	width: 100%;
	margin-top: 3em;
	flex-wrap: nowrap;
	display: flex;
}

.logo_img01{
	background: url('https://cdn.icoda.co.kr/asset/editor/202603/20260316162024_87412ded2e7adc5598994da64280b6d4_zeco.png');
	background-position: center center;
	background-size: contain;
	max-width: 120px;
	width: 100%;
	background-repeat: no-repeat;
}




.logo_img02{
	margin-left: 3em;
	background: url('https://cdn.icoda.co.kr/asset/editor/202511/20251119102149_a6a73691ceaa336dfd788069c41c2884_vdud.png');
	aspect-ratio:130 / 60;
	background-position: center center;
	background-size: contain;
	max-width: 120px;
	width: 100%;
	background-repeat: no-repeat;
}




.nvidia_contents01{
	
	background: #111;
	background-position: center center;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
}


.nvidia_video{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211140640_04dc2c1de45ab932153811e10e3d1bf7_43ee.jpg');
	width: 90%;
	max-width: 700px;
	height: auto;
	aspect-ratio:350 / 197;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
	overflow: hidden;
}


.nvidia_video:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.5), 0 10px 10px rgba(0,0,0,0.8);
}



.nvidia_video2{
	background: url('https://cdn.icoda.co.kr/asset/notice/cb/5154_1770787512.webp');
	width: 100%;
	max-width: 700px;
	height: auto;
	aspect-ratio:850/480;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}


@media(max-width:750px){
	

.nvidia_video2{
	background: url('https://cdn.icoda.co.kr/asset/notice/cb/5154_1770787512.webp');
	width: 90%;
	max-width: 700px;
	height: auto;
	aspect-ratio:850/480;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}




}





.nvidia_contents02{
	
	background:#000;
	background-position: center center;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
}


.nvidia_contents02_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211143057_04dc2c1de45ab932153811e10e3d1bf7_qvjs.jpg');
	width: 70%;
	max-width: 700px;
	height: auto;
	aspect-ratio:850/480;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

}














.nvidia_contents_tetx{
	width: 90%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	word-break: keep-all;

}






.brand_promotion{
	width: 100%;
	display: flex;
	flex-direction: column; 
}




.brand_products{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
}

.products01{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 2em 2em 7em 2em;
	cursor: pointer;
}



.products01_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211162644_04dc2c1de45ab932153811e10e3d1bf7_crou.png');
	width: 80%;
	aspect-ratio:1 / 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}



.products02_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211162644_04dc2c1de45ab932153811e10e3d1bf7_3n6k.png');
	width: 80%;
	aspect-ratio:1 / 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}




.products03_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211162645_04dc2c1de45ab932153811e10e3d1bf7_axdq.png');
	width: 80%;
	aspect-ratio:1 / 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}





.products04_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211162645_04dc2c1de45ab932153811e10e3d1bf7_rq8y.png');
	width: 80%;
	aspect-ratio:1 / 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}



.products05_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202511/20251119133128_a6a73691ceaa336dfd788069c41c2884_tz7w.png');
	width: 80%;
	aspect-ratio:1 / 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}




.products06_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202511/20251119133128_a6a73691ceaa336dfd788069c41c2884_tz7w.png');
	width: 80%;
	aspect-ratio:1 / 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.brand_promotion_info{
 width: 80%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}

.n_g{
	color: #76b900;
}

.nvidia_info_text{
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 2em;
	word-break: keep-all;
}

@media(max-width:600px){
	.nvidia_info_text{
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 2em;
	word-break: keep-all;
		flex-direction: column;
}
}
.right_t{
	width: 30%;
	display: flex;
	flex-wrap: nowrap;
	max-width: 250px;
	
}


@media(max-width:600px){
	.nvidia_info_text>.right_t{
	
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	max-width: 250px;
	

		
	}
}


.left_t{
	width: 100%;
	max-width: 600px
}


.g_line{
	background: #76b900;
	height: 1.5em;
	width: 2px;
	margin-right: 1em;
}


.nvidia_blank{
	width: 100%;
	max-width: 1230px;
	height: 4800px;
}

@media(max-width:1600px){
	.nvidia_blank{
	width: 100%;
	max-width: 1230px;
	height: 4700px;
}
}



@media (max-width: 1150px) {
.nvidia_rtx {
    display: flex;
    width: 100%;
    line-height: 0;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column-reverse;
}}


@media (max-width: 1150px) {
    .img_container {
        width: 100%;
        height: 330px;
        overflow: hidden;
        text-align: left;
        background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260211135239_04dc2c1de45ab932153811e10e3d1bf7_b7tm.jpg) no-repeat;
        background-position: center top;
        left: 0;
        position: relative;
        border-top: 0.5rem solid #76b900;
        border-left: 0;
margin-top: 2rem;
margin-bottom: 2rem;
    }
}


@media(max-width:1150px){
.nvidia_title_container {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
margin-bottom: 0;
}
}


@media(max-width:600px){
.nvidia_title_container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
margin-bottom: 0;
	flex-direction: column-reverse;
	align-items: center;
}
}



@media(max-width:1150px){
.title_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 70%;
    justify-content: center;
}
}




@media(max-width:600px){
.title_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
    justify-content: center;
}
}

@media (max-width: 600px) {
    .img_container {
        width: 100%;
        height: 55vw;
        overflow: hidden;
        text-align: left;
        background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260211135239_04dc2c1de45ab932153811e10e3d1bf7_b7tm.jpg) no-repeat;
        background-position: center top;
        left: 0;
        position: relative;
        border-top: 0.5rem solid #76b900;
        border-left: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-size: cover;
    }
}


.nv-embed .youtube-video-player embed, .nv-embed .youtube-video-player iframe, .nv-embed .youtube-video-player object {
    border: none;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}




.rtx_footer_logo{
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
	height: auto;
	text-align: center;
	display: flex;
    align-items: center;
        justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 6rem;
}

.rtx_footer_logo>img{
	max-height: 80px;
	height: auto;

}


@media(max-width:600px){
	.rtx_footer_logo>img {
    max-height: 80px;
    height: auto;
    margin-bottom: 3rem;
}
}


@media(max-width:600px){
	.rtx_footer_logo {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
		padding-bottom: 0;
}
}

.qr_img{
	 max-width: 100px !important;
    right: -10%;
    position: relative;

}


@media(max-width:600px){
	
.qr_img{
	 max-width: 100px;
    right: 0;
    position: relative;
	display: none;
}
}





.nvidia-li{

	padding-left: 0.7rem;
	word-break: keep-all;
	margin-left: 0.3rem;
	margin-top: 0;

}
.nvidia-li li{
	position: relative;
line-height: 1.6rem;
	padding-bottom: 0.8rem;
}
.nvidia-li li::before {
  position: absolute;
  left: 100px;
width: 30px;
  height: 30px;  
  background: #fff;
  opacity: 0.6;
  line-height: 2rem;
	word-break: keep-all;
	list-style: decimal;

}




.nvidia-li2{
margin:0;

padding:0;

list-style: none;

}
.nvidia-li2 li{
	
position: relative;

  padding: 0 0 8px 1rem;
  font-size:1rem;
  color: #fff;
  font-family:Pretendard Std Variable;
  font-weight: 400;
  font-feature-settings: "salt";
  line-height: 2rem;
	opacity: 0.7;
		  word-break: keep-all;
	
}
.nvidia-li2 li::before {
 content: "";
  position: absolute;
  top: 12px;
  left: 0px;  
  width: 3px;
  height: 3px;
  background: #fff;
  opacity: 0.6;
  line-height: 2rem;
	word-break: keep-all;

}



.a-text{
color: #000 ;
	background: #76b900;
	text-decoration: none;
	padding: 0 5px;
	border: 1px solid #76b900;
}




.a-text:hover{

	background: #000;
	text-decoration: none;
	padding: 0 5px;
	border: 1px solid #76b900;
	-ms-animation: circleOpacity forwards 1s;
  -moz-animation: circleOpacity forwards 1s;
  -webkit-animation: circleOpacity forwards 1s;
  animation: circleOpacity forwards 1s;
}


@keyframes circleOpacity {
  0% {
    background: #76b900 ;
	color: #000 ;
  }
  100% {
    background: #000 ;
	color: #76b900 ;
  }
}



.nvidia-bg-img{
	width: 50%;
	aspect-ratio:1252 / 1160;	background:url(https://cdn.icoda.co.kr/asset/editor/202603/20260316105157_87412ded2e7adc5598994da64280b6d4_o9m7.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	border-left: 0.7rem solid #76b900;
	border-right: 0.7rem solid #76b900;
	margin-left: 5rem;

	
}

@media(max-width:1350px){
	.nvidia-bg-img{
	width: 50%;
	aspect-ratio:1252 / 1160;	background:url(https://cdn.icoda.co.kr/asset/editor/202603/20260317102424_1d7f3d3e5d64556b4e50a22f90bbacae_bl3m.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	border-left: 0.7rem solid #76b900;
	border-right: 0.7rem solid #76b900;
	margin-left: 2rem;

	
}

}


@media(max-width:1300px){
	.nvidia-bg-img{
	width: 55%;
	aspect-ratio:1252 / 1160;	background:url(https://cdn.icoda.co.kr/asset/editor/202603/20260317102424_1d7f3d3e5d64556b4e50a22f90bbacae_bl3m.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	border-left: 0.7rem solid #76b900;
	border-right: 0.7rem solid #76b900;
	margin-left: 2rem;

	
}

}




@media(max-width:1150px){
	.nvidia-bg-img{
	width: 55%;
	aspect-ratio:1252 / 1160;	background:url(https://cdn.icoda.co.kr/asset/editor/202603/20260317102923_1d7f3d3e5d64556b4e50a22f90bbacae_njap.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	border-left: 0.7rem solid #76b900;
	border-right: 0.7rem solid #76b900;
	margin-left: 2rem;

	
}

}





@media (max-width: 600px) {
    .nvidia-bg-img {
        width: 100%;
        aspect-ratio: 586 / 332;
        background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260317103051_1d7f3d3e5d64556b4e50a22f90bbacae_71h2.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        border-left: 0;
        border-right: 0;
        margin-left: 0;
        border-bottom: 0.7rem solid #76b900;
    }
}



@media(max-width:400px){
	.nvidia-bg-img{
	width: 100%;
	aspect-ratio:400 / 578;	background:url(https://cdn.icoda.co.kr/asset/editor/202603/20260317102923_1d7f3d3e5d64556b4e50a22f90bbacae_njap.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	   border-left: 0;
        border-right: 0;
        margin-left: 0;
        border-bottom: 0.7rem solid #76b900;
    }

	
}




.general-container{
	max-width:1400px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	padding-top: 1.5rem;
	
	
}


.general-container_box-op{
	width:300px;
	padding: 1.5em;
	margin-bottom: 0rem;
	height: 50px;
		overflow: hidden;
	
}


.general-container_box{
	width:300px;
	padding: 1.5em;
	margin-bottom: 5rem;

	
}


.general-container_box>img{
	width: 100px;
}


.rtx50-40-c{
	width: 90%;
	max-width: 1400px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.rtx50-40-text{
	font-size: 0.7rem;
	display: flex;
	align-items: center;
	margin-right: 2rem;
}


@media(max-width:600px){
	.rtx50-40-text {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    margin: 1rem;
}

.rtx50-40-c {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 2rem;
}
}

.nvidia-middle-btn{
	background:#1a1a1a;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	padding: 1rem 0;
}

.nvidia-middle-btn-text {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 1400px;
    margin: 0 auto;
}
.nvidia-middle-btn-text>div{
	margin-right: 3rem;
	cursor: pointer;
}

@media (max-width: 800px) {
    .nvidia-middle-btn-text {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        max-width: 1400px;
        margin: 0 auto;
        justify-content: flex-start;
    }
	
	.nvidia-middle-btn-text>div{
	margin: 1rem;
	cursor: pointer;
}
}


@media (max-width: 600px) {
    .nvidia-middle-btn-text {
        width: 97%;
        display: flex;
        flex-wrap: wrap;
        max-width: 1400px;
        margin: 0 auto;
        justify-content: space-around;
    }
	
.nvidia-middle-btn-text>div {
        margin: 0.5rem !important;
        cursor: pointer;
        font-size: 0.9rem !important;
    }
}


.nvidia_contents03 {
    background: url(https://cdn.icoda.co.kr/asset/editor/202511/20251126174635_17bf1437ad2b65bd180d2339c1288824_ivkq.jpg);
    background-position: center center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 100 / 58;
	margin-top: -10rem;

}
@media(max-width:600px){
	
.nvidia_contents03 {
    background: url(https://cdn.icoda.co.kr/asset/editor/202511/20251126174635_17bf1437ad2b65bd180d2339c1288824_ivkq.jpg);
    background-position: center center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 100 / 125;
	margin-top: -10rem;

}

}


.nvidia_contents03-text{
	
	margin: 0 auto;
	text-align: center;
	width: 90%;
	max-width: 900px;
}


.nvidia_text.nvidia_contents03-text{
	position: relative;
	z-index: 10;
	
}




.nvidia_contents04 {
    background: url(https://cdn.icoda.co.kr/asset/editor/202511/20251127092853_26c5adfb93e05b02aa6ff9f1d0a6953a_tt1e.jpg);
    background-position: center top;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 800 / 300;
	display: flex;
    align-items: center;

}


@media(max-width:1050px){
	.nvidia_contents04 {
    background: url(https://cdn.icoda.co.kr/asset/editor/202511/20251127092853_26c5adfb93e05b02aa6ff9f1d0a6953a_tt1e.jpg);
    background-position: center top;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 800 / 410;
    display: flex;
    align-items: center;
}
}





@media(max-width:600px){
	.nvidia_contents04 {
     background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260317115137_1d7f3d3e5d64556b4e50a22f90bbacae_08oi.jpg);
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 800 / 900;
    display: flex;
    align-items: flex-start;
}
}


@media(max-width:500px){
	.nvidia_contents04 {
     background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260317115137_1d7f3d3e5d64556b4e50a22f90bbacae_08oi.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 800 / 900;
    display: flex;
    align-items: flex-start;
}
}



@media(max-width:400px){
	.nvidia_contents04 {
     background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260317115137_1d7f3d3e5d64556b4e50a22f90bbacae_08oi.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    aspect-ratio: 800 / 1000;
    display: flex;
    align-items: flex-start;
}
}



.nvidia-studio{
	width: 90%;
	max-width: 1400px;
	text-align: start;
	margin: 0 auto;
}
@media(max-width:600px){
	.nvidia-studio{
	width: 90%;
	max-width: 1400px;
	text-align: center;
	margin: 0 auto;
}
}
.general-container {
    width: fit-content;
    max-width: 1150px;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.general-container2{
	background: #1a1a1a;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	flex-direction: column;
}
.nvidia-creator{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;

}
@media(max-width:600px){
	.nvidia-creator{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
		flex-direction: column;

}
}
.nv-teaser{
	max-width: 550px;
	width:calc(100% - 10vw);
	text-align: left;
	padding: 1rem;
	word-break: keep-all;
	margin-bottom: 5rem;
}




.nv-logo-footer{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	
}

.nvidia-studio-text{
	font-weight: 700;
    margin-top: 5rem;
}

@media(max-width:600px){
	
.nvidia-studio-text{
	font-weight: 700;
    margin-top: 1rem;
}
}


.div-btn-nvidia:hover{
	text-decoration: underline;
	 text-decoration-color:#76b900;
	text-decoration-thickness:4px;
	
	
}
