<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*# sourceURL=/web/css/v2/main.css?v=5bd7fbe19acef */
/*@ sourceURL=/web/css/v2/main.css?v=5bd7fbe19acef */
html {
	scroll-behavior: smooth;
  }
* {
	font-family:'Pretendard';
	src:url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-style:normal;
	line-height:140%;
	word-break: keep-all;
	box-sizing: border-box;
}
.container-main .content {
	overflow: hidden;
}
.main-page .main-visual {
	position:relative;
	height:680px;
	background:url("/img/v2/main/main-visual-07.jpg") no-repeat center;
}
.main-page .main-visual p {
	position:absolute;
	bottom:170px;
	left:50%;
	transform: translate(-50%,0);
}
/********** 앱 플로팅 배너 (181107) **********/
.container-mo {
	position:relative;
}
.container-mo:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	z-index:10000;
	opacity:1;
	visibility:visible;
	transition:all .5s ease-in-out;
	box-sizing:inherit;
}
.area-floating {
	width:100%;
	height:auto;
	position:fixed;
	bottom:0;
	left:0;
	z-index:10001;
	box-sizing:border-box;
}
.area-floating .box-floating-close {
	text-align:right;
}
.area-floating .box-floating-close h3 {
	padding-bottom:2%;
	padding-right:5%;
}
.area-floating .box-floating-close h3 a {
	color:#fff;
	line-height:20px;
	font-weight:400;
	font-size:16px;
}
.area-floating .box-floating-close h3 a img {
	width:18px;
	margin-left:5px;
}
.area-floating .box-floating .cnt:after {
	content:'';
	display:block;
	clear:both
}
.area-floating .box-floating {
	background:#fff;
}
.area-floating .box-floating .box-cnt {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	min-width:300px;
	padding:25px 0;
}
.area-floating .box-floating .box-cnt .cnt .img {
	float:left;
	margin-bottom:20px;
}
.area-floating .box-floating .box-cnt .cnt .img img {
	max-width:80px;
}
.area-floating .box-floating .box-cnt .cnt .title {
	float:left;
	margin-left:5%;
}
.area-floating .box-floating .box-cnt .cnt .title h2 {
	font-size:1.4rem;
	color:#212121;
	line-height:1.4;
	font-weight:900;
}
.area-floating .box-floating .box-cnt .cnt .title h2.firsth2 {
	padding-top:10px;
}
.area-floating .box-floating .box-cnt .box-button {
}
.area-floating .box-floating .box-cnt .box-button a {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	border-radius:0;
	height:50px;
	line-height:50px;
	width:100%;
	background:#ed5c23;
	text-align: center;
}
/**s:탑배너 (190823) **/
.top_bn_area {
	height:60px;
	display:block;
	width:100%;
	background-color:#4c4b6a;
}
.top_bn_area .max-width {
	position:relative;
}
.top_bn_area .max-width a {
	position:absolute;
	top:18px;
	color:#fff;
	text-align:center;
	font-size:20px;
	display:inline-block;
	word-break:break-all;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	left:60px;
	right: 150px;
}
/*190827 수정*/
.top_bn_area .notice {
	color:#fff;
	display:inline-block;
	margin-top:19px;
	float:left;
}
.top_bn_area .notice span {
	font-size:13px;
}
/*190828 추가*/
.top_bn_area .top-banner-btn {
	margin-top:20px;
	float:right;
}
.top_bn_area .top-banner-btn .chkBnr {
	width:100%;
	font-size:13px;
	color:#fff;
	float:left;
}
.top_bn_area .top-banner-btn .chkBnr input[id="top_bn_r"] {
	position: relative;
}
/*190826 수정*/
.top_bn_area .top-banner-btn .btnClose {
	background-position:center;
	background-image:url("http://www.goodmoim.com/img/v2/common/icon-close-top-2018.png");
	/* 경로 변경 1810 */
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	width:13px;
	height:13px;
	position:relative;
	top:0px;
	left:5px;
}
/*190826 수정*/
.top_bn_area .btnClose:hover,.top_bn_area .btnClose:focus {
	cursor:pointer;
	outline:none;
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.top_bn_area {
		position:fixed;
		z-index: 999;
	}
	/*190826 추가*/
	.top_bn_area .max-width a {
		font-size:18px;
		left:60px;
		right: 150px;
	}
	/*190823*/
	.top_bn_area .notice {
		color:#fff;
		display:inline-block;
		margin-top:19px;
		float:left;
	}
	.top_bn_area .notice span {
		font-size:12px;
	}
	/*190829 추가*/
}
@media screen and (min-width:550px) and (max-width:767px) {
	.top_bn_area {
		position:fixed;
		z-index: 999;
	}
	/*190826 추가*/
	.top_bn_area .max-width a {
		font-size:17px;
		left:60px;
		right:150px;
	}
	.top_bn_area .notice {
		color:#fff;
		display:inline-block;
		margin-top:19px;
		float:left;
	}
	.top_bn_area .top-banner-btn {
		float:right;
	}
	.top_bn_area .notice span {
		font-size:11px;
	}
	/*190829 추가*/
}
@media screen and (max-width:550px) {
	.top_bn_area {
		position:fixed;
		z-index: 999;
	}
	/*190826 추가*/
	.top_bn_area .max-width a {
		font-size:15px;
		left:9px;
		text-align:left;
		top:10px;
		width: 98%;
	}
	/*190828 수정*/
	.top_bn_area .notice {
		color:#fff;
		display:inline-block;
		margin-top:4px;
		float:left;
	}
	.top_bn_area .top-banner-btn {
		float:right;
		margin-top:30px;
	}
	.top_bn_area .top-banner-btn .chkBnr {
		width:100%;
		font-size:12px;
		color:#fff;
		float:right;
		margin-top:0px;
	}
	.top_bn_area .top-banner-btn .btnClose {
		top: 0px;
	}
	/*190826 수정*/
	.top_bn_area .notice span {
		font-size: 10px;
	}
	/*190829 추가*/
}
/** e:탑배너 (190823) **/
/** 메인비주얼 (171011) **/
#main-visual {
	width:100%;
}
/*padding: 0px 0 5px 0;}*** 180912 */
#main-visual .visual {
	width:100%;
	height:650px;
	background:url("/img/v2/main/main-visual-gm01.jpg") no-repeat center;
	position: relative;
}
ul.bxslider li {
	width: 100% !important;
	z-index: 50;

}
/* 190104 수정 */
#s_banner_wrap {
	width:100%;
	height:680px;
	position:relative;
}
.bnr_01 {
	width:100%;
	height:750px;
	background: url("/img/v2/main/main-visual-gm01.jpg") no-repeat top center;
}
/* 190104 수정 */
/*.bnr_01{width:100%;height:750px;background: url("/img/v2/main/main-visual-07.jpg") no-repeat top center;}180605 수정 */
.bnr_01 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top: 250px;
}
/* 180605 수정 */
.bnr_01 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top: 270px;
}
/* 180605 수정 */
.bnr_01 .btn .detail1 a {
	width:150px;
	height:35px;
	border:1px solid #3d3e43;
	font-size:17px;
	color:#3d3e43;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_01 .btn .detail1 a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_01 .btn .detail2 a {
	width:150px;
	height:35px;
	border:1px solid #3d3e43;
	font-size:17px;
	color:#3d3e43;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
	margin-left:10px;
}
.bnr_01 .btn .detail2 a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_01 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_01 .btn .detail a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_02 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm02.jpg") no-repeat top center;
	position:relative;
}
.bnr_02 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:250px;
}
.bnr_02 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:270px;
}
.bnr_02 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_02 .btn .detail a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_03 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm03.jpg") no-repeat top center;
	position:relative;
}
.bnr_03 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:250px;
}
.bnr_03 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:270px;
}
.bnr_03 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_03 .btn .detail a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_04 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm04.jpg") no-repeat top center;
	position:relative;
}
.bnr_04 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top: 250px;
}
/* 181114 수정 */
.bnr_04 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top: 270px;
}
/* 181114 수정 */
.bnr_04 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_04 .btn .detail a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_05 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm05.jpg") no-repeat top center;
	position:relative;
}
.bnr_05 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:250px;
}
.bnr_05 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:270px;
}
.bnr_05 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_05 .btn .detail a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_06 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm06.jpg") no-repeat top center;
	position:relative;
}
.bnr_06 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:250px;
}
.bnr_06 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:270px;
}
.bnr_06 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_06 .btn .detail a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_07 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-08.jpg") no-repeat top center;
	position:relative;
}
.bnr_07 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:95px;
}
.bnr_07 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:125px;
}
.bnr_07 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #351705;
	font-size:17px;
	color:#351705;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_07 .btn .detail a:hover {
	background: rgba(186,175,173,0.2);
}
/* 180705 수정 */
.bnr_08 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm06.jpg") no-repeat top center;
}
.bnr_08 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:250px;
}
.bnr_08 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:290px;
}
.bnr_08 .btn .detail1 a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_08 .btn .detail1 a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_08 .btn .detail2 a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
	margin-left:10px;
}
.bnr_08 .btn .detail2 a:hover {
	background:rgba(140,140,140,0.1);
}
.bnr_08 .btn .detail a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_08 .btn .detail a:hover {
	background: rgba(140,140,140,0.1);
}
/*210714 수정*/
.bnr_09 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm07.jpg") no-repeat top center;
}
.bnr_09 img {
	display:none;
}
.bnr_09 .txt {
	position:absolute;
	top:30%;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
}
.bnr_09 .txt dl dt {
	font-size:60px;
	color:#ed5c23;
	font-weight:bold;
}
.bnr_09 .txt dl dd {
	color:#fff;
	font-size:25px;
	padding-top:46px;
	display:inline-block;
	line-height:34px;
}
.bnr_09 .txt dl dd span {
	font-weight:bold;
	font-size:24px;
	display:inline-block;
	padding-top:30px;
}
.bnr_09 .btn {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	padding-top:30px;
}
.bnr_09 .btn img {
	display:inline-block;
}
.bnr_09 .btn .detail a {
	width:170px;
	height:40px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:40px;
}
.bnr_09 .btn .detail a:hover {
	background: rgba(186,175,173,0.2);
}
/* 200921 메인비주얼 추가 비대면바우처플랫폼 */
.bnr_11 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm11.jpg") no-repeat top center;
}
.bnr_11 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:165px;
}
.bnr_11 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:190px;
	z-index:9;
}
.bnr_11 .btn .detail1 a {
	width:150px;
	height:35px;
	border:1px solid #fff;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_11 .btn .detail1 a:hover {
	background: rgba(140,140,140,0.1);
}
/* 211208 메인비주얼 추가 온라인 총회 사무국 지원 서비스 */
.bnr_12 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm12.jpg") no-repeat top center;
}
.bnr_12 p {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:105px;
}
.bnr_12 .btn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:130px;
	z-index:9;
}
.bnr_12 .btn .detail1 a {
	width:150px;
	height:35px;
	border:1px solid #333333;
	font-size:17px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
.bnr_12 .btn .detail1 a:hover {
	background: rgba(140,140,140,0.1);
}
/* 230224 메인비주얼 추가 굿모임 업그레이드 이벤트 */
.bnr_13 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm13.jpg?v=20230224") no-repeat top center;
}
.bnr_13 p {
	width:650px;
	margin:0 0 0 10%;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:135px;
}
.bnr_13 p img {
	max-width:100%;
}
.bnr_13 .btn {
	width:650px;
	margin:0 0 0 10%;
	overflow:hidden;
	text-align:left;
	position:relative;
	top:180px;
	z-index:9;
}
.bnr_13 .btn .detail1 a {
	width:150px;
	padding:12px 0;
	border:1px solid #6686E7;
	font-size:17px;
	color:#ffffff;
	background:#6686E7;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.bnr_13 .btn .detail1 a:hover {
	background:rgba(102,134,231,0.85);
	cursor: pointer;
}
/* 230404 메인비주얼 추가 엘림넷 온라인 총회 및 버추얼 이벤트 */
.bnr_14 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm14.jpg") no-repeat top center;
}
.bnr_14 p {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
	position:relative;
	top:120px;
}
.bnr_14 .img-top {
	width:100%;
	max-width:1200px;
	padding:0 30px;
	margin:0 auto;
	display:none;
}
.bnr_14 .img-bottom {
	width:100%;
	max-width:1200px;
	padding:0 30px;
	margin:0 auto;
	height:465px;
	position:relative;
}
.bnr_14 .img-bottom img {
	position:absolute;
	bottom:0;
	right:0;
}
.bnr_14 p img {
	max-width:650px;
}
.bnr_14 .btn {
	width:100%;
	max-width:1200px;
	padding:0 30px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	top:160px;
	z-index:9;
}
.bnr_14 .btn .detail1 a {
	width:150px;
	padding:10px 0;
	font-size:17px;
	color:#ffffff;
	background:#ed5c23;
	font-weight:bold;
	text-align:center;
	display:block;
	cursor: pointer;
}
/* 230421 메인비주얼 추가 비공개 모임 기능 안내 */
.bnr_15 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm15.png") no-repeat top center;
}
.bnr_15 p {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
	position:relative;
	top:120px;
	z-index:1;
}
.bnr_15 .img-bottom {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:470px;
	position:relative;
}
.bnr_15 .img-bottom img {
	position:absolute;
	bottom:40px;
	right:30px;
}
.bnr_15 p img {
	max-width:650px;
}
.bnr_15 .btn {
	width:100%;
	max-width:1200px;
	padding:0 30px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	top:160px;
	z-index:9;
}
.bnr_15 .btn .detail1 a {
	width:150px;
	padding:10px 0;
	font-size:17px;
	color:#ffffff;
	background:#ed5c23;
	font-weight:bold;
	text-align:center;
	display:block;
	cursor:pointer;
}
.bnr_15 .btn .detail1 a:hover {
	background: #df521a
}
/* 230926 메인비주얼 추가 XR관 입장하기 */
.bnr_16 {
	width:100%;
	height:750px;
	background:url("/img/v2/main/main-visual-gm16.png") no-repeat top center;
	background-size:cover;
	position:relative;
}
.bnr_16 .fix-btn a {
	position:absolute;
	left:50%;
	bottom:13%;
	transform:translateX(-50%);
	width:240px;
	padding:20px 0;
	font-size:24px;
	color:#ffffff;
	background:#7632ff;
	border-radius:50px;
	font-weight:bold;
	text-align:center;
	display:block;
	cursor:pointer;
}
.bnr_16 .fix-btn a:hover {
	background: #4d14be
}
/* 231120 메인비주얼 추가 XR 홍보영상 */
.bnr_17 .txt-box {
	position:absolute;
	width:85%;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	text-align:center;
	word-break:keep-all;
	color:#fff;
	z-index:99;
}
.bnr_17 .txt-box h3 {
	line-height:1.3;
	font-size:50px;
	font-family:'SUIT','SUIT Variable',sans-serif;
}
.bnr_17 .txt-box p {
	margin:30px 0;
	line-height:1.3;
	font-size:24px;
	font-weight:200;
	font-family:'SUIT','SUIT Variable',sans-serif;
}
.bnr_17 .txt-box a {
	display:inline-block;
	margin-top:10px;
	padding:10px 20px;
	border:1px solid #fff;
	font-size:20px;
	font-weight:400;
	font-family:'SUIT','SUIT Variable',sans-serif;
	color:#fff;
	transition:all .15s;
}
.bnr_17 .txt-box a:hover {
	background:#ed5c23;
	border:1px solid #ed5c23;
	transition:all .25s;
}
.video-bg-media {
	width:100%;
	height:680px;
	position:relative;
	overflow:hidden;
	display:flex;
	justify-content:center;
	background:#000;
}
.video-bg-media .video {
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	object-fit:cover;
	opacity:0.6;
}
video[poster] {
	height:100%;
	width: 100%;
}
/* 231208 메인비주얼 추가 대국민투표관 */
.bnr_17 .txt-box h2 {
	margin-bottom:20px;
	line-height:1.3;
	font-size:56px;
	font-family:'SUIT','SUIT Variable',sans-serif;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}
.bx-wrapper {
	position:relative;
	margin:0 auto 60px;
	padding:0;
	*zoom:1;
}
.bx-wrapper .bx-prev {
	left:100px;
	width:44px;
	height:84px;
	background:url("/img/v2/main/main_arrow_left_off.png") no-repeat 0 0;
	filter: brightness(0) invert(1);
    mix-blend-mode: difference;
}
.bx-wrapper .bx-next {
	right:100px;
	width:44px;
	height:84px;
	background:url("/img/v2/main/main_arrow_right_off.png") no-repeat 0 0;
	filter: brightness(0) invert(1);
    mix-blend-mode: difference;
}
.bx-wrapper .bx-prev:hover {
	width:44px;
	height:84px;
	background:url("/img/v2/main/main_arrow_left_on.png") no-repeat 0 0;
}
.bx-wrapper .bx-next:hover {
	width:44px;
	height:84px;
	background:url("/img/v2/main/main_arrow_right_on.png") no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:51%;
	margin-top:-51px;
	outline:0;
	width:44px;
	height:84px;
	text-indent:-9999px;
	z-index:9999;
	border:0px solid red;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/** 메인비주얼 (171011) **/
/* .main-page .section {
	background:rgba(27,31,69,0.9);
	margin-top:-100px;
	padding:20px 0;
	position:relative;
	z-index:21;
	padding:30px 20px 60px 20px;
}
.main-page .section ul li {
	float:left;
	width:25%;
	text-align:center;
	border-right:1px solid #6d7288;
	box-sizing:border-box;
	overflow:hidden;
}
.main-page .section ul li:first-child {
	border-left:1px solid #6d7288;
}
.main-page .section ul li a {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:700;
	letter-spacing:-0.05em;
	padding:44px 0 0 0;
}
.main-page .section ul li a:hover {
	color:#708efb;
}
.main-page .section ul li:nth-child(1) a {
	background:url("/img/v2/main/icon-consult.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(1) a:hover {
	background:url("/img/v2/main/icon-consult_over.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(2) a {
	background:url("/img/v2/main/icon-service.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(2) a:hover {
	background:url("/img/v2/main/icon-service_over.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(3) a {
	background:url("/img/v2/main/icon-download.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(3) a:hover {
	background:url("/img/v2/main/icon-download_over.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(4) a {
	background:url("/img/v2/main/icon-video.png") no-repeat center 0;
	background-size:36px auto;
}
.main-page .section ul li:nth-child(4) a:hover {
	background:url("/img/v2/main/icon-video_over.png") no-repeat center 0;
	background-size:36px auto;
} */
.main-page .section2 {
	padding:70px 0;
}

.main-page .area_meeting .section2 {
	padding: 140px 0 50px;
}

.main-page .tab_wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 12;	
	position: absolute;
	transform: 0.3s;
}
.main-page .tab_wrapper.fixed {
	position: fixed;
	top: 110px;
	height: auto;
}
.main-page .tab_wrapper .tab_con {
    width: 380px;
    height: 46px;
    margin: 0 auto;
    background-color: #ffffffb3;
    box-shadow: 0 2px 8px #6d6d6d36;
    backdrop-filter: blur(25px);
    border-radius: 50px;
}
.main-page .tab_wrapper .tab_con ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.main-page .tab_wrapper .tab_con ul li {
    width: calc(100% / 3);
    height: calc(100% - 10px);
    border-radius: 50px;
    margin: 5px;
}
.main-page .tab_wrapper .tab_con ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	color: #555;
    text-align: center;
    transition: all .3s;
    z-index: 1;
    border-radius: 50px;
    font-weight: 600;
    text-transform: none;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
	width: 100%;
    display: inline-block;
}
.main-page .tab_wrapper .tab_con ul li.active {
    background: transparent linear-gradient(270deg, #ed5c23 0%, #ff7d4b 100%) 0% 0% no-repeat padding-box;
}
.main-page .tab_wrapper .tab_con ul li.active a {
    color: #fff;
}
.main-page .section2 .main_title {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin: 10px 0 25px;
}
.main-page .section2 .tag_box {
	display: flex;
    gap: 12px;
    font-size: 18px;
    color: #555;
    font-weight: 500;
}
.main-page .section2 .main_tit {
	font-size:32px;
	color:#222;
	font-weight:700;
	float:left;
	margin: 0;
}
.main-page .section2 .main_title .more_btn a {
	color: #ed5c23;
	display: flex;
    align-items: center;
    font-size: 16px;
	font-weight: 400;
    gap: 3px;
}
.main-page .section2 .main_title .more_btn a span {
	font-size: 14px;
}
.main-page .section2 .main_tit .issue {
	display:inline-block;
	line-height:17px;
	padding-left: 20px;
}
/** 180430 추가**/
.main-page .section2 .search_box.inputbox {
	width:100%;
	border:1px solid #eee;
}
.main-page .section2 .search_box select {
	float:left;
	width:30%;
	height:45px;
	border:none;
	padding:7px;
	box-sizing:border-box;
	outline:0;
	cursor:pointer;
	background:url("/img/v2/common/icon-arrow-d.png") no-repeat right center;
	border-radius:0px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color:#fff;
}
.main-page .section2 .search_box select::-ms-expand {
	display:none;
}
/*.main-page .section2 .main_tit ul{font-size:18px;font-weight:500;padding-left:5px;height:20px;line-height:20px;}.main-page .section2 .main_tit ul li{float:left;padding-left:10px;color:red;}.main-page .section2 .main_tit ul li:first-child{border-right:1px solid #bdbcbc;padding-right:10px;}.main-page .section2 .main_tit ul li.on{font-weight: 600;}*/
.main-page .section2 .more {
	margin: 15px 0 10px;
}
/* 180919 add */
.main-page .section2 .area-btn3 {
	text-align:center;
	display: flex;
	gap: 12px;
}
/** 180420 추가 **/
.main-page .section2 .area-btn3 a {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	background:#fff;
	text-align:center;
	border-radius: 5px;
	font-size:16px;
	padding:0 20px;
	min-width: 140px;
	line-height: 46px;
    font-weight: 500;
}
.main-page .section2 .area-btn3 a.btn_make {
	border: 1px solid #ed5c23;
	color: #ed5c23;
}
.main-page .section2 .area-btn3 a.btn_manual {
	border: 1px solid #bbb;
	color: #777;
} 
/** 180420 추가 **/
.main-page .section2 ul.main_tip {
	color:#555;
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 150% !important;
    padding: 30px 0;
}
.main-page .section2 ul.main_tip li {
	line-height: 150%;
}
/** 180327 수정**/
.main-page .section2 ul.main_tip span a {
	display:inline-block;
	width:90px;
	height:20px;
	background:#969696;
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:20px;
	margin-left: 10px;
}
/** 171226 추가 **/ /*1809 rev*/
.main-page .section2 a.btn_greyline {
	display:inline-block;
	border:1px solid #888888;
	color:#888888;
	width:130px;
	height:42px;
	background:transparent;
	text-align:center;
	color:#888888;
	font-size:16px;
	line-height:2.6;
	margin-left:10px;
	float:right;
	margin: 0 0 20px 0;
}
/** 171226 추가,180913 수정 **/
.main-page .section2 a.btn_orgline {
	display:inline-block;
	border:1px solid #ed5c23;
	color:#ed5c23;
	width:130px;
	background:#fff;
	text-align:center;
	color:#ed5c23;
	font-size:16px;
	line-height:2.6;
	margin-left:10px;
	float:right;
	margin: 0 0 20px 10px;
}
/** 180913 수정 **/
.main-page .section2 ul.main_tip span a:hover {
	background: #ed5c23;
}
/** 171226 추가 **/
.main-page .section2 a.btn_greyline:hover {
	background: rgba(140,140,140,0.1);
}
/** 180913 추가 **/
.main-page .section2 a.btn_orgline:hover {
	background:#ed5c23;
	border-color:#ed5c23;
	color:#fff;
	font-weight: bold;
}
/** 180913 추가 **/
.main-page .section2 .top {
	margin:0 0 30px;
	width:100%;
	background:#f1f2f6;
	display:table;
	table-layout:fixed;
}
.main-page .section2 .top .inner-left {
	display:table-cell;
	width:50%;
	vertical-align:top;
	position:relative;
	background:no-repeat center;
	background-size:cover;
}
.main-page .section2 .top .inner-left .label {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	font-size:14px;
	color:#fff;
	font-weight:700;
	background:#ff4001;
	padding:2.2% 4%;
}
.main-page .section2 .top .inner-right {
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding:35px 30px;
	box-sizing:border-box;
}
.main-page .section2 .top .inner-right h3 {
	font-size:19px;
	color:#30448c;
	font-weight:700;
	margin:0 0 5px;
	text-align:left;
}
.main-page .section2 .top .inner-right .txt {
	font-size:14px;
	color:#777;
	line-height:1.3;
	margin:0 0 15px;
	text-align:left;
}
.main-page .section2 .top .inner-right .btn.btn01 {
	width:60px;
}
.main-page .section2 .list {
	max-width:1230px;
	margin:0 -15px;
}
.main-page .section2 .list li {
	display:inline-block;
	width:33.333%;
	box-sizing:border-box;
	padding:0 15px;
	margin: 0 0 20px;
}
.main-page .section2 .list li .box {
	background:#fff;
	font-size:14px;
	font-weight:400;
	color:#777;
	line-height:normal;
	padding:0 0 30px;
	position:relative;
	border: 1px solid #dcdcdc;
    border-radius: 10px;
	color: #555;
    font-weight: 500;
	/*1809 rev*/
}
/* 20230329 수정 */
.main-page .section2 .list li .box .info .info_area::after {
	content:'';
	display:block;
	clear:both;
}
.main-page .section2 .list li .box .info .area-wrap {
	position:absolute;
	top:2px;
	width:calc(100% - 60px);
}
.main-page .section2 .list li .box .info .info_area .info_state {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	background:#DC0101;
	padding:2px 10px;
	border-radius:15px;
	font-size:12px;
	margin-top:-2px;
}
.main-page .section2 .list li .box .info .info_area .area-copy,.main-page .section2 .list li .box .info .info_area .area-close,.main-page .section2 .list li .box .info .info_area .info-closed {
	display:inline-block;
	margin-left:5px;
	float:right;
}
.main-page .section2 .list li .box .info .info_area .area-copy a {
	display:inline-block;
	font-weight:bold;
	border:1px solid #ed5c23;
	color:#ed5c23;
	padding:2px 10px;
	border-radius:15px;
	font-size:12px;
	margin-top:-2px;
}
.main-page .section2 .list li .box .info .info_area .area-close {
	font-weight:bold;
	background:#666;
	color:#fff;
	padding:3px 10px;
	border-radius:15px;
	font-size:12px;
	margin-top:-2px;
}
.main-page .section2 .list li .box .info .info_area .info-closed {
	color:#fff;
	font-weight:bold;
	background:#ed5c23;
	padding:2px 10px;
	border-radius:15px;
	font-size:12px;
	margin-top:-2px;
}
.main-page .section2 .list li .box .info .info_txt {
	position:relative;
	padding: 12px 20px 0;
}
/* 180913 추가 */
.main-page .section2 .list li .box .info h3 {
	font-size:14px;
	font-weight:400;
	color:#777;
	margin:10px 0;
}
.main-page .section2 .list li .box .info::after {
	content:'';
	display:block;
	clear:both;
}
.main-page .section2 .list li .box .info .h3-sub {
	float:right;
	color:#bbb;
}
.main-page .section2 .list li .box .info h4 {
    font-size: 17px;
    color: #313131;
    font-weight: 700;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.main-page .section2 .list li .box .info&gt;span {
	line-height:1.6;
}
.main-page .section2 .list li .box .info&gt;span&gt;span {
	display:block;
}
.main-page .section2 .list li .box .info .txt {
	line-height: 1;
	position: relative;
}
/*메인페이지 리뉴얼 */
.main-page .section2 .list li .box .info .txt .txt-row-1 {
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:85%;
}
.main-page .section2 .list li .box .info .txt .txt-pay {
	position:absolute;
	right:0;
}
.main-page .section2 .list li .box .info .txt2 {
	margin: 3px 0;
}
/** 180115 추가 **/
.main-page .section2 .list li .box .info .txt span {
	float:right;
}
.main-page .section2 .list li .box .area-btns {
	margin:25px 25px 0;
	text-align:left;
	font-size:0;
}
.main-page .section2 .list li .box .area-btns&gt;span,.main-page .section2 .list li .box .area-btns2&gt;span {
	display:inline-block;
	float:right;
}
.main-page .section2 .list li .box .area-btns&gt;p {
	max-width: 100px;
}
/** 170726 수정 **/
.main-page .section2 .list li .box .area-btns&gt;p:nth-child(1) {
	margin: 0 3% 0 0;
}
/** 170726 수정 **/
.main-page .section2 .list li .box .area-btns&gt;p:nth-child(2) {
	margin: 0 0 0 0;
}
/** 170726 수정 **/
.main-page .section2 .list li .box .area-btns4 {
	margin:20px 0 0 0;
	text-align:center;
	font-size: 0;
}
/** 171229 수정 **/
.main-page .section2 .list li .box .area-btns4&gt;p {
	width:40%;
	max-width:100px;
	margin-right: 10px;
}
/** 171229 수정 **/
.main-page .section2 .more {
	width:auto;
	height:auto;
	border:none;
}
.main-page .section2 .more a {
	display:inline-block;
	font-weight:bold;
	width:100%;
	color:#555;
	font-size:14px;
	text-align:center;
	height:35px;
	line-height:35px;
	margin: 0 0 10px 0px;
}
/** 180108,190914 200417 수정 **/
.main-page .section2 .more a:hover {
	color: #ff5126;
}
/** 200421 수정 **/
/** SNS공유하기( 170726 추가) **/
.main-page .section2 .list .share {
	position:relative;
	width:48px;
	height:40px;
	margin-top:-5px;
	padding-top:5px;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	text-align:right;
}
.main-page .section2 .list .share .sns {
	visibility:hidden;
	position:absolute;
	left:-205px;
	bottom:42px;
	width:252px;
	cursor:default;
	z-index:10000;
}
.main-page .section2 .list .share:hover .sns {
	visibility:visible;
	text-indent:0;
}
.main-page .section2 .list .sns .sns-area2 {
	width:210px;
	height:95px;
	border:1px solid #a1a1a1;
	background:#fff;
	padding:20px;
	z-index:100000;
}
.main-page .section2 .list .sns .sns-area2 h1 {
	display:none;
	height:35px;
	font-size:20px;
	font-weight:bold;
	color:#555;
	border-bottom:1px solid #ccc;
	text-align:left;
}
.main-page .section2 .list .sns .sns-area2 ul {
	padding:0px;
}
.main-page .section2 .list .sns .sns-area2 ul::after {
	content:'';
	display:block;
	clear:both;
}
.main-page .section2 .list .sns .sns-area2 ul li {
	width:36px;
	float:left;
	margin-left:7px;
	padding:0;
}
.main-page .section2 .list .sns .sns-area2 ul li:first-child {
	margin-left:0;
}
.main-page .section2 .list .sns .sns-area2 ul li img {
	display:block;
	width:100%;
}
.main-page .section2 .list .sns .sns-area2 input[type='text'].width-250 {
	width:135px;
	height:35px;
	border:1px solid #c7c7c7;
	box-sizing:border-box;
	text-indent:10px;
	color:#999;
}
.main-page .section2 .list .sns .sns-area2 .btn {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 10px;
}
.main-page .section2 .list .sns .sns-area2 .btn a {
	display:block;
	padding:0 10px;
	height:35px;
	background:#777;
	font-size:12px;
	color:#fff;
	line-height:35px;
	min-width:45px;
	text-align: center;
}
/** 설문광장 탭 (180330 추가) **/
.main-page .section2 .plaza_tab {
	display:inline-block;
	margin-bottom:20px;
}
.main-page .section2 .plaza_tab li {
	float:left;
	font-size:28px;
	color:#959595;
	font-weight:500;
}
.main-page .section2 .plaza_tab li {
	display:inline-block;
	height:28px;
	line-height:28px;
	cursor:pointer;
	padding:0 20px;
}
.main-page .section2 .plaza_tab li:first-child {
	border-right:1px solid #959595;
	padding-left:0px
}
.main-page .section2 .plaza_tab li.on {
	color:#555;
	font-weight:800;
}
.main-page .section2 .tab_con {
	margin-top:5px;
}
.main-page .section2 .tab_con .cnt {
	width:100%;
	display:none;
}
.main-page .section2 .tab_con .cnt .no {
	font-size:20px;
	text-align:center;
	font-weight:500;
	height:150px;
	background:#f1f2f6;
	line-height:150px;
	margin-bottom:50px;
}
.main-page .section3 {
	position:relative;
	background:#fff url("/img/v2/main/bg-panel.jpg") no-repeat center;
	margin:60px 0 60px;
}
.main-page .section3 .area-txt {
	position:relative;
	height:301px;
}
.main-page .section3 .area-txt .inner {
	width:450px;
	word-break:keep-all;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50.6%);
}
.main-page .section3 .area-txt h3 {
	font-size:28px;
	color:#313131;
	font-weight:800;
	margin:0 0 5px;
	text-align:left;
}
.main-page .section3 .area-txt .txt {
	font-size:17px;
	color:#313131;
	line-height:1.5;
	margin:10px 0 20px;
	text-align: left;
}
/* 180913 수정 */
.main-page .section3 .area-txt .btn.btn03 {
	width:120px;
}
.main-page .section4 li {
	float:left;
	width:50%;
	box-sizing:border-box;
	margin:0 0 60px;
}
.main-page .section4 li.longtxt {
	margin: 0 0 20px;
}
/**180117 추가 */
.main-page .section4 li:nth-child(odd) {
	padding:0 20px 0 0;
}
.main-page .section4 li:nth-child(even) {
	padding:0 0 0 20px;
}
.main-page .section4 li .box .img {
	margin:0 0 20px;
}
.main-page .section4 li .box .img img {
	max-width:100%;
}
.main-page .section4 li .box h3 {
	font-size:28px;
	color:#555;
	font-weight:400;
	margin:0 0 10px;
	padding:5px 0 0 0;
	position:relative;
	text-align:left;
}
/** .main-page .section4 li .box h3:before{content:'';position:absolute;top:0;left:0;width:43px;height:4px;background: #555;}**/
.main-page .section4 li .box .txt {
	font-size:17px;
	color:#777;
	line-height:1.5;
	margin:0 0 30px;
	text-align:left;
}
.main-page .section4 li .box .btn.btn04 {
	width:120px;
}
.main-page .section5 {
	background:#fff;
	/*padding:60px 0;border-top: 1px solid #dbdbdb;*/
}
/** 180117 수정 **/
/**.main-page .section5{background:#1d2339;padding: 60px 0;}**/
.main-page .section5 h3 {
	font-size:28px;
	color:#555;
	font-weight:800;
	margin:0 0 45px;
}
.main-page .section5 .area-movie {
	position:relative;
	height:0;
	padding:0 0 56%;
}
.main-page .section5 .area-movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.main-page .section5 .area-button {
	position:relative;
	height: 0;
}
/** 180117 추가 **/
.main-page .section5 .area-button .btn {
	position:absolute;
	top:-80px;
	right:0;
}
.main-page .section5 .area-button .btn .detail1 a {
	width:150px;
	height:35px;
	border:1px solid #999999;
	font-size:17px;
	color:#777777;
	text-align:center;
	display:inline-block;
	line-height:34px;
}
/*.main-page .section5 .area-button .btn .detail1 a:hover{background: rgba(140,140,140,0.1);}*/
.main-page .section5 .area-button .btn .detail1 a:hover {
	background:#fff;
	color:#ed5c23;
	border-color: #ed5c23;
}
/* 181015 add */
.main-page .section5 .area-button .btn .detail2 a {
	width:150px;
	height:35px;
	border:1px solid #999999;
	font-size:17px;
	color:#777777;
	text-align:center;
	display:inline-block;
	line-height:34px;
	margin-left:10px;
}
/*.main-page .section5 .area-button .btn .detail2 a:hover{background: rgba(140,140,140,0.1);}*/
.main-page .section5 .area-button .btn .detail2 a:hover {
	background:#fff;
	color:#ed5c23;
	border-color: #ed5c23;
}
/* AI Advisor 오픈 메인배너 추가 */
.bnr_18 {
    background-image: linear-gradient(135deg, #f4f4f4, #e2ebf0);
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.circle-img {
	position: absolute;
	z-index: -1;
}

.circle-img.circle-img-right {
    background: url(https://local.goodmoim.com/img/v2/main/main-visual-aiadvisor_circle.png) no-repeat center;
	background-size: 100%;
    right: -205px;
    top: -205px;
    width: 400px;
    height: 400px;
}

.circle-img.circle-img-center {
	background: url(https://local.goodmoim.com/img/v2/main/main-visual-aiadvisor_circle.png) no-repeat center;
    background-size: 100%;
    right: 45%;
    bottom: 122px;
    width: 130px;
    height: 130px;
}

.circle-img.circle-img-left {
	background: url(https://local.goodmoim.com/img/v2/main/main-visual-aiadvisor_circle.png) no-repeat center;
    background-size: 100%;
    left: -550px;
    bottom: -550px;
    width: 900px;
    height: 900px;
	transform: rotate(303deg);
}

.bnr_18 .content-box {
	width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 80px;
	margin: 0 auto;
}

.bnr_18 .txt-box {
    word-break: keep-all;
    z-index: 99;
	width: 50%;
}

.bnr_18 .txt-box h2 {
	position: relative;
    line-height: 1.3;
    font-size: 52px;
	font-weight: 800;
	color: #222;
	text-align: left;
	margin-bottom: 35px;
}

.bnr_18 .txt-box h2 b.blue {
	color: #2671ee;
	position: relative;
	padding-left: 60px;
}

.bnr_18 .txt-box  h2 b::before {
    position: absolute;
    content: '';
    background: url(/img/v2/main/main-visual-aiadvisor_icon.svg) no-repeat center;
    background-size: 52px;
    width: 52px;
    height: 52px;
	top: 0;
    left: 0;
	opacity: 0.6;
}

.bnr_18 .subtxt-box {
	display: flex;
    flex-direction: column;
    gap:12px;
    align-items: flex-start;
    width: 100%;
}

.bnr_18 .subtxt-box .txt-group {
	display: flex;
	gap: 12px;
}

.bnr_18 .subtxt-box .txt-group:nth-child(2) {
	padding-left: 50px;
}

.bnr_18 .subtxt-box .txt-group .txt {
	position: relative;
	border-radius: 50px;
	padding: 12px 18px;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.3); /* 반투명 흰색 */
	backdrop-filter: blur(10px); /* 뒤 배경 블러 효과 */
	-webkit-backdrop-filter: blur(10px); /* 사파리 지원 */
}

.bnr_18 .subtxt-box .txt-group .txt::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 3px; /* 테두리 두께 */
	background: linear-gradient(45deg, #c894f0, #6b9aea);
	border-radius: 10px; /* 테두리 둥글게 */
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	border-radius: 50px;
  }

.bnr_18 .img-box {
	width: 55%;
	height: 100%;
}

.bnr_18 .img-box&gt;div {
	background: url('/img/v2/main/main-visual-aiadvisor_screen.png') no-repeat center;
	background-size: 100%;
    width: 100%;
	height: 100%;
}

.bnr_18 .detail_btn {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 20px;
	font-weight: 600;
	padding: 5px 25px;
	color: #2671ee;
	border: 1px solid #2671ee;
	border-radius: 5px;
	min-height: 50px;
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
	transition: background-color 0.3s, color 0.3s;
}

.bnr_18 .detail_btn::after {
	content: '';
	background: url('/img/xr_city/icon_arrow_r.svg')no-repeat center;
	width: 17px;
	height: 17px;
	background-size: 17px;
	margin-left: 10px;
	filter: invert(32%) sepia(82%) saturate(1752%) hue-rotate(206deg) brightness(96%) contrast(95%);
}

@media (hover:hover) {
	.bnr_18 .detail_btn:hover {
		background-color: #2671ee;
		color: #fff; /* 글씨 색 변경 */
		border-color: #2671ee;
	}

	.bnr_18 .detail_btn:hover::after {
		filter: invert(100%); /* 화살표 색상도 변경 */
	}
}

@media screen and (max-width:1200px) {
	.bnr_18 .content-box {
		width: 100%;
	}
	.bnr_18 .txt-box {
		width: 50%;
	}
	.bnr_18 .img-box {
		width: 40%;
	}

	.bnr_18 .img-box&gt;div {
		background-size: 100%;
		width: 100%;
	}

	.bnr_18 .txt-box h2 {
		font-size: 46px;
	}

	.bnr_18 .txt-box h2 b.blue {
		padding-left: 0;
	}
}

/* 181015 add */
/* mobile */
@media screen and (max-width:1023px) {
	.main-page .btn&gt;a&gt;span {
		display:inline-block !important;
	}
	.main-page .main-visual {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-08-m.jpg") no-repeat center;
		background-size: cover;
	}
	/* 190104 수정 */
	.main-page .main-visual p {
		display:none;
		left:0;
		right:0;
		bottom:30px;
		transform:translate(0);
		text-align:center;
	}
	.main-page .main-visual p img {
		max-width: 80%;
	}
	/** 메인비주얼 (171011) **/
	#main-visual .visual {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm01-m.jpg") no-repeat center;
		background-size: cover;
	}
	/* 190104 수정 */
	/* #s_banner_wrap,.video-bg-media {
		height:0;
		padding:0 0 110%;
	} */
	.bnr_01 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm01-m.jpg") no-repeat center;
		background-size: cover;
	}
	/* 180605 수정 */
	/*.bnr_01{height:0;padding:0 0 110%;background:url("/img/v2/main/main-visual-07-m.jpg") no-repeat center;background-size: cover;}180605 수정 */
	.bnr_01 p {
		display:none;
		left:0;
		right:0;
		bottom:0px;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top: 35%;
	}
	/* 180605 수정 */
	.bnr_01 p img {
		max-width:90%;
	}
	.bnr_01 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:60%;
		display: inline-block;
	}
	/* 180605 수정 */
	.bnr_01 .btn .detail1 a {
		width:130px;
		height:30px;
		border:1px solid #351705;
		font-size:14px;
		color:#3d3e43;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_01 .btn .detail2 a {
		width:130px;
		height:30px;
		border:1px solid #351705;
		font-size:14px;
		color:#3d3e43;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_02 {
		width:100%;
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm02-m.jpg") no-repeat center;
		background-size:cover;
		position:relative;
	}
	.bnr_02 p {
		display:none;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top:35%;
	}
	.bnr_02 p img {
		max-width:90%;
	}
	.bnr_02 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:60%;
		display:inline-block;
	}
	.bnr_02 .btn .detail a {
		width:130px;
		height:30px;
		font-size:14px;
		border:1px solid #fff;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_03 {
		width:100%;
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm03-m.jpg") no-repeat center;
		background-size:cover;
		position:relative;
	}
	.bnr_03 p {
		display:none;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top:35%;
	}
	.bnr_03 p img {
		max-width:90%;
	}
	.bnr_03 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:60%;
		display:inline-block;
	}
	.bnr_03 .btn .detail a {
		width:130px;
		height:30px;
		font-size:14px;
		border:1px solid #fff;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_04 {
		width:100%;
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm04-m.jpg") no-repeat center;
		background-size:cover;
		position:relative;
	}
	.bnr_04 p {
		display:none;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top: 20%;
	}
	/* 181114 수정 */
	.bnr_04 p img {
		max-width: 90%;
	}
	/* 181114 수정 */
	.bnr_04 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:60%;
		display: inline-block;
	}
	/* 181114 수정 */
	.bnr_04 .btn .detail a {
		width:130px;
		height:30px;
		font-size:14px;
		border:1px solid #fff;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_05 {
		width:100%;
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm05-m.jpg") no-repeat center;
		background-size:cover;
		position:relative;
	}
	.bnr_05 p {
		display:none;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top:35%;
	}
	.bnr_05 p img {
		max-width:90%;
	}
	.bnr_05 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:100%;
		position:absolute;
		top:60%;
		display: inline-block;
	}
	/** 180328 수정 **/
	.bnr_05 .btn img {
		width: 40%;
	}
		/** 180328 수정 **/
	.bnr_05 .btn .detail a {
		width:130px;
		height:30px;
		font-size:14px;
		border:1px solid #fff;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_06 {
		width:100%;
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm06-m.jpg") no-repeat center;
		background-size:cover;
		position:relative;
	}
	.bnr_06 p {
		display:none;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top: 35%;
	}
	/* 180601 수정 */
	.bnr_06 p img {
		max-width: 88%;
	}
	/** 180601 수정 **/
	.bnr_06 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:60%;
		display: inline-block;
	}
	/* 180601 수정 */
	.bnr_06 .btn .detail a {
		width:130px;
		height:30px;
		font-size:14px;
		border:1px solid #fff;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_07 {
		width:100%;
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-08-m.jpg") no-repeat center;
		background-size:cover;
		position:relative;
	}
	.bnr_07 p {
		display:none;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top: 35%;
	}
	/* 180601 수정 */
	.bnr_07 p img {
		max-width: 88%;
	}
	/** 180601 수정 **/
	.bnr_07 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:60%;
		display: inline-block;
	}
	/* 180601 수정 */
	.bnr_07 .btn .detail a {
		width:130px;
		height:30px;
		font-size:14px;
		color:#0e1539;
		border:1px solid #0e1539;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_08 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm06-m.jpg") no-repeat center;
		background-size:cover;
	}
	.bnr_08 p {
		display:none;
		left:0;
		right:0;
		bottom:0px;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top:20%;
	}
	.bnr_08 p img {
		max-width:90%;
	}
	.bnr_08 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:63%;
		display:inline-block;
	}
	.bnr_08 .btn .detail1 a {
		width:130px;
		height:30px;
		border:1px solid #fff;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:30px;
	}
	.bnr_08 .btn .detail2 a {
		width:130px;
		height:30px;
		border:1px solid #fff;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height: 30px;
	}
	/*210714 수정*/
	.bnr_09 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm07-m.jpg") no-repeat center;
		background-size:cover;
	}
	.bnr_09 img {
		max-width:70%;
		margin-top:150px;
		display:inline-block;
	}
	.bnr_09 .txt {
		position:absolute;
		top:20%;
		left:50%;
		transform:translateX(-50%);
		text-align:center;
		width:80%;
	}
	.bnr_09 .txt dl dt {
		font-size:35px;
		color:#eb5c23;
		font-weight:bold;
		margin-bottom:15px;
	}
	.bnr_09 .txt dl dd {
		color:#fff;
		font-size:15px;
		padding-top:10px;
		display:inline-block;
		line-height:23px;
	}
	.bnr_09 .txt dl dd span {
		font-weight:bold;
		font-size:18px;
		display:inline-block;
		padding-top:30px;
	}
	.bnr_09 .btn {
		width:100%;
		margin:0 auto;
		overflow:hidden;
		text-align:center;
		padding-top:20px;
	}
	.bnr_09 .btn .detail a {
		width:140px;
		height:32px;
		border:1px solid #fff;
		font-size:15px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height:33px;
	}
	.bnr_09 .btn .detail a:hover {
		background: rgba(186,175,173,0.2);
	}
	/* 200921 메인비주얼 추가 비대면바우처플랫폼 */
	.bnr_11 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm11-m.jpg") no-repeat center;
		background-size:cover;
	}
	.bnr_11 p {
		display:none;
		left:0;
		right:0;
		bottom:auto;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top:20%;
	}
	.bnr_11 p img {
		max-width:90%;
	}
	.bnr_11 .btn {
		left:0;
		right:0;
		bottom:0;
		text-align:center;
		width:95%;
		position:absolute;
		top:63%;
		display:inline-block;
	}
	.bnr_11 .btn .detail1 a {
		width:130px;
		height:30px;
		border:1px solid #fff;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height: 30px;
	}
	/* 211208 메인비주얼 추가 온라인 총회 사무국 지원 서비스 */
	.bnr_12 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm12-m.jpg") no-repeat center;
		background-size:cover;
	}
	.bnr_12 p {
		display:none;
		left:0;
		right:0;
		bottom:auto;
		transform:translate(0);
		text-align:center;
		width:95%;
		position:absolute;
		top:5%;
	}
	.bnr_12 p img {
		max-width:90%;
	}
	.bnr_12 .btn {
		margin-top:10px;
		top:auto;
		left:auto;
		bottom:auto;
		right:auto;
		position:static;
		text-align:center;
		width:95%;
		display:none;
	}
	.bnr_12 .btn .detail1 a {
		width:130px;
		height:30px;
		border:1px solid #333;
		font-size:14px;
		color:#333;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		line-height: 30px;
	}
		/* 230224 메인비주얼 추가 굿모임 업그레이드 이벤트 */
	.bnr_13 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm13-m.jpg") no-repeat center;
		background-size:cover;
	}
	.bnr_13 p {
		display:none;
		margin:0;
		left:0;
		right:0;
		bottom:auto;
		transform:translate(0);
		text-align:center;
		width:100%;
		position:absolute;
		top:7%;
	}
	.bnr_13 p img {
		max-width:90%;
	}
	.bnr_13 .btn {
		margin:25px 0 0 0;
		top:auto;
		left:auto;
		bottom:auto;
		right:auto;
		position:static;
		text-align:center;
		width:95%;
		display:none;
	}
	.bnr_13 .btn .detail1 a {
		width:130px;
		padding:8px 0;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
	}
	/* 230404 메인비주얼 추가 엘림넷 온라인 총회 및 버추얼 이벤트 */
	.bnr_14 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm14-m.jpg") no-repeat center;
		background-size:cover;
	}
	.bnr_14 p {
		display:none;
		top:60px;
		text-align:center;
		padding:0;
	}
	.bnr_14 p img {
		max-width:90%;
	}
	.bnr_14 .btn {
		margin:25px 0 0 0;
		padding:0;
		top:auto;
		left:auto;
		bottom:auto;
		right:auto;
		position:static;
		text-align:center;
		display:none;
	}
	.bnr_14 .btn .detail1 a {
		width:130px;
		margin:0 auto;
		padding:8px 0;
		font-size:14px;
	}
	.bnr_14 .img-top {
		padding:20px;
	}
	.bnr_14 .img-bottom {
		display:none;
	}
	.bnr_14 .img-bottom-m {
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		z-index:0;
	}
	.bnr_14 .img-bottom-m img {
		width: 100%;
	}
	/* 230421 메인비주얼 추가 비공개 모임 기능 안내 */
	.bnr_15 {
		height:0;
		padding:0 0 110%;
		background:url("/img/v2/main/main-visual-gm15.png") no-repeat center;
		background-size:auto 100%;
	}
	.bnr_15 p {
		display:none;
		top:20px;
		text-align:center;
		padding:0;
	}
	.bnr_15 p img {
		max-width:90%;
	}
	.bnr_15 .btn {
		margin:0;
		padding:0;
		top:auto;
		left:auto;
		bottom:auto;
		right:auto;
		position:static;
		text-align:center;
		display:none;
	}
	.bnr_15 .btn .detail1 a {
		width:130px;
		margin:0 auto;
		padding:6px 0;
		font-size:14px;
	}
	.bnr_15 .img-bottom {
		display:none;
	}
	.bnr_15 .img-bottom-m {
		position:absolute;
		bottom:-30px;
		left:50%;
		transform:translateX(-50%);
		z-index:0;
	}
	.bnr_15 .img-bottom-m img {
		width: 100%;
	}
	/* 230926 메인비주얼 추가 XR관 입장하기 */
	.bnr_16 {
		height:0;
		padding:0 0 110%;
	}
	.bnr_16 .fix-btn a {
		bottom:13%;
		width:160px;
		padding:10px 0;
		font-size:16px;
	}
	.bnr_18 .subtxt-box .txt-group .txt {
		font-size: 16px;
	}
	
	.bnr_18 .content-box {
		flex-direction: column;
		padding: 30px 30px 75px;
	}
	.bnr_18 .txt-box h2 {
		font-size: 38px;
		text-indent: 36px;
		text-align: center;
		margin-bottom: 10px;
	}
	.bnr_18 .txt-box h2 b::before {
		background-size: 30px;
		width: 30px;
		height: 30px;
		left: -38px;
	}
	.bnr_18 .subtxt-box {
		align-items: center;
		gap: 8px;
	}
	.bnr_18 .subtxt-box .txt-group {
		gap: 8px;
	}
	.bnr_18 .txt-box {
		width: 100%;
		margin: 0 auto;
		height: auto;
		margin: 0 0 15px;
	}
	.bnr_18 .subtxt-box .txt-group:nth-child(2) {
		padding-left: 0;
	}
	.bnr_18 .subtxt-box .txt-group .txt {
		font-size: 14px;
		padding: 8px 12px;
	}
	.bnr_18 .subtxt-box .txt-group .txt::before {
		padding: 2px;
	}
	.bnr_18 .img-box {
		width: 100%;
	}
	.bnr_18 .img-box&gt;div {
		background-size: auto 100%;
        width: auto;
        height: 100%;
	}
	.circle-img.circle-img-center {
		background: none;
	}
	.bnr_18 .detail_btn {
		font-size: 18px;
		bottom: 20px;
	}
	.circle-img.circle-img-left {
		left: -300px;
		bottom: -350px;
		width: 500px;
		height: 500px;
	}
	.bnr_18 .detail_btn {
        padding: 8px 16px;
        font-size: 16px;
		min-height: auto;
    }

	.bx-wrapper {
		position:relative;
		margin:0 auto 60px;
		padding:0;
		*zoom:1;
	}
	.bx-wrapper .bx-prev {
		display:none;
	}
	.bx-wrapper .bx-next {
		display:none;
	}
	.bx-wrapper .bx-prev:hover {
		display:none;
	}
	.bx-wrapper .bx-next:hover {
		display: none;
	}
	/** 메인비주얼 (171011) **/
	.main-page .section {
		margin:0;
		padding:0;
	}
/* 	
	.main-page .section&gt;ul {
		margin:0;
	}
	.main-page .section ul li {
		width:50%;
		height:auto;
		border:0;
	}
	.main-page .section ul li:first-child {
		border:0;
	}
	.main-page .section ul li:nth-child(-n+2) {
		border-bottom:1px solid #6d7288;
	}
	.main-page .section ul li:nth-child(odd) {
		border-right:1px solid #6d7288;
	}
	.main-page .section ul li a {
		padding:54px 0 10px;
		background-position:center 10px !important;
	}
	.main-page .section2 {
		padding:40px 0;
	}
	.main-page .section2 h2 {
		font-size:20px;
		margin:0 0 15px;
	}
	.main-page .section2 .main_tit {
		font-size:28px;
		width:60%;
	}
	.main-page .section2 .main_tit ul {
		font-size:15px;
		line-height:20px;
		height:20px;
		padding: 0;
	} */
	/** 180601 추가**/
	.main-page .section2 .main_tit li {
		padding-top: 2px;
	}
	/** 180601 추가**/
	.main-page .section2 ul.main_tip {
		font-size:13px;
		line-height:19px;
		margin:0 0 20px 0;
		text-align:left;
		display:block;
		float:left;
	}
	.main-page .section2 ul.main_tip li {
		margin-bottom:3px;
	}
	.main-page .section2 .top {
		background:#fff;
	}
	.main-page .section2 .top .inner-left {
		display:block;
		width:100%;
		height:0;
		padding-bottom:50%;
	}
	.main-page .section2 .top .inner-right {
		display:block;
		width:100%;
		padding:20px 0 0;
		text-align:center;
	}
	.main-page .section2 .top .inner-right .btn.btn01 {
		width:130px;
	}
	.main-page .section2 .plaza_tab li {
		float:left;
		font-size:20px;
		height:20px;
		line-height: 20px;
	}
	/** 180330 추가 **/
	.main-page .section2 .tab_con .cnt .no {
		font-size:15px;
		height:100px;
		line-height:100px;
		margin-bottom: 50px;
	}
	/** 180330 추가 **/
	.main-page .section2 .list {
		margin:0px;
	}
	/* .main-page .section2 .list li{display:block;width:100%;padding:0 !important;margin: 0 0 10px;}1809 rev */
	.main-page .section2 .list li {
		display:inline-block;
		width:47%;
		padding:0 !important;
		margin: 0 10px 10px 10px;
	}
	/* 1809 add */
	.main-page .section2 .list li .box {
		padding:0 0 20px;
	}
	.main-page .section2 .list li .box .info {
		margin:0 0 10px;
	}
	.main-page .section2 .list li .box .info .info_txt {
		position:relative;
		padding: 12px 20px 0;
	}
	/* 180913 추가 */
	.main-page .section2 .list li .box .info&gt;span {
		font-size:12px;
	}
	.main-page .section2 .list li .box .area-btns {
		position:relative;
		top:0;
		right:0;
		margin:0;
		text-align:center;
		font-size:0;
	}
	.main-page .section2 .list li .box .area-btns&gt;p {
		width:48% !important;
		max-width:130px;
		display:inline-block;
	}
	.main-page .section2 .list li .box .area-btns&gt;p:nth-child(1) {
		margin:0 2% 0 0;
	}
	.main-page .section2 .list li .box .area-btns&gt;p:nth-child(2) {
		margin:0 0 0 2%;
	}
	.main-page .section2 .list li .box .area-btns {
		display: none;
	}
	/** 170726 수정 **/
	.main-page .section2 .list li .box .area-btns2 {
        margin: 15px 20px 0 20px;
		text-align: left;
	}
	/** 170726 수정 **/
	.main-page .section2 .list li .box .area-btns2&gt;p {
		width:40%;
		max-width: 100px;
	}
	/** 170726 수정 **/
	.main-page .section2 .list li .box .area-btns2&gt;p:nth-child(1) {
		margin: 0 3% 0 0;
	}
	/** 170726 수정 **/
	.main-page .section2 .list li .box .area-btns2&gt;p:nth-child(2) {
		margin: 0 0 0 0;
	}
	/** 170726 수정 **/
	.main-page .section2 .list li .box .area-btns3 {
		margin:0;
		text-align: center;
	}
	/** 170726 수정 **/
	.main-page .section2 .list li .box .area-btns4 {
		display: none;
	}
	/** 171229 추가 **/
	.main-page .section2 .list li .box .area-btns5 {
		margin:20px 0 0 0;
		text-align:center;
		font-size: 0;
	}
	/** 171229 추가 **/
	.main-page .section2 .list li .box .area-btns5&gt;p {
		width:40%;
		max-width:100px;
		margin-right: 10px;
	}
	/** 171226 추가 **/
	.main-page .section2 .list li .box .info .area-wrap {
		width:calc(100% - 50px);
	}
	.main-page .section2 .more a {
		margin: 5px 0 0px 0px;
	}
	/** 171226 추가 **/
	/** 170726 수정 **/
	#mask {
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		width:100%;
		min-width:300px;
		z-index:9998;
		background:rgba(0,0,0,0.5);
		opacity:0;
		-webkit-transition:opacity 400ms ease-in;
		-moz-transition:opacity 400ms ease-in;
		transition:opacity 400ms ease-in;
		pointer-events:none;
		display:none;
	}
	.main-page .section2 .list .sns-area {
		position:fixed;
		top:50%;
		left:50%;
		max-width:280px;
		height:fit-content;
		padding:20px;
		margin-left:-160px;
		margin-top:-140px;
		border:1px solid #a1a1a1;
		background-color:white;
		display:none;
		z-index:9999;
	}
	.main-page .section2 .list .sns-area h1 {
		height:35px;
		font-size:20px;
		font-weight:bold;
		color:#555;
		border-bottom:1px solid #ccc;
		text-align:left;
	}
	.main-page .section2 .list .sns-area h1 span {
		float:right;
	}
	.main-page .section2 .list .sns-area ul {
		padding:30px 0 20px 0;
		overflow:hidden;
	}
	.main-page .section2 .list .sns-area ul li {
		float:left;
		width:50px;
		margin:5px 7px 5px 0px;
		padding:0 !important;
	}
	.main-page .section2 .list .sns-area ul li:nth-child(5) {
		margin:5px 0 5px 0px;
	}
	.main-page .section2 .list .sns-area input[type='text'].width-250 {
		width:74%;
		float:left;
		display:inline-block;
		height:35px;
		border:1px solid #c7c7c7;
		box-sizing:border-box;
		text-indent:10px;
		color:#999;
	}
	.main-page .section2 .list .sns-area .btn {
		display:inline-block;
		vertical-align:top;
		margin:0 0 0 10px;
		float:right;
		margin:0 0 0 0px;
	}
	.main-page .section2 .list .sns-area .btn a {
		display:block;
		padding:0 10px;
		height:35px;
		background:#777;
		font-size:13px;
		color:#fff;
		line-height:35px;
		min-width:45px;
		text-align:center;
	}
	.main-page .section3 {
		background:#fff;
		margin:0;
		padding:20px 15px;
	}
	.main-page .section3 .area-txt {
		height:auto;
	}
	.main-page .section3 .area-txt .inner {
		position:relative;
		top:0;
		transform:translate(0);
		width:auto;
		text-align:center;
	}
	.main-page .section3 .area-txt h3 {
		font-size:18px;
	}
	.main-page .section3 .area-txt .txt {
		font-size:14px;
	}
	.main-page .section3 .area-txt .btn.btn03 {
		width:130px;
	}
	.main-page .section4 {
		margin:0;
	}
	.main-page .section4 li {
		display:block;
		width:100%;
		padding:0 !important;
		margin:0 0 20px;
		border-top:1px solid #dcdbdb;
	}
	.main-page .section4 li .box {
		padding:0 15px;
		text-align:center;
	}
	.main-page .section4 li .box .img {
		display:none;
	}
	.main-page .section4 li .box h3 {
		font-size:16px;
		font-weight:700;
		padding:20px 0 0 0;
	}
	.main-page .section4 li .box h3:before {
		display:none;
	}
	.main-page .section4 li .box .txt {
		font-size:14px;
		margin:0 0 10px;
	}
	.main-page .section4 li .box .btn4 {
		margin:10px auto 0;
	}
	.main-page .section5 {
		padding:20px 0;
	}
	.main-page .section5 h3 {
		font-size:18px;
		margin:0 0 10px;
	}
	.main-page .section5 .area-button {
		position:relative;
		height: 0;
	}
	/** 180117 추가 **/
	.main-page .section5 .area-button .btn {
		position:absolute;
		top:-30px;
		right:0;
	}
	.main-page .section5 .area-button .btn .detail1 a {
		width:85px;
		height:20px;
		border:1px solid #777777;
		font-size:14px;
		color:#777777;
		text-align:center;
		display:inline-block;
		line-height:20px;
	}
	.main-page .section5 .area-button .btn .detail1 a:hover {
		background:rgba(140,140,140,0.1);
	}
	.main-page .section5 .area-button .btn .detail2 a {
		width:85px;
		height:20px;
		border:1px solid #777777;
		font-size:14px;
		color:#777777;
		text-align:center;
		display:inline-block;
		line-height:20px;
		margin-left:3px;
	}
	.main-page .section5 .area-button .btn .detail2 a:hover {
		background: rgba(140,140,140,0.1);
	}

}
/* Quick Meu (170607 추가) */
#Quickmenu {
	margin:0pt;
	padding:0pt;
	position:absolute;
	width:1px;
	height:1px;
	left:50%;
	top:0;
	z-index:1000;
}
#Quickmenu .bnr {
	margin:270px 0 0 530px;
	width:100px;
}
#Quickmenu .bnr h1 {
	width:100px;
	height:35px;
	background:#ed5c23;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:35px;
}
#Quickmenu .bnr ul {
	width:100px;
	background:#fff;
	border:1px solid #ed5c23;
	box-sizing:border-box;
	position:relative;
}
#Quickmenu .bnr ul li a {
	display:inline-block;
	width:80px;
	height:100px;
	border-top:1px solid #dbdbdb;
	margin:0 10px;
	line-height:15px;
	text-align:center;
	line-height:140px;
	cursor:pointer;
}
#Quickmenu .bnr ul li:nth-child(1) a {
	background:url("/img/v2/main/icon_quick_error.png") no-repeat center 23px;
	border-top:0px solid #dbdbdb;
}
#Quickmenu .bnr ul li:nth-child(1) a:hover {
	background:url("/img/v2/main/icon_quick_error_over.png") no-repeat center 23px;
	border-top:0px solid #dbdbdb;
}
#Quickmenu .bnr ul li:nth-child(2) a {
	background:url("/img/v2/main/icon_quick_idea.png") no-repeat center 20px;
}
#Quickmenu .bnr ul li:nth-child(2) a:hover {
	background:url("/img/v2/main/icon_quick_idea_over.png") no-repeat center 20px;
}
#Quickmenu .bnr ul li:nth-child(3) a {
	background:url("/img/v2/main/icon_quick_partner.png") no-repeat center 23px;
}
#Quickmenu .bnr ul li:nth-child(3) a:hover {
	background:url("/img/v2/main/icon_quick_partner_over.png") no-repeat center 23px;
}
#Quickmenu .bnr ul li:nth-child(4) a {
	background:url("/img/v2/main/icon_quick_survey.png") no-repeat center 18px;
}
#Quickmenu .bnr ul li:nth-child(4) a:hover {
	background:url("/img/v2/main/icon_quick_survey_over.png") no-repeat center 18px;
}
#Quickmenu .bnr ul li a:hover {
	color:#4f70d4;
}
.thumbs-survey {
	overflow:hidden;
	line-height: 237.5px !important;
}
/* 181011 add */
/* mobile */
@media screen and (max-width:1023px) {
	#Quickmenu {
		display: none;
	}
}
/* 171019설문목록콘텐츠추가 */
/*.thumbs-survey{margin:0 0 10px;overflow:hidden;line-height: 237.5px !important;}/* 181011 rev */
/*.thumbs-survey p{text-align: center;}.thumbs-survey img{width:auto;height:237.5px;/* 181026 rev */ /* height:62.5%;*/
/*-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}*/
/*바로 위에서 분리시키고 max-height추가 by nccho*/
@media screen and (min-width:768px) and (max-width:1023px) {
	.thumbs-survey {
		overflow:hidden;
		max-height:265px;
		line-height: 265px !important;
	}
	/* 181011 rev */
}
/* 171019설문목록콘텐츠추가 */
.thumbs-survey p {
	text-align: center;
	border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 208px;
}
.thumbs-survey img {
	/* 180919 수정 */
	width:auto;
	/* 181026 rev */
	/*height:62.5%;nccho*/
	/*min-height:237px;*/
	/*max-height:237.5px;nccho*/ /*181011 add*/
	/*width:auto;nccho*/ /*181011 add*/
	vertical-align:middle;
	/*181011 add*/
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.main-page .thumbs-survey img {
	vertical-align:top !important;
}
/*.thumbs-survey:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition: .3s;}*/
.svy_list_li .box:hover {
	/*	 -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15),0 4px 16px rgba(0,0,0,0.15) !important;-moz-box-shadow:0 0 4px rgba(0,0,0,0.15),0 4px 16px rgba(0,0,0,0.15) !important;-ms-box-shadow:0 0 4px rgba(0,0,0,0.15),0 4px 16px rgba(0,0,0,0.15) !important;-o-box-shadow:0 0 4px rgba(0,0,0,0.15),0 4px 16px rgba(0,0,0,0.15) !important;box-shadow:0 0 4px rgba(0,0,0,0.15),0 4px 16px rgba(0,0,0,0.15) !important;*/
	-webkit-box-shadow: 15px 15px 20px rgb(107 107 107 / 15%) !important;
	-moz-box-shadow: 15px 15px 20px rgb(107 107 107 / 15%) !important;
	-ms-box-shadow:15px 15px 20px rgb(107 107 107 / 15%) !important;
	-o-box-shadow: 15px 15px 20px rgb(107 107 107 / 15%) !important;
	box-shadow: 15px 15px 20px rgb(107 107 107 / 15%) !important;
	-webkit-transition:.3s !important;
	-moz-transition:.3s !important;
	-ms-transition:.3s !important;
	-o-transition:.3s !important;
	transition:.3s !important;
	-webkit-transition:all .4s ease-out !important;
	transition:all .4s ease-out !important;
}
.svy_list_li .box:hover .thumbs-survey img {
	/* 181018 add */
	-webkit-transform:scale(1.1);
	 -moz-transform:scale(1.1);
	 -ms-transform:scale(1.1);
	 -o-transform:scale(1.1);
	 transform:scale(1.1);
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
/* 171019배포관리콘텐츠추가 */
.area-thumbs-survey:after {
	content:'';
	display:block;
	clear:both;
}
.area-thumbs-survey li {
	float:left;
	width:180px;
	margin:0 0 0 15px;
	text-align:center;
}
.area-thumbs-survey li:first-child {
	margin:0;
}
.area-thumbs-survey li img {
	width:100%;
}
.area-thumbs-survey-custom .thumb-preview {
	width:180px;
	height:113px;
	background:#f0f0f0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.area-thumbs-survey-custom .thumb-preview img {
	width:180px;
	max-height:113px;
}
.area-thumbs-survey-custom .btn {
	margin:10px 0 0 0;
}
.layerpop {
	width:400px;
	height:340px;
	padding:0 5px 0 5px;
	z-index:20000000;
	position:relative;
}
.layerpop .close {
	position:absolute;
	top:15px;
	right: 20px;
}
/* pc */
@media screen and (max-width:1200px) {
	.top_bn_area .chkBnr {
		left:37%;
	}
	.top_bn_area .btnClose {
		left: 40%;
	}
}
/* mobile */
@media screen and (max-width:1023px) {
	.main-page .btn_area {
			width: 100%;
	}
	/* 필터 내비 관련 _ 1809 */
	.btn_area .dropdown .dropdown-menu ul {
		width:100%;
		min-width:100%;
		font-size: 0.75rem;
	}
	/* 1809 add */
	.btn_area .dropdown .dropdown-menu li {
		padding: 0 2px;
	}
	/* 1809 add */
	.area-btn3 {
			margin-top: 20px;
	}
	/* 1809 add */
	.btn_area .search_box input {
			width: 70%;
	}
	/* 1809 add */
}
/* tablet */
@media screen and (max-width:1023px) {
	.layerpop {
		width:80%;
		padding:0 5px 0 5px;
		z-index:20000000;
		position:relative;
	}
	.layerpop img {
		width:100%;
	}
	.layerpop .close {
		position:absolute;
		top:3%;
		right:5%;
	}
	.layerpop .close img {
		width:70%;
		height:auto;
	}
	/*.thumbs-survey{line-height: 265px !important;}by nccho clear*//* 181011 rev */
	.main-page .section3 .area-txt .txt {
		color: #313131;
	}
	/* 1809 rev */
	.main-page .section3 .area-txt h3 {
		color: #313131;
	}
	/* 1809 rev */
	.main-page .section2 .list li:last-child {
		display: none;
	}
	/* 1809 add */
	.main-page .section2 .list li:first-child {
		display: inline-block;
	}
	/* 1809 add */
	.main-page .section2 .list li:nth-child(2) {
		display:inline-block;
	}
	.main-page .section2 .list .sns-area ul li:last-child {
		display: inline-block;
	}
	/* 181030 add */
}
/* mobile */
@media screen and (max-width:767px) {
	#main-visual {
		height: 480px;
	}
	ul.bxslider li {
		height: 480px;
	}
	#s_banner_wrap, .video-bg-media {
		height: 480px;
		padding: 0;
	}
	/* 1809 add */
	/* 231120 메인비주얼 추가 XR 홍보영상 */
	.bnr_17 .txt-box h2,.bnr_17 .txt-box h3 {
		font-size:30px;
	}
	.bnr_17 .txt-box p {
		margin:20px 0;
		font-size:18px;
	}
	.bnr_17 .txt-box a {
		padding:8px 16px;
		font-size:16px;
	}
	
	.main-page .section2 .list li {
		display:block;
		width:100%;
		padding:0 !important;
		margin:0 0 10px;
	}
	.main-page .section2 .list li:nth-last-child(2) {
		display:none;
	}
	.main-page .section2 .list li:last-child {
		display:none;
	}
	.main-page .section2 .list li:first-child {
		display: inline-block;
	}
	/* 1809 add */
	.main-page .section2 .list .sns-area ul li:last-child {
		display:inline-block;
	}
	.main-page .section2 .list .sns-area ul li:nth-last-child(2) {
		display: inline-block;
	}
	/* 181030 add */
	.thumbs-survey {
		margin:0 0 10px;
		overflow:hidden;
		max-height:auto;
		line-height: auto;
	}
	/* 181011 rev *//*265&gt;&gt;237.5 nccho added*/
}
/* 무료체험이벤트 - 20200326 - JDW */
#event-container {
	padding:0px 0 0;
}
.event-area {
	background-color:#f5f5f5;
	padding:55px 40px 45px;
	margin-bottom:-60px !important;
}
.event-area .clear {
	max-width:930px;
	margin:0 auto;
}
.event-area .event-guide {
	text-align:center;
}
.event-area .event-guide .guide-title {
	margin-bottom:30px;
	font-size:35px;
	font-weight:bold;
}
.event-area .event-guide .guide-title .title-event {
	color:#ed5b23;
}
.event-area .event-guide .guide-text {
	margin-bottom:7px;
	font-size:16px;
}
.event-area .event-guide .guide-text.text-date {
	font-weight:bold;
}
.event-area .event-guide .guide-title-sub {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-top:25px;
	margin-bottom:15px;
}
.event-area .event-form {
	padding:15px 0 0;
	margin-right:-17px;
	margin-left:-17px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.event-area .event-form::before,.event-area .event-form::after {
	display:table;
	content:" ";
}
.event-area .event-form::after {
	clear:both;
}
.event-form .content-50p,.event-form .content-100p {
	float:left;
	position:relative;
	min-height:1px;
	padding-right:17px;
	padding-left:17px;
	margin-bottom:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.event-form .content-50p {
	width:50%;
}
.event-form .content-100p {
	width: 100%;
}
/* 폼 설정 */
.event-form .form-group label {
	max-width:100%;
	margin-bottom:4px;
	font-weight:400;
	font-size:16px;
	cursor:default;
}
.event-form .form-group label .label-important {
	color:#ff0000;
}
.event-form .form-group .form-control {
	display:block;
	width:100%;
	height:45px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff;
	border:1px solid #dcdcdc;
	border-radius:5px;
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.event-form .form-group .form-control:focus {
	border-color:#d5e5f0;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(102,175,233,.6);
}
.event-form .form-control-textarea {
	width:100%;
	height:100px;
	padding:6px 12px;
	resize:none;
	color:#333;
	background-color:#fff;
	border:1px solid #dcdcdc;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.event-form .form-control-textarea:focus {
	border-color:#d5e5f0;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(102,175,233,.6);
}
.button_content {
	text-align:center;
	margin-top: 25px;
}
.button_content .btn-event {
	max-width:380px;
	width:100%;
	border-radius:.25rem;
	background-color:#ed5b23;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:500;
	text-align:center;
	display:inline-block;
	padding:15px;
}
.button_content .btn-event:hover {
	alpha:(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
}
/* 개인정보 */
.privacy-container {
}
.privacy-container .privacy-title {
	margin-bottom:4px;
	font-weight:400;
	font-size:15px;
}
.privacy-container .privacy-content {
	height:150px;
	padding:15px;
	margin-bottom:15px;
	overflow-y:scroll;
	font-size:14px;
	background-color:#fff;
	border:1px solid #dcdcdc;
	border-radius: 5px;
	color: #333;
}
.privacy-container .privacy-content::-webkit-scrollbar {
    width: 5px;
  }
  .privacy-container .privacy-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
  }
  .privacy-container .privacy-content::-webkit-scrollbar-track {
    background-color: #dcdcdc;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }
.privacy-content .privacy-guide {
	margin-bottom:15px;
}
.privacy-content .privacy-list {
	margin-bottom:10px;
}
.privacy-content .privacy-list dt {
	font-weight:600;
	margin-bottom:5px;
}
.privacy-content .privacy-list dt b {
	font-weight: 600;
}
.privacy-content .privacy-list dd {
	margin-bottom:5px;
}
.privacy-content .privacy-list dd ul {
	padding:0 0 0 15px;
}
.privacy-content .privacy-list dd ul li {
	line-height:26px;
}
.privacy-container .checkbox label {
	cursor:pointer;
	font-size:16px;
}
.privacy-container .checkbox label #privacy-chk {
	vertical-align: -5px;
}
/* mobile */
@media screen and (max-width:1023px) {
	#event-container {
		padding:0px 0 0;
	}
	.event-area {
		padding: 40px 15px;
	}
	.event-area .event-guide .guide-title {
		margin-bottom:20px;
		font-size:30px;
		line-height:1.2;
	}
	.event-area .event-guide .guide-text {
		margin-bottom:5px;
		font-size:14px;
	}
	.event-area .event-guide .guide-title-sub {
		font-size:15px;
		margin-top:20px;
		margin-bottom:10px;
	}
	.event-form .content-50p {
		width:100%;
	}
	.event-form .content-100p {
		width: 100%;
	}
	/* 폼 설정 */
	.event-form .form-group label {
		font-size:14px;
	}
	.event-form .form-group .form-control {
		height:40px;
		padding:4px 10px;
		font-size: 14px;
	}
	/* 개인정보 */
	.privacy-container .privacy-title {
		font-size:14px;
	}
	.privacy-container .privacy-content {
		height:120px;
		padding:4px 10px;
		overflow-y:scroll;
		background-color:#fff;
		border: 1px solid #d5e5f0;
	}
}
/** SNS공유하기(231127 수정) **/
.main-page .section2 .list .sns .sns-area2 {
	width:fit-content;
	height: fit-content;
}
.main-page .section2 .list .sns .sns-area2&gt;ul {
	display:flex;
	justify-content:space-between;
}
.main-page .section2 .list .sns .sns-area2&gt;ul&gt;li {
	width:auto;
	float:none;
	flex:1;
	margin-left:12px;
}
@media screen and (max-width:1023px) {
	.main-page .section2 .list .sns-area {
		width:80%;
		max-width:280px;
		height: fit-content;
		margin:0;
		transform:translate(-50%,-50%);
	}
	.main-page .section2 .list .sns-area ul {
			display:grid;
			grid-template-columns:repeat(4,1fr);
			gap:15px;
			width:100%;
			/* width:calc(100%+10px);*/
	}
	.main-page .section2 .list .sns-area ul li {
			float:none;
			width:auto;
		padding:0;
	}
	.main-page .section2 .list .sns-area ul li,.main-page .section2 .list .sns-area ul li:nth-child(5) {
		margin:0;
	}
	.main-page .section2 .list .sns-area ul li a {
		display:block;
	}
	.main-page .section2 .list .sns-area ul li a img {
		width:100%;
		height:auto;
	}
	.main-page .section2 .list .sns-area&gt;div {
			display:flex;
			justify-content: space-between;
	}
}
/*xr시티 메인에 추가 240104*/
.wrap_xrcity {
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
.wrap_xrcity .box-inner {
	border-radius:15px;
	overflow:hidden;
}
.wrap_xrcity&gt;a {
	display:inline-block;
	width:calc(50% - 15px);
	box-sizing:border-box;
	margin-bottom:30px;
}
.xr_city_box {
	position:relative;
	padding-bottom:70%;
	display:inline-block;
	width:100%;
}
.xr_city_box&gt;.xr_city_img {
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	margin-bottom:10px;
	border-radius:15px;
	position:absolute;
	top:0;
}
.xr_city_title {
	position:absolute;
	width:100%;
	bottom:0;
	font-size:18px;
	padding:20% 20px 20px 20px;
	color:#fff;
	background:linear-gradient(rgba(17,17,17,0) 0%,rgba(17,17,17,0.5) 52.08%);
	box-sizing:border-box;
	display: flex !important;
    align-items: center;
    justify-content: space-between;
	overflow: visible !important;
}
.swiper-slide .xr_meeting_free {
	position: absolute;
    top: 20px;
    right: 15px;
	/* background: transparent linear-gradient(270deg, #ed5c23 0%, #ff7d4b 100%) 0% 0% no-repeat padding-box; */
    background-color: #ed5c23;
    color: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    font-weight: 600;
	font-size: 16px;
	z-index: 2;
}
.xr_city_title .participant {
	display: flex;
	align-items: center;
	gap: 3px;
}
.xr_city_title .participant img {
	width: 30px;
}
.xr_city_title .participant span {
	position: relative;
}
.xr_city_title .participant span::before {
	position: absolute;
    content: '';
    background: url(/img/main/icon_participatin_on.svg) no-repeat center center;
    background-size: 28px;
    left: -32px;
    top: -3px;
    width: 30px;
    height: 30px;
}
.xr_city_title .participant .material-symbols-rounded {
	font-size: 27px;
	font-weight: 300;
}
.xr_city_box img {
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all ease-in-out 0.2s;
}
.wrap_xrcity a:hover .xr_city_box .xr_city_img img {
	transform:scale(1.1);
}
.wrap_xrcity .swiper-button-prev,.wrap_xrcity .swiper-button-next {
	width:48px;
	height:48px;
	top:50%;
	padding-top:0;
	background-color:rgba(0,0,0,0);
	border-radius:24px;
	transition:all ease-in-out .2s;
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next {
	background-color:rgba(0,0,0,0.3);
	backdrop-filter:blur(10px);
}
.wrap_xrcity .swiper-button-next,.wrap_xrcity .swiper-container-rtl .swiper-button-prev {
	right:10px;
}
.swiper-button-next img,.swiper-button-prev img {
	object-fit:contain;
}
.wrap_xrcity .swiper-button-prev,.wrap_xrcity .swiper-container-rtl .swiper-button-next {
	left:10px;
}
@media screen and (max-width:1023px) {
	.wrap_xrcity {
		padding: 0;
	}

		/* XR미팅 */
	.xr_city_img .xr_meeting_free {
		font-size: 14px;
	}

}
/*xr미팅,시티 메인에 추가 및 변경 240902*/

/* swiper */
.swiper-button {
	cursor: pointer;
}
.slide_box_wrapper {
	display: flex;
}

/* 굿모임 */
.grey_bg {
	padding: 0;
}

.search_container .search_content {
	margin-right: 0;
	padding-right: 0;
}

.search_btn_box {
	display: flex;
	gap: 32px;
	height: 46px;
}

.main-tit-content .search_container {
	margin-right: 0;
	padding-left: 0;
}

.search_container .search_content .search_box.inputbox {
    border: 1px solid #dcdcdc !important;
	border-radius: 7px;
}

.search_box_in {
    box-shadow: none;
	border-radius: 7px;
	height: 46px;
}

.search_box_in .dropdown_search {
	color: #777;
}

.search_box_in .dropdown_search .default_option {
	font-size: 14px;
    line-height: 28px;
    padding: 0 0 0 5px;
    color: #222;
    font-weight: 500;
}

.search_box_in .search_field .input_search {
	font-family: 'Pretendard';
    color: #333;
	padding: 0 0 0 20px;
}

.search_box_in .search_field .input_search::placeholder {
    color: #999;
	font-style: normal;
}

.search_box_in .dropdown_search .default_option:before {
    top: 11px;
    right: 12px;
}

.search_box_in .search_field .btn_search {
    top: 0px;
    right: 10px;
    background: url(/img/v2/sub/icon_search.png) center right no-repeat;
}

.main-tit-content .sub_tit_tip {
	padding-top: 0;
}

.main-page .section2 .list li .box .area-btns&gt;p:nth-child(1) {
    margin: 0 3% 0 0;
    border-radius: 5px;
}

.btn.btn06 {
	border: none;
}

.btn.btn06 &gt; a {
    padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #ed5c23;
	transition: 0.3s;
}

.btn.btn06 &gt; a:hover {
    background: #fff;
    color: #ed5c23;
	border: 1px solid #ed5c23;
}

.gmi-area .tag_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gmi-area .tag_wrap span,
.gmi-area .tag_wrap h3 {
	border-radius: 50px;
	padding: 2px 10px;
}

.gmi-area .tag_wrap span {
	background-color: #FFE9E1;
	color: #ed5b23;
}

.gmi-area .tag_wrap h3 {
	border: 1px solid #dcdcdc;
	color: #777;
}


/* swiper 카드*/
.swiper_btn_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;


	

}

/* .swiper-button-prev, .swiper-button-next {
    position: static !important;
	margin-top: 0 !important;
}  */

.swiper_btn_wrapper img {
	width: 46px;
}

.wrap_xrcity .swiper-container:hover .swiper-button-prev, .wrap_xrcity .swiper-container:hover .swiper-button-next {
    background-color: rgba(0, 0, 0, 0) !important;
}

/* 웨비나 이벤트 */
.event-area .detail_notice {
	width: 565px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 20px 40px;
    border-radius: 7px;
	box-shadow: 3px 3px 20px #B9B9B926;
}

.event-area .event-guide .guide-text {
    font-size: 18px;
	line-height: 150%;
}

.event-area .detail_notice p.guide-text {
	text-align: left;
	font-size: 16px;
	display: flex;
}

.event-area .detail_notice p:last-child {
	margin: 0;
}

.event-area .detail_notice p b {
	font-weight: 600;
    color: #333;
	padding-left: 10px;
}

@media all and (max-width: 768px) {

	.main-page .area_meeting .section2 {
		padding: 97px 0 50px;
	}
	
	.main-page .tab_wrapper {
        width: 100%;
		height: 88px;
	}

	.main-page .tab_wrapper.fixed {
        top: 80px;
	}

	.main-page .tab_wrapper .tab_con ul li a {
		font-size: 15px;
	}

	.main-page .section2 .tag_box {
		flex-wrap: wrap;
		gap: 3px 12px;
		font-size: 16px;
	}

	.main-page .section2 .main_title {
		margin: 10px 0 15px;
	}

	.main-page .section2 .main_title .more_btn a {
		font-size: 14px;
	}

	.bnr_18 .txt-box h2 {
		text-align: left;
		font-size: 30px;
	}

	/* 굿모임 */
	.search_box_in .dropdown_search {
		width: 200px;
	}
	
	.search_box_in .dropdown_search .default_option {
		font-size: 14px;
		line-height: 24px;
	}

	/* 웨비나 이벤트 */
	.event-area .event-guide .guide-text {
		font-size: 14px;
	}

	.event-area .detail_notice {
		width: 100%;
		padding: 15px;
	}

	.event-area .detail_notice p.guide-text {
		font-size: 14px;
	}

	.privacy-container .checkbox label {
		font-size: 14px;
	}
	
}

@media all and (max-width: 599px) {
	.main-page .tab_wrapper {
		width: 100%;
		padding: 0 15px;
	}

	.main-page .tab_wrapper.fixed {
        top: 66px;
	}

	.main-page .section2 .tag_box {
        font-size: 14px;
    }
	.bnr_18 .txt-box h2 {
        font-size: 28px;
    }
	.bnr_18 .subtxt-box .txt-group .txt {
        padding: 8px;
    }

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide1, .swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide1 img, .swiper-slide2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* XR미팅 이벤트 */</pre></body></html>