@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: 90%;
    line-height: 0;
    height: 770px;
    max-width: 1400px;
    margin: 0 auto;
}

.nvidia_title_container{
	width:100%;
	display: flex;
	flex-wrap: nowrap;

	
}
.img_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260211133907_04dc2c1de45ab932153811e10e3d1bf7_5ggq.jpg) no-repeat;
    background-position: left top;
    left: 7%;
    position: relative;
	border-left: 0.7rem solid #76b900;
}



@media(max-width:1400px){
	
.img_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260211133907_04dc2c1de45ab932153811e10e3d1bf7_5ggq.jpg) no-repeat;
    background-position: center top;
    left: 7%;
    position: relative;
	border-left: 0.7rem solid #76b900;
}
}



@media(max-width:1200px){
	
.img_container {
    width: 75%;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260211133907_04dc2c1de45ab932153811e10e3d1bf7_5ggq.jpg) no-repeat;
    background-position: center top;
    left: 7%;
    position: relative;
	border-left: 0.7rem solid #76b900;
}
}



@media(max-width:1200px){
	
.img_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260211133907_04dc2c1de45ab932153811e10e3d1bf7_5ggq.jpg) no-repeat;
    background-position: center top;
    left: 7%;
    position: relative;
	border-top: 0;
	border-left: 0.7rem solid #76b900;
}
}



.title_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
	margin-top: 2rem;
}

.n_f_t{
	font-size:calc(25px + 1.5vw);
}


.n_f_m{
	font-size:calc(1em + 0.4vw);
}


.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/202602/20260211172436_04dc2c1de45ab932153811e10e3d1bf7_8li5.jpg');
	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: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	max-width: 1400px;
}


@media(max-width:900px){
	
.brand_products{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content:center;
	flex-direction: column;
	max-width: 1400px;
	align-items: center;
}
}

.products01{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 2em 1em 7em 1em;
	cursor: pointer;
}



.products01_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260211174114_04dc2c1de45ab932153811e10e3d1bf7_yip3.png');
	width: 90%;
	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: 90%;
	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/20260211174118_04dc2c1de45ab932153811e10e3d1bf7_vpx3.png');
	width: 90%;
	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/20260211174118_04dc2c1de45ab932153811e10e3d1bf7_ikka.png');
	width: 90%;
	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: 100%;
    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: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
margin-bottom: 6rem;
}
}

@media(max-width:1150px){
.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: 600px;
	height: auto;
	text-align: center;
	display: flex;
    align-items: center;
        justify-content: space-evenly;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.rtx_footer_logo>img{
	max-height: 80px;
	height: auto;

}


.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;
}
}