#main_content_vr2022pro img {
    height: auto;
}

/* ==================================================
	point
================================================== */

h2.main_title {
	text-align: center;
	font-size: 3rem !important;
	line-height: 1.4;
}
h2.main_title_bg {
	background: rgba(33,34,72,1);
	color: #fff;
	text-align: center;
	font-size: 3.2rem !important;
	line-height: 1.4;
	padding: 16px 8px;
}
.sub_title {
	padding: 16px 8px;
	background: rgba(33,34,72,.7);
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	h2.main_title {
		font-size: 36px !important;
	}
}
.point1 {
	position: relative;
}
@media screen and (min-width: 480px) {
	.point1 .posA_sm {
		top: 20px;
		left: 0;
		right: 0;
	}
}
@media screen and (min-width: 768px) {
	.copilot_key {
		margin-top: -40px;
	}
}

.ai_companion li {
	background: #f2f2f2;
}
.ai_companion li .title {
	background: rgba(33,34,72,.2);
	padding: 10px;
}

@media screen and (min-width: 1024px) {
	.ai_companion {
		position: relative;
		overflow: hidden;
		height: 474px;
	}
	.ai_companion .left {
		margin: 40px 0 0 -250px;
	}
	.ai_companion .right {
		position: absolute;
		top: 0;
		right: 0;
		left: 28%;
	}
}
.companion .icon_area {
	display: flex;
	align-items: center;
	background: rgba(33,34,72,.1);
	padding: 10px;
}
.companion .icon_area img {
	width: 60px;
}
@media screen and (min-width: 1024px) {
	.companion .icon_area img {
	width: 40px;
	}
}

.bo_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bo_box li {
	padding: 5px;
}
.bo_box li .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin: auto;
	padding: 10px;
	border: 10px solid rgba(33,34,72,.5);
	border-radius: 100vh;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
@media screen and (min-width: 480px) {
	.bo_box li {
		padding: 10px;
	}
	.bo_box li .inner {
		width: 200px;
		height: 200px;
		padding: 10px;
		border: 20px solid rgba(33,34,72,.5);
		font-size: 30px;
	}
}
@media screen and (min-width: 768px) {
	.bo_box li .inner {
		width: 220px;
		height: 220px;
		font-size: 32px;
	}
}
@media screen and (min-width: 1024px) {
	.bo_box li .inner {
		width: 250px;
		height: 250px;
		font-size: 35px;
	}
}


.primary_title {
	background: rgba(0,150,214,.1);
}

.text_area {
	background: rgba(255,255,255,.9);
	border-radius: 6px 0 0 6px;
}

.reverse {
	display: flex;
}
@media screen and (max-width: 480px) {
	.reverse {
 		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.reverse_img {
	  order: 1;
	}
	.reverse_text {
	  order: 2;
	}
}

.point_list > div, .point_list >li {
	text-align: center;
	padding: 16px;
	background-image: linear-gradient(180deg, rgba(245, 245, 245, 1), rgba(255, 255, 255, 1));
	border-radius: 6px;
	border: 1px solid #ccc;
}
.point_list.flex li {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: left;
}
.point_list.flex li >div:first-of-type {
	flex-shrink: 0;
	width: 120px;
	text-align: center;
}
.point_list li >div >img {
	width: 80px;
}
.point_list li p {
	margin-top: 0px;
}
@media screen and (min-width: 1024px) {
	.point_list.flex li {
		display: flex;
		text-align: left;
	}
	.point_list.flex li >div:first-of-type {
		width: 120px;
		}
}
@media screen and (min-width: 1024px) {
	h2.main_title {
		font-size: 36px !important;
	}
	p.main_sub_title {
		font-size: 18px !important;
	}
	.point_list > li {
		padding: 20px;
	}
}

.entertain_display {
	padding: 10px;
}
.entertain_display .right {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.entertain_display {
		display: flex;
		align-items: center;
	}
	.entertain_display >div {
		width: 50%;
	}
	.entertain_display .right {
		margin-top: 0;
	}
}
@media screen and (min-width: 1024px) {
	.entertain_display {
		padding: 0;
	}
}

.entertain_speaker {
	padding: 10px;
}
.entertain_speaker .right {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.entertain_speaker {
		position: relative;
	}
	.entertain_speaker .right {
		position: absolute;
		margin-top: 0;
		top: 50%;
		left: 55%;
		right: 10px;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 1024px) {
	.entertain_speaker {
		padding: 0;
	}
	.entertain_speaker .right {
		right: 0;
	}
}

.unison_list >li {
	display: flex;
	align-items: center;
	text-align: left;
}
.unison_list >li>p {
	margin-top: 0;
	margin-left: 15px;
}

.unison_list >li .icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.unison_list >li .icon {
	width: 60px;
	height: 60px;
	}
}
@media screen and (min-width: 768px) {
.sustainability {
	position: relative;
	}
	.sustainability .posA_md.left {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 140px;
		height:140px;
	}
	.sustainability .posA_md.right {
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 140px;
		height:140px;
	}
}

/* ==================================================
	view
================================================== */

.size_area {
	margin-top: 20px;
	padding: 0 1rem;
}

.size_model_name {
	padding: 8px 10px;
	color: #0096d6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #f2f2f2;
}

.size_title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: #0096d6;
}

.size_detail {
	margin-top: 10px;
	padding: 20px 15px;
	background: linear-gradient(to bottom, #f2f2f2, #fff 80px);
}
.size_detail_list li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
	font-size: 13px;
	line-height: 1.6;
}
.size_detail_list li:nth-child(n+2) {
	margin-top: .5em;
}
.size_photo {
	text-align: center;
}
.size_footer {
	margin-top: 10px;
}

.m_adj .size_detail p {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.size_area + .size_area {
		margin-top: 40px;
	}
	.size_model_name {
		margin: 0 -16px 20px;
	}
	.size_list > div:nth-of-type(n+2) {
		border-top: 1px solid #fff;
	}
	.size_photo img {
		width: 80%;
	}



	/* accordion -------------------- */

	.size_title {
		position: relative;
		padding: 8px 40px 8px 16px;
		cursor: pointer;
		pointer-events: auto;
	}
	.size_inner {
		display: none;
		padding: 16px;
	}
	.size_list > div:first-of-type .size_inner {
		display: block;
	}

	/* arrow */
	.size_title::after {
		font-family: HPIcons;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: bottom;
	}
	.size_title::after {
		content: "\E90c";
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		color: #fff;
		font-size: 18px;
	}
	.size_title.active::after {
		content: "\E90b";
	}
}



@media screen and (max-width: 479px) {
	.size_photo img {
		width: 100%;
	}
}



@media screen and (min-width: 768px) {
	.size_area {
		margin-top: 40px;
	}
	.size_area + .size_area {
		margin-top: 80px;
	}
	.size_model_name {
		margin: 0 -20px 20px;
		font-size: 18px;
	}
	.size_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.size_list > div {
		width: 49%;
	}
	.size_list > div:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.size_title {
		pointer-events: none;
		padding: 6px 20px;
	}
	.size_inner {
		display: block !important;
	}
	.size_photo img {
		width: 100%;
	}

	/* IE10 */
	_:-ms-lang(x), .size_content {
		position: relative;
	}
	_:-ms-lang(x), .size_content::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
	}
}



@media screen and (min-width: 1024px) {
	.size_area {
		padding: 0;
	}
	.size_model_name {
		margin: 0 -10px 20px;
	}
	.size_photo img {
		width: auto;
	}
	.size_footer {
		margin-top: 20px;
	}
}


/* ==================================================
	gallery
================================================== */

/* tab -------------------- */

.gallery_area .tab_trigger {
	display: flex;
	justify-content: center;
	text-align: center;
}
.gallery_area .tab_trigger li {
	width: 50%;
	color: #767676;
}
.gallery_area .tab_trigger .tab_current {
	position: relative;
	padding-bottom: .5em;
	color: #0096d6;
	border-bottom: 1px solid #0096d6;
}
.gallery_area .tab_trigger .tab_current::before,
.gallery_area .tab_trigger .tab_current::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(1px);
	border: 8px solid transparent;
}
.gallery_area .tab_trigger .tab_current::before {
	border-top: 8px solid #0096d6;
}
.gallery_area .tab_content_area {
	margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
	.gallery_area .tab_trigger li {
		width: 300px;
		font-size: 16px;
	}
	.gallery_area .tab_content_area {
		margin-top: 40px;
	}
}



/* images -------------------- */

.gallery_thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: .5rem -.5rem;
}
.gallery_thumb > li {
	width: calc((100% - 2rem) / 2);
	margin: .5rem;
	border: 1px solid #eee;
}

@media screen and (min-width: 480px) {
	.gallery_main {
		text-align: center;
	}
	.gallery_main img {
		width: auto;
	}
	.gallery_thumb > li {
		width: calc((100% - 3rem) /3);
	}
}

@media screen and (min-width: 1024px) {
	.gallery_content {
		display: flex;
		justify-content: space-between;
	}
	.gallery_main {
		width: 440px;
	}
	.gallery_thumb {
		justify-content: flex-start;
		width: 930px;
		margin: -10px 0 0 -10px;
	}
	.gallery_thumb > li {
		width: 300px;
		margin: 10px 0 0 10px;
	}
}