.post {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000000;
	background-size: cover;
	background-color: #1a202d;
	background-position: center center;
	opacity: 1
}

.post .post_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	margin-top: -100px;
	margin-left: -55px
}

.post .post_logo img {
	display: block;
	width: 100%
}

.post .progress {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 106px
}

.post .progress>span {
	display: block;
	font-size: 20px;
	text-align: center;
	font-family: PingFangSC-Medium;
	line-height: 30px;
	margin-bottom: 18px
}

.post .progress>span i {
	color: #ffffff;
	font-style: normal
}

.post .progress>span .english {
	display: none
}

.post .progress .line {
	height: 6px;
	width: 932px;
	border-radius: 8px;
	background-color: #1a202d;
	position: relative;
	margin: 0 auto
}

.post .progress .line>span {
	display: block;
	width: 50%;
	height: 8px;
	border-radius: 8px;
	background-color: #3e82f7;
	-webkit-animation: loadingAnimate 5s linear 1 forwards;
	-moz-animation: loadingAnimate 5s linear 1 forwards;
	-ms-animation: loadingAnimate 5s linear 1 forwards;
	-o-animation: loadingAnimate 5s linear 1 forwards;
	animation: loadingAnimate 5s linear 1 forwards;
	position: absolute;
	left: 0;
	top: -1px
}

@keyframes loadingAnimate {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.nav {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1000
}

.nav .dao_conatiner {
	width: calc(100% - 40px);
	height: 80px;
	min-width: 740px;
	margin: 0 auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-left: 24px;
	padding-right: 10px
}

.nav .dao_conatiner .logo {
	display: inline-block;
	width: 96px;
	height: 80px;
	margin-right: 18px;
	padding-top: 10px;
	vertical-align: top
}

.nav .dao_conatiner .logo a {
	display: block;
	width: 100%;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.nav .dao_conatiner .house_type {
	display: inline-block;
	height: 100%;
	padding-top: 20px
}

.nav .dao_conatiner .house_type ul {
	display: inline-block;
	position: absolute;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	border-radius: 20px;
	background-color: #8a8d8a
}

.nav .dao_conatiner .house_type ul li {
	display: inline-block;
	padding: 0 5px
}

.nav .dao_conatiner .house_type ul li a {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	color: #000000
}

.nav .dao_conatiner .house_type ul li:first-of-type {
	padding-left: 7px
}

.nav .dao_conatiner .house_type ul li:last-of-type {
	padding-right: 7px
}

.nav .dao_conatiner .house_type ul .active a {
	color: #fff
}

.nav .dao_conatiner .actions {
	float: right
}

.nav .dao_conatiner .actions>ul>li {
	display: inline-block;
	width: 80px;
	height: 70px;
	margin-left: 6px;
	cursor: pointer;
	padding-top: 20px;
	position: relative;
	opacity: 1
}

.nav .dao_conatiner .actions>ul>li:hover {
	background: rgba(52, 57, 62, 0.3);
	opacity: 1
}

.nav .dao_conatiner .actions>ul>li>span {
	display: block
}

.nav .dao_conatiner .actions>ul>li>span:nth-of-type(1) {
	width: 25px;
	height: 25px;
	background-size: 110px 110px;
	background-image: url("../images/sprite.png");
	margin: 0 auto
}

.nav .dao_conatiner .actions>ul>li>span:nth-of-type(1)>object {
	width: 100%;
	height: 100%
}

.nav .dao_conatiner .actions>ul>li>span:nth-of-type(2) {
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	text-align: center
}

.nav .dao_conatiner .actions>ul>li>span:nth-of-type(3) {
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	text-align: center
}

.nav .dao_conatiner .actions>ul>li .korean {
	display: block
}

.nav .dao_conatiner .actions>ul>li .english {
	display: none
}

.nav .dao_conatiner .actions>ul>li:nth-of-type(1)>span:nth-of-type(1) {
	background-position: 0 0
}

.nav .dao_conatiner .actions>ul>li:nth-of-type(2)>span:nth-of-type(1) {
	background-position: -22px 0
}

.nav .dao_conatiner .actions>ul>li:nth-of-type(3)>span:nth-of-type(1) {
	background-position: -44px 0
}

.nav .dao_conatiner .actions>ul>li:nth-of-type(4)>span:nth-of-type(1) {
	background-position: -66px 0
}

.nav .dao_conatiner .actions>ul>li:nth-of-type(4)>span:nth-of-type(1)>object {
	width: 22px;
	height: 22px;
	margin-left: 1px;
	margin-top: 1px
}

.nav .dao_conatiner .actions>ul .more-container {
	display: none;
	position: absolute;
	right: -10px;
	bottom: 70px;
	width: 230px;
	padding-bottom: 10px
}

.nav .dao_conatiner .actions>ul .more-container>ul {
	width: 100%;
	height: 190px;
	padding: 20px 0 20px 24px;
	border-radius: 5px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li {
	display: inline-block;
	width: 90px;
	cursor: pointer;
	margin-bottom: 8px;
	opacity: 1
}

.nav .dao_conatiner .actions>ul .more-container>ul>li span:nth-of-type(1) {
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(75, 79, 84, 0.5);
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}

.nav .dao_conatiner .actions>ul .more-container>ul>li span:nth-of-type(1)::after {
	display: block;
	width: 22px;
	height: 22px;
	content: '';
	background-size: 110px 110px;
	background-image: url("../images/sprite.png");
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li span:nth-of-type(1) object {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li span:nth-of-type(2) {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	text-align: center
}

.nav .dao_conatiner .actions>ul .more-container>ul>li span:nth-of-type(3) {
	width: 100%;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	text-align: center
}

.nav .dao_conatiner .actions>ul .more-container>ul>li .korean {
	display: block
}

.nav .dao_conatiner .actions>ul .more-container>ul>li .english {
	display: none
}

.nav .dao_conatiner .actions>ul .more-container>ul>li .btn1::after {
	background-position: -44px -44px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li .btn2::after {
	background-position: -88px -44px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li .btn3::after {
	background-position: -44px -88px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li .btn4::after {
	background-position: -0px -66px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li a {
	display: block;
	width: 100%;
	height: 100%
}

.nav .dao_conatiner .actions>ul .more-container>ul>li:hover {
	opacity: 1
}

.nav .dao_conatiner .actions>ul .more-container>ul .language span:nth-of-type(1) object:nth-of-type(1) {
	display: block
}

.nav .dao_conatiner .actions>ul .more-container>ul .language span:nth-of-type(1) object:nth-of-type(2) {
	display: none
}

.nav .dao_conatiner .actions>ul .more-container>ul>li.active {
	opacity: 1
}

.nav .dao_conatiner .actions>ul .more-container>ul>li.active .btn1::after {
	background-position: -22px -44px
}

.nav .dao_conatiner .actions>ul .more-container>ul>li.active .btn3::after {
	background-position: -66px -44px
}

.nav .dao_conatiner .actions>ul .more-container>ul .language.active span:nth-of-type(1) object:nth-of-type(1) {
	display: none
}

.nav .dao_conatiner .actions>ul .more-container>ul .language.active span:nth-of-type(1) object:nth-of-type(2) {
	display: block
}

.nav .dao_conatiner .actions>ul .more:hover .more-container {
	display: block
}

.nav .dao_conatiner .actions>ul .display .svg object:nth-of-type(1),
.nav .dao_conatiner .actions>ul .floorPlan .svg object:nth-of-type(1) {
	display: block
}

.nav .dao_conatiner .actions>ul .display .svg object:nth-of-type(2),
.nav .dao_conatiner .actions>ul .floorPlan .svg object:nth-of-type(2) {
	display: none
}

.nav .dao_conatiner .openThumbs {
	display: none
}

.nav .dao_conatiner .model_display {
	display: none
}

.nav .thumbs {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -200px
}

.nav .thumbs .pullDown {
	display: none;
	width: 40px;
	height: 40px;
	background-image: url("../images/sprite.png");
	background-size: 200px 200px;
	background-position: -160px 0;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -20px;
	cursor: pointer;
	opacity: 0.25
}

.nav .thumbs .pullDown:hover {
	opacity: 1
}

.nav .thumbs .thumbs_swiper {
	width: 100%;
	height: auto;
	overflow: hidden
}

.nav .thumbs .thumbs_swiper .floors {
	width: 100%
}

.nav .thumbs .thumbs_swiper .floors ul {
	width: 100%;
	text-align: center
}

.nav .thumbs .thumbs_swiper .floors ul li {
	display: inline-block;
	min-width: 60px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	padding: 0 12px;
	background-color: #5a5a5a;
	border-radius: 13px;
	margin: 12px 5px 0;
	cursor: pointer
}

.nav .thumbs .thumbs_swiper .floors ul .active {
	background-color: #3452ff
}

.nav .thumbs .thumbs_swiper .floors_no {
	display: none
}

.nav .thumbs .thumbs_swiper .swiper_container {
	width: 100%;
	height: 138px;
	position: relative
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper {
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 18px;
	padding-bottom: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide {
	display: inline-block;
	width: 128px
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item {
	width: 104px;
	height: 104px;
	margin: 0 12px;
	border-radius: 4px;
	border: 2px solid transparent;
	position: relative
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(1) {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	cursor: pointer
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(2) {
	width: 100%;
	max-height: 46px;
	min-height: 28px;
	background: rgba(2, 2, 2, 0.7);
	padding: 4px 10px;
	font-size: 13px;
	line-height: 18px;
	color: white;
	text-align: center;
	word-break: break-all;
	position: absolute;
	left: 0;
	bottom: 0
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(2) i {
	max-height: 36px;
	font-style: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(2) .korean {
	display: block
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(2) .english {
	display: none
}

.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .active {
	border-color: #1a7afb
}

.nav .thumbs .close_thumb {
	display: none
}

.nav .thumbs_show {
	bottom: 80px
}

.nav_hide {
	bottom: -80px
}

.sand_table {
	width: 280px;
	height: 298px;
	position: fixed;
	left: 20px;
	top: 40px;
	z-index: 1000;
	border-radius: 8px
}

.sand_table h2.map_scene_name {
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
	padding-left: 38px;
	position: relative;
	pointer-events: none
}

.sand_table h2.map_scene_name>i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: 110px 110px;
	background-image: url("../images/sprite.png");
	background-position: 0 -22px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -10px
}

.sand_table h2.map_scene_name>object {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.sand_table h2.map_scene_name span {
	display: inline-block;
	font-size: 14px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 400
}

.sand_table h2.map_scene_name span i {
	font-style: normal
}

.sand_table h2.map_scene_name span .korean {
	display: block
	
}

.sand_table h2.map_scene_name span .english {
	display: none
}

.sand_table .sand_logo {
	display: none
}

.sand_table .floor_select {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	pointer-events: all
}

.sand_table .floor_select .floor_select_title {
	display: none
}

.sand_table .floor_select .cur_floor {
	width: 110px;
	background-color: #616569;
	border-top-right-radius: 10px
}

.sand_table .floor_select .cur_floor span {
	display: inline-block;
	width: 85px;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	padding-left: 8px
}

.sand_table .floor_select .cur_floor i {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url("../images/sprite.png");
	background-position: -10px -30px;
	background-size: 50px 50px
}

.sand_table .floor_select .sand_floors {
	display: none;
	width: 100%;
	padding-bottom: 4px;
	background-color: rgba(120, 123, 127, 0.5);
	border-radius: 6px;
	padding-top: 4px
}

.sand_table .floor_select .sand_floors li {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	opacity: 1;
	text-align: left;
	padding-left: 8px
}

.sand_table .floor_select .sand_floors li:hover {
	opacity: 1;
	background-color: rgba(52, 57, 62, 0.5)
}

.sand_table .floor_select .sand_floors .active {
	background-color: #ffffff33
}

.sand_table .floor_select:hover .cur_floor i {
	transform: rotate(180deg)
}

.sand_table .floor_select:hover .sand_floors {
	display: block
}

.sand_table .sand_table_container {
	margin: 0 12px;
	height: 230px;
	position: relative
}

.sand_table .sand_table_container ul {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.sand_table .sand_table_container ul li {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: -9px;
	margin-top: -14px
}

.sand_table .sand_table_container ul li>object {
	width: 100%;
	height: 100%
}

.sand_table .sand_table_container ul li>span {
	display: none;
	white-space: nowrap;
	font-size: 13px;
	line-height: 32px;
	color: #ffff;
	background-color: rgba(51, 51, 51, 0.8);
	padding: 0 10px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 36px;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.sand_table .sand_table_container ul li>span b {
	font-weight: normal
}

.sand_table .sand_table_container ul li>span .korean {
	display: block
}

.sand_table .sand_table_container ul li>span .english {
	display: none
}

.sand_table .sand_table_container ul li>span>i {
	width: 20px;
	height: 11px;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -11px;
	margin-left: -10px;
	overflow: hidden
}

.sand_table .sand_table_container ul li>span>i::after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	background-color: rgba(51, 51, 51, 0.8);
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.sand_table .sand_table_container ul li:hover>span {
	display: block
}

.sand_table .sand_table_container .radar {
	width: 26px;
	height: 26px;
	position: absolute;
	left: -1000%;
	top: 0%;
	margin-left: -13px;
	margin-top: -23px;
	z-index: 2;
	background-image: url("../images/sprite.png");
	background-size: 130px 130px;
	background-position: -104px -104px;
	transform-origin: 12px 22px
}

.sand_table .sand_table_container .big_map {
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	text-align: right;
	padding-right: 23px;
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 2;
	cursor: pointer
}

.sand_table .sand_table_container .big_map>object {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: -4px;
	top: 0
}

.sand_table .sand_table_container .big_map_mobile {
	display: none
}

.sand_table .sand_thumb {
	display: none
}

.right_btns {
	position: fixed;
	right: 24px;
	top: 92px;
	z-index: 1002
}

.right_btns ul li {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(75, 79, 84, 0.5);
	color: #fff;
	margin-bottom: 28px;
	cursor: pointer;
	position: relative
}

.right_btns ul li::after {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background-image: url("../images/sprite.png");
	background-size: 100px 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -17px;
	margin-top: -17px
}

.right_btns ul li>object {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px
}

.right_btns ul .fullScreen>object {
	width: 34px;
	height: 34px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -17px;
	margin-top: -17px
}

.right_btns ul .fullScreen object:nth-of-type(1) {
	display: block
}

.right_btns ul .fullScreen object:nth-of-type(2) {
	display: none
}

.right_btns ul .share>object {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px
}

.right_btns ul .music>object {
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -13px
}

.right_btns ul .music object:nth-of-type(1) {
	display: none
}

.right_btns ul .music object:nth-of-type(2) {
	display: block
}

.right_btns ul .open_more {
	display: none
}

.right_btns ul .fullScreen::after {
	background-position: -80px -20px
}

.right_btns ul .share::after {
	background-position: -0px -40px
}

.right_btns ul .music::after {
	background-image: url("../images/sprite2.png");
	background-position: 0px -20px
}

.right_btns ul .active object:nth-of-type(1) {
	display: block
}

.right_btns ul .active object:nth-of-type(2) {
	display: none
}

.right_btns ul .active::after {
	background-position: 0px 0px
}

.right_btns ul .share {
	position: relative
}

.right_btns ul .share .share_container {
	display: none;
	width: 197px;
	position: absolute;
	right: 18px;
	top: 0
}

.right_btns ul .share .share_container .share_code {
	width: 165px;
	padding: 0 25px 12px;
	backdrop-filter: blur(10px);
	background-image: -webkit-linear-gradient(180deg, rgba(97, 101, 105, 0.4), rgba(97, 101, 105, 0.7) 98%);
	background-image: -moz-linear-gradient(180deg, rgba(97, 101, 105, 0.4), rgba(97, 101, 105, 0.7) 98%);
	background-image: -ms-linear-gradient(180deg, rgba(97, 101, 105, 0.4), rgba(97, 101, 105, 0.7) 98%);
	background-image: -o-linear-gradient(180deg, rgba(97, 101, 105, 0.4), rgba(97, 101, 105, 0.7) 98%);
	background-image: linear-gradient(180deg, rgba(97, 101, 105, 0.4), rgba(97, 101, 105, 0.7) 98%);
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.102);
	-moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.102);
	-ms-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.102);
	-o-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.102);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.102)
}

.right_btns ul .share .share_container .share_code h3 {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #ffffffcc;
	font-weight: 400;
	padding-top: 4px
}

.right_btns ul .share .share_container .share_code #qrcode {
	width: 100%;
	height: 115px
}

.right_btns ul .share .share_container .share_code #qrcode>canvas {
	width: 100%;
	height: 100%
}

.right_btns ul .share .share_container .share_code .copy {
	width: 100%;
	height: 28px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	background: #338bff;
	border-radius: 2px;
	margin-top: 8px
}

.right_btns ul .share:hover .share_container {
	display: block
}

.right_btns .audio {
	width: 0;
	height: 0;
	position: absolute;
	right: -10000px;
	z-index: -100
}

.panoInformation {
	width: 570px;
	height: 570px;
	position: fixed;
	left: 200%;
	top: 50%;
	margin-left: -285px;
	margin-top: -285px;
	border-radius: 20px;
	z-index: 2147483647;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7)
}

.panoInformation .close {
	width: 20px;
	height: 20px;
	background-image: url("../images/sprite.png");
	background-size: 100px 100px;
	background-position: -60px -80px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 25px
}

.panoInformation .panoInformation_container {
	width: 100%
}

.panoInformation .panoInformation_container .btns {
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px solid #959493;
	margin-bottom: 18px
}

.panoInformation .panoInformation_container .btns button {
	display: inline-block;
	width: 104px;
	height: 32px;
	border-radius: 16px;
	background-color: #888888;
	border: none;
	outline: none;
	cursor: pointer;
	margin-right: 8px
}

.panoInformation .panoInformation_container .btns button i {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff
}

.panoInformation .panoInformation_container .btns button .korean {
	display: block
}

.panoInformation .panoInformation_container .btns button .english {
	display: none
}

.panoInformation .panoInformation_container .btns .active {
	background-color: royalblue
}

.panoInformation .panoInformation_container .info1 .map,
.panoInformation .panoInformation_container .info2 .map {
	width: 100%;
	height: 270px;
	background-color: #ffffff;
	margin-bottom: 10px;
	border-radius: 16px;
	overflow: hidden
}

.panoInformation .panoInformation_container .info1 .address,
.panoInformation .panoInformation_container .info2 .address {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	text-align: justify
}

.panoInformation .panoInformation_container .info2 {
	display: none;
	font-size: 14px;
	line-height: 36px;
	color: #bbbbbb;
	width: 530px;
	height: 410px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 85px;
	z-index: 1;
	text-align: justify;
	overflow: auto;
}

.panoInformation .panoInformation_container .info2 .desc {
/* 	width: 560px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 14px;
	
	
	    font-size: 12px;
	    
    line-height: 20px;
	 */
	
    white-space: pre-line;
	    width: 500px;
	    /* height: 100%; */
	    /* overflow-y: scroll; */
	    /* overflow-x: hidden; */
	    /* padding-right: 14px; */
		    margin: 0 auto;
	    font-size: 12px;
	    line-height: 20px;
		
}

.panoInformation .panoInformation_container .gonggao {
	width: 300px;
	display: none;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 38px;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.panoInformation .panoInformation_container .gonggao span {
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	border-bottom: 1px solid #999999;
	text-align: center
}

.panoInformation .panoInformation_container .gonggao span i {
	font-style: normal;
	color: #bbbbbb
}

.panoInformation .panoInformation_container .gonggao span .english {
	display: none
}

.plan_switch {
	position: fixed;
	top: 36px;
	left: 55%;
	transform: translateX(-50%);
	width: 250px;
	height: 44px;
	padding: 2px 4px;
	border-radius: 8px;
	font-size: 14px;
	background: rgba(97, 101, 105, 0.5);
	backdrop-filter: blur(10px);
	z-index: 1002;
	white-space: nowrap;
	cursor: pointer
}

.plan_switch .plan_tab {
	width: 120px;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	opacity: 1
}

.plan_switch .plan_tab span:nth-of-type(1) {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../images/sprite2.png");
	background-size: 90px 90px;
	vertical-align: middle
}

.plan_switch .plan_tab span:nth-of-type(2) {
	display: inline-block;
	vertical-align: middle
}

.plan_switch .plan_tab span:nth-of-type(2) i {
	display: block;
	font-size: 14px;
	line-height: 40px;
	font-style: normal;
	color: #ffffff
}

.plan_switch .plan_tab span:nth-of-type(2) .korean {
	display: block
}

.plan_switch .plan_tab span:nth-of-type(2) .english {
	display: none
}

.plan_switch .plan_tab:nth-of-type(1) span:nth-of-type(1) {
	background-position: -18px 0px
}

.plan_switch .plan_tab:nth-of-type(2) span:nth-of-type(1) {
	background-position: -18px -18px
}

.plan_switch .active {
	opacity: 1;
	background-color: rgba(52, 57, 62, 0.5)
}

.plan_preview {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #2a2e34;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001
}

.plan_preview .plan_preview_content {
	width: 80%;
	height: 80%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.plan_preview .close_plan_preview1 {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer
}

.plan_preview .close_plan_preview1>object {
	width: 100%;
	height: 100%
}

.plan_preview .close_plan_preview2 {
	display: none;
	position: absolute
}

.plan_preview .close_plan_preview2>object {
	width: 100%;
	height: 100%
}

.img_preview,
.video_preview,
.iframe_preview {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1003
}

.img_preview .img_preview_content,
.img_preview .video_preview_content,
.img_preview .iframe_preview_content,
.video_preview .img_preview_content,
.video_preview .video_preview_content,
.video_preview .iframe_preview_content,
.iframe_preview .img_preview_content,
.iframe_preview .video_preview_content,
.iframe_preview .iframe_preview_content {
	width: 575px;
	height: 620px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 15px;
	overflow: hidden
}

.img_preview .img_preview_content .close_img_preview,
.img_preview .img_preview_content .close_video_preview,
.img_preview .img_preview_content .close_iframe_preview,
.img_preview .video_preview_content .close_img_preview,
.img_preview .video_preview_content .close_video_preview,
.img_preview .video_preview_content .close_iframe_preview,
.img_preview .iframe_preview_content .close_img_preview,
.img_preview .iframe_preview_content .close_video_preview,
.img_preview .iframe_preview_content .close_iframe_preview,
.video_preview .img_preview_content .close_img_preview,
.video_preview .img_preview_content .close_video_preview,
.video_preview .img_preview_content .close_iframe_preview,
.video_preview .video_preview_content .close_img_preview,
.video_preview .video_preview_content .close_video_preview,
.video_preview .video_preview_content .close_iframe_preview,
.video_preview .iframe_preview_content .close_img_preview,
.video_preview .iframe_preview_content .close_video_preview,
.video_preview .iframe_preview_content .close_iframe_preview,
.iframe_preview .img_preview_content .close_img_preview,
.iframe_preview .img_preview_content .close_video_preview,
.iframe_preview .img_preview_content .close_iframe_preview,
.iframe_preview .video_preview_content .close_img_preview,
.iframe_preview .video_preview_content .close_video_preview,
.iframe_preview .video_preview_content .close_iframe_preview,
.iframe_preview .iframe_preview_content .close_img_preview,
.iframe_preview .iframe_preview_content .close_video_preview,
.iframe_preview .iframe_preview_content .close_iframe_preview {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 10;
	cursor: pointer
}

.img_preview .img_preview_content .close_img_preview>object,
.img_preview .img_preview_content .close_video_preview>object,
.img_preview .img_preview_content .close_iframe_preview>object,
.img_preview .video_preview_content .close_img_preview>object,
.img_preview .video_preview_content .close_video_preview>object,
.img_preview .video_preview_content .close_iframe_preview>object,
.img_preview .iframe_preview_content .close_img_preview>object,
.img_preview .iframe_preview_content .close_video_preview>object,
.img_preview .iframe_preview_content .close_iframe_preview>object,
.video_preview .img_preview_content .close_img_preview>object,
.video_preview .img_preview_content .close_video_preview>object,
.video_preview .img_preview_content .close_iframe_preview>object,
.video_preview .video_preview_content .close_img_preview>object,
.video_preview .video_preview_content .close_video_preview>object,
.video_preview .video_preview_content .close_iframe_preview>object,
.video_preview .iframe_preview_content .close_img_preview>object,
.video_preview .iframe_preview_content .close_video_preview>object,
.video_preview .iframe_preview_content .close_iframe_preview>object,
.iframe_preview .img_preview_content .close_img_preview>object,
.iframe_preview .img_preview_content .close_video_preview>object,
.iframe_preview .img_preview_content .close_iframe_preview>object,
.iframe_preview .video_preview_content .close_img_preview>object,
.iframe_preview .video_preview_content .close_video_preview>object,
.iframe_preview .video_preview_content .close_iframe_preview>object,
.iframe_preview .iframe_preview_content .close_img_preview>object,
.iframe_preview .iframe_preview_content .close_video_preview>object,
.iframe_preview .iframe_preview_content .close_iframe_preview>object {
	width: 100%;
	height: 100%
}

.img_preview .img_preview_content .img_preview_list,
.img_preview .video_preview_content .img_preview_list,
.img_preview .iframe_preview_content .img_preview_list,
.video_preview .img_preview_content .img_preview_list,
.video_preview .video_preview_content .img_preview_list,
.video_preview .iframe_preview_content .img_preview_list,
.iframe_preview .img_preview_content .img_preview_list,
.iframe_preview .video_preview_content .img_preview_list,
.iframe_preview .iframe_preview_content .img_preview_list {
	width: 100%;
	height: 450px;
	background-color: #ccc
}

.img_preview .img_preview_content .img_preview_list .swiper,
.img_preview .video_preview_content .img_preview_list .swiper,
.img_preview .iframe_preview_content .img_preview_list .swiper,
.video_preview .img_preview_content .img_preview_list .swiper,
.video_preview .video_preview_content .img_preview_list .swiper,
.video_preview .iframe_preview_content .img_preview_list .swiper,
.iframe_preview .img_preview_content .img_preview_list .swiper,
.iframe_preview .video_preview_content .img_preview_list .swiper,
.iframe_preview .iframe_preview_content .img_preview_list .swiper {
	width: 100%;
	height: 100%
}

.img_preview .img_preview_content .img_preview_list .swiper .thumbs_item,
.img_preview .video_preview_content .img_preview_list .swiper .thumbs_item,
.img_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item,
.video_preview .img_preview_content .img_preview_list .swiper .thumbs_item,
.video_preview .video_preview_content .img_preview_list .swiper .thumbs_item,
.video_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item,
.iframe_preview .img_preview_content .img_preview_list .swiper .thumbs_item,
.iframe_preview .video_preview_content .img_preview_list .swiper .thumbs_item,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}

.img_preview .img_preview_content .img_preview_list .swiper .thumbs_item_image,
.img_preview .video_preview_content .img_preview_list .swiper .thumbs_item_image,
.img_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item_image,
.video_preview .img_preview_content .img_preview_list .swiper .thumbs_item_image,
.video_preview .video_preview_content .img_preview_list .swiper .thumbs_item_image,
.video_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item_image,
.iframe_preview .img_preview_content .img_preview_list .swiper .thumbs_item_image,
.iframe_preview .video_preview_content .img_preview_list .swiper .thumbs_item_image,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item_image {
    width: 80vw;
    height: auto;
    display: block;
    /* object-fit: contain; */
    /* max-height: 100%; */
    position: absolute;
    /* margin: 0 auto; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.swiper-backface-hidden .swiper-slide {
    overflow: hidden;
}
.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev,
.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-next,
.img_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev,
.img_preview .video_preview_content .img_preview_list .swiper .swiper-button-next,
.img_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev,
.img_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next,
.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev,
.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-next,
.video_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev,
.video_preview .video_preview_content .img_preview_list .swiper .swiper-button-next,
.video_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev,
.video_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next,
.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev,
.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-next,
.iframe_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev,
.iframe_preview .video_preview_content .img_preview_list .swiper .swiper-button-next,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next {
	width: 35px;
	height: 35px
}

.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-next::after,
.img_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.img_preview .video_preview_content .img_preview_list .swiper .swiper-button-next::after,
.img_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.img_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next::after,
.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-next::after,
.video_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.video_preview .video_preview_content .img_preview_list .swiper .swiper-button-next::after,
.video_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.video_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next::after,
.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-next::after,
.iframe_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.iframe_preview .video_preview_content .img_preview_list .swiper .swiper-button-next::after,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev::after,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next::after {
	display: none
}

.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-next>object,
.img_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.img_preview .video_preview_content .img_preview_list .swiper .swiper-button-next>object,
.img_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.img_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next>object,
.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-next>object,
.video_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.video_preview .video_preview_content .img_preview_list .swiper .swiper-button-next>object,
.video_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.video_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next>object,
.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-next>object,
.iframe_preview .video_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.iframe_preview .video_preview_content .img_preview_list .swiper .swiper-button-next>object,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-prev>object,
.iframe_preview .iframe_preview_content .img_preview_list .swiper .swiper-button-next>object {
	width: 100%;
	height: 100%
}

.img_preview .img_preview_content .video_preview_container,
.img_preview .video_preview_content .video_preview_container,
.img_preview .iframe_preview_content .video_preview_container,
.video_preview .img_preview_content .video_preview_container,
.video_preview .video_preview_content .video_preview_container,
.video_preview .iframe_preview_content .video_preview_container,
.iframe_preview .img_preview_content .video_preview_container,
.iframe_preview .video_preview_content .video_preview_container,
.iframe_preview .iframe_preview_content .video_preview_container {
	width: 100%;
	height: 450px;
	background-color: #000000
}

.img_preview .img_preview_content .video_preview_container video,
.img_preview .video_preview_content .video_preview_container video,
.img_preview .iframe_preview_content .video_preview_container video,
.video_preview .img_preview_content .video_preview_container video,
.video_preview .video_preview_content .video_preview_container video,
.video_preview .iframe_preview_content .video_preview_container video,
.iframe_preview .img_preview_content .video_preview_container video,
.iframe_preview .video_preview_content .video_preview_container video,
.iframe_preview .iframe_preview_content .video_preview_container video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.img_preview .img_preview_content .product_info,
.img_preview .video_preview_content .product_info,
.img_preview .iframe_preview_content .product_info,
.video_preview .img_preview_content .product_info,
.video_preview .video_preview_content .product_info,
.video_preview .iframe_preview_content .product_info,
.iframe_preview .img_preview_content .product_info,
.iframe_preview .video_preview_content .product_info,
.iframe_preview .iframe_preview_content .product_info {
	padding: 15px 20px;
	
    position: relative;
}

.img_preview .img_preview_content .product_info .product_title,
.img_preview .video_preview_content .product_info .product_title,
.img_preview .iframe_preview_content .product_info .product_title,
.video_preview .img_preview_content .product_info .product_title,
.video_preview .video_preview_content .product_info .product_title,
.video_preview .iframe_preview_content .product_info .product_title,
.iframe_preview .img_preview_content .product_info .product_title,
.iframe_preview .video_preview_content .product_info .product_title,
.iframe_preview .iframe_preview_content .product_info .product_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	padding-bottom: 10px
}

.img_preview .img_preview_content .product_info .product_desc,
.img_preview .video_preview_content .product_info .product_desc,
.img_preview .iframe_preview_content .product_info .product_desc,
.video_preview .img_preview_content .product_info .product_desc,
.video_preview .video_preview_content .product_info .product_desc,
.video_preview .iframe_preview_content .product_info .product_desc,
.iframe_preview .img_preview_content .product_info .product_desc,
.iframe_preview .video_preview_content .product_info .product_desc,
.iframe_preview .iframe_preview_content .product_info .product_desc {
	height: 60px;
	
    margin-bottom: 50px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	overflow-y: scroll;
	word-break: break-all
}

.img_preview .img_preview_content .product_info a,
.img_preview .video_preview_content .product_info a,
.img_preview .iframe_preview_content .product_info a,
.video_preview .img_preview_content .product_info a,
.video_preview .video_preview_content .product_info a,
.video_preview .iframe_preview_content .product_info a,
.iframe_preview .img_preview_content .product_info a,
.iframe_preview .video_preview_content .product_info a,
.iframe_preview .iframe_preview_content .product_info a {
	display: inline-block;
	width: 60px;
	height: 20px;
	background-color: #333333;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	right: 15px;
	bottom: 12px
}

.img_preview .img_preview_content,
.video_preview .img_preview_content,
.iframe_preview .img_preview_content {
	
	    width: 80%;
	    height: auto;
	    overflow: auto;
	    max-height: 80%;
}

.img_preview .img_preview_content .img_preview_list,
.video_preview .img_preview_content .img_preview_list,
.iframe_preview .img_preview_content .img_preview_list {
	height: calc(100% - 123px)
}
.img_preview .img_preview_content .img_preview_list {
	height: calc(100% - 123px);
	min-height:20px;
}

.img_preview .video_preview_content,
.video_preview .video_preview_content,
.iframe_preview .video_preview_content {
	width: 800px;
	height: 590px
}

.img_preview .iframe_preview_content,
.video_preview .iframe_preview_content,
.iframe_preview .iframe_preview_content {
	width: 78%;
	height: 87.6%;
	border-radius: 0;
	box-shadow: 0px 0px 10px #666666
}

.img_preview .iframe_preview_content iframe,
.video_preview .iframe_preview_content iframe,
.iframe_preview .iframe_preview_content iframe {
	border: none;
	outline: none;
	width: 100%;
	height: 100%
}

.setting {
	display: none
}

.ol-control {
	display: none
}

@media screen and (max-width: 750px) {
	.post .post_logo {
		width: 88px;
		margin-left: -40px
	}

	.post .progress {
		width: 100%;
		bottom: 76px
	}

	.post .progress>span {
		font-size: 16px;
		margin-bottom: 12px;
		line-height: 30px
	}

	.post .progress .line {
		width: calc(100% - 92px);
		background-color: #000000
	}

	.nav {
		background-color: rgba(21, 21, 21, 0.5)
	}

	.nav .thumbs {
		z-index: 10;
		background: #212121;
		border-radius: 10px 10px 0 0
	}

	.nav .thumbs .thumbs_swiper .floors {
		padding-top: 10px
	}

	.nav .thumbs .thumbs_swiper .floors ul {
		text-align: left;
		padding: 0 10px;
		padding-left: 20px
	}

	.nav .thumbs .thumbs_swiper .floors ul li {
		text-align: center;
		min-width: 50px;
		margin: 0 1px
	}

	.nav .thumbs .thumbs_swiper .floors_no {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 25px;
		padding-left: 20px
	}

	.nav .thumbs .thumbs_swiper .swiper_container {
		height: 145px
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper {
		padding-bottom: 0
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide {
		width: 90px;
		vertical-align: top
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item {
		width: 90px;
		height: 128px;
		border: none;
		border-color: transparent;
		padding: 0 6px;
		margin: 0
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(1) {
		width: 78px;
		height: 78px;
		border-radius: 50%;
		position: relative;
		overflow: hidden
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(1)::after {
		display: none;
		border-radius: 50%;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(26, 122, 251, 0.5);
		position: absolute;
		left: 0;
		top: 0;
		background-image: url("../images/gou.png");
		background-size: 22px 22px;
		background-position: center center;
		background-repeat: no-repeat
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .thumbs_item span:nth-of-type(2) {
		display: block;
		background-color: transparent;
		padding: 0;
		padding-top: 8px;
		line-height: 18px;
		max-height: unset;
		position: unset;
		max-height: 48px;
		overflow: hidden
	}

	.nav .thumbs .thumbs_swiper .swiper_container .swiper .swiper-wrapper .swiper-slide .active span:nth-of-type(1)::after {
		display: block
	}

	.nav .thumbs .close_thumb {
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 18px;
		top: 12px
	}

	.nav .thumbs .close_thumb>object {
		width: 100%;
		height: 100%
	}

	.nav .thumbs_show {
		bottom: 80px
	}

	.nav .dao_conatiner {
		width: 100%;
		min-width: 100%;
		height: 68px;
		background-image: none;
		border-radius: 0;
		box-shadow: none;
		padding-left: 20px;
		backdrop-filter: unset;
		position: relative
	}

	.nav .dao_conatiner .actions {
		display: none
	}

	.nav .dao_conatiner .logo {
		width: 40px;
		height: 100%;
		padding: 10px 0
	}

	.nav .dao_conatiner .logo a {
		width: 100%;
		height: 100%
	}

	.nav .dao_conatiner .house_type {
		padding-top: 18px;
		width: calc(100% - 120px)
	}

	.nav .dao_conatiner .house_type ul {
		width: 100%;
		white-space: nowrap;
		overflow-y: scroll
	}

	.nav .dao_conatiner .house_type ul li {
		width: 30px;
		height: 30px;
		padding: 0 5px;
		vertical-align: middle
	}

	.nav .dao_conatiner .house_type ul li a {
		line-height: 30px;
		width: 100%
	}

	.nav .dao_conatiner .house_type ul .active a {
		color: #fff
	}

	.nav .dao_conatiner .openThumbs {
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 1;
		opacity: 0.8
	}

	.nav .dao_conatiner .openThumbs>object {
		width: 100%;
		height: 100%;
		cursor: pointer
	}

	.nav .dao_conatiner .model_display {
		display: block;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background-color: rgba(75, 79, 84, 0.7);
		position: absolute;
		right: 14px;
		top: -47px
	}

	.nav .dao_conatiner .model_display>object {
		width: 22px;
		height: 22px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -11px;
		margin-top: -11px
	}

	.nav .dao_conatiner .model_display>object:nth-of-type(1) {
		display: block
	}

	.nav .dao_conatiner .model_display>object:nth-of-type(2) {
		display: none
	}

	.sand_table {
		width: 2.6rem;
		height: auto;
		left: .26667rem;
		top: .53333rem;
		padding: 0;
		background-color: transparent;
		background-image: unset;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: unset
	}

	.sand_table .sand_logo {
		display: block;
		width: 100%;
		height: .8rem;
		margin-bottom: .26667rem;
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat
	}

	.sand_table h2.map_scene_name {
		width: 100%;
		background: rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
		border-radius: .13333rem;
		margin: 0;
		position: absolute;
		left: 0;
		top: 2.66667rem;
		z-index: 10;
		padding: 0 8px 0;
		pointer-events: all
	}

	.sand_table h2.map_scene_name>i,
	.sand_table h2.map_scene_name>object {
		display: none
	}

	.sand_table h2.map_scene_name>span {
		vertical-align: middle;
		margin-top: -3px
	}

	.sand_table h2.map_scene_name>span>i {
		font-size: 12px;
		font-weight: bold;
		line-height: 20px
	}

	.sand_table h2.map_scene_name .sand_thumb {
		display: block;
		width: 100%;
		height: 30px;
		padding: 8px;
		position: absolute;
		right: -1px;
		bottom: 6px;
		z-index: 10;
		cursor: pointer
	}

	.sand_table h2.map_scene_name .sand_thumb>span {
		display: block;
		width: 14px;
		height: 14px;
		background-size: 70px 70px;
		background-image: url("../images/sprite2.png");
		background-position: -42px -14px;
		float: right
	}

	.sand_table .floor_select {
		width: 100%;
		height: 20px;
		padding-top: 6px;
		position: unset;
		white-space: nowrap
	}

	.sand_table .floor_select .floor_select_title {
		display: inline-block;
		width: 60%;
		white-space: nowrap;
		font-size: 12px;
		line-height: 24px;
		vertical-align: top
	}

	.sand_table .floor_select .floor_select_title i {
		font-style: normal;
		color: #fff
	}

	.sand_table .floor_select .floor_select_title .english {
		display: none
	}

	.sand_table .floor_select .cur_floor {
		width: 40%;
		padding: 0;
		vertical-align: top;
		height: 22px;
		line-height: 20px;
		float: right;
		background-color: transparent
	}

	.sand_table .floor_select .cur_floor span {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		text-align: right
	}

	.sand_table .floor_select .cur_floor>i {
		display: none
	}

	.sand_table .floor_select:hover {
		background-color: transparent
	}

	.sand_table .floor_select:hover .sand_floors {
		display: none
	}

	.sand_table .sand_table_container {
		height: 2.34667rem;
		padding: 0;
		background: rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
		border-radius: .21333rem;
		margin: 0;
		position: relative
	}

	.sand_table .sand_table_container ul li {
		display: none !important
	}

	.sand_table .sand_table_container .big_map {
		display: none
	}

	.sand_table .sand_table_container .big_map_mobile {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10
	}

	.plan_preview {
		z-index: 1005
	}

	.plan_preview .plan_preview_content {
		width: 100%;
		height: 70%
	}

	.plan_preview .close_plan_preview1 {
		display: none
	}

	.plan_preview .close_plan_preview2 {
		display: block;
		width: .77333rem;
		height: .77333rem;
		left: .46667rem;
		top: 1.2rem
	}

	.right_btns {
		right: .37333rem;
		top: .72rem
	}

	.right_btns ul li {
		width: .8rem;
		height: .8rem;
		margin-bottom: .33333rem
	}

	.right_btns ul li::after {
		width: .4rem;
		height: .4rem;
		background-size: 2rem 2rem;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -.2rem;
		margin-top: -.2rem
	}

	.right_btns ul .open_more {
		display: block
	}

	.right_btns ul .open_more::after {
		background-image: url("../images/sprite2.png");
		background-position: -.4rem -1.2rem
	}

	.right_btns ul .fullScreen::after {
		background-position: -1.6rem -.4rem
	}

	.right_btns ul .share {
		display: none
	}

	.right_btns ul .music::after {
		background-position: 0 -.4rem
	}

	.right_btns ul .active::after {
		background-position: 0 0
	}

	.plan_switch {
		display: none
	}

	.setting {
		display: block;
		width: 100%;
		background-color: #262626;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1001;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 10px 20px 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
	}

	.setting .setting_tab {
		width: 100%;
		height: 43px;
		padding-bottom: 17px;
		position: relative
	}

	.setting .setting_tab>button {
		display: inline-block;
		width: 85px;
		height: 26px;
		background-color: #5b5b5b;
		border-radius: 13px;
		margin-right: 10px;
		border: none;
		outline: none;
		vertical-align: top
	}

	.setting .setting_tab>button i {
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		color: #ffffff;
		font-style: normal
	}

	.setting .setting_tab>button .english {
		display: none
	}

	.setting .setting_tab>button:nth-of-type(3) {
		width: 26px;
		position: relative;
		border-radius: 50%
	}

	.setting .setting_tab>button:nth-of-type(3)::after {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background-size: 80px 80px;
		background-position: -16px -48px;
		background-image: url("../images/sprite2.png");
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.setting .setting_tab>button:nth-of-type(3)>object {
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.setting .setting_tab>.active {
		background-color: #4053fa
	}

	.setting .setting_tab .close_setting {
		display: block;
		width: 20px;
		height: 20px;
		background-size: 100px 100px;
		background-position: -60px -80px;
		background-image: url("../images/sprite.png");
		position: absolute;
		right: 0;
		top: 3px;
		cursor: pointer
	}

	.setting .setting_map {
		display: none;
		width: 100%
	}

	.setting .setting_map #setting_map {
		width: 100%;
		height: 200px;
		background-color: #cccccc;
		margin-bottom: 12px;
		border-radius: 15px;
		overflow: hidden
	}

	.setting .setting_map .setting_address {
		width: 100%;
		min-height: 128px;
		font-size: 13px;
		line-height: 22px;
		color: #bbbbbb;
		word-break: break-all
	}

	.setting .setting_dec {
		display: none;
		position: relative;
		padding-bottom: 53px
	}

	.setting .setting_dec .desc_text {
		font-size: 13px;
		line-height: 22px;
		height: 287px;
		overflow-y: scroll;
		word-break: break-all;
		color: #bbbbbb
	}

	.setting .setting_dec .gonggao {
		width: 100%;
		white-space: nowrap;
		position: absolute;
		left: 50%;
		bottom: 22px;
		text-align: center;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	.setting .setting_dec .gonggao span {
		display: inline-block;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		color: #ffffff;
		border-bottom: 1px solid #999999;
		text-align: center
	}

	.setting .setting_dec .gonggao span i {
		font-style: normal;
		color: #bbbbbb
	}

	.setting .setting_dec .gonggao span .english {
		display: none
	}

	.setting .setting_list {
		width: 100%;
		overflow: hidden
	}

	.setting .setting_list li {
		display: inline-block;
		width: calc(50% - 8px);
		height: 80px;
		border-radius: 10px;
		background-color: #2e2e2e;
		padding: 14px 15px 12px;
		margin-bottom: 15px
	}

	.setting .setting_list li .setting_name {
		width: 100%;
		height: 20px;
		margin-bottom: 10px
	}

	.setting .setting_list li .setting_name span:nth-of-type(1) {
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		background-size: 100px 100px;
		background-image: url("../images/sprite2.png");
		vertical-align: top;
		margin-right: 5px
	}

	.setting .setting_list li .setting_name span:nth-of-type(1)>object {
		width: 100%;
		height: 100%
	}

	.setting .setting_list li .setting_name span:nth-of-type(2) {
		display: block;
		float: left;
		font-size: 14px;
		color: #ffffff;
		line-height: 20px;
		vertical-align: top
	}

	.setting .setting_list li .setting_name span:nth-of-type(2)>i {
		font-style: normal
	}

	.setting .setting_list li .setting_name span:nth-of-type(2) .english {
		display: none
	}

	.setting .setting_list li .setting_switch {
		float: right;
		width: 46px;
		height: 22px;
		border-radius: 11px;
		background-color: #202325;
		position: relative;
		white-space: nowrap
	}

	.setting .setting_list li .setting_switch span {
		display: block;
		width: 23px;
		height: 22px;
		font-size: 12px;
		line-height: 22px
	}

	.setting .setting_list li .setting_switch span:nth-of-type(1) {
		float: left;
		text-align: right;
		padding-right: 2px
	}

	.setting .setting_list li .setting_switch span:nth-of-type(2) {
		float: right;
		text-align: left;
		padding-left: 2px
	}

	.setting .setting_list li .setting_switch::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #ffffff;
		position: absolute;
		left: 1px;
		top: 1px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-animation-direction: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}

	.setting .setting_list li .active {
		background-color: #4053fa
	}

	.setting .setting_list li .active::after {
		left: 25px
	}

	.setting .setting_list li .setting_copy,
	.setting .setting_list li .setting_switch_lang,
	.setting .setting_list li .setting_company {
		display: block;
		float: right;
		width: 46px;
		height: 22px;
		border-radius: 11px;
		background-color: #4053fa;
		font-size: 12px;
		line-height: 22px;
		text-align: center;
		color: #ffffff
	}

	.setting .setting_list .seeting_gyro .setting_name span:nth-of-type(1)>object {
		width: 22px;
		height: 22px
	}

	.setting .setting_list .seeting_rotate .setting_name span:nth-of-type(1) {
		background-position: 0px -40px
	}

	.setting .setting_list .seeting_sand .setting_name span:nth-of-type(1) {
		background-position: -40px -40px
	}

	.setting .setting_list .seeting_link .setting_name span:nth-of-type(1) {
		background-position: -20px -40px
	}

	.setting .setting_list .seeting_language .setting_name span:nth-of-type(1) {
		background-position: -60px -40px
	}

	.setting .setting_list .seeting_company .setting_name span:nth-of-type(1) {
		background-position: 0px -60px
	}

	.setting .setting_list li:nth-of-type(2n+1) {
		margin-right: 7px
	}

	.setting_hide {
		bottom: -500px
	}

	.img_preview .img_preview_content,
	.video_preview .img_preview_content,
	.iframe_preview .img_preview_content {
		width: 295px;
		height: 340px;
		border-radius: 5px
	}

	.img_preview .img_preview_content .img_preview_list,
	.video_preview .img_preview_content .img_preview_list,
	.iframe_preview .img_preview_content .img_preview_list {
		height: 230px
	}

	.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev,
	.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-next,
	.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev,
	.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-next,
	.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev,
	.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-next {
		width: 24px;
		height: 24px;
		top: 55%
	}

	.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev::after,
	.img_preview .img_preview_content .img_preview_list .swiper .swiper-button-next::after,
	.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev::after,
	.video_preview .img_preview_content .img_preview_list .swiper .swiper-button-next::after,
	.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-prev::after,
	.iframe_preview .img_preview_content .img_preview_list .swiper .swiper-button-next::after {
		font-size: 12px
	}

	.img_preview .img_preview_content .product_info,
	.video_preview .img_preview_content .product_info,
	.iframe_preview .img_preview_content .product_info {
		height: 140px;
		padding-top: 12px;
		padding-bottom: 10px
	}
	.img_preview .img_preview_content .img_preview_list .swiper .thumbs_item_image, .img_preview .video_preview_content .img_preview_list .swiper .thumbs_item_image, .img_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item_image, .video_preview .img_preview_content .img_preview_list .swiper .thumbs_item_image, .video_preview .video_preview_content .img_preview_list .swiper .thumbs_item_image, .video_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item_image, .iframe_preview .img_preview_content .img_preview_list .swiper .thumbs_item_image, .iframe_preview .video_preview_content .img_preview_list .swiper .thumbs_item_image, .iframe_preview .iframe_preview_content .img_preview_list .swiper .thumbs_item_image {
		
    width: 295px;
	}
	.img_preview .img_preview_content .product_info .product_title,
	.video_preview .img_preview_content .product_info .product_title,
	.iframe_preview .img_preview_content .product_info .product_title {
		font-size: 15px;
		font-weight: bold;
		line-height: 18px;
		padding-bottom: 8px
	}

	.img_preview .img_preview_content .product_info .product_desc,
	.video_preview .img_preview_content .product_info .product_desc,
	.iframe_preview .img_preview_content .product_info .product_desc {
		height: 60px;
		font-size: 12px;
		text-align: justify;
		overflow-y: scroll;
		word-break: break-all
	}

	.img_preview .img_preview_content .close_img_preview,
	.video_preview .img_preview_content .close_img_preview,
	.iframe_preview .img_preview_content .close_img_preview {
		width: 24px;
		height: 24px;
		background-size: 120px 120px;
		background-position: -72px 0;
		top: 12px;
		right: 10px
	}

	.img_preview .video_preview_content,
	.video_preview .video_preview_content,
	.iframe_preview .video_preview_content {
		width: 295px;
		height: 290px;
		border-radius: 5px
	}

	.img_preview .video_preview_content .video_preview_container,
	.video_preview .video_preview_content .video_preview_container,
	.iframe_preview .video_preview_content .video_preview_container {
		width: 100%;
		height: 180px
	}

	.img_preview .video_preview_content .product_info,
	.video_preview .video_preview_content .product_info,
	.iframe_preview .video_preview_content .product_info {
		height: 110px;
		padding-top: 12px;
		padding-bottom: 10px
	}

	.img_preview .video_preview_content .product_info .product_title,
	.video_preview .video_preview_content .product_info .product_title,
	.iframe_preview .video_preview_content .product_info .product_title {
		font-size: 15px;
		font-weight: bold;
		line-height: 18px;
		padding-bottom: 8px
	}

	.img_preview .video_preview_content .product_info .product_desc,
	.video_preview .video_preview_content .product_info .product_desc,
	.iframe_preview .video_preview_content .product_info .product_desc {
		height: 60px;
		font-size: 12px;
		text-align: justify;
		overflow-y: scroll;
		word-break: break-all
	}

	.img_preview .video_preview_content .close_video_preview,
	.video_preview .video_preview_content .close_video_preview,
	.iframe_preview .video_preview_content .close_video_preview {
		width: 24px;
		height: 24px;
		background-size: 120px 120px;
		background-position: -72px 0;
		top: 12px;
		right: 10px
	}

	.img_preview .iframe_preview_content,
	.video_preview .iframe_preview_content,
	.iframe_preview .iframe_preview_content {
		width: 100%;
		height: 100%
	}
}

.svg {
	background-image: none !important
}

.svg::before,
.svg::after {
	display: none !important;
	background-image: none !important
}

object {
	pointer-events: none
}

.korean {
	font-family: "NanumGothic"
}

.english {
	font-family: "Pingfang"
}

#information_map:focus-visible {
	outline: unset
}
