@charset "UTF-8";
body.on {
	overflow: hidden;
}
#friendly_mini_pop {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: -113px;
}
#friendly_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 9;
}
#friendly_popup .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
}
#friendly_popup .mid {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
}
#friendly_popup .mid .content {
	position: relative;
	display: inline-block;
	width: 650px;
}
#friendly_popup .mid .content .inner {
	width: 100%;
	height: 784px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
#friendly_popup .mid .content img {
	display: block;
}
#friendly_popup .mid .content .top a {
	position: absolute;
	right: 0;
	width: 55px;
	height: 55px;
}
#friendly_popup .mid .content .inner .video_wrap {
	padding: 40px 0 10px 0;
	background: #fff;
}
#friendly_popup .mid .content .inner .video_wrap iframe {
	margin: 0 auto;
}
#friendly_popup .mid .content .inner .video {
	height: 305px;
	width: 565px;
	margin: 0 auto;
	background: #35364a;
	text-align: left;
	padding: 70px 0 0 80px;
	box-sizing: border-box;
	cursor: pointer;
}
#friendly_popup .mid .content .inner .video a:hover {
	text-decoration: none;
}
#friendly_popup .mid .content .inner .video p {
	font-size: 40px;
	color: #fff;
	line-height: 120%;
	font-family: 'noto6';
}
#friendly_popup .mid .content .inner .video span {
	font-size: 37px;
	color: #daa792;
	font-family: 'noto2';
	margin: 10px 0 0 0;
	line-height: 100%;
	padding: 10px 0;
	display: block;
	background: url('/_skin/sidae/popkon/images/popup/btn.png') no-repeat 145px top;
}
/*_skin/sidae/css/popkon/popkon_main.css 해당 class 찾아 복붙 및 important 제거 */
.main_right_wrap {
	position: absolute;
	left: calc(50% + 627px) !important;
	top: 20px;
	width: 100px;
	z-index: 99;
}
.main_right_bnr {
	position: absolute;
	left: calc(50% + 627px);
	top: 36px;
	width: 100px;
	z-index: 10 !important;
}
.main_right_bnr .bnr_area .bnr_list > li:last-child {
	margin-bottom: 0;
}
.main_right_bnr .bnr_area .bnr_list > li > a:focus {
	outline: none;
}
.main_right_bnr .bnr_area .bnr_list > li {
	margin-bottom: 10px;
}
.main_right_bnr .top_btn {
	position: fixed;
	bottom: 100px;
	opacity: 0;
	transform: translateX(10px);
}
.main_right_bnr .right_pop_slide {
	width: 100px;
	overflow: hidden;
}
.main_right_slide {
	width:100px;
	overflow:hidden;
}
.main_right_bnr .bnr_area .bnr_item{
	margin-bottom:10px;
}