@charset "utf-8";
/* other */
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
.main {
	width: 100%;
	background: url(../images/bg.jpg) no-repeat top center;
}
/* top */
.lovely-top {
	display: none;
}
.lovely-top-h {
	height: 567px;
}
/* nav */
.lovely-nav {
	height: 70px;
	background-color: #ee7533;
	font-size: 20px;
	line-height: 70px;
	font-weight: 600;
}
.lovely-nav span {
	display: inline-block;
	margin: 0px;
}
.lovely-nav span a {
	display: inline-block;
	width: 100px;
}
.lovely-nav::-webkit-scrollbar {
	width:7px;
	height: 2px;
}
.lovely-nav::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ee7533;
}
.lovely-nav::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #fff;
}
/* p1 */
.lovely-p1 {
	margin-top: 30px;
}
.lovely-p1 .left {
	width: 710px;
	padding-left: 12px;
}
.lovely-p1 .right {
	width: 435px;
}
.lovely-p1 .list1 dt {
	font-size: 18px;
	font-weight: 600;
	clear: both;
	width: 100%;
	text-align: left;
	line-height: 190%;
}
.lovely-p1 .list1 dd {
	margin-top: 20px;
	text-align: left;
	line-height: 190%;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}
.lovely-p1 .list1 dd img {
	float: left;
	margin-right: 15px;
}
.lovely-p1 .list2 li {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	line-height: 190%;
}
.lovely-p1 .list2 li img {
	display: block;
	margin-bottom: 20px;
}
/* p2 */
.lovely-outer {
	background: url(../images/foot.jpg) no-repeat bottom #fff;
	padding-top: 30px;
}
.lovely-p2 {
	margin-top: 30px;
}
.lovely-p2 .subnav li {
	width: 185px;
	height: 73px;
	position: relative;
	margin-left: 12px;
	display: inline-block
}
.lovely-p2 .subnav span {
	background: url(../images/bg1.jpg) no-repeat;
	width: 185px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	text-shadow: -2px 0px 1px #ef8147, 2px 0px 1px #ef8147, 0px -2px 1px #ef8147, 0px 1px 1px #ef8147;
	cursor: pointer;
}
.lovely-p2 .subnav li:nth-child(1) {
	margin-left: 0;
}
.lovely-p2 .subnav li.active::after {
	position: absolute;
	content: '';
	display: block;
	width: 34px;
	height: 7px;
	border-radius: 3.5px;
	background: #ee7533;
	left: 45%;
	bottom: 0;
}
.lovely-p2 .list3 {
	display: none;
}
.lovely-p2 .list3 li {
	width: 382px;
	float: left;
	margin-left: 26px;
	margin-top: 30px;
	text-align: left;
	font-size: 18px;
	line-height: 190%;
	height: 304px;
}
.lovely-p2 .list3 li img {
	display: block;
	margin-bottom: 10px;
}
.lovely-p2 .list3 li:nth-child(3n+1) {
	margin-left: 0;
}
/* p3 */
.lovely-p3 {
	margin-top: 40px;
}
.lovely-p3 .p3wrap {
	width: 1280px;
	position: relative;
	margin: 40px auto 0 auto;
}
.lovely-p3 h3 {
	font: 600 24px/180% 'NanumBarunGothicBold','NanumBarunGothic','Malgun Gothic','맑은 고딕','돋움',dotum,sans-serif;
	color: #ec661d;
}
.lovely-p3 h3 span {
	background: url(../images/ico1.png) no-repeat;
	width: 87px;
	height: 86px;
	display: inline-block;
	vertical-align: text-bottom;
}
.lovely-p3 .arrow-left,
.lovely-p3 .arrow-right {
	position: absolute;
	width: 21px;
	height: 41px;
	top: 60px;
	cursor: pointer;
}
.lovely-p3 .arrow-left {
	background: url(../images/prev.png) no-repeat left top;
	left: 0px;
}
.lovely-p3 .arrow-right {
	background: url(../images/next.png) no-repeat left bottom;
	right: 0px;
}
.lovely-p3 .swiper-container {
	height: 252px;
	width: 1200px;
}
.lovely-p3 .swiper-container .swiper-slide .slide-inter {
	margin: 0 25px;
	width: 260px;
	font-size: 18px;
	text-align: left;
	line-height: 180%;
}
.lovely-p3 .swiper-container .swiper-slide img {
	display: block;
	margin-bottom: 8px;
}
.lovely-p3 .pagination {
	display: none;
}
/* copyright */
.copyright {
	padding: 50px 0;
}
.copyright .copy_1 .fl img {
	display: none;
}
.copyright .copy_1 .fr {
	text-align: center;
	font-size: 16px;
	float: none;
}