@import
	url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:wght@300;400;500;700&display=swap')
	;

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Noto Sans KR', sans-serif, 'Arial';
	color: #050505;
}

a {
	color: #050505;
}

a:hover, a:focus {
	color: #050505;
}

.mb-cursor {
	cursor: pointer;
}

/* dev */
.mb-padding0 {
	padding: 0;
	margin: 0;
}

.mb-container1 {
	display: inline-block;
	width: 995px
}

.mb-container2 {
	display: inline-block;
	width: 100%;
}

.mb-navbar {
	z-index: 180;
	height: 119px;
	background-color: #14222b;
}

.mb-logo {
	display: inline-block;
	margin-top: 46.5px;
}

.mb-menu1 {
	display: inline-block;
	margin-top: 23px;
}

.mb-menu2 {
	display: inline-block;
	margin-top: 26px;
	padding: 2px;
}

.mb-menu3 {
	display: inline-block;
	margin-top: 26px;
	margin-left: 109px;
	padding: 2px;
}

.mb-navbar-item {
	display: inline-block;
}

.mb-navbar-vert {
	display: inline-block;
	margin: 0 29px;
	width: 4px;
	height: 25px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.47;
	color: #ffffff;
}

.mb-navbar-blog {
	display: inline-block;
	margin-left: 40px;
}

.mb-navbar-youtube {
	display: inline-block;
	margin-left: 24px;
}

.mb-navbar-item-a1, .mb-navbar-item-a1:hover, .mb-navbar-item-a1:focus {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43;
	color: #ffffff;
}

.mb-navbar-item-a2, .mb-navbar-item-a2:hover, .mb-navbar-item-a2:focus {
	margin: 0 26px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.47;
	color: #ffffff;
}

.mb-navbar-item-a3, .mb-navbar-item-a3:hover, .mb-navbar-item-a3:focus {
	border: solid 1px #ffffff;
	padding: 2px 8px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.47;
	color: #ffffff;
}

.mb-navbar-item-a4, .mb-navbar-item-a4:hover, .mb-navbar-item-a4:focus {
	border: solid 1px #ffffff;
	padding: 2px 16px;
	margin-left: 12px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.47;
	color: #ffffff;
}

@media ( max-width : 768px) {
	.mb-container1 {
		display: inline-block;
		width: 100%
	}
	.mb-container2 {
		display: inline-block;
		width: 100%;
	}
	.mb-navbar {
		height: 48px;
		background-color: #14222b;
	}
	.mb-logo {
		display: inline-block;
		margin-top: 10.5px;
		margin-left: 16px;
	}
	.mb-menu3 {
		display: inline-block;
		margin-top: 9px;
		margin-left: 0px;
		padding: 0px;
	}
	.mb-navbar-item-a3, .mb-navbar-item-a3:hover, .mb-navbar-item-a3:focus {
		border: solid 1px #ffffff;
		padding: 2px 15px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.43;
		color: #ffffff;
	}
	.mb-navbar-item-a4, .mb-navbar-item-a4:hover, .mb-navbar-item-a4:focus {
		border: solid 1px #ffffff;
		padding: 2px 8px;
		margin-left: 16px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.43;
		color: #ffffff;
	}
	.mb-navbar-menu {
		width: 20px;
		height: 20px;
		margin: 0px 16px 0px 24px;
		vertical-align: bottom;
	}
	.mb-navbar-menu-line {
		width: 20px;
		height: 2px;
		margin-bottom: 6px;
		background-color: #ffffff;
	}
}

header.masthead {
	height: 500px;
	margin-top: 119px;
	background-color: #191919;
}

.mb-header-bg {
	height: 500px;
	background: url("../images/imgmain.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1440px 500px;
}

.mb-header-div1 {
	display: inline-block;
	width: 995px;
	margin-left: 40px;
	text-align: left;
}

.mb-header-text2 {
	margin-top: 110px;
	font-size: 40px;
	line-height: 1.58;
	color: #ffffff;
}

.mb-header-text2-span {
	font-weight: bold;
}

.mb-header-text3 {
	margin-top: 27px;
	padding: 8px 20px;
	width: 288px;
	height: 70px;
	background-color: #99a96b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.83;
	text-align: center;
	color: #ffffff;
}

.mb-header-text3-a, .mb-header-text3-a:hover, .mb-header-text3-a:focus {
	color: #ffffff;
}

@media ( max-width : 768px) {
	header.masthead {
		height: 320px;
		margin-top: 48px;
		background-color: #191919;
	}
	.mb-header-bg {
		height: 320px;
		background: url("../images/imgmain.png");
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 720px 320px;
	}
	.mb-header-div1 {
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}
	.mb-header-text1 {
		margin-top: 47px;
		margin-right: 16px;
		font-size: 10px;
		line-height: 1.4;
		color: #ffffff;
	}
	.mb-header-text1-line {
		display: block;
	}
	.mb-header-text2 {
		margin-top: 71px;
		font-size: 25px;
		line-height: 1.33;
		color: #ffffff;
	}
	.mb-header-text3 {
		display: inline-block;
		margin-top: 20px;
		padding: 6px 12px;
		width: 160px;
		height: 40px;
		background-color: #99a96b;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.83;
		text-align: center;
		color: #ffffff;
	}
}

/* service */
.mb-service-text1 {
	padding-top: 100px;
	padding-bottom: 80px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.38;
	color: #050505;
}

.mb-service-text1-span {
	font-weight: bold;
}

.mb-service-div1 {
	display: inline-block;
	margin: 0 23px;
	border-radius: 50%;
	width: 260px;
	height: 260px;
	border: solid 4px #99a96b;
}

.mb-service-div1-in {
	border-radius: 50%;
	margin: 6px;
	width: 240px;
	height: 240px;
	border: solid 2px #99a96b;
}

.mb-service-text2 {
	margin-top: 56px;
	font-size: 22px;
	font-weight: 500;
	color: #050505;
}

.mb-service-text2-span {
	font-weight: bold;
}

.mb-service-line1 {
	margin-top: 11px;
	display: inline-block;
	width: 27px;
	height: 2px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

.mb-service-text3 {
	margin-top: -10px;
	font-size: 45px;
	font-weight: bold;
	color: #050505;
}

.mb-service-text3-span {
	font-size: 58px;
}

.mb-service-text4 {
	margin-top: 34px;
	margin-right: 23px;
	font-size: 16px;
	font-weight: 300;
	color: #050505;
}

@media ( max-width : 768px) {
	.mb-service-text1 {
		padding-top: 30px;
		padding-bottom: 32px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		color: #050505;
	}
	.mb-service-div1 {
		display: inline-block;
		margin: 0 4px;
		border-radius: 50%;
		width: 103px;
		height: 103px;
		border: solid 3px #99a96b;
	}
	.mb-service-div1-in {
		border-radius: 50%;
		margin: 3px;
		width: 91px;
		height: 91px;
		border: solid 1px #99a96b;
	}
	.mb-service-text2 {
		margin-top: 21px;
		font-size: 10px;
		font-weight: 500;
		color: #050505;
	}
	.mb-service-line1 {
		display: none;
	}
	.mb-service-text3 {
		margin-top: 0px;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.56;
		color: #050505;
	}
	.mb-service-text3-span {
		font-size: 22px;
	}
	.mb-service-text4 {
		margin-top: 8px;
		margin-right: 25px;
		font-size: 8px;
		font-weight: 300;
		color: #050505;
	}
}

/* what */
.mb-what-div1 {
	display: inline-block;
	width: 580px;
	height: 439px;
	margin-top: 157px;
	vertical-align: top;
}

.mb-what-pc {
	position: absolute;
	z-index: 60;
	width: 580px;
	height: 439px;
	background: url("../images/mac.png");
	background-repeat: no-repeat;
	background-size: 611px 439px;
}

.mb-what-pc-right {
	position: absolute;
	margin-left: 500px;
	z-index: 50;
	width: 90px;
	height: 439px;
	background-color: #ffffff;
}

.mb-what-div1-1 {
	display: inline-block;
}

.mb-what-div2 {
	display: inline-block;
	width: 410px; 
	height: 373px;
	margin-top: 184px;
	vertical-align: top;
}

.mb-what-text1 {
	display: inline-block;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.39;
	color: #050505;
}

.mb-what-div2-1 {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 61px;
	height: 88px;
	background: url("../images/what_icon01_gray.png");
	background-repeat: no-repeat;
	background-position: 7px 0px;
	background-size: 46px 61px;
}
.mb-what-div2-2 {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 80px;
	height: 88px;
	background: url("../images/what_icon02_gray.png");
	background-repeat: no-repeat;
	background-position: 14px 0px;
	background-size: 61px 61px;
}
.mb-what-div2-3 {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 94px;
	height: 88px;
	background: url("../images/what_icon03_gray.png");
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-size: 56px 56px;
}
.mb-what-div2-4 {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 70px;
	height: 88px;
	background: url("../images/what_icon04_gray.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 70px 55px;
}
.mb-what-div2-on1 {
	background: url("../images/what_icon01.png");
	background-repeat: no-repeat;
	background-position: 7px 0px;
	background-size: 46px 61px;
}
.mb-what-div2-on2 {
	background: url("../images/what_icon02.png");
	background-repeat: no-repeat;
	background-position: 14px 0px;
	background-size: 61px 61px;
}
.mb-what-div2-on3 {
	background: url("../images/what_icon03.png");
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-size: 56px 56px;
}
.mb-what-div2-on4 {
	background: url("../images/what_icon04.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 70px 55px;
}
.mb-what-div2-5 {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 22px;
	height: 88px;
	background: url("../images/what_icon_next.png");
	background-repeat: no-repeat;
	background-position: 0 20px;
	background-size: 22px 20px;
}
.mb-what-text4 {
	margin-top: 70px;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.46;
	color: #5a5a5a;
}
.mb-what-text4-on {
	font-weight: bold;
	color: #99a96b;
}
.mb-what-text2 {
	display: inline-block;
	margin-top: 32px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.45;
	color: #000000;
}

.mb-what-text3 {
	display: inline-block;
	margin-top: 32px;
	padding: 6px 12px;
	width: 280px;
	height: 70px;
	border: solid 3px #99a96b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.83;
	text-align: center;
	color: #99a96b;
}

.mb-what-text3-a, .mb-what-text3-a:focus, .mb-what-text3-a:hover {
	color: #99a96b;
}

@media ( max-width : 768px) {
	.mb-what-text1 {
		display: inline-block;
		margin-top: 60px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		color: #050505;
	}
	.mb-what-div1 {
		display: inline-block;
		width: 207px;
		height: 415px;
		margin-top: 32px;
		vertical-align: top;
	}
	.mb-what-pc {
		position: absolute;
		z-index: 60;
		width: 207px;
		height: 415px;
		background: url("../images/iphone.png");
		background-repeat: no-repeat;
		background-size: 207px 415px;
	}
	.mb-what-pc-left {
		position: absolute;
		margin-left: -105px;
		z-index: 50;
		width: 115px;
		height: 415px;
		background-color: #ffffff;
	}
	.mb-what-pc-right {
		position: absolute;
		margin-left: 200px;
		z-index: 50;
		width: 115px;
		height: 415px;
		background-color: #ffffff;
	}
	.mb-what-div1-1 {
		display: inline-block;
		margin-left: 13px;
		margin-top: 12px;
	}
	
	.mb-what-div2-1 {
		display: inline-block;
		vertical-align: top;
		margin-top: 42px;
		width: 40px;
		height: 66px;
		background: url("../images/what_icon01_gray.png");
		background-repeat: no-repeat;
		background-position: 4px 0px;
		background-size: 32px 42px;
	}
	.mb-what-div2-2 {
		display: inline-block;
		vertical-align: top;
		margin-top: 42px;
		width: 65px;
		height: 66px;
		background: url("../images/what_icon02_gray.png");
		background-repeat: no-repeat;
		background-position: 14px 0px;
		background-size: 42px 42px;
	}
	.mb-what-div2-3 {
		display: inline-block;
		vertical-align: top;
		margin-top: 42px;
		width: 70px;
		height: 66px;
		background: url("../images/what_icon03_gray.png");
		background-repeat: no-repeat;
		background-position: 16px 5px;
		background-size: 39px 39px;
	}
	.mb-what-div2-4 {
		display: inline-block;
		vertical-align: top;
		margin-top: 42px;
		width: 55px;
		height: 66px;
		background: url("../images/what_icon04_gray.png");
		background-repeat: no-repeat;
		background-position: 5px 5px;
		background-size: 49px 38px;
	}
	.mb-what-div2-on1 {
		background: url("../images/what_icon01.png");
		background-repeat: no-repeat;
		background-position: 4px 0px;
		background-size: 32px 42px;
	}
	.mb-what-div2-on2 {
		background: url("../images/what_icon02.png");
		background-repeat: no-repeat;
		background-position: 14px 0px;
		background-size: 42px 42px;
	}
	.mb-what-div2-on3 {
		background: url("../images/what_icon03.png");
		background-repeat: no-repeat;
		background-position: 16px 5px;
		background-size: 39px 39px;
	}
	.mb-what-div2-on4 {
		background: url("../images/what_icon04.png");
		background-repeat: no-repeat;
		background-position: 5px 5px;
		background-size: 49px 38px;
	}
	.mb-what-div2-5 {
		display: inline-block;
		vertical-align: top;
		margin-top: 42px;
		width: 14px;
		height: 66px;
		background: url("../images/what_icon_next.png");
		background-repeat: no-repeat;
		background-position: 0 16px;
		background-size: 17px 14px;
	}
	.mb-what-text4 {
		margin-top: 50px;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.5;
		color: #5a5a5a;
	}
	.mb-what-text4-on {
		font-weight: bold;
		color: #99a96b;
	}
	.mb-what-text2 {
		display: inline-block;
		margin-top: 32px;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		color: #000000;
	}
	.mb-what-text3 {
		display: inline-block;
		margin-top: 32px;
		padding: 4px 10px;
		width: 160px;
		height: 40px;
		border: solid 2px #99a96b;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.83;
		text-align: center;
		color: #99a96b;
	}
}

/* people */
.mb-people-bg {
	margin-top: 161px;
	width: 100%;
	height: 600px;
	background: url("../images/KK_01164.png");
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: 895px 600px;
}

.mb-people-div2 {
	display: inline-block;
	width: 995px;
	text-align: left;
}

.mb-people-div1 {
	display: inline-block;
	margin-top: 70px;
	width: 500px;
	height: 460px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
	border: solid 5px #99a96b;
	background-color: #ffffff;
}

.mb-people-div1-text1 {
	margin-top: 60px;
	margin-left: 60px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.39;
	color: #99a96b;
}

.mb-people-div1-text1-span {
	font-weight: bold;
}

.mb-people-div1-text2 {
	display: inline-block;
	margin-top: 60px;
	margin-left: 60px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
}

.mb-people-div1-text3 {
	display: inline-block;
	margin-left: 9px;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}

.mb-people-div1-text4 {
	margin-top: 16px;
	margin-left: 60px;
	font-size: 17px;
	line-height: 1.76;
	color: #000000;
}

@media ( max-width : 768px) {
	.mb-people-bg {
		margin-top: 80px;
		margin-bottom: 152px;
		width: 375px;
		height: 265px;
		background: url("../images/KK_01164.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 375px 265px;
	}
	.mb-people-div2 {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.mb-people-div1 {
		display: inline-block;
		margin-top: 162px;
		width: 275px;
		height: 255px;
		box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
		border: solid 3px #99a96b;
		background-color: #ffffff;
		text-align: left;
	}
	.mb-people-div1-text1 {
		margin-top: 32px;
		margin-left: 24px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.3;
		color: #99a96b;
	}
	.mb-people-div1-text1-span {
		font-weight: bold;
	}
	.mb-people-div1-text2 {
		display: inline-block;
		margin-top: 32px;
		margin-left: 24px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		color: #000000;
	}
	.mb-people-div1-text3 {
		display: inline-block;
		margin-left: 4px;
		font-size: 12px;
		line-height: 1.5;
		color: #000000;
	}
	.mb-people-div1-text4 {
		margin-top: 9px;
		margin-left: 24px;
		font-size: 10px;
		line-height: 1.8;
		color: #000000;
	}
}

/* price */
.mb-price-text1 {
	margin-top: 200px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.38;
	color: #050505;
}
.mb-price-text1-line {
		display: inline-block;
	}
.mb-price-div1 {
	display: inline-block;
	vertical-align: top;
	margin: 80px 15px 0px 15px;
	width: 446px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}

.mb-price-tag1 {
	position: absolute;
	width: 140px;
	height: 70px;
	margin-top: -10px;
	margin-left: -45px;
	transform: rotate(-45deg);
}

.mb-price-tag1-icon {
	position: absolute;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-bottom: 70px solid #99a96b;
}

.mb-price-text2 {
	position: absolute;
	margin-top: 30px;
	margin-left: 45px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.48;
	color: #ffffff;
}

.mb-price-icon1 {
	display: inline-block;
	margin-top: 70px;
}

.mb-price-icon1-img {
	width: 81px;
	height: 81px;
}

.mb-price-text3 {
	margin-top: 33px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.47;
	color: #000000;
}

.mb-price-text4 {
	margin-top: 25px;
	text-decoration: line-through;
	font-size: 25px;
	line-height: 1.48;
	color: #afafaf;
}

.mb-price-text5 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.48;
	color: #ff6060;
}

.mb-price-text6 {
	display: inline-block;
	width: 240px;
	text-align: right;
	font-size: 14px;
	line-height: 1.43;
	color: #909090;
}

.mb-price-div2 {
	padding-top: 36px;
	padding-left: 63px;
	padding-bottom: 60px;
}

.mb-price-text7 {
	display: inline-block;
	margin-top: 27px;
	font-size: 24px;
	line-height: 1.5;
	color: #000000;
}
.mb-price-text7-gray {
	display: inline-block;
	margin-top: 27px;
	font-size: 24px;
	line-height: 1.5;
	color: #bebebe;
}

.mb-price-icon2 {
	display: inline-block;
	margin-right: 17px;
	width: 23px;
	height: 23px;
}

.mb-price-text8 {
	display: inline-block;
	margin-top: 100px;
	width: 280px;
	height: 70px;
	border: solid 5px #99a96b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.83;
	text-align: center;
	color: #99a96b;
}

.mb-price-text8-a, .mb-price-text8-a:focus, .mb-price-text8-a:hover {
	color: #99a96b;
}

@media ( max-width : 768px) {
	.mb-price-text1 {
		margin-top: 80px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		color: #050505;
	}
	.mb-price-text1-line {
		display: block;
	}
	.mb-price-div1 {
		display: inline-block;
		vertical-align: top;
		margin: 32px 50px 0px 50px;
		width: 275px;
		box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
	}
	.mb-price-tag1 {
		position: absolute;
		width: 100px;
		height: 50px;
		margin-top: -7px;
		margin-left: -32px;
		transform: rotate(-45deg);
	}
	.mb-price-tag1-icon {
		position: absolute;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-bottom: 50px solid #99a96b;
	}
	.mb-price-text2 {
		position: absolute;
		margin-top: 22px;
		margin-left: 34px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		color: #ffffff;
	}
	.mb-price-icon1 {
		display: inline-block;
		margin-top: 40px;
	}
	.mb-price-icon1-img {
		width: 50px;
		height: 50px;
	}
	.mb-price-text3 {
		margin-top: 24px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		color: #000000;
	}
	.mb-price-text4 {
		margin-top: 16px;
		text-decoration: line-through;
		font-size: 16px;
		line-height: 1.5;
		color: #afafaf;
	}
	.mb-price-text5 {
		margin-top: 8px;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		color: #ff6060;
	}
	.mb-price-text6 {
		display: inline-block;
		width: 145px;
		text-align: right;
		font-size: 9px;
		line-height: 1;
		color: #909090;
	}
	.mb-price-div2 {
		padding-top: 15px;
		padding-left: 32px;
		padding-bottom: 40px;
	}
	.mb-price-text7 {
		display: inline-block;
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.43;
		color: #000000;
	}
	.mb-price-text7-gray {
		display: inline-block;
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.43;
		color: #bebebe;
	}
	.mb-price-icon2 {
		display: inline-block;
		margin-right: 17px;
		width: 15px;
		height: 15px;
	}
	.mb-price-text8 {
		display: inline-block;
		margin-top: 32px;
		width: 160px;
		height: 40px;
		border: solid 2px #99a96b;
		font-size: 16px;
		font-weight: bold;
		line-height: 2.2;
		text-align: center;
		color: #99a96b;
	}
}

/* feature */
.mb-feature-bg {
	margin-top: 210px;
	height: 650px;
	background: url("../images/img02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1440px 650px;
}

.mb-feature-div2 {
	display: inline-block;
	width: 995px;
	text-align: left;
}

.mb-feature-div1 {
	display: inline-block;
	margin: 161px 22px 0 22px;
}

.mb-feature-icon1 {
	width: 80px;
	height: 85px;
	background: url("../images/icon03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 84px;
}

.mb-feature-icon2 {
	width: 80px;
	height: 85px;
	background: url("../images/icon04.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 62px;
}

.mb-feature-icon3 {
	width: 80px;
	height: 85px;
	background: url("../images/icon05.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 85px;
}

.mb-feature-text1 {
	margin-top: 33px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.47;
	color: #ffffff;
}

.mb-feature-text2 {
	margin-top: 38px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	color: #ffffff;
}

@media ( max-width : 768px) {
	.mb-feature-bg {
		margin-top: 80px;
		height: 500px;
		background: url("../images/img02.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1107px 500px;
	}
	.mb-feature-div2 {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.mb-feature-div1 {
		display: block;
		margin: 40px 0px 0 0px;
	}
	.mb-feature-icon1 {
		display: inline-block;
		width: 50px;
		height: 54px;
		background: url("../images/icon03.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50px 52px;
	}
	.mb-feature-icon2 {
		display: inline-block;
		width: 50px;
		height: 54px;
		background: url("../images/icon04.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50px 39px;
	}
	.mb-feature-icon3 {
		display: inline-block;
		width: 50px;
		height: 54px;
		background: url("../images/icon05.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50px 54px;
	}
	.mb-feature-text1 {
		display: inline-block;
		width: 130px;
		margin-top: 12.4px;
		margin-left: 17.8px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		color: #ffffff;
		vertical-align: top;
		text-align: left;
	}
	.mb-feature-text2 {
		margin-top: 10.9px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.46;
		color: #ffffff;
	}
}


/* process */
.mb-process-title {
	margin-top: 197px;
	margin-bottom: 60px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: #050505;
}
.mb-process-line {
	display: inline-block;
	border-bottom: solid 1px #9d9d9d;
}

.mb-process-div1 {
	display: inline-block;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
}

.mb-process-div1-text1 {
	font-size: 18px;
	line-height: 1.5;
	color: #9d9d9d;
}

.mb-process-active-line {
	border-bottom: solid 6px #000000;
}

.mb-process-active {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
}

.mb-process-div2 {
	display: inline-block;
	width: 375px;
	height: 460px;
	vertical-align: top;
}

.mb-process-div2-text1 {
	margin-top: 172px;
	margin-left: 71px;
	width: 60px;
	height: 30px;
	background-color: #14222b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}

.mb-process-div2-text2 {
	margin-top: 6px;
	margin-left: 71px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.mb-process-div2-text3 {
	margin-top: 22px;
	margin-left: 71px;
	font-size: 16px;
	line-height: 1.5;
}

.mb-process-div2-1 {
	display: inline-block;
	margin-top: 58px;
	margin-left: 88px;
}

.mb-process-phone {
	position: absolute;
	z-index: 60;
	width: 375px;
	height: 460px;
	background: url("../images/phone.png");
	background-repeat: no-repeat;
	background-position: 75px 45px;
	background-size: 207px 416px;
}

.mb-process-phone-left {
	position: absolute;
	z-index: 50;
	width: 85px;
	height: 460px;
	background-color: #ffffff;
}

.mb-process-phone-right {
	position: absolute;
	margin-left: 270px;
	z-index: 50;
	width: 145px;
	height: 460px;
	background-color: #ffffff;
}

.mb-right-arrow1 {
	position: absolute;
	float: right;
	right: -220px;
	top: 253px;
}

.mb-left-arrow1 {
	position: absolute;
	float: left;
	left: -590px;
	top: 253px;
}

@media ( max-width : 768px) {
	.mb-process-title {
		margin-top: 80px;
		margin-bottom: 40px;
		font-size: 24px;
		font-weight: bold;
		line-height: 3.13;
		color: #050505;
	}
	.mb-process-line {
		display: inline-block;
		border-bottom: solid 1px #9d9d9d;
	}
	.mb-process-div1 {
		display: inline-block;
		width: 69px;
		height: 53px;
		background-color: #ffffff;
	}
	.mb-process-div1-text1 {
		font-size: 13px;
		line-height: 1.48;
		color: #9d9d9d;
	}
	.mb-process-div1-text1-span {
		font-size: 18px;
	}
	.mb-process-active-line {
		border-bottom: solid 5px #000000;
	}
	.mb-process-active {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.48;
		color: #000000;
	}
	.mbm-process-div2 {
		width: 340px;
		display: inline-block;
	}
	.mbm-process-div3 {
		width: 220px;
		display: inline-block;
	}
	.mbm-process-div2-text1 {
		margin-top: 49px;
		margin-left: 46px;
		width: 67px;
		height: 34px;
		background-color: #14222b;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		color: #ffffff;
	}
	.mbm-process-div2-text2 {
		margin-top: 6px;
		margin-left: 46px;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.5;
	}
	.mbm-process-div2-text3 {
		margin-top: 6px;
		margin-left: 46px;
		font-size: 17px;
		line-height: 1.5;
	}
	.mbm-process-div2-1 {
		display: inline-block;
		margin-top: 53px;
		margin-left: 14px;
/* 		margin-bottom: 114px; */
	}
	.mbm-process-phone {
		position: absolute;
		z-index: 60;
		margin-top: 43px;
		width: 220px;
		height: 443px;
		background: url("../images/phone.png");
		background-repeat: no-repeat;
		background-size: 220px 443px;
	}
	.mbm-process-phone-left {
		position: absolute;
		z-index: 50;
		margin-left: -190px;
		width: 200px;
		height: 500px;
		background-color: #ffffff;
	}
	.mbm-process-phone-right {
		position: absolute;
		z-index: 50;
		margin-left: 210px;
		width: 200px;
		height: 500px;
		background-color: #ffffff;
	}
	.mb-right-arrow1 {
		position: absolute;
		z-index: 99;
		float: right;
		right: -58px;
		top: 250px;
	}
	.mb-left-arrow1 {
		position: absolute;
		z-index: 99;
		float: left;
		left: -58px;
		top: 250px;
	}
}

/* story */
.mb-story-text1 {
	display: inline-block;
	margin-top: 200px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.38;
	color: #050505;
}

.mb-story-div1 {
	display: inline-block;
	margin: 80px 11px 20px 11px;
	padding-bottom: 30px;
	width: 310px;
	height: 580px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}

.mb-story-div1-first {
	margin-left: 0;
}

.mb-story-div1-last {
	margin-right: 0;
}

.mb-story-img1 {
	width: 310px;
	height: 235px;
}

.mb-story-div1-1 {
	height: 291px;
	margin-left: 16px;
	margin-right: 16px;
}

.mb-story-text2 {
	display: inline-block;
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	color: #000000;
}

.mb-story-text3 {
	display: inline-block;
	margin-top: 24px;
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: -0.34px;
	color: #000000;
}

.mb-story-text4 {
	display: inline-block;
	margin-left: 16px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: -0.34px;
	color: #000000;
}

.mb-story-text5 {
	display: inline-block;
	margin-top: 80px;
	padding-top: 12px;
	width: 280px;
	height: 70px;
	background-color: #99a96b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.83;
	text-align: center;
	color: #ffffff;
}

.mb-story-text5-a, .mb-story-text5-a:focus, .mb-story-text5-a:hover {
	color: #ffffff;
}

@media ( max-width : 768px) {
	.mb-story-text1 {
		display: inline-block;
		margin-top: 80px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		color: #050505;
	}
	.mb-card {
		display: inline-block;
		width: 220px;
	}
	.mb-story-div1 {
		display: inline-block;
		margin: 42px 0px 10px 0px;
		padding-bottom: 0px;
		width: 220px;
		height: 441px;
		box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
	}
	.mb-story-img1 {
		width: 220px;
		height: 160px;
	}
	.mb-story-div1-1 {
		height: 221px;
		margin-left: 10px;
		margin-right: 16px;
	}
	.mb-story-text2 {
		display: inline-block;
		margin-top: 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.33;
		color: #000000;
	}
	.mb-story-text3 {
		display: inline-block;
		margin-top: 24px;
		font-size: 12px;
		line-height: 1.33;
		letter-spacing: -0.34px;
		color: #000000;
	}
	.mb-story-text4 {
		display: inline-block;
		margin-left: 10px;
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
		letter-spacing: -0.34px;
		color: #000000;
	}
	.mb-story-text5 {
		display: inline-block;
		margin-top: 22px;
		padding-top: 6px;
		width: 160px;
		height: 40px;
		background-color: #99a96b;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.83;
		text-align: center;
		color: #ffffff;
	}
}

/* news */
.mb-news-title {
	margin-top: 200px;
	margin-bottom: 100px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.38;
	color: #050505;
}

.mb-news-div1 {
	display: inline-block;
	width: 805px;
}

.mb-news-div1-img1 {
	display: inline-block;
}

.mb-news-div1-img1-icon1 {
	width: 150px;
	height: 46px;
}

.mb-news-div1-img1-icon2 {
	width: 150px;
	height: 32px;
}

.mb-news-div1-img1-icon3 {
	width: 150px;
	height: 40px;
}

.mb-news-div1-img1-icon4 {
	width: 150px;
	height: 39px;
}

.mb-news-div1-text1 {
	margin-top: 15px;
	float: right;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.mb-news-div1-text2 {
	margin-top: 18px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.21;
	color: #000000;
}

.mb-news-div1-text3 {
	margin-top: 18px;
	font-size: 19.5px;
	line-height: 1.23;
	color: #939393;
}

.mb-news-div1-line {
	margin-top: 40px;
	margin-bottom: 32px;
	width: 805px;
	height: 1px;
	background-color: #e5e5e5;
}

@media ( max-width : 768px) {
	.mb-news-title {
		margin-top: 80px;
		margin-bottom: 32px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		color: #050505;
	}
	.mb-news-div1 {
		display: inline-block;
		width: 327px;
	}
	.mb-news-div1-img1 {
		display: inline-block;
	}
	.mb-news-div1-img1-icon1 {
		width: 94px;
		height: 28px;
	}
	.mb-news-div1-img1-icon2 {
		width: 94px;
		height: 19px;
	}
	.mb-news-div1-img1-icon3 {
		width: 75px;
		height: 24px;
	}
	.mb-news-div1-img1-icon4 {
		width: 75px;
		height: 24px;
	}
	.mb-news-div1-text1 {
		display: none;
		margin-top: 15px;
		float: right;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		color: #000000;
		margin-top: 15px;
	}
	.mb-news-div1-text2 {
		margin-top: 8.8px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.21;
		color: #000000;
	}
	.mb-news-div1-text3 {
		display: none;
		margin-top: 18px;
		font-size: 19.5px;
		line-height: 1.23;
		color: #939393;
		margin-top: 18px;
	}
	.mb-news-div1-line {
		margin-top: 18.5px;
		margin-bottom: 16.6px;
		width: 327px;
		height: 1px;
		background-color: #e5e5e5;
	}
}

/* faq */
.mb-faq-title {
	margin-top: 200px;
	margin-bottom: 80px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.38;
	color: #050505;
}

.mb-faq-div1 {
	display: inline-block;
	width: 805px;
}

.mb-faq-div1-text1 {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.21;
	color: #000000;
}

.mb-faq-div1-img1 {
	float: right;
	margin-right: 9px;
}

.mb-faq-div1-img1-icon {
	width: 16px;
	height: 10px;
}

.mb-faq-div1-img1-off {
	float: right;
	margin-right: 9px;
}

.mb-faq-div1-text2 {
	margin-top: 20px;
	padding: 16px;
	width: 805px;
	background-color: #f5f5f5;
	font-size: 18px;
	line-height: 1.33;
	color: #000000;
}

.mb-faq-div1-line {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 805px;
	height: 1px;
	background-color: #e5e5e5;
}

.mb-faq-table-data {
	width: 120px;
}

.mb-faq-table-text {
	padding: 5px;
	text-align: left;
}

.mb-faq-more {
	display: inline-block;
	margin-top: 100px;
	margin-bottom: 200px;
	width: 280px;
	height: 70px;
	border: solid 5px #99a96b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.83;
	text-align: center;
	color: #99a96b;
}

.mb-faq-more-a, .mb-faq-more-a:hover, .mb-faq-more-a:focus {
	color: #99a96b;
}

@media ( max-width : 768px) {
	.mb-faq-title {
		margin-top: 80px;
		margin-bottom: 32px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		color: #050505;
	}
	.mb-faq-div1 {
		display: inline-block;
		width: 327px;
	}
	.mb-faq-div1-text1 {
		display: inline-block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.25;
		color: #000000;
	}
	.mb-faq-div1-img1 {
		float: right;
		margin-right: 0px;
	}
	.mb-faq-div1-img1-icon {
		width: 8px;
		height: 5px;
	}
	.mb-faq-div1-img1-off {
		float: right;
		margin-right: 0px;
	}
	.mb-faq-div1-text2 {
		margin-top: 10px;
		padding: 8px;
		width: 327px;
		background-color: #f5f5f5;
		font-size: 9px;
		line-height: 1.33;
		color: #000000;
	}
	.mb-faq-div1-line {
		margin-top: 14px;
		margin-bottom: 7px;
		width: 327px;
		height: 1px;
		background-color: #e5e5e5;
	}
	.mb-faq-table-data {
		width: 50px;
	}
	.mb-faq-table-text {
		padding: 2px;
		text-align: left;
	}
	.mb-faq-more {
		display: inline-block;
		margin-top: 39px;
		margin-bottom: 196px;
		width: 160px;
		height: 40px;
		border: solid 2px #99a96b;
		font-size: 16px;
		font-weight: bold;
		line-height: 2.2;
		text-align: center;
		color: #99a96b;
	}
}

/* footer */
.mb-footer {
	padding-top: 42px;
	height: 270px;
	background-color: #14222b;
	color: #ffffff;
}

.mb-footer-div1 {
	display: inline-block;
	width: 995px;
}

.mb-footer-div1-img1 {
	display: inline-block;
	vertical-align: top;
}

.mb-footer-div1-text1 {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.35;
}

.mb-footer-div1-text1-span {
	font-weight: bold;
}

.mb-footer-div1-text2 {
	display: inline-block;
	float: right;
	vertical-align: top;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
}

.mb-footer-item, .mb-footer-item:hover, .mb-footer-item:focus {
	color: #ffffff;
}

@media ( max-width : 768px) {
	.mb-footer {
		padding-top: 0px;
		height: 325px;
		background-color: #14222b;
		color: #ffffff;
	}
	.mb-footer-div1 {
		display: inline-block;
		width: 100%;
	}
	.mb-footer-div1-img1 {
		display: inline-block;
		vertical-align: top;
		margin-top: 32px;
		margin-left: 24px;
	}
	.mb-footer-div1-text1 {
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
		margin-left: 24px;
		font-size: 12px;
		font-weight: 300;
		line-height: 1.67;
	}
	.mb-footer-div1-text2 {
		display: inline-block;
		margin-top: 40px;
		margin-left: 24px;
		float: none;
		vertical-align: top;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.35;
	}
}

/* pop */
.mb-dimmed {
	z-index: 200;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #000000;
}
#popMenuDiv {
	z-index: 210;
	position: fixed;
	top: 0px;
	right: -250px;
	width: 250px;
	height: 100%;
	background-color: #ffffff;
	transition: all .5s ease;
}
#popMenuDiv.show {
	z-index: 210;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100%;
	background-color: #ffffff;
}
.mb-menu-slide {
	transition:1s;
	right: 0px;
}
.mb-menu-slide-out {
	transition:1s;
	right: -250px;
}
.mb-menu-top {
	width: 250px;
	height: 48px;
	background-color: #14222b;
	margin-bottom: 24px;
	text-align: right;
}
.mb-menu-exit {
	display: inline-block;
	padding: 12px 16px;
}
.mb-menu-exit-icon {
	width: 24px;
	height: 24px;
}
.mb-menu-text1 {
	margin-left: 24px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #050505;
}
.mb-menu-line {
	margin-top: 4px;
	margin-bottom: 24px;
	width: 250px;
	height: 10px;
	background-color: #efefef;
}
.mb-menu-text2 {
	margin-left: 24px;
	margin-bottom: 24px;
}
.mb-menu-div2 {
	position: fixed;
	bottom: 0px;
	width: 250px;
	height: 132px;
	text-align: center;
}
.mb-menu-div-icon {
	display: inline-block;
	padding: 14px;
}
.mb-menu-icon {
	width: 34px;
	height: 34px;
}

.mb-cal-div1-pos {
	z-index: 210;
	position: fixed;
	top: 0px;
	left: 0px;
}
.mb-cal-div1 {
	width: 327px;
	height: 625px;
	background-color: #dbe1cb;
	text-align: center;
}
.mb-cal-exit {
	text-align: right;
}
.mb-cal-exit-icon {
	display: inline-block;
	margin: 16px;
	width: 24px;
	height: 24px;
}
.mb-cal-img {
	text-align: center;
	margin-top: 4px;
}
.mb-cal-img-icon {
	width: 34px;
	height: 42px;
}
.mb-cal-text1 {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #050505;
}
.mb-cal-text3 {
	display: inline-block;
	width: 240px;
	height: 20px;
	margin-top: 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14;
	text-align: left;
	color: #fd6060;
}
.mb-cal-input-price {
	padding-right: 24px;
	width: 240px;
	height: 40px;
	background: none;
	border: 0px;
	border-bottom: 1px solid;
	text-align: right;
	font-size: 20px;
	line-height: 1.2;
}
.mb-cal-input-price:focus{
	outline: none;
}
.mb-cal-input-price::placeholder {
	color: #a2a2a2;
}
.mb-cal-text4 {
	display: inline-block;
	margin-left: -24px;
}
.mb-cal-div2 {
	display: inline-block;
	margin-top: 20px;
	padding: 16px;
	width: 239px;
	height: 181px;
	border-radius: 10px;
	background-color: #ffffff;
	text-align: left;
}
.mb-cal-text5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	color: #99a96b;
}
.mb-cal-text6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: right;
	color: #ff6060;
}
.mb-cal-line {
	margin-top: 6px;
	margin-bottom: 16px;
	width: 207px;
	height: 1px;
	background-color: #000000;
}
.mb-cal-text7 {
	display: inline-block;
	width: 100px;
	font-size: 10px;
	line-height: 1.8;
	text-align: left;
	color: #000000;
}
.mb-cal-text8 {
	display: inline-block;
	width: 100px;
	font-size: 10px;
	line-height: 1.8;
	text-align: right;
	color: #000000;
}
.mb-cal-text9 {
	margin-top: 29px;
/* 	margin-left: 35px; */
/* 	margin-right: 35px; */
	font-size: 11px;
	line-height: 1.45;
/* 	text-align: left; */
	color: #050505;
}
.mb-cal-text9-b {
	font-weight: bold;
}
.mb-cal-text9-span {
	color: #ff6060;
}
.mb-cal-text9-span-b {
	font-weight: bold;
	color: #ff6060;
}
.mb-cal-text10 {
	display: inline-block;
	margin-top: 24px;
	width: 160px;
	height: 40px;
	background-color: #99a96b;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	text-align: center;
	color: #ffffff;
	vertical-align: bottom;
}

.mb-cal-text11, .mb-cal-text11:hover, .mb-cal-text11:focus {
	margin-top: 16px;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color: #99a96b;
	text-decoration: underline;
}

/* etc */
.mb-right-arrow2 {
	position: absolute;
	float: right;
	right: -94px;
	top: 320px;
}

.mb-left-arrow2 {
	position: absolute;
	float: left;
	left: -94px;
	top: 320px;
}

.mb-arrow-icon {
	width: 50px;
	height: 50px;
}

.mb-float {
	position: absolute;
	z-index: 100;
	float: right;
	right: 46px;
	top: 2000px;
}

.mb-float-price-icon {
	width: 90px;
	height: 90px;
}

.mb-float-kakao-icon {
	margin-top: 25px;
	width: 90px;
	height: 90px;
}

.mb-pc {
	display: block;
}

.mb-mobile {
	display: none;
}

@media ( max-width : 768px) {
	.mb-right-arrow2 {
		position: absolute;
		z-index: 99;
		float: right;
		right: -58px;
		top: 247px;
	}
	.mb-left-arrow2 {
		position: absolute;
		z-index: 99;
		float: left;
		left: -58px;
		top: 247px;
	}
	.mb-arrow-icon {
		width: 33px;
		height: 33px;
	}
	.mb-float {
		position: absolute;
		z-index: 100;
		float: right;
		right: 16px;
		top: 2000px;
	}
	.mb-float-price-icon {
		width: 70px;
		height: 70px;
	}
	.mb-float-kakao-icon {
		margin-top: 24px;
		width: 70px;
		height: 70px;
	}
	.mb-pc {
		display: none;
	}
	.mb-mobile {
		display: block;
	}
}


/* 실시간 신청 현황 섹션 스타일 */
#realtime-status {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.mb-realtime-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

.mb-realtime-title-span {
  color: #1c6aff;
}

.mb-realtime-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.mb-realtime-table th {
  background-color: #14222b;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.mb-realtime-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.mb-realtime-table tbody tr:hover {
  background-color: #f5f8ff;
}

.mb-realtime-new {
  animation: newItemHighlight 2s infinite;
  background-color: #f0f8ff;
}

@keyframes newItemHighlight {
  0% { background-color: #f0f8ff; }
  50% { background-color: #e0f0ff; }
  100% { background-color: #f0f8ff; }
}

.mb-realtime-notice {
  text-align: right;
  color: #888;
  font-size: 13px;
  margin-bottom: 20px;
}

.mb-realtime-notice p {
  margin: 5px 0;
}

.mb-padding-t30 {
  padding-top: 30px;
}

.mb-realtime-btn {
  display: inline-block;
  background-color: #1c6aff;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.mb-realtime-btn:hover {
  background-color: #0050e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(28, 106, 255, 0.3);
  text-decoration: none;
}

.mb-realtime-btn-text {
  color: #fff;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .mb-realtime-title {
    font-size: 24px;
  }
  
  .mb-realtime-table th,
  .mb-realtime-table td {
    padding: 10px 5px;
    font-size: 13px;
  }
  
  .mb-realtime-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}

/* Carousel 스타일 */
.mb-realtime-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.mb-realtime-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: background-color 0.3s;
}

.mb-realtime-arrow:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.mb-realtime-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.mb-realtime-prev {
    left: 10px;
}

.mb-realtime-next {
    right: 10px;
}

.mb-realtime-table-container {
    position: relative;
    overflow: hidden;
    cursor: grab;
}

/* 직접 만든 화살표 스타일 */
.arrow-left, .arrow-right {
    width: 0; 
    height: 0;
}

.arrow-left {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid white;
    margin-right: 3px;
}

.arrow-right {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
    margin-left: 3px;
}

.mb-realtime-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.mb-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.mb-dot.active {
    background-color: #1c6aff;
    transform: scale(1.2);
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .mb-realtime-arrow {
        width: 30px;
        height: 30px;
    }
    
    .mb-dot {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}