body {
	font-family: 'Noto Sans Korean WEB';
	font-size: 12px;
	color: #232323;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
	.mainpage .work-two>.container
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #232323;
	text-decoration: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

.after-line {
	display: inline-block;
}

.after-line:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	background: #ffcaca;
	margin-top: -10px;
	transition: 0.5s ease;
}

.container {
	width: 1200px !important;
}

.header {
	z-index: 999;
	width: 100%;
	top: 0;
	height: 130px;
	overflow: hidden;
	position: absolute;
	transition: 0.5s ease;
	background-color: rgba(255, 255, 255, 0);
	background-repeat: no-repeat;
}

.header:hover {
	background-color: #fff;
	background-image: url('../images/header-bg.png');
	background-size: cover;
	height: 540px;
	color: #232323 !important;
}

.nav {
	height: 70px;
	margin-top: 50px;
}

.nav .logo {
	float: left;
	margin: 0;
}

.nav .logo a {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	float: left;
	line-height: 70px;
}

.header:hover .logo a {
	color: #232323;
}

.header:hover .logo span {
	color: #ff0000;
}

.nav .nav-bar {
	float: right;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header:hover .nav .nav-bar {
	border-bottom: 1px solid #3f3e3e;
}

.nav .nav-bar>div {
	float: left;
}

.nav .nav-bar>div a {
	font-size: 16px;
	font-weight: 200;
	line-height: 70px;
	color: #fff;
	letter-spacing: -0.5px;
	padding: 0px 32px;
	text-transform: uppercase;
}

.header .nav-bar-dropdown a {
	display: inline-block;
	overflow: hidden;
}

.header .nav-bar-dropdown a:after {
	content: '';
	display: block;
	height: 0px;
	background: rgba(255, 255, 255, 0);
	float: left;
	width: 100%;
	margin-top: -20px;
	transition: 0.2s ease;
}

.header .nav-bar-dropdown a:hover:after {
	background: #ffcaca;
	height: 10px;
}

.header:hover .nav .nav-bar>div a {
	color: #232323;
}

.nav-bar-dropdown {
	float: right;
	padding-top: 15px;
	padding-bottom: 100px;
}

.nav-bar-dropdown .item {
	float: left;
	width: 100px;
	min-height: 10px;
}

.nav-bar-dropdown .item-1 {
	width: 105px;
}

.nav-bar-dropdown .item-2 {
	width: 137px;
}

.nav-bar-dropdown .item-4 {
	width: 81px;
}
.nav-bar-dropdown .item-5 {
	width: 160px;
}
.nav-bar-dropdown .item-6 {
	width: 137px;
}

.nav-bar-dropdown ul li {
	text-align: center;
}

.nav-bar-dropdown ul li a {
	color: #232323;
	font-size: 14px;
	font-weight: 200;
	line-height: 37px;
	letter-spacing: -0.5px;
}

.mainpage .video {
	width: 100%;
	height: 800px;
	background-image: url(../images/video-bg.gif);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.mainpage .video .text {
	width: 660px;
	margin-left: -330px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	z-index: 9;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 16px;
}

.mainpage .video .text .bd {
	letter-spacing: 33px;
	font-weight: 300;
	margin-right: -18px;
}

.mainpage .video .text .bd span {
	color: #ff0000;
}

.mainpage .video .text .line {
	margin: 30px auto;
}

.mainpage .video .text .line:before {
	content: '';
	width: 80px;
	border-top: 1px solid #fff;
	margin: 0 auto;
	display: block;
	margin-top: -12px;
	margin-bottom: 15px;

}

.mainpage .video .text .line a {
	color: #fff;
	letter-spacing: 6px;
}

.work-one {
	width: 100%;
	height: 700px;
	position: relative;
	overflow-x: hidden;
	background-image: url(../images/work-one-bg.png);
}

.work-one .owl-carousel {
	width: 1920px;
	height: 240px;
	overflow: hidden;
	margin-left: -373px;
}

.work-one .title {
	padding-top: 155px;
	margin-bottom: 30px;
}

.work-one .hao-title {
	float: left;
}

.work-one .owl-item {
	width: 370px !important;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.work-one .owl-item img {
	transition: 0.5s ease;
	width: 370px;
	height: 240px;
	z-index: 0;
}

.work-one .owl-item:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.work-one .owl-item a {
	display: block;
	color: #fff;
}

.work-one .owl-item .mask {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 25px;
	z-index: 1;
	opacity: 0;
	transition: 0.5s ease;
}

.work-one .owl-item:hover .mask {
	opacity: 1;
}

.work-one .owl-item .mask .item-title {
	font-size: 24px;
	font-weight: 200;
}

.work-one .owl-item .mask .info,
.work-one .owl-item .mask .keyword,
.work-one .owl-item .mask .date {
	font-size: 12px;
	font-weight: 100;
}

.work-one .owl-item .mask .info,
.work-one .owl-item .mask .keyword {
	width: 250px;
	position: absolute;
	bottom: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.work-one .owl-item .mask .info {
	bottom: 50px;
}

.work-one .owl-item .mask .date {
	width: 80px;
	position: absolute;
	right: 0px;
	bottom: 25px;
}

.work-one .next-btn {
	width: 170px;
	height: 37px;
	float: right;
	background: url(../images/lastpage-btn.png);
	margin-top: 23px;
	cursor: pointer;
	transition: 0.5s ease;
}

.work-one .next-btn:hover {
	margin-right: -10px;
}

.hao-more {
	float: right;
	font-weight: 200;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 45px;
}

.hao-more a:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	height: 0px;
	margin-top: -10px;
	transition: 0.5s ease;
}

.hao-more a:hover:after {
	height: 10px;
	background: #ffcaca;
}
.hao-title {
    margin:0;
}
.hao-title .hd {
	color: #232323;
	font-size: 16px;
	font-weight: 200;
}

.hao-title .bd {
	color: #232323;
	font-size: 36px;
	font-weight: 200;
	line-height: 50px;
}

.hao-title .bd b {
	font-weight: 300;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -10px;
}

.hao-title .bd b:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	background: #ffcaca;
	height: 10px;
	margin-top: -15px;
}

.mainpage .work-two {
	height: 1000px;
	background: #f9f9f9;
	position: relative;
	overflow: hidden;
}

.mainpage .work-two>.container {
	position: relative;
	height: 540px;
}

.mainpage .work-two .title {
	position: absolute;
	top: 300px;
	left: 650px;
}

.mainpage .work-two .big-slide {
	width: 570px;
	height: 400px;
	position: absolute;
	overflow: hidden;
	top: 300px;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}

.mainpage .work-two .big-slide .owl-item {
	width: 570px;
	height: 400px;
	background: #fff;
}

.mainpage .work-two .big-slide .owl-item img {
	width: 570px;
	height: 400px;
}

.mainpage .work-two .small-slide {
	width: 2200px;
	height: 200px;
	position: absolute;
	margin-left: -477px;
	top: 480px;
	z-index: 0;
	overflow: hidden;
}

.mainpage .work-two .small-slide .owl-item {
	opacity: 0.2;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.mainpage .work-two .small-slide .owl-item img {
	width: 280px !important;
	height: 195px !important;
}

.mainpage .work-two .small-slide .owl-item:nth-child(1) {
	margin-right: 505px !important;
}

.mainpage .work-two .hao-more {
	position: absolute;
	top: 345px;
	z-index: 999;
}

.mainpage .character {
	height: 900px;
	background-image: url(../images/character-bg.png);
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.mainpage .character .title {
	padding-top: 200px;
	padding-left: 115px;
	position: absolute;
}

#map img {
	display: block;
	margin: 0 auto;
}

.mainpage .character .layer01 {
	height: 320px;
	width: 1920px;
	background-image: url(../images/character-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
}

.mainpage .character .layer01 img {
	position: absolute;
	bottom: 0;
	left: 170px;
}

.mainpage .character .layer02 {
	width: 1200px;
	height: 900px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.mainpage .character .layer02 img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.mainpage .brochure {
	height: 1030px;
	background-image: url(../images/brochure-bg.jpg);
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.mainpage .brochure .title {
	padding-top: 120px;
}

.mainpage .brochure .hao-more {
	position: absolute;
	bottom: 120px;
	left: 50%;
	text-align: center;
	margin-left: -45px;
	z-index: 999;
}

.mainpage .brochure .hao-more a:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	margin-top: -10px;
	transition: 0.5s ease;
	height: 10px;
	/*background: #ffcaca;*/
}

.mainpage .brochure .hao-title {
	text-align: center;
}

.footer {
	height: 400px;
	margin-top: -35px;
	color: #878787;
	font-size: 16px;
	font-weight: 100;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.footer:before {
	content: '';
	display: block;
	width: 250%;
	height: 800px;
	border-radius: 50%;
	background: #232323;
	position: absolute;
	z-index: -1;
	top: 0;
	margin-left: -75%;
	transition: 1s ease;
}

.footer:hover:before {
	border-radius: 0;
	border-radius: 40%;
}

.footer .back-top {
	width: 80px;
	height: 80px;
	background: url(../images/back-top.png);
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}

.footer .logo {
	text-align: center;
}

.footer .logo .hd {
	text-align: center;

}

.footer .logo .hd a {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
}

.footer .logo .hd a span {
	color: #ff0000;
}

.footer .company {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.footer .company-info {
	text-align: center;
	margin-bottom: 50px;
}

.footer .company-info span {
	display: inline-block;
	padding: 0 25px;
	position: relative;
}

.footer .company-info span:not(:last-child):after {
	content: '';
	height: 15px;
	border-left: 1px solid #878787;
	position: absolute;
	right: 0;
	top: 4px;
}

.footer .company-info span:first-child {
	padding-left: 0;
}

.footer .company-info span:last-child {
	padding-right: 0;
}

.footer .family-site span {
	color: #fff;
	width: 16%;
	display: inline-block;
}

.footer .family-site a {
	color: #878787;
	text-align: center;
	width: 16.4%;
	display: inline-block;
}

.footer .family-site a:last-child {
	text-align: right;
}

.footer .family-site a:hover {
	color: #fff;
}

.subpage .header-banner {
	height: 540px;
	background-size: cover;
	background-position: center center;
	background-color: #999;
	color: #fff;
	font-size: 36px;
	font-weight: 100;
}

.subpage .header-banner .hd {
	margin-top: 300px;
}

.subpage .header-banner .bd {
	font-size: 16px;
}

.subpage.sub1-1 .header-banner {
	background-image: url(../images/sub1-1-header-banner.jpg);
}

.subpage.sub1-2 .header-banner {
	background-image: url(../images/sub1-2/sub1-2-header-banner.jpg);
}

.subpage.sub1-3 .header-banner {
	background-image: url(../images/sub1-3/sub1-3-header-banner.jpg);
}

.subpage.sub2-1 .header-banner {
	background-image: url(../images/sub2-1/sub2-1-header-banner.jpg);
}

.subpage.sub4-1 .header-banner {
	background-image: url(../images/sub4-1/sub4-1-header-banner.jpg);
}

.subpage.sub5-1 .header-banner {
	background-image: url(../images/sub5-1/sub5-1-header-banner.jpg);
}

.subpage.sub6-1 .header-banner {
	background-image: url(../images/sub6-1/sub6-1-header-banner.jpg);
}

.subpage .page-nav-bar {
	height: 90px;
	margin: 60px auto 20px;
	text-align: center;
}

.subpage .page-nav-bar a {
	font-size: 24px;
	font-weight: 200;
	color: #6c6c6c;
	margin: 0px 25px;
	display: inline-block;
}

.subpage .page-nav-bar a:hover,
.subpage .page-nav-bar a.active {
	color: #232323;
}

.subpage .page-nav-bar a:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	height: 0px;
	margin-top: -13px;
	transition: 0.5s ease;
}

.subpage .page-nav-bar a:hover:after,
.subpage .page-nav-bar a.active:after {
	height: 10px;
	background: #ffcaca;
}

.subpage.sub1-1 .item-01 {
	padding-top: 170px;
	margin-top: -170px;
	margin-bottom: 50px;
	height: 1600px;
	overflow: hidden;
	background: url(../images/sub1-1-item-01-bg.png);
	background-position: top top;
	background-repeat: no-repeat;
}

.subpage.sub1-1 .item-01 .video-01 {
	width: 1170px;
	height: 600px;
	background-image: url(../images/sub1-1/sub1-1-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.subpage.sub1-1 .item-01 .section-1 {
	padding: 60px 100px;
}

.subpage.sub1-1 .item-01 .section-1 .hd {
	color: #232323;
	font-size: 36px;
	font-weight: 200;
	letter-spacing: -1px;
}

.subpage.sub1-1 .item-01 .section-1 .hd span {
	color: #ff0000;
}

.subpage.sub1-1 .item-01 .section-1 .bd {
	font-weight: 200;
	font-size: 16px;
}

.subpage.sub1-1 .item-01 .section-2 {
	padding-top: 30px;
}

.subpage.sub1-1 .item-01 .section-2 .item {
	text-align: center;
	font-weight: 200;
}

.subpage.sub1-1 .item-01 .section-2 .item .icon {
	width: 90px;
	height: 90px;
	margin: 10px auto;
}

.subpage.sub1-1 .item-01 .section-2 .item:nth-child(1) .icon {
	background: url(../images/sub1-1/sub1-1_03.png);
}

.subpage.sub1-1 .item-01 .section-2 .item:nth-child(2) .icon {
	background: url(../images/sub1-1/sub1-1_05.png);
}

.subpage.sub1-1 .item-01 .section-2 .item:nth-child(3) .icon {
	background: url(../images/sub1-1/sub1-1_07.png);
}

.subpage.sub1-1 .item-01 .section-2 .item .hd .title {
	font-size: 36px;
}

.subpage.sub1-1 .item-01 .section-2 .item .hd .title .after-line:after {
	margin-top: -18px;
}

.subpage.sub1-1 .item-01 .section-2 .item .hd .info {
	font-size: 16px;
	color: #767676;
}

.subpage.sub1-1 .item-01 .section-2 .item .bd {
	font-size: 16px;
	padding-top: 30px;
}

.subpage.sub1-1 .item-02 {
	height: 1760px;
	background: #f8f8f8;
	padding-top: 90px;
}

.subpage.sub1-1 .item-02 .section-1 {
	padding-left: 90px;
	padding-top: 50px;
}

.subpage.sub1-1 .item-02 .section-1 .hd {
	color: #232323;
	font-size: 36px;
	font-weight: 200;
	letter-spacing: -1px;
}

.subpage.sub1-1 .item-02 .section-1 .hd .after-line:after {
	margin-top: -18px;
}

.subpage.sub1-1 .item-02 .section-1 .bd {
	font-weight: 200;
	font-size: 16px;
	padding-top: 35px;
}

.subpage.sub1-1 .item-02 .section-1 .ft {
	padding-top: 40px;
	font-size: 24px;
	font-weight: 200;
	letter-spacing: -1px;
}

.subpage.sub1-1 .item-02 .section-1 .sign {
	width: 328px;
	height: 135px;
	background: url(../images/sub1-1/sub1-1_13.png) center center no-repeat;
	float: right;
	margin-top: 20px;
}

.subpage.sub1-1 .process {
	height: 1400px;
	background: url(../images/sub1-1/sub1-1-item3-bg.png) center center no-repeat;
}

.subpage.sub1-1 .process .item-title {
	padding-top: 130px;
	padding-bottom: 35px;
	color: #232323;
	font-size: 36px;
	font-weight: 200;
	letter-spacing: -1px;
}

.subpage.sub1-1 .process .item-bd {
	margin-left: -15px;
	margin-right: -15px;
}

.subpage.sub1-1 .process .item-bd .item {
	border: 1px solid #c6c6c6;
	height: 500px;
	margin-bottom: 30px;
	background: #fff;
	transition: 0.5s ease;
	position: relative;
}

.subpage.sub1-1 .process .item-bd .item:after {
	content: '';
	width: 10px;
	height: 31px;
	display: block;
	background: url(../images/sub1-1/sub1-1_27.png);
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -21px;
}

.subpage.sub1-1 .process .item-bd .item:after {
	content: '';
	width: 10px;
	height: 31px;
	display: block;
	background: url(../images/sub1-1/sub1-1_27.png);
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -21px;
}

.subpage.sub1-1 .process .item-bd .col-xs-4:nth-child(3) .item:after,
.subpage.sub1-1 .process .item-bd .col-xs-4:nth-child(6) .item:after {
	display: none;
}

.subpage.sub1-1 .process .item-bd .item:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.subpage.sub1-1 .process .item-bd .item img {
	border-bottom: 1px solid #c6c6c6;
}

.subpage.sub1-1 .process .item-bd .item .hd {
	font-size: 24px;
	font-weight: 200;
	padding-top: 80px;
	padding-left: 70px;
}

.subpage.sub1-1 .process .item-bd .item .bd {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 200;
	padding-top: 20px;
	padding-left: 70px;
}

.subpage.sub1-1 .clients {
	background: #f8f8f8;
	height: 900px;
}

.subpage.sub1-1 .clients .item-title {
	padding-top: 100px;
	padding-bottom: 25px;
	color: #232323;
	font-size: 36px;
	font-weight: 200;
	letter-spacing: -1px;
}

.subpage.sub1-1 .clients .item-bd {
	margin-left: -12px;
	margin-right: -12px;
}

.subpage.sub1-1 .clients .item-bd .item {
	float: left;
	width: 20%;
	padding: 12px;
}

.subpage.sub1-1 .clients .item-bd .item img {
	transition: 0.5s ease;
}

.subpage.sub1-1 .clients .item-bd .item img:hover {
	transition: 0.5s ease;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.subpage.sub1-2 .item-01 {
	padding-top: 170px;
	margin-top: -170px;
	height: 1100px;
	background: url(../images/sub1-2/bg-01.jpg) center center no-repeat;
}

.subpage.sub1-2 .section-1,
.subpage.sub1-3 .section-1 {
	padding-left: 100px;
}

.subpage.sub1-2 .item-02 .section-1,
.subpage.sub1-3 .item-02 .section-1 {
	padding-top: 130px;
}

.subpage.sub1-2 .item-03 .section-1,
.subpage.sub1-3 .item-03 .section-1 {
	padding-top: 90px;
}

.subpage .section-1 .hd {
	font-size: 36px;
	font-weight: 200;
	padding-top: 20px;
}

.subpage .section-1 .hd .after-line:after {
	margin-top: -18px;
}

.subpage .section-1 .bd {
	font-weight: 200;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 70px;
}

.subpage.sub1-2 .video {
	width: 1170px;
	height: 600px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
}

.subpage.sub1-2 .item-01 .video {
	background-image: url(../images/sub1-2/sub1_2_video.gif);
}

.subpage.sub1-2 .item-02 {
	background: #f8f8f8;
	height: 1100px;
}

.subpage.sub1-2 .item-02 .video {
	background-image: url(../images/sub1-2/sub1_2_06.jpg);
}

.subpage.sub1-2 .item-03 {
	background-image: url(../images/sub1-2/sub1_2_item_03_bg.png);
	height: 1000px;
}

.subpage.sub1-2 .item-03 .video {
	background-image: url(../images/sub1-2/sub1_2_08.jpg);
}

.subpage.sub1-2 .item-04 {
	height: 680px;
	background: #f8f8f8;
}

.subpage.sub1-2 .item-04 .list {
	margin-top: 30px;
}

.subpage.sub1-2 .item-04 .list img {
	padding: 15px 0;
}

.subpage.sub1-3 .item-01 {
	background: url(../images/sub1-3/sub1_3_item_01_bg.png) center center no-repeat;
	height: 1400px;
	padding-top: 170px;
	margin-top: -170px;
}

.subpage.sub1-3 .item-01 .bd .left span {
	color: #6c6c6c;
	display: inline-block;
	width: 140px;
	margin-right: 15px;
}

.subpage.sub1-3 .item-01 .bd .left span:after {
	content: ':';
	float: right;
}

.subpage.sub1-3 .after-line:after {
	margin-top: -15px;
}

.subpage.sub1-3 .item-01 .custom-center .section-1 {
	padding-top: 50px;
}

.subpage.sub1-3 .item-01 .custom-center .section-1 .bd {
	padding-bottom: 0px;
}

.subpage.sub1-3 .item-01 .custom-center .section-1 .hd-small {
	font-size: 16px;
}

.subpage.sub1-3 .item-02 {
	background: #f9f9f9 url(../images/sub1-3/sub1_3_item_02_bg.png) center center no-repeat;
	height: 400px;
}

.subpage.sub1-3 .item-02 .section-1 {
	text-align: center;
	padding: 70px 0;
	position: relative;
}

.subpage.sub1-3 .item-02 .section-1 .bd,
.subpage.sub1-3 .item-02 .section-1 .hd {
	padding: 0;
}

.subpage.sub1-3 .item-02 .section-1 .hao-more {
	position: absolute;
	bottom: -20px;
	left: 50%;
	text-align: center;
	margin-left: -45px;
	z-index: 999;
}

.subpage.sub1-3 .item-02 .section-1 .hd b {
	font-weight: 300;
}

.subpage.sub1-3 .item-02 .section-1 .hao-more a:after {
	height: 10px;
	background: #ffcaca
}

.subpage.sub2-1 {
	background-image: url(../images/sub2-1/sub2_1_bg_top.jpg);
	background-position: center 540px;
	background-repeat: no-repeat;
}

.subpage.sub2-1 .work-one {
	background: none;
	height: 480px;
}

.subpage.sub2-1 .work-one .title {
	padding-top: 40px;
}

.subpage.sub2-1 .work-detail {
	background: url(../images/sub2-1/sub2_1_detail_bg_bottom.png) bottom center no-repeat;
}

.subpage.sub2-1 .work-detail .editor-container {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	background: #fff;
	min-height: 600px;
}

.subpage.sub2-1 .work-detail .backlist {
	padding: 70px 0 100px;
	text-align: right;
}

.subpage.sub2-1 .work-detail .backlist a {
	font-size: 24px;
	font-weight: 200;
	color: #6c6c6c;
	margin: 0px 25px;
	display: inline-block;
}

.subpage.sub2-1 .work-detail .backlist a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(../images/icon-article-list.png);
	position: relative;
	top: -5px;
	margin-right: 5px;
	margin-left: 2px;
}

.subpage.sub2-1 .work-detail .backlist a:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	background: #ffcaca;
	margin-top: -13px;
}

.subpage.sub2-1 .slide-two,
.subpage.sub2-1 .slide-four {
	background: #f9f9f9;
}

.subpage.sub2-1 .slide-four {
	height: 550px;
}

.subpage.sub2-1 .slide-three {
	background-image: url(../images/sub2-1/sub2_1_bg_bottom.png);
	background-position: center center;
	background-repeat: no-repeat;
}


.subpage.sub4-1 {
	background-image: url(../images/sub4-1/sub4_1_bg_top.png);
	background-position: center 540px;
	background-repeat: no-repeat;
}

.subpage.sub4-1 .search-bar {
	border: 2px solid #e3e3e3;
	height: 40px;
	width: 600px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}

.subpage.sub4-1 .search-bar select {
	border: none;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	width: 90px;
	display: inline-block;
	outline: none;
	color: #e3e3e3;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	padding-left: 10px;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select-arrow.png) 70px 18px no-repeat;
}

.subpage.sub4-1 .search-bar input {
	border: none;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	width: 500px;
	display: inline-block;
	outline: none;
	color: #e3e3e3;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
	background: none;
	z-index: 1;
	position: relative;
}

.subpage.sub4-1 .search-bar button {
	position: absolute;
	border: none;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	color: #e3e3e3;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	display: inline-block;
	outline: none;
	padding: 0;
	margin: 0;
	width: 80px;
	margin-right: -40px;
	right: 50%;
	z-index: 0;
	transition: 0.5s ease;
}

.subpage.sub4-1 .search-bar.active button {
	right: 0;
	margin-right: 0;
	z-index: 9;
}

.subpage.sub4-1 .search-bar button:active,
.subpage.sub4-1 .search-bar button:hover,
.subpage.sub4-1 .search-bar button:focus {
	background: #fff;
}

.subpage.sub4-1 .search-bar button:before {
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/icon-search.png) center center no-repeat;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 5px;
}

.subpage.sub4-1 .article-list {
	min-height: 500px;
	background-image: url(../images/sub4-1/sub4_1_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 30px;
}

.subpage.sub4-1 .article-list li {
	border-bottom: 2px solid #f3f3f3;
	padding-top: 40px;
	cursor: pointer;
}

.subpage.sub4-1 .article-list li:after {
	content: '';
	clear: both;
	display: table;
}

.subpage.sub4-1 .article-list .article-thumbnail {
	float: left;
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	transition: 0.5s ease;
}

.subpage.sub4-1 .article-list .article-detail {
	float: left;
	width: 970px;
	margin-left: 30px;
	background: #fff url('../images/icon-arrow-down.png') right bottom no-repeat;
}

.subpage.sub4-1 .article-list .article-detail .author {
	font-size: 16px;
	font-weight: 100;
	color: #6c6c6c;
}

.subpage.sub4-1 .article-list .article-detail .author span {
	padding: 0 30px;
	position: relative;
}

.subpage.sub4-1 .article-list .article-detail .author span:first-child {
	padding-left: 0;
}

.subpage.sub4-1 .article-list .article-detail .author span:not(:first-child) {
	padding: 0 30px;
}

.subpage.sub4-1 .article-list .article-detail .author span:first-child:after {
	content: '';
	height: 15px;
	border-right: 1px solid #989898;
	position: absolute;
	right: 0;
	top: 5px;
	color: #989898;
}

.subpage.sub4-1 .article-list .article-detail .title {
	font-size: 36px;
	color: #232323;
	font-weight: 200;
	line-height: 76px;
	height: 76px;
	width: 970px;
	overflow: hidden;
	border-bottom: 2px solid #e5e5e5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.subpage.sub4-1 .article-list .article-detail .title span {
	display: inline-block;
}

.subpage.sub4-1 .article-list .article-detail .title span:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	background: #fff;
	margin-top: -28px;
	transition: 0.5s ease;
}

.subpage.sub4-1 .article-list .active .article-detail {
	background: #fff url('../images/icon-arrow-up.png') right bottom no-repeat;
}

.subpage.sub4-1 .article-list .active .article-detail .title span:after,
.subpage.sub4-1 .article-list li:hover .article-detail .title span:after {
	background: #ffcaca;
}

.subpage.sub4-1 .article-list .active .article-thumbnail {
	border-radius: 5px;
}

.subpage.sub4-1 .article-list .article-detail .detail {
	margin: 30px 0px 30px;
	font-size: 16px;
	font-weight: 200;
	height: 48px;
	overflow: hidden;
}

.subpage.sub4-1 .article-list .article-detail .detail p {
	padding: 0;
	margin: 0;
}

.subpage.sub4-1 .article-list .article-detail .detail img {
	margin: 15px 0;
}

.subpage.sub4-1 .article-list .page-navigation {
	text-align: center;
	padding: 50px 0;
}

.subpage.sub4-1 .article-list .page-navigation ul {
	display: inline-block
}

.subpage.sub4-1 .article-list .page-navigation li {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	width: 36px;
	text-align: center;
}

.subpage.sub4-1 .article-list .page-navigation li a {
	height: 36px;
	line-height: 36px;
	padding: 0;
	display: inline-block;
	border: none;
	background: none;
	font-size: 16px;
	color: #6c6c6c;
	font-weight: 100;
}

.subpage.sub4-1 .article-list .page-navigation li.active a {
	color: #232323;
}

.subpage.sub4-1 .article-list .page-navigation li.active a:after,
.subpage.sub4-1 .article-list .page-navigation li:hover a:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	background: #ffcaca;
	margin-top: -18px;
	transition: 0.5s ease;
	padding: 0 3px;
}

.subpage.sub4-1 .article-list .page-navigation li.prev a:after {
	display: none;
}

.subpage.sub4-1 .article-list .page-navigation li.next a:after {
	display: none;
}

.subpage.sub4-1 .article-list .page-navigation li.prev>a,
.subpage.sub4-1 .article-list .page-navigation li.next>a {
	width: 36px;
	height: 36px;
}

.subpage.sub4-1 .article-list .page-navigation li.prev>a {
	background: url(../images/icon-arrow-left.png);
}

.subpage.sub4-1 .article-list .page-navigation li.next>a {
	background: url(../images/icon-arrow-right.png);
}

.subpage.sub4-1 .article-list .expire .title span:after {
	height: 2px;
	background: #333 !important;
	margin-top: -35px;
}

.subpage.sub5-1 {
	background-image: url(../images/sub5-1/sub5_1_bg_top.png);
	background-position: center 540px;
	background-repeat: no-repeat;
}

.subpage.sub5-1 .form-list {
	min-height: 600px;
	background-image: url(../images/sub5-1/sub5_1_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	padding-top: 30px;
}

.subpage.sub5-1-form {
	background-image: url(../images/sub5-1/sub5_1_form_bg_top.png);
	background-position: center 540px;
	background-repeat: no-repeat;
}

.subpage.sub5-1 .form-detail {
	min-height: 600px;
	background-image: url(../images/sub5-1/sub5_1_form_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	padding-top: 30px;
}

.subpage .quick-navigation {
	margin-top: 15px;
	font-size: 16px;
	color: #6c6c6c;
	font-weight: 200;
}

.subpage .quick-navigation a {
	font-size: 16px;
	color: #6c6c6c;
	font-weight: 200;
}

.subpage.sub5-1 .form-list .section-1 .bd.row {
	margin-top: 65px;
}

.subpage.sub5-1 .form-list .section-1 .photo {
	width: 370px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.subpage.sub5-1 .form-list .section-1 .photo:after,
.subpage.sub5-1 .form-list .section-1 .photo:before {
	content: '';
	display: block;
	position: absolute;
	height: 0%;
	top: 0;
	width: 2px;
	left: 0;
	background: #666;
	transition: 0.5s ease;
	z-index: 999;
}

.subpage.sub5-1 .form-list .section-1 .photo:before {
	right: 0px;
	left: unset;
	top: unset;
	bottom: 0;
}

.subpage.sub5-1 .form-list .section-1 .photo .border-box {
	width: 370px;
	height: 240px;
	position: absolute;
}

.subpage.sub5-1 .form-list .section-1 .photo .border-box:after,
.subpage.sub5-1 .form-list .section-1 .photo .border-box:before {
	content: '';
	display: block;
	position: absolute;
	width: 0%;
	bottom: 0;
	height: 2px;
	left: 0;
	background: #666;
	transition: 0.5s ease;
	z-index: 999;
}

.subpage.sub5-1 .form-list .section-1 .photo .border-box:before {
	top: 0px;
	bottom: unset;
	right: 0;
	left: unset;
}

.subpage.sub5-1 .form-list .section-1 .text {
	font-size: 24px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.subpage.sub5-1 .form-list .section-1 .col-md-4 {
	margin-bottom: 75px;
}

.subpage.sub5-1 .form-list .section-1 .col-md-4:hover .photo .border-box:before,
.subpage.sub5-1 .form-list .section-1 .col-md-4:hover .photo .border-box:after {
	width: 100%
}

.subpage.sub5-1 .form-list .section-1 .col-md-4:hover .photo:before,
.subpage.sub5-1 .form-list .section-1 .col-md-4:hover .photo:after {
	height: 100%
}

.subpage.sub5-1 .form-list .section-1 .col-md-4 .photo img {
	transition: 0.5s ease;
}

.subpage.sub5-1 .form-list .section-1 .col-md-4:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.subpage.sub5-1 .form-list .section-1 .button-group a {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	color: #ff0000;
	border: 2px solid #ff0000;
	margin-right: 15px;
	margin-top: 15px;
}

.subpage.sub5-1 .form-list .section-1 .button-group a:hover {
	background: #ff0000;
	color: #fff;
}

.subpage.sub5-1 .form-list .section-1 .button-group a:last-child {
	color: #6c6c6c;
	border-color: #6c6c6c;
}

.subpage.sub5-1 .form-list .section-1 .button-group a:last-child:hover {
	background: #6c6c6c;
	color: #fff;
}

.subpage.sub5-1 .form-list .section-1 .bd {
	padding-bottom: 0px;
}

.subpage.sub5-1 .form-list .section-1:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.subpage.sub5-1-form .form-detail .section-1 .hd {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
}

.subpage.sub5-1-form form {
	padding-top: 20px;
}

.subpage.sub5-1-form form label {
	font-size: 16px;
	font-weight: 200;
	color: #232323;
	padding: 0;
	line-height: 40px;
	text-align: left;
	padding-left: 15px;
}

.subpage.sub5-1-form form input {
	height: 40px;
}

.subpage.sub5-1-form form textarea,
.subpage.sub5-1-form form input {
	border: 2px solid #e3e3e3;
	border-radius: 0;
	box-shadow: none;
}

.subpage.sub5-1-form form .form-group {
	margin-bottom: 15px;
	margin-top: 15px;
}

.subpage.sub5-1-form form input[type=file] {
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 120%;
	margin-left: -20%;
	margin-top: -40px;
}

.subpage.sub5-1-form form .filename {
	cursor: pointer;
}

.input-btn {
	overflow: hidden;
}

.subpage.sub5-1-form form .input-btn .btn {
	font-weight: 700;
	position: absolute;
	top: 0px;
	right: 14px;
	height: 40px;
	width: 100px;
	background: #232323;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	padding: 0;
}

.subpage.sub5-1-form form .form-submit {
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #232323;
	padding: 0;
	font-size: 16px;
	font-weight: 200;
	border-radius: 0;
	margin-right: 15px;
}

.subpage.sub5-1-form form .form-category {
	height: 0;
	width: 0;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

.form-control-feedback {
	line-height: 40px;
	width: 40px;
	height: 40px;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	top: -15px;
	left: 27px;
	background: #fff;
	padding: 0 3px;
}

/*sweet alert*/
.swal-overlay .swal-button--backhome {
	background: #ccc;
}

.swal-overlay .swal-footer {
	text-align: center;
}

.swal-overlay .alertloading {
	width: 200px;
}

.swal-overlay .alertloading .swal-icon--success {
	border: none;
	margin-bottom: 32px;
}

.swal-overlay .alertloading .swal-icon--success__ring {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.swal-overlay .alertloading .swal-icon--success__ring {
	margin: 0 auto;
	position: relative;
	border-top: 4px solid #edf8e6;
	border-right: 4px solid #edf8e6;
	border-bottom: 4px solid #edf8e6;
	border-left: 4px solid #a5dc86;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.swal-overlay .alertloading .swal-icon--success__ring {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.swal-overlay .alertloading .swal-icon--success__line,
.swal-overlay .alertloading .swal-icon--success__hide-corners,
.swal-overlay .alertloading .swal-icon--success:after,
.swal-overlay .alertloading .swal-icon--success:before {
	display: none;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.mobile-header {
	display: none;
}

.quickmenu {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 999;
	opacity: 1;
}
.quickmenu .openstatus ,.quickmenu .closestatus {
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 200px;
	padding: 20px;
	right: 0;
	transition: 0.5s ease;
}
.quickmenu .closestatus {
	width: 77px;
}
.quickmenu .openstatus.closed {
	right: -250px;
}
.quickmenu .closestatus.closed{
	right: -120px;
}
.quickmenu .openstatus .closebtn ,.quickmenu .closestatus .openbtn{
	position: absolute;
	left: -22px;
	top: 28px;
	cursor: pointer;
}
.quickmenu .openstatus .cont .item .hd {
	font-size: 16px;
	padding: 10px 0;
	font-weight: 600;
}
.quickmenu .openstatus .cont .line ,.quickmenu .closestatus .cont .line{
	border-top: 1px solid #e5e5e5;
	margin: 22px 0 0;
}
.quickmenu .closestatus .cont .line{
	margin-bottom: 22px;
}
.quickmenu .openstatus .cont .item .ft {
	width: 159px;
	border-radius: 5px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
}
.quickmenu .openstatus .cont .item .ft .txt2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
}
.quickmenu .openstatus .cont .item .img {
	padding-top: 80px;
}
.quickmenu .openstatus .cont .item .img img {
	width: 60px;
}
@media(max-width:768px) {
	.container {
		width: 100% !important;
		padding: 0 15px;
		overflow: hidden;
	}

	.header .nav {
		margin-top: 15px;
	}

	.hao-title .bd {
		font-size: 24px;
		line-height: 34px;
	}

	.hao-title .bd b {
		margin-bottom: -7px;
	}

	.work-one .title {
		padding-top: 55px;
	}

	.work-one .hao-more {
		position: absolute;
		top: 375px;
	}

	.hao-more a:after {
		content: '';
		display: block;
		float: left;
		width: 100%;
		height: 10px;
		background: #ffcaca;
		margin-top: -10px;
		transition: 0.5s ease;
	}

	.header .nav .logo,
	.header .nav .logo a {
		float: none;
		text-align: center;
	}

	.mainpage .video {
		height: 650px;
		background-position: center center;
	}

	.mainpage .video .text .bd {
		letter-spacing: 13px;
		margin-right: 0px;
	}

	.mainpage .video .text {
		letter-spacing: 4px;
	}

	.hao-title .bd b:after {
		margin-top: -20px;
	}

	.work-one {
		height: 480px;
	}

	.mainpage .work-two .title {
		position: absolute;
		top: 75px;
		left: 20px;
	}

	.mainpage .work-two .big-slide {
		width: 270px;
		height: 200px;
		top: 241px;
	}

	.mainpage .work-two .small-slide {
		top: 300px;
		margin-left: -800px;
	}

	.mainpage .work-two .small-slide .owl-item img {
		width: 187px !important;
		height: 130px !important;
	}

	.mainpage .work-two .hao-more {
		top: 350px;
	}

	.mainpage .work-two {
		height: 540px;
	}

	.mainpage .character .title {
		padding-top: 45px;
		padding-left: 0;
	}

	.mainpage .character {
		height: 600px;
	}

	.mainpage .character .layer01 {
		height: 260px;
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.mainpage .character .layer01 img {
		left: -50px;
	}

	.mainpage .character .layer02 {
		height: 600px;
		position: absolute;
		left: unset;
		margin-left: 0px;
		right: 0;
	}

	.mainpage .character .layer02 img {
		width: 70%;
	}

	.mainpage .brochure {
		height: 630px;
		background-size: cover;
		background-position: center center;
	}

	.mainpage .video .text .bd span {
		padding-left: 11px;
	}

	.mainpage .brochure .title {
		padding-top: 60px;
	}

	.mainpage .brochure .hao-more {
		bottom: 80px;
	}

	.footer:before {
		width: 300%;
		margin-left: -100%;
	}

	.footer {
		height: 520px;
	}

	.footer .company-info span {
		padding: 0;
		display: block;
	}

	.footer .company-info span:after {
		display: none;
	}

	.footer .family-site span {
		display: block;
		text-align: center;
		width: 100%;
	}

	.footer .family-site {
		text-align: center;
	}

	.footer .family-site a {
		width: auto;
		padding: 15px 15px 0;
	}

	.footer .company-info {
		margin-bottom: 20px;
	}

	.mobile-header {
		position: absolute;
		height: 70px;
		margin-top: 15px;
		z-index: 9;
		width: 100%;
		display: block;
	}

	.mobile-header .logo {
		text-align: center;
	}

	.mobile-header .logo a {
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		letter-spacing: -1px;
		line-height: 70px;
	}

	.mobile-header .logo span {
		color: #ff0000;
	}

	.mobile-header .icon-bar {
		transition: .3s ease;
		-webkit-transition: .3s ease;
		width: 24px;
		height: 4px;
		border-radius: 5px;
		background: #fff;
		display: block;
		margin-top: 4px;
	}

	.mobile-header .icon-bar.x-1 {
		transform: rotate(-135deg) translateX(-6px) translateY(-6px);
		-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	}

	.mobile-header .icon-bar.x-2 {
		opacity: 0;
		transform: rotate(-135deg) translateX(0px) translateY(0px);
		-webkit-transform: rotate(-135deg) translateX(0px) translateY(0px);
	}

	.mobile-header .icon-bar.x-3 {
		transform: rotate(-45deg) translateX(5px) translateY(-6px);
		-webkit-transform: rotate(-45deg) translateX(5px) translateY(-6px);
	}

	.mobile-header .icon-bar.x-2 {
		opacity: 1;
	}

	.mobile-header .closed .icon-bar {
		-webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
	}

	.mobile-header button {
		position: absolute;
		padding: 9px 10px;
		top: 14px;
		right: 15px;
		background: none;
		border: none;
		outline: none !important;
	}

	.header .nav-bar {
		width: 120px;
		height: 100%;
		float: left;
		background: #eee;
		color: #000 !important;
	}

	.header .logo {
		display: none;
	}

	.header .nav .nav-bar>div a {
		color: #333;
		padding: 0 15px;
		display: block;
	}

	.header .clearfix {
		display: none;
	}

	.header .nav-bar-dropdown a {
		display: block;
	}

	.header .nav .nav-bar>div a:after {
		content: '';
		display: block;
		float: right;

	}

	.nav .nav-bar>div {
		float: none;
	}

	.header .dropdown-bar {
		width: 150px !important;
		float: left;
		padding: 0;
		margin-left: -200px;
		transition: 0.5s ease;
	}

	.header,
	.header:hover {
		height: 100%;
		position: fixed;
		width: auto;
		transition: 0.5s ease;
		z-index: 9999;
	}

	.header .nav {
		width: 125px !important;
		height: 100%;
		margin: 0;
		padding: 0;
		margin-left: -150px;
		transition: 0.5s ease;
		float: left;
		position: relative;
		z-index: 999;
	}

	.nav-bar-dropdown ul li {
		text-align: left;
		padding-left: 15px;
	}

	.mainpage .video .text {
		margin-left: 0px;
		left: unset;
		width: 100%;
	}

	.header.open .nav {
		margin-left: 0;
	}

	.header .dropdown-bar.open {
		margin-left: 0;
	}

	.header .dropdown-bar .item {
		display: none;
	}

	.nav-bar-dropdown .item {
		width: 150px;
	}

	.subpage .page-nav-bar a {
		font-size: 18px;
	}

	.subpage .page-nav-bar {
		margin-top: 20px;
	}

	.subpage.sub1-1 .item-01 .video-01,
	.subpage.sub1-2 .item-01 .video,
	.subpage.sub1-2 .video {
		width: 100%;
		height: 300px;
		background-size: cover;
	}

	.subpage.sub1-1 .item-01 .section-1,
	.subpage.sub1-1 .item-02 .section-1,
	.subpage.sub1-2 .section-1,
	.subpage.sub1-3 .section-1 {
		padding: 0;
	}

	.subpage.sub1-1 .item-01 .section-2 .item,
	.subpage.sub1-1 .process .col-xs-4 {
		width: 100%;
		margin-bottom: 30px;
	}

	.subpage.sub1-1 .item-01,
	.subpage.sub1-1 .process,
	.subpage.sub1-1 .item-02,
	.subpage.sub1-2 .item-01,
	.subpage.sub1-2 .item-02,
	.subpage.sub1-2 .item-03,
	.subpage.sub1-2 .item-04,
	.subpage.sub1-3 .item-01 {
		height: auto;
		padding-bottom: 50px;
	}

	.subpage.sub1-2 .item-02 .section-1,
	.subpage.sub1-3 .item-02 .section-1 {
		padding-top: 30px;
	}

	.subpage.sub1-2 .item-03 .section-1,
	.subpage.sub1-3 .item-03 .section-1 {
		padding-top: 30px;
	}

	.subpage.sub1-2 .item-04 .col-md-4 {
		width: 50%;
		float: left;
	}

	.subpage.sub1-1 .clients .item-bd .item {
		width: 33%;
	}

	.subpage.sub1-1 .clients .item-bd .item img,
	.subpage.sub1-2 .item-04 .col-md-4 img {
		width: 100%;
	}

	.subpage.sub1-1 .item-02 .section-1 .bd {
		font-size: 14px;
	}

	.subpage .section-1 .hd,
	.subpage.sub1-1 .item-02 .section-1 .hd {
		font-size: 24px;
	}

	.subpage.sub1-3 .item-01 .bd .left span {
		display: block;
		margin-top: 10px;
	}

	.subpage.sub1-3 .custom-center .left span {
		display: inline-block !important;
	}

	#map {
		width: 100%;
		overflow: hidden;
	}

	.subpage.sub1-3 .item-02 .section-1 .hao-more {
		bottom: 0;
	}

	.subpage .quick-navigation a {
		font-size: 14px;
		padding-bottom: 6px;
	}

	.hao-title .hd {
		font-size: 14px;
	}

	.subpage.sub2-1 .work-one {
		height: auto;
		padding-bottom: 50px;
	}

	.editor-container img {
		max-width: 100%;
	}

	.subpage.sub4-1 .search-bar,
	.subpage.sub1-1 .process .item-bd .item img {
		width: 100%;
	}

	.subpage.sub4-1 .search-bar select {
		width: 25%;
		padding: 0;
		margin-left: 2%;
	}

	.subpage.sub4-1 .search-bar input {
		width: 65%;
	}

	.subpage.sub4-1 .article-list .article-thumbnail {
		width: 20%;
		height: auto;
	}

	.subpage.sub4-1 .article-list .article-thumbnail img {
		width: 100%;
	}

	.subpage.sub4-1 .article-list .article-detail {
		padding-left: 0;
		width: 80%;
		margin-left: 0;
	}

	.subpage.sub4-1 .article-list .article-detail .author {
		padding-left: 10px;
	}

	.subpage.sub4-1 .article-list .article-detail .title {
		padding-left: 10px;
		font-size: 24px;
		line-height: 60px;
		width: auto;
	}

	.subpage.sub4-1 .article-list .article-detail .detail {
		margin-left: -20%;
		margin-bottom: 50px;
	}

	.subpage.sub4-1 .article-list .page-navigation li {
		width: 30px;
	}

	.subpage .page-nav-bar a {
		margin: 0 10px;
	}

	.subpage.sub5-1 .form-list,
	.subpage.sub5-1 .form-detail {
		padding-top: 0px;
	}

	#hao-form .text-right .btn {
		margin-top: 25px;
	}

	.subpage.sub5-1-form form .form-submit {
		width: 125px;
		height: 50px;
		font-size: 20px;
	}

	#hao-form .text-right {
		text-align: center;
	}

	.subpage.sub5-1 .form-list .section-1 .bd.row {
		margin-top: 15px;
	}

	.subpage.sub5-1 .form-list .section-1 .photo,
	.subpage.sub5-1 .form-list .section-1 .photo .border-box,
	.subpage.sub5-1 .form-list .section-1 .photo img {
		width: 100%;
	}

	.subpage.sub4-1 .article-list .expire .title span:after {
		margin-top: -30px;
	}
	.quickmenu .closestatus {
		right: -120px;
	}
	.quickmenu .openstatus {
	    right: -250px;
	}
	.quickmenu .openstatus.closed {
	    right: 0px;
	}
	.quickmenu .closestatus.closed {
	    right: 0;
	}
}

.logo .default {
	display: block;
}
.logo .mouseover {
	display: none;
}
.logo:hover .default  , .header:hover .logo .default{
	display: none;
}
.logo:hover .mouseover , .header:hover .logo .mouseover {
	display: block;
}
.footer .logo .bd {
	padding-top: 15px;
}
.kakao {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 999;
}