@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*스크롤 관련----------------------------*/

* {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	margin: 0;
	padding: 0;
}

/*태그 팝업 기본---------------------------------------------------------- */

#tag_popup {
	width: 100%;
	color: black;
	background: #efefef;
	border-radius: 5px;
	font-size: 13px;
	font-family: '나눔고딕', NanumGothic, 'Nanum Gothic', "맑은 고딕", serif !important;
	text-align: center;
	line-height: 1.4;
}

#tag_popup .popup_header {
	margin: 0;
	padding: 10px 15px;
	color: white;
	background: #1869af;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#tag_popup .popup_body {
	padding: 8px;
	font-size: 13px;
	line-height: 1.4;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
}

#tag_popup .popup_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tag_popup .popup_body ul li:not(:first-child) {
	margin-top: 5px;
}

#tag_popup .popup_body .tip {
	margin: 0;
	color: #2f67a1;
}

/*샘플 태그 팝업*/

#samter_popup {
	color: #000;
	background: #fff;
	font-size: 14px;
	text-align: left;
	font-family: 'Nanum Gothic', "맑은 고딕", serif !important;
	line-height: 1.5;
	box-shadow: 5px 4px 20px -5px rgba(0, 0, 0, 0.5);
}

#samter_popup .samter_popup_header {
	margin: 0;
	font-weight: bold;
	padding: 2px 10px 2px 33px;
	font-family: '나눔고딕', NanumGothic, 'Nanum Gothic', "맑은 고딕", serif !important;
	font-size: 26px;
}

#samter_popup .samter_popup_body {
	padding: 0 10px 10px 40px;
	font-size: 12px;
	word-break: keep-all;
	word-wrap: break-word;
}

#samter_popup .samter_popup_body_table {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	word-break: keep-all;
	word-wrap: break-word;
}

#samter_popup .samter_popup_body_img {
	text-align: center;
	padding: 0px 6px;
}

#samter_popup .samter_popup_body .tip {
	color: #154980;
}

/*태그 사이드바*/

#samter_popup>div.samter_popup_side_bar {
	position: absolute;
	width: 25px;
	height: 100% !important;
	top: 0;
	left: 0;
}

/* 태그 sideBar, title 색깔 css */

#samter_popup.darkslateblue>div.samter_popup_header {
	color: #215996;
}

#samter_popup.darkslateblue>div.samter_popup_side_bar {
	background-color: #215996;
}

#samter_popup.aepel>div.samter_popup_header {
	color: #37abb8;
}

#samter_popup.aepel>div.samter_popup_side_bar {
	background-color: #37abb8;
}

#samter_popup.aepel>div.samter_popup_header {
	color: #37abb8;
}

#samter_popup.mediumaquamarine>div.samter_popup_side_bar {
	background-color: #73c9c3;
}

#samter_popup.mediumaquamarine>div.samter_popup_header {
	color: #73c9c3;
}

#samter_popup.tag_info>div.samter_popup_side_bar {
	background-color: #e63c38;
}

#samter_popup.tag_info>div.samter_popup_header {
	color: #e63c38;
}

#samter_popup.tag_Material>div.samter_popup_side_bar {
	background-color: #f6b422;
}

#samter_popup.tag_Material>div.samter_popup_header {
	color: #f6b422;
}

#samter_popup.tag_price>div.samter_popup_side_bar {
	background-color: #3a6ee6;
}

#samter_popup.tag_price>div.samter_popup_header {
	color: #3a6ee6;
}

#samter_popup.tag_cartridge>div.samter_popup_side_bar {
	background-color: #0c3367;
}

#samter_popup.tag_cartridge>div.samter_popup_header {
	color: #0c3367;
}

#samter_popup.tag_blackGreen>div.samter_popup_side_bar {
	background-color: #007c6e;
}

#samter_popup.tag_blackGreen>div.samter_popup_header {
	color: #007c6e;
}

#samter_popup.tag_seaGreen>div.samter_popup_side_bar {
	background-color: #2e7540;
}

#samter_popup.tag_seaGreen>div.samter_popup_header {
	color: #2e7540;
}

#samter_popup.tag_mediumSeaGreen>div.samter_popup_side_bar {
	background-color: #45b35d;
}

#samter_popup.tag_mediumSeaGreen>div.samter_popup_header {
	color: #45b35d;
}

#samter_popup.tag_darkslategray>div.samter_popup_side_bar {
	background-color: #1c3c24;
}

#samter_popup.tag_darkslategray>div.samter_popup_header {
	color: #1c3c24;
}

#samter_popup.tag_pero>div.samter_popup_side_bar {
	background-color: #bb7733;
}

#samter_popup.tag_pero>div.samter_popup_header {
	color: #bb7733;
}

#samter_popup.tag_silver>div.samter_popup_side_bar {
	background-color: #ccccbb;
}

#samter_popup.tag_silver>div.samter_popup_header {
	color: #ccccbb;
}

#samter_popup.tag_darkgray>div.samter_popup_side_bar {
	background-color: #aaaaaa;
}

#samter_popup.tag_darkgray>div.samter_popup_header {
	color: #aaaaaa;
}

#samter_popup.gpx-10-guide-power,
#samter_popup.gpx-10-guide-eq,
#samter_popup.gpx-10-guide-howling,
#samter_popup.gpx-10-guide-image {
	background: #3a3a3a;
}

#samter_popup img {
	max-width: 100%;
}

#samter_popup>.samter_popup_header {
	font-size: 22px;
}

#samter_popup.tag_price .samter_popup_body {
	padding: 0 15px 10px 30px;
	font-size: 30px;
	text-align: right;
	font-weight: bold;
}

#samter_popup.tag_cartridge .samter_popup_body,
#samter_popup.tag_blackGreen .samter_popup_body,
#samter_popup.aepel .samter_popup_body {
	font-weight: normal;
	line-height: 1.6;
}

/*샘플 태그 팝업 끝*/

/*샘플 공산품태그*/

/*샘플 테이블 태그 팝업*/

/*---------------------------------------------------------------------------------------------------------------------*/

#samter_popup table {
	width: 100%;
	border: #3699d2;
	border-collapse: collapse;
}

#samter_popup table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

#samter_popup table tr>th {
	background-color: #3699d2;
	text-align: center;
}

#samter_popup table tr>td {
	color: #666;
	font-weight: normal;
}

#samter_popup table tr:nth-child(2n-1) {
	background-color: #f5f9fa;
}

#samter_popup table tr:nth-child(2n) {
	background-color: #fff;
}

#samter_popup table tr>th,
#samter_popup table tr>td {
	padding: 3px 8px;
}

/*------------------------------------------------------------------------------*/

/*샘터 태그 팝업*/

#samter-tag-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 700px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 3px black;
}

.samter-tag-close-btn {
	position: absolute;
	z-index: 1;
	top: 1%;
	right: 1%;
	width: 29px;
	height: 29px;
	background-size: 100% 100%;
	background-image: url(/index/sample/test5/imgviewer_thema_01/img/close_btn.png);
	cursor: pointer;
}

#samter-tag-popup .samter-tag-title {
	position: relative;
	height: 15%;
	color: #2f88b8;
	font-size: 34px;
	font-weight: bold;
	box-shadow: 0px 0px 3px black;
	pointer-events: none;
}

#samter-tag-popup .samter-tag-title div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}

#samter-tag-popup .samter-tag-content {
	height: 73%;
	box-sizing: border-box;
}

#samter-tag-popup .samter-tag-content img {
	width: 100%;
	height: 100%;
}

#samter-tag-popup .samter-tag-img img {
	width: 100%;
	height: 100%;
}

#samter-tag-popup .samter-tag-close {
	position: relative;
	height: 12%;
	border-top: 2px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}

#samter-tag-popup .samter-tag-close div {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #0074ed;
	font-size: 18px;
	font-weight: bold;
	transform: translate(-50%, -50%);
}

/*phone*/

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	#samter_popup>.samter_popup_header {
		font-size: 19px;
		word-break: keep-all;
	}
	#samter-tag-popup .samter-tag-title {
		font-size: 24px;
	}
	@media screen and (orientation:portrait) {
		#samter-tag-popup {
			width: 95vw;
			height: 55vh;
		}
	}
	@media screen and (orientation:landscape) {
		#samter-tag-popup {
			width: 55vw;
			height: 95vh;
		}
	}
	#samter-tag-popup.full {
		width: 95vw;
		height: 95vh;
	}
}

/*i Pad*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {}

/*------------------------------------------------------------------------------*/

/*
ul.list : number
ul.disc : dot;
*/

/*샘플 ul li 태그 팝업*/

#samter_popup div:not(.fullscreen-popup) ul.list {
	width: 100%;
	counter-reset: part;
}

#samter_popup ul.list li,
#samter_popup ul.disc li {
	list-style: none;
	font-size: 12px;
}

#samter_popup ul:not(.fullscreen_list) li:before {
	font-size: 15px;
}

#samter_popup ul.list li:before {
	counter-increment: part;
	content: counter(part) ". ";
}

#samter_popup ul.disc li:before {
	counter-increment: part;
	content: counter(part, disc) " ";
}

#samter_popup ul li dl {
	margin: 0px;
}

#samter_popup ul li dl dd {
	margin: 0px 15px;
}

#target>.samter-subviewer-container {
	transform: translate(0%) !important;
}

/* samter-tag-container */

/* 팝업 수정 버전 12/18*/

/* pc */

.samter-tag-container {
	left: 3%;
	transform: translateY(-50%);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.samter-tag-container {
		top: 0;
		left: 0;
		width: 100%;
		transform: none;
	}
	.samter-tag-container.full {
		width: 100vw;
		height: 100vh;
	}
	@media screen and (orientation:portrait) {
		.samter-tag-container {
			width: 100vw;
			height: 50vh;
		}
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.fullscreen-popup {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		background-color: rgba(0, 0, 0, .5);
	}
}

.samter-tag-container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 55vw;
	height: 80vh;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	font-family: '나눔고딕', NanumGothic, 'Nanum Gothic', "맑은 고딕", serif !important;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 20px #979797;
}

.samter-tag-container .samter-tag-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.samter-tag-container .samter-tag-content::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.samter-tag-container .samter-tag-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #42a5f5;
}

.samter-tag-container .samter-tag-title {
	/* color: #2f88b8; */
	position: relative;
	height: 10%;
	color: #5272a6;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	box-shadow: 0px 0px 3px #ccc;
}

.samter-tag-container .samter-tag-title div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.samter-tag-container .samter-tag-content {
	/* position: relative; */
	height: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	overflow: auto;
}

/* popup 이미지 css */

.samter-tag-container .samter-tag-content img.popup {
	width: 90%;
	position: relative;
	-ms-interpolation-mode: bicubic;
}

.samter-tag-container.nomalPopup {
	/* width: auto; */
}

.samter-tag-container.nomalPopup .samter-tag-content img {
	width: auto !important;
	height: 100%;
}

.samter-tag-container .samter-tag-content img:not(.popup) {
	width: 90%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.samter-tag-container .samter-tag-content:nth-child(2) {
	height: 90%;
}

.samter-tag-container .samter-tag-close {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 12px 0;
	color: #0074ed;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}

.samter-tag-container .samter-tag-close-btn {
	position: absolute;
	z-index: 1;
	top: 1%;
	right: 1%;
	width: 29px;
	height: 29px;
	background-size: 100% 100%;
	background-image: url(/index/sample/test5/imgviewer_thema_01/img/close_btn.png);
	cursor: pointer;
}

/* mobile */

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.samter-tag-container {
		left: 50%;
		transform: translate(-50%, -50%);
		padding-bottom: 47px;
	}
	.samter-tag-container .samter-tag-title {
		height: 15%;
		font-size: 23px;
	}
	.samter-tag-container .samter-tag-content:nth-child(2) {
		height: 85%;
	}
	@media screen and (orientation:portrait) {
		.samter-tag-container {
			width: 95vw;
			height: 55vh;
		}
	}
	@media screen and (orientation:landscape) {
		.samter-tag-container {
			width: 55vw;
			height: 80vh;
		}
	}
	.samter-tag-container.full {
		width: 95vw;
		height: 90vh;
	}
}

/*-----------------------------------------------------------------------------------*/

/*----구버전 팝업 및 샘터 홈페이지 코드 시작-----------------------------------------------------------------*/

/*2DVR 페이지에서만 적용*/

#target {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: #fff;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header {
	z-index: 11 !important;
}

#body {
	z-index: 10 !important;
}

.body_inner {
	z-index: 0 !important;
}

.cursor_ponter {
	cursor: pointer;
}

.con_img {
	width: 100%;
}

.con_img_list {
	float: right;
}

.con_img_list li {
	display: inline-block;
	margin: 5px 10px;
}

.list_none {
	list-style: none;
}

#fixed-icon-fullbtn {
	position: absolute;
	margin: 30px;
	color: black;
	font-size: 50px;
	z-index: 8;
	opacity: 0.75;
	transition: 0.3s;
}

#fixed-icon-fullbtn {
	top: 0;
	right: 0;
	cursor: pointer;
}

#fixed-icon-fullbtn:hover {
	opacity: 1;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.fullscreen-popup>ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 85px;
	height: 500px;
	background: white;
	font-size: 15pt;
	font-weight: bold;
}

.fullscreen-popup>ul>li {
	display: flex;
	flex: 1;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.fullscreen-popup>ul>li[data-view="true"] {
	color: white;
	background: rgb(58, 58, 68);
	font-size: 18pt;
	cursor: default;
}

.fullscreen-popup>ul>li:hover:not([data-view="true"]) {
	color: black;
	background: #f1f1f1;
	font-size: 18pt;
	cursor: pointer;
}

.fullscreen-popup>img { 
	max-width: 90%;
	max-height: 90%;
}

#container {
	list-style: none;
	text-align: center;
}

#container>li:not(:last-child) {
	margin-bottom: 10px;
}

#container>li>div {
	margin: 0 auto;
}

/*---구버전 팝업끝-----------------------------------------------------------------*/