/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(487,87): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#bad2ea'
(494,89): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#bad2ea'
(503,89): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#bad2ea'
 */
body {
    
}


.navbar-default { background-color: #000000; }
.navbar-fixed-top .navbar-brand { padding-top: 10px; }
.navbar-fixed-top .navbar-brand img { width: auto; }
.navbar-fixed-top .navbar-tel { margin: 12px 12px 0 6px; padding: 5px 10px 6px 10px; font-size: 16px; float: right; color: #fff; border: 1px solid #1a242f; border-radius: 20px; }
.navbar-fixed-top .navbar-sms { margin: 12px 12px 0 6px; padding: 3px 10px 4px 10px; font-size: 16px; float: right; color: #fff; border: 1px solid #1a242f; border-radius: 20px; }

@media( min-width:768px) {

	.navbar-default { background-color: rgba( 255, 255, 255, 0.0); }
	.navbar-fixed-top .navbar-brand { padding-top: 11px; }
	.navbar-fixed-top .navbar-brand img { width: auto; }
	.navbar-fixed-top .navbar-tel { display: none; }
	.navbar-fixed-top .navbar-sms { display: none; }

	.navbar-fixed-top {
		padding: 25px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		background-color: rgba( 255, 255, 255, 0.0);
	}

	.navbar-fixed-top .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

	.navbar-fixed-top.navbar-shrink {
		padding: 0 0;
		background-color: rgba( 0, 0, 0, 0.8);
	}

	.navbar-fixed-top.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

.navbar {
	text-transform: uppercase;
	font-family: 'Noto Sans KR', sans-serif, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
}

.navbar a:focus {
	outline: 0;
}

.navbar .navbar-nav {
	letter-spacing: 1px;
}

.navbar-default,
.navbar-inverse {
	border: 0;
}

/* 2016-03-22 추가 .... */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #ffffcc;
}


header {
	padding-top: 60px;
	position: relative;
	text-align: center;
	color: #fff;
}

header .view {
	padding-top: 100px;
	padding-bottom: 50px;
}

header .text-container {
	position: absolute;
	left: 0;
	top: 72%;
	width: 100%;
	z-index: 2;
	text-align: center;
}

header .intro-text img {
	width: 60%;
}
header .intro-text .name {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 60px;
	font-family: 'Noto Serif Regular';
}
header .text-container a.contact {
	display: inline-block;  border-radius: 5px;  border: 1px solid #fff;
	overflow: hidden; color: #fff; margin: 10px 3px 10px 3px; padding: 4px 4px 4px 35px;
	font-size: 11px;
	background: url( '/html/default/img/view-icon-01.png') 10px center no-repeat;
	background-size: 10px;
}
header .text-container a.profile {
	display: inline-block; border-radius: 5px; border: 1px solid #fff;
	overflow: hidden; color: #fff; margin: 10px 3px 10px 3px; padding: 4px 4px 4px 35px;
	font-size: 11px;
	background: url( '/html/default/img/view-icon-02.png') 10px center no-repeat;
	background-size: 10px;
}

header .swiper-pagination-bullet { opacity: 1; margin-left: 6px !important; margin-right: 6px !important; }
header .swiper-pagination-bullet-active { opacity: 1; background: #f58813; }

@media(min-width:768px) {
	header {
		padding-top: 0;
	}
	header .intro-text img {
		width: auto;
	}
	header .container {
		top: 58%;
		padding-bottom: 100px;
	}
	header .text-container a.contact {
		display: inline-block;  border-radius: 10px;  border: 1px solid #fff;
		overflow: hidden; color: #fff; margin: 20px; padding: 15px 15px 15px 90px;
	font-size: 24px;
		background: url( '/html/default/img/view-icon-01.png') 20px center no-repeat;
		background-size: auto;
	}
	header .text-container a.profile {
		display: inline-block; border-radius: 10px; border: 1px solid #fff;
		overflow: hidden; color: #fff; margin: 20px; padding: 15px 15px 15px 90px;
	font-size: 24px;
		background: url( '/html/default/img/view-icon-02.png') 20px center no-repeat;
		background-size: auto;
	}
}

header .swiper-pagination {
	margin-bottom: 20px;
}
header .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
header .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f58813;
}

@media(min-width:767px) {
	header .swiper-pagination {
		margin-bottom: 40px;
	}
	
	header .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		opacity: 1;
	}
	header .swiper-pagination-bullet-active { opacity: 1; background: #f58813; }
}

#company { position: relative; font-size: 15px; color: #404040; }
#company #company-swiper { display: block; width: 100%; overflow-x: hidden; }
#company .title { margin-bottom: 32px; }
#company h1 { float: left; font-size: 20px; color: #373737; }
#company h2 { font-size: 14px; color: #404040; margin-bottom: 10px; }
#company img { width: 100%; }
#company ul.company-tabs { clear: both; float: left; width: 100%; list-style: none; margin-top: 0; padding-left: 10px; background: #000000; border: 1px solid #b5b4b4; }
#company ul.company-tabs li { display: inline-block; float: left; padding: 10px 10px; font-size: 14px; color: #9e9d9d; background: none; }
#company ul.company-tabs li a { font-size: 14px; color: #9e9d9d; }
#company ul.company-tabs .swiper-pagination { margin-bottom: 20px; color: #9e9d9d; }
#company ul.company-tabs .swiper-pagination-bullet { width: auto; height: auto; display: inline-block; color: #9e9d9d; opacity: 1; }
#company ul.company-tabs .swiper-pagination-bullet-active { color: #fff; }
#company ul.company-tabs .swiper-pagination-bullet-active a { color: #fff; }
#company ul.company-tabs .swiper-container { overflow-x: hidden; }

#company .company-history { position: relative; padding-top: 40px; }
#company .company-history div.history-btns { float: left; width: 14%; height: 300px; padding-top: 50px; padding-bottom: 20px; border-right: 1px solid #e6e6e6; }
#company .company-history ul { list-style: none; padding: 0; }
#company .company-history ul li { text-align: center; padding: 5px 0; }
#company .company-history ul li a { font-size: 12px; color: #ccc; }
#company .company-history ul li a:hover { color: #000; }
#company .company-history ul li.active a { color: #000; }
#company .company-history div.history-data { float: right; width: 82%; height: 300px; overflow-y: scroll; }
#company .company-history div.history-data dl { clear: both; float: left; width: 100%; padding: 10px 0;  }
#company .company-history div.history-data dl dt { clear: both; float: left; width: 10%; font-size: 12px; padding: 4px; }
#company .company-history div.history-data dl dd { float: left; width: 90%; line-height: 140%; font-size: 12px; padding: 4px; }
#company .company-history div.history-data dl.active { }

#company p { font-size: 15px; color: #404040; margin-bottom: 20px; }
#company .company-button-prev { display: none; position: absolute; top: 50%; left: 30px; z-index: 99; cursor: pointer; }
#company .company-button-next { display: none; position: absolute; top: 50%; right: 30px; z-index: 99; cursor: pointer; }

@media( min-width:480px) {

}
@media( min-width:768px) {

	#company h1 { float: left; font-size: 32px; color: #373737; }
	#company h2 { font-size: 20px; color: #404040; margin-bottom: 20px; }

	#company ul.company-tabs { clear: none; width: auto; display: inline-block; float: left; padding-left: 40px; list-style: none; margin-top: 18px; background: none; border: none; }
	#company ul.company-tabs li { float: left; padding: 10px 10px; font-size: 18px; color: #9e9d9d; background: none; }
	#company ul.company-tabs li a { font-size: 18px; color: #9e9d9d; }
	#company ul.company-tabs .swiper-pagination { margin-bottom: 20px; color: #9e9d9d; }
	#company ul.company-tabs .swiper-pagination-bullet { width: auto; height: auto; display: inline-block; color: #9e9d9d; opacity: 1; }
	#company ul.company-tabs .swiper-pagination-bullet-active { color: #373737; }
	#company ul.company-tabs .swiper-pagination-bullet-active a { color: #373737; }
	#company ul.company-tabs .swiper-container { overflow-x: hidden; }

	#company .company-history { position: relative; }
	#company .company-history div.history-btns { float: left; width: 20%; padding-top: 80px; padding-bottom: 20px; }
	#company .company-history ul { list-style: none; padding: 0; }
	#company .company-history ul li { text-align: center; padding: 5px 0; }
	#company .company-history ul li a { font-size: 24px; color: #ccc; }
	#company .company-history ul li a:hover { color: #000; }
	#company .company-history ul li.active a { font-size: 24px; color: #000; }
	#company .company-history div.history-data { float: right; width: 76%; height: 300px; overflow-y: scroll; }
	#company .company-history div.history-data dl { width: 100%; }
	#company .company-history div.history-data dl dt { clear: both; float: left; width: 10%; font-size: 22px; padding: 5px; }
	#company .company-history div.history-data dl dd { float: left; width: 86%; font-size: 16px; line-height: 140%; padding: 10px; }
	#company .company-history div.history-data dl.active { }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	#company .company-button-prev { display: inline-block; }
	#company .company-button-next { display: inline-block; }
}

 .honey {
        color: red;
      }
#business { position: relative; font-size: 15px; color: #404040; }
#business #business-swiper { display: block; width: 100%; overflow-x: hidden; }
#business .title { margin-bottom: 32px; }
#business h1 { float: left; font-size: 20px; color: #373737; }
#business h2 { font-size: 18px; color: #f97a13; margin-bottom: 10px; }
#business h2 span { border-bottom: 2px solid #373737; padding-bottom: 5px;  }
#business p.description { font-size: 14px; color: #717171; }
#business p.subdesc { text-align: right; font-size: 14px; color: #949393; margin-bottom: 30px;  }
#business h3 { font-size: 16px; color: #404040; margin: 0; padding: 10px 0; }
#business .business-button-prev { position: absolute; top: 50%; left: 30px; z-index: 99; cursor: pointer; }
#business .business-button-next { position: absolute; top: 50%; right: 30px; z-index: 99; cursor: pointer; }

#business ul.business-tabs { clear: both; float: left; width: 100%; list-style: none; margin-top: 0; padding-left: 10px; background: #000000; border: 1px solid #b5b4b4; }
#business ul.business-tabs li { display: inline-block; float: left; padding: 10px 10px; font-size: 14px; color: #9e9d9d; background: none; }
#business ul.business-tabs li a { font-size: 14px; color: #9e9d9d; }
#business ul.business-tabs .swiper-pagination { margin-bottom: 20px; color: #9e9d9d; }
#business ul.business-tabs .swiper-pagination-bullet { width: auto; height: auto; display: inline-block; color: #9e9d9d; opacity: 1; }
#business ul.business-tabs .swiper-pagination-bullet-active { color: #fff; }
#business ul.business-tabs .swiper-pagination-bullet-active a { color: #fff; }
#business ul.business-tabs .swiper-container { overflow-x: hidden; }

#business ul.goods { float: left; width: 100%; list-style: none; padding: 0 0 10px 0; margin-top: 0; border-bottom: 1px solid #fff; }
#business ul.goods li { float: left; width: 33%; padding: 13px; text-align: center; font-size: 18px; color: #9e9d9d; }
#business ul.goods li img { width: 100%; }
#business ul.goods li p.text1 { font-size: 14px; color: #404040; margin-top: 10px; }

#business div.channel dl { width: 100%; list-style: none; margin-top: 20px; }
#business div.channel dl dt { float: left; width: 30%; height: 130px; padding: 30px 5px; text-align: center; font-size: 14px; background: #414141; color: #fff; }
#business div.channel dl dd { float: left; width: 70%; text-align: left; padding-left: 20px; font-size: 14px; color: #414141; }
#business div.channel dl dd > p { font-size: 20px; color: #414141; }
#business div.channel dl dd ul { position: table; width: 100%; height: 120px; list-style: none; }
#business div.channel dl dd ul li { position: table-cell; height: 136px; vertical-align: middle;
	font-size: 24px; color: #414141; padding: 10px 10px 10px 50px; border: 1px solid #ccc;
	background: url( '/html/default/img/business-arrow.png') left center no-repeat; }
#business div.channel dl dd ul li.first { background: none; padding-left: 10px; }
#business div.channel dl dd ul li > p { font-size: 14px; color: #414141; }

#business div.coupon { float: left; width: 100%; padding: 30px 0 20px 0; }
#business div.coupon div { float: left; padding: 13px; text-align: center; font-size: 18px; color: #9e9d9d; }
#business div.coupon div img { width: 100%; }
#business div.coupon div p.text1 { font-size: 12px; color: #404040; padding: 0; margin-top: 10px; }
#business div.coupon div p.text2 { font-size: 11px; color: #404040; padding: 0; margin-top: 2px; }

#business div.coupon-process dl { width: 100%; list-style: none; margin-top: 20px; }
#business div.coupon-process dl dt { float: left; width: 100%; padding: 10px; text-align: center; font-size: 14px; background: #414141; color: #fff; }
#business div.coupon-process dl dd { clear: both; float: left; width: 100%; text-align: left; font-size: 12px; color: #414141; }
#business div.coupon-process dl dd > p { font-size: 12px; color: #414141; }
#business div.coupon-process dl dd > ul { display: table; width: 100%; list-style: none;  background: #767575; }
#business div.coupon-process dl dd > ul li { display: table-cell; height: 80px; width: 50%; vertical-align: middle;
	font-size: 13px; color: #fff; padding: 2px 2px 2px 40px;
	background: url( '/html/default/img/business-arrow.png') left center no-repeat; }
#business div.coupon-process dl dd > ul li.first { background: none; padding-left: 0; }
#business div.coupon-process dl dd > ul li.third { clear: both; }
#business div.coupon-process dl dd > ul li > p { font-size: 11px; color: #fff; }

#business .business-button-prev { display: none; position: absolute; top: 50%; left: 30px; z-index: 99; cursor: pointer; }
#business .business-button-next { display: none; position: absolute; top: 50%; right: 30px; z-index: 99; cursor: pointer; }

@media( min-width:480px) {
	#business ul.goods li  { width: 20%; }
	#business ul.goods li p.text1 { font-size: 14px; margin-top: 20px; }
	#business ul.process li  { width: 33%; }
}
@media( min-width:768px) {
	#business h1 { float: left; font-size: 32px; color: #373737; }
	#business h2 { font-size: 20px; color: #f97a13; margin-bottom: 20px; }
	#business p.description { font-size: 20px; color: #717171; }

	#business ul.business-tabs { clear: none; width: auto; display: inline-block; float: left; padding-left: 40px; list-style: none; margin-top: 18px; background: none; border: none; }
	#business ul.business-tabs li { float: left; padding: 10px 10px; font-size: 18px; color: #9e9d9d; background: none; }
	#business ul.business-tabs li a { font-size: 18px; color: #9e9d9d; }
	#business ul.business-tabs .swiper-pagination { margin-bottom: 20px; color: #9e9d9d; }
	#business ul.business-tabs .swiper-pagination-bullet { width: auto; height: auto; display: inline-block; color: #9e9d9d; opacity: 1; }
	#business ul.business-tabs .swiper-pagination-bullet-active { color: #373737; }
	#business ul.business-tabs .swiper-pagination-bullet-active a { color: #373737; }
	#business ul.business-tabs .swiper-container { overflow-x: hidden; }

	#business ul.goods li p.text1 { font-size: 14px; margin-top: 20px; }
	#business ul.process li  { width: 33%; }

	#business div.channel dl { width: 100%; list-style: none; margin-top: 20px; }
	#business div.channel dl dt { float: left; width: 30%; height: 136px; padding: 26px 5px; text-align: center; font-size: 20px; background: #414141; color: #fff; }
	#business div.channel dl dd { float: left; width: 70%; text-align: left; padding-left: 30px; font-size: 16px; color: #414141; }
	#business div.channel dl dd > p { font-size: 24px; color: #414141; }
	#business div.channel dl dd ul { position: table; width: 100%; height: 120px; list-style: none; }
	#business div.channel dl dd ul li { position: table-cell; height: 136px; vertical-align: middle;
		font-size: 24px; color: #414141; padding: 10px 10px 10px 50px; border: 1px solid #ccc;
		background: url( '/html/default/img/business-arrow.png') left center no-repeat; }
	#business div.channel dl dd ul li.first { background: none; padding-left: 10px; }
	#business div.channel dl dd ul li > p { font-size: 14px; color: #414141; }

	#business div.coupon { float: left; width: 100%; padding: 30px 0 20px 0; }
	#business div.coupon div { float: left; padding: 13px; text-align: center; font-size: 18px; color: #9e9d9d; }
	#business div.coupon div img { width: 100%; }
	#business div.coupon div p.text1 { font-size: 24px; color: #404040; padding: 0; margin-top: 10px; }
	#business div.coupon div p.text2 { font-size: 15px; color: #404040; padding: 0; margin-top: 2px; }
	
	#business div.coupon-process dl { width: 100%; list-style: none; margin-top: 20px; }
	#business div.coupon-process dl dt { float: left; width: 20%; height: 136px; padding: 30px; text-align: center; font-size: 20px; background: #414141; color: #fff; }
	#business div.coupon-process dl dd { float: left; width: 80%; text-align: left; font-size: 16px; color: #414141; }
	#business div.coupon-process dl dd > p { font-size: 24px; color: #414141; }
	#business div.coupon-process dl dd > ul { display: table; width: 100%; height: 120px; list-style: none;  background: #767575; }
	#business div.coupon-process dl dd > ul li { display: table-cell; height: 136px; vertical-align: middle;
		font-size: 24px; color: #fff; padding: 10px 10px 10px 70px;
		background: url( '/html/default/img/business-arrow.png') left center no-repeat; }
	#business div.coupon-process dl dd > ul li.first { background: none; padding-left: 0; }
	#business div.coupon-process dl dd > ul li > p { font-size: 14px; color: #fff; }
}
@media (min-width: 992px) {
	#business ul.goods li p.text1 { font-size: 18px; margin-top: 20px; }
	#business ul.process li  { width: 33%; }
}
@media (min-width: 1200px) {
	#business .business-button-prev { display: inline-block; }
	#business .business-button-next { display: inline-block; }
}
#partner { position: relative; font-size: 15px; color: #404040; }
#partner .title { margin-bottom: 32px; }
#partner h1 { float: left; font-size: 20px; color: #373737; }
#partner .items { margin-bottom: 30px; }
#partner .items img { width: 100%; border: 1px solid #d8d8d8; }

@media( min-width: 480px) {
	#partner ul.goods li  { width: 20%; }
	#partner ul.goods li p { font-size: 14px; margin-top: 20px; }
}
@media( min-width:768px) {
	#partner h1 { float: left; font-size: 32px; color: #373737; }
	#partner ul.goods li p { font-size: 14px; margin-top: 20px; }
}
@media (min-width: 992px) {
	#partner ul.goods li p { font-size: 18px; margin-top: 20px; }
}
@media (min-width: 1200px) {

}

#location { position: relative; font-size: 15px; color: #404040; }
#location .title { margin-bottom: 32px; }
#location h1 { float: left; font-size: 20px; color: #373737; }
#location div.description { font-size: 14px; color: #777777; margin-top: 20px; margin-bottom: 40px; }
#location .items { margin-bottom: 30px; }
#location .items img { border: 1px solid #d8d8d8; }

@media( min-width:480px) {
	#location ul.goods li  { width: 20%; }
	#location ul.goods li p { font-size: 14px; margin-top: 20px; }
}
@media( min-width:768px) {
	#location h1 { float: left; font-size: 32px; color: #373737; }
	#location ul.goods li p { font-size: 14px; margin-top: 20px; }
	#location div.description { font-size: 20px; color: #777777; margin-top: 20px; margin-bottom: 40px; }
}
@media (min-width: 992px) {
	#location ul.goods li p { font-size: 18px; margin-top: 20px; }
}
@media (min-width: 1200px) {


}

#contact { background: #222222; }
#contact h1 { font-size: 20px; color: #fff; }
#contact .form-group label { font-size: 14px; font-weight: normal; color: #afafaf; }
#contact .form-group input { background: none; border: 1px solid #595959; color: #fff; }
#contact .form-group textarea { background: none; border: 1px solid #595959; color: #fff; }
#contact .btn-success { background: #e66322; border: none; width: 120px; padding: 8px 0 10px 0; margin-top: 10px }
#contact .agree-box { color: #afafaf; font-size: 14px; font-weight: normal; }
#contact .agree-box label { color: #afafaf; font-size: 14px; font-weight: normal; padding-left: 5px; }
#contact .agree-box .notice { display: block; overflow: hidden; border: 1px solid #afafaf; padding: 20px 20px; margin-top :5px; }
#contact .agree-box h3 { color: #afafaf; font-size: 14px; font-weight: normal; line-height: 160%; margin: 5px 0 10px 0; }
#contact .agree-box ul { display: block; overflow: hidden; list-style: none; padding: 0; margin: 0; }
#contact .agree-box ul li { color: #afafaf; font-size: 13px; font-weight: normal; line-height: 160%; }

@media( min-width:480px) {

}
@media( min-width:768px) {
	#contact h1 { font-size: 32px; color: #fff; }
	#contact .btn-success { background: #e66322; border: none; width: 180px; padding: 14px 0 16px 0; }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
div{text-align: center;}
span{color: white;}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
}
.scroll-top .btn {
    font-size: 20px;
    line-height: 28px;
}
.scroll-top .btn:focus {
    outline: 0;
}

footer {
	background: #222222;
    color: #000;
	font-size: 12px;
	background: #222222;
	padding: 30px 0 120px 0;
}
footer .container { 
	position: relative;
	border-top: 1px solid #393838;
	padding-top: 40px;
}
footer p {
    color: #858585;
	font-size: 12px;
	line-height: 170%;
}
footer .privacy {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 99;
}

footer .btn-privacy { padding: 2px 6px; margin-top: 6px; }
#div_privacy { display: none; }
#div_privacy .modal-body { height: 400px; overflow-y: auto; }

@media ( min-width:767px) {

}
.popup-dialog {position:absolute;width:100%;border:10px solid #bad2ea;border-top:0px; #bad2ea;background:#fff;z-index:1000;}
	.popup-dialog .title { background:#bad2ea;height:30px;font-size:14px; font-weight:bold; color:#333; cursor: pointer;}
	.popup-dialog .data img {width:100%;max-width:100%; }
	.popup-dialog .close {text-align:center; padding:5px 0;}
	.popup-dialog a.btn-mclose {position:absolute;right:5px;top:5px;display:block;background:#333;width:32px;line-height:10px;border-radius:3px;text-align:center;color:#fff;font-weight:bold;padding:4px 0 6px 0;z-index:10000;}

 @media all and (min-width:768px) and (max-width:1024px) {
	.popup-dialog {position:absolute;width:476px;border:10px solid #bad2ea;border-top:0px; #bad2ea;background:#fff;z-index:1000;}
	.popup-dialog .title { background:#bad2ea;height:30px;font-size:14px; font-weight:bold; color:#333; cursor: pointer;}
	.popup-dialog .data { }
	.popup-dialog .close {text-align:center; padding:5px 0;}
	.popup-dialog a.btn-mclose {position:absolute;right:5px;top:5px;display:block;background:#333;width:32px;line-height:10px;border-radius:3px;text-align:center;color:#fff;font-weight:bold;padding:4px 0 6px 0;z-index:10000;}

}

 @media all and (min-width:1025px) {
	.popup-dialog {position:absolute;width:476px;border:10px solid #bad2ea;border-top:0px; #bad2ea;background:#fff;z-index:1000;}
	.popup-dialog .title { background:#bad2ea;height:30px;font-size:14px; font-weight:bold; color:#333; cursor: pointer;}
	.popup-dialog .data { }
	.popup-dialog .close {text-align:center; padding:5px 0;}
	.popup-dialog a.btn-mclose {position:absolute;right:5px;top:5px;display:block;background:#333;width:32px;line-height:10px;border-radius:3px;text-align:center;color:#fff;font-weight:bold;padding:4px 0 6px 0;z-index:10000;}

}

