
#main_content_vr2022pro img {
    height: auto;
}

@media screen and (min-width: 1024px){
    .main{
        height:482px;
    }
}


@media screen and (min-width: 1024px) {
	.cooling {
		padding-bottom: 240px;
	}
}



/*-----------------*/
.point1{
	overflow:hidden;
}
.point1 .diamond_1{
	width: 400px;
	height: 400px;
	top: -20rem;
	right: -20rem;
	z-index: -1;
}
@media screen and (min-width: 480px) {
	.point1 .diamond_1{
		width: 500px;
		height: 500px;
		top: -25rem;
		right: -25rem;
	}
}
@media screen and (min-width: 768px) {
	.point1 .diamond_1{
		width: 600px;
		height: 600px;
		top: -30rem;
		right: -30rem;
	}
}
@media screen and (min-width: 1024px) {
	.point1 .diamond_1{
		width: 700px;
		height: 700px;
		top: -35rem;
		right: -30rem;
	}
}
.gradient_diamond {
	background-image: linear-gradient(135deg, rgb(255, 85, 225), red, rgb(255, 180, 0));
	transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
	.gradient_diamond {
	background-image: linear-gradient(225deg, rgb(255, 85, 225), red, rgb(255, 180, 0));
	}
}
/*------------------------------------------- */
.text_ccbox {
	padding: 1em;
	margin: 1rem;
}
@media screen and (min-width: 1024px) {
	.text_ccbox {
		background:#fff;
		border:4px #a91b29 solid;
		border-radius: 10px;
		padding: 1em;
		margin: 1rem;
	}
}

/*--------------------------------------------*/
.ray_tracing_box {
	padding: 2rem 0;
}
.ray_tracing_box_l {
	padding: 20px;
}
.ray_tracing_box_r {
	padding: 10px;
}
@media screen and (min-width: 1024px) {
	.ray_tracing_box {
		padding: 10px 15px 40px;
		display: flex;
	}
	.ray_tracing_box_l {
		width: 600px;
		padding: 0;
	}
	.ray_tracing_box_r {
		width: 400px;
		padding: 0;
	}

}

/* ----------------------------------------
	TwentyTwenty
---------------------------------------- */

.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-before-label:before { content: "RTX OFF"; }
.twentytwenty-after-label:before { content: "RTX ON"; }

/*----------------------------------------
DLSS
-------------------------------------------- */
.dlss_box{
	background: url(images/vr2022_geforce_rtx_02.jpg) center 10rem no-repeat;
	padding:10px;
}
@media screen and (min-width: 768px) {
	.dlss_box{
		background: url(images/vr2022_geforce_rtx_02.jpg) center 20rem no-repeat;
		padding:10px;
	}
}
@media screen and (min-width: 1024px) {
	.dlss_box{
		background: url(images/vr2022_geforce_rtx_02.jpg) 0 0 no-repeat;
		height: 550px;
	}
}

.gaming_hub_box{
	padding: 2rem .5em;
	background:#fcf8f8;
	border-radius: 1rem;
	margin-top: 4rem;
}
.gaming_hub_box .performance_list > li img{
	max-height: 100%;
	max-width:100%;
}
.gaming_hub_box .performance_list > li h4{
	color: #a91b29!important;
}
@media screen and (min-width: 768px) {
	.gaming_hub_box{
		padding: 20px 5px;
		border: 5px rgba(169,27,41,.3) solid;
		margin-top: 60px;
	}
	.performance_list > li{
		padding: 20px 10px ;
	}

}

#gaming .option_title,#hyper_x .option_title {
	margin-bottom: 1rem;
	padding: .5em 1.5rem;
	font-size: 1.8rem;
	background: #f2f2f2;
	border-left: 5px solid #0696d6;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	#gaming .option_title,#hyper_x .option_title {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

/* ----------------------------------------
	acce_detail
---------------------------------------- */

.acce_detail {
	margin: 10px 0 15px;
}

.acce_category {
	color: #767676;
	font-size: 12px;
	font-weight: bold;
}

#gaming .acce_detail h3,#hyper_x .acce_detail h3 {
	margin-top: 5px!important;
	font-size: 16px!important;
	line-height: 1.4!important;
	font-weight: bold!important;
}



/* acce_comment -------------------- */

.acce_comment {
	margin-top: 15px;
	color: #767676;
}

.acce_comment .txt_indent {
	padding-left: 1em;
	margin-bottom: 10px;
	text-indent: -1em;
}



/* ----------------------------------------
	acce_buy
---------------------------------------- */

/* acce_price -------------------- */

.acce_price {
	text-align: center;
}
.price_type {
	font-size: 12px;
	font-weight: bold;
}
.acce_price .price {
	margin-top: 0;
	font-size: 13px;
}
.acce_price .price > span {
	font-size: 24px;
}



/* acce_btn_area -------------------- */

.acce_btn_area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.acce_btn_area > div:nth-of-type(n+2) {
	margin-left: 8px;
}

.acce_btn_area > div + p {
	margin-left: 8px;
	font-size: 13px;
}

.acce_btn_area .button {
	padding: .4em 1em;
}