body {
	font-family: "Pretendard", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #e83817;
	text-decoration: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}
.navbar-brand {
	height: 80px;
	padding: 21px 15px;
}
nav.navbar.bootsnav {
	background: none;
	border-bottom: none;
	position: fixed!important;
	width: 100%;
	opacity: 1;
}
nav.navbar.bootsnav.animate {
	opacity: 0;
}
nav.navbar.bootsnav ul.nav>li>a {
	font-size: 22px;
	font-weight: 200;
	color: #fff;
	padding: 44px;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}

.attr-nav>ul>li.tel a{
	font-family: pretendard;
	font-size: 22px;
	line-height: 57px;
	margin: 10px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	border: none;
	padding-right: 0;
	margin-right: 15px;
}
.attr-nav>ul>li.tel a span {
	display: inline-block;
	height: 15px;
	border-right: 2px solid #fff;
	margin: 0 10px;
}
.wrap-sticky nav.navbar.bootsnav {
	background-color: rgba(0,0,0,0);
	transition: 0.5s ease;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	background-color: rgba(0,0,0,0.5);
}

textarea.form-control {
	margin-top: 10px;
	border-color: #c4c4c4 !important;
	border-radius: 10px;
	padding: 15px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.main-banner {
	margin-top: -106px;
	position: relative;
}
.main-banner .owl-carousel .item {
  height: 100vh;
}
.main-banner .owl-carousel .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 1;
}
.main-banner .owl-carousel .item .text-area.text-area1 {
	color: #fff;
	text-align: center;
}
.main-banner .owl-carousel .item .text-area.text-area1 .txt1{
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -0.8px;
	margin-bottom: -15px;
}
.main-banner .owl-carousel .item .text-area.text-area1 .txt2 {
	font-size: 67px;
	font-weight: 900;
}
.main-banner .owl-carousel .item .text-area a {
	font-size: 20px;
	background-color: #0189df;
	color: #fff;
	padding: 0px 50px;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	margin-top: 40px;
	transition: 0.5s ease;
}
.main-banner .owl-carousel .item .text-area a:hover {
	opacity: 0.8;
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.main-banner .owl-carousel .active .item .txt1 {
	-webkit-animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-banner .owl-carousel .active .item .txt2 {
	-webkit-animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-delay: 0.2s;
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-banner .owl-carousel .active .item .txt3 {
	-webkit-animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-delay: 0.4s;
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-banner .owl-carousel .active .item .txt4 {
	-webkit-animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-delay: 0.6s;
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-banner .control ,.slide .control {
	position: absolute;
	bottom: 40px;
	z-index: 98;
	left: 50%;
	display: flex;
	flex-direction: row;
	margin-left: -60px;
}
.main-banner .control .page-navi , .slide .control .page-navi{
	height: 45px;
	min-width: 125px;
	text-align: center;
	display: flex;
	color: #fff;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.main-banner .control .page-navi .prev ,.slide .control .page-navi .prev {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_arrow_left.png);
	margin: 0 8px;
}
.main-banner .control .page-navi .next ,.slide .control .page-navi .next {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_arrow_right.png);
	margin: 0 8px;
}
.main-banner .control .page-navi .current ,.slide .control .page-navi .current {
	font-size: 19px;
	font-weight: 200;
}
.main-banner .control .page-navi .current {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.main-banner .control .page-navi .current .line {
	height: 15px;
	border-right: 2px solid #fff;
	margin: 0 15px;
	position: relative;
	top: 1px;
}
.main-banner .background {
	position: absolute;
	top: 0;
	height: 100vh;
	z-index: 0;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.main-banner .background img {
	height: 100vh;
}
.main-banner .background video {
	opacity: 0.2;
}

.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;
}
.chatbtn {
	width: 50px;
	height:50px;
	border-radius: 50%;
	background-color: #e83817;
	background-image: url(../images/main_17.png);
	position: fixed;
	bottom: 130px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
	    background-size: 100%;
}
.back2top {
	width: 50px;
	height:50px;
	border-radius: 50%;
	background-color: #e83817;
	background-image: url(../images/main_20.png);
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
	    background-size: 100%;
}
.main-about {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.main-about .hd ,.main-product .hd ,.main-partners .hd {
	text-align: center;
}
.main-about .hd .subtitle ,.main-product .hd .subtitle ,.main-partners .hd .subtitle {
	font-size: 18px;
	color: #e83817;
	font-weight: 500;
}
.main-about .hd .title ,.main-product .hd .title ,.main-partners .hd .title {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
}
.main-about .hd .description ,.main-product .hd .description ,.main-partners .hd .description {
	font-size: 22px;
	letter-spacing: -1px;
	padding: 20px 0;
}
.main-about .bd .item {
	text-align: center;
	padding: 50px 0;
	border-radius: 20px;
}
.main-about .bd .item:hover {
	background-color: #fff;
}
.main-about .bd .item  .icon .red ,.main-about .bd .item:hover .icon .black {
	display: none;
}
.main-about .bd .item:hover  .icon .red ,.main-about .bd .item  .icon .black{
	display: inline;
}
.main-about .bd .item .title {
	font-size: 25px;
	font-weight: 700;
}
.main-about .bd .item:hover .title {
	color: #e83817;
}
.main-about .bd .item .description {
	padding: 30px 0;
	line-height: 30px;
	font-size: 20px;
}
.main-about .bd .item .link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.main-about .bd .item .link a {
	background-color: #000;
	color: #fff;
	width: 180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 30px;
}
.main-about .bd .item:hover .link a {
	background-color: #e83817;
}
.main-about .bd .item .link a i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #fff;
}
.main-about .bd .item .link a i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}
.main-product {
	padding: 80px 0;
	overflow-x: hidden;
}
.main-product .bd {
	margin-top: 60px;
}
.main-product .bd .texttab .item {
	display: none;
	height: 360px;
	flex-direction: column;
	justify-content: center;
}
.main-product .bd .texttab .item.active {
	display: flex;
}
.main-product .bd .texttab .item .subtitle {
	color: #e83817;
	font-size: 18px;
	font-weight: 500;
}
.main-product .bd .texttab .item .title {
	font-size: 30px;
	font-weight: 700;
}
.main-product .bd .texttab .item .description {
	font-size: 20px;
	padding-top: 55px;
}
.main-product .bd .main-project  {
	width: 1400px;
}
.main-product .ft {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.main-product .ft .slidernavi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 260px;
}
.main-product .ft .slidernavi .num {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: 600;
}
.main-product .ft .slidernavi .num .active {
	color: #e83817;
}
.main-product .ft .slidernavi .num .line {
	padding: 0 4px;
}
.main-product .ft .slidernavi .linenavi {
	position: relative;
}
.main-product .ft .slidernavi .linenavi:after {
	content:'';
	display: block;
	width: 180px;
	height: 3px;
	background-color: #e5e5e5;
}
.main-product .ft .slidernavi .linenavi:before {
	content:'';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #e83817;
	position: absolute;
	transition: 0.5s ease;
	left: 0px;
}
.main-product .ft .slidernavi .linenavi.active2:before {
	left: 60px;
}
.main-product .ft .slidernavi .linenavi.active3:before {
	left: 120px;
}
.main-product .ft .sliderctrl {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: -15px;
}
.main-product .ft .sliderctrl .prev ,.main-product .ft .sliderctrl .next {
	cursor: pointer;
}
.main-product .ft .sliderctrl .line {
	height: 15px;
	border-right: 1px solid #000;
	margin: 0 15px;
}
.main-product .bd .texttab .item.active .subtitle {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both; 
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-product .bd .texttab .item.active .title {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both; 
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-product .bd .texttab .item.active .description {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both; 
	animation-duration: 1s; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.main-partners {
	background: #fff;
	padding: 80px 0;
	overflow-x: hidden;
}
.main-partners .banner_list ul li {
	width: 26rem;
	text-align: center;
	height: auto;
	border-radius: 0;
	border: none;
	float: left;
	margin: 0 0.5rem;
	overflow: hidden;
}
.main-partners .banner_list ul li img {
	border: 1px solid #bbbbbb;
	border-radius: 10px;
}
.agreements {
	background-color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding: 15px;
	color: #666;
	height: 120px;
	overflow: auto;
}

.banner_list{
    width: 100%; 
		padding-top: 60px;
}
.banner_list ul {
    display: flex;
    margin: 0;
}

.banner_list ul li {
    width: 60rem;
		text-align: center;
    height: auto;
    border-radius: 5rem;
    border: none;
    float: left;
    margin: 0 0.5rem;
    overflow: hidden;
}
.banner_list ul li span {
	font-size: 70px;
	font-weight: 500;
	color: #7f7f7f;
	padding: 0px 20px;
	border-radius: 5rem;
}
.banner_list .top_con {
    margin-bottom: 3rem;
}
.banner_list .top_con ,.banner_list .bottom_con {
    margin-bottom: 3rem;
}

.loop_banner {
    transition: animation 0.4s ease-in-out;
    display: flex;
    /* overflow: hidden; */
}
.banner_list .loop_banner:nth-child(2) {
	margin-left: -35px;
}
.loop_banner ul {
    float: left;
}

.loop_banner ul:first-child {
    animation: jsLoopSlide 80s -40s linear infinite;
}

.loop_banner ul:last-child {
    animation: jsLoopSlide2 80s linear infinite;
    /* padding-left: 1rem; */
}

.loop_banner.bottom_con ul:first-child {
    animation: jsLoopSlide3 80s -40s linear infinite;
}

.loop_banner.bottom_con ul:last-child {
    animation: jsLoopSlide4 80s linear infinite;
    padding-left: 1rem;
}

.main-360 .banner_list ul li {
    width: 540px;
	text-align: center;
    height: auto;
    border-radius: 20px;
    border: none;
    float: left;
    margin: 0 20px;
    overflow: hidden;
}
.main-360 ,.main-contact{
    background: #f5f5f5;
}
.main-360 .banner_list ul li img {
    display: none;
    border: none;
    border-radius: unset;
}
.main-360 .banner_list ul li img.show {
    display: block;
}
.main-contact .left {
	background-color: #000;
	margin-left: -270px;
	height: 800px;
	background-image: url(../images/main_110.jpg);
	background-position: center;
	background-size: cover;
}
.main-contact .left .txts {
	padding-top: 100px;
	float: right;
	padding-right: 140px;
	color: #fff;
}
.main-contact .left .txts .subtitle {
	font-size:18px;
	color: #e83817;
	font-weight: 500;
}
.main-contact .left .txts .title {
	font-size: 35px;
	font-weight: 700;
}
.main-contact .left .txts .description {
	font-size: 20px;
	padding-top: 55px;
	font-weight: 200;
}
.main-contact .form-template-type2 {
	padding-left: 30px;
	padding-top: 60px;
}
.main-contact .form-template-type2 .group .title {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 6px;
}
.main-contact .form-template-type2 .group .title:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #e83817;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.main-contact .form-template-type2 .group .form-control {
	border: none;
	background-color: #fff;
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.main-contact .form-template-type2 .group input.form-control {
	line-height: 45px;
	height: 45px;
}
.form-template-type2 .has-feedback .form-control-feedback {
	top: 5px;
	right: 7px;
}
.form-template-type2 .help-block {
	top: -35px;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: right;
	background:none;
}
#form-template .file-input {
	position: relative;
	width: 100%;
}

#form-template .file-input .upload-file {
	background-color: red;
	position: absolute;
	width: 100%;
	height: 45px;
	z-index: 3;
	left: 0;
	top: unset;
	cursor: pointer;
}

#form-template .file-input .filename {
	border: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3;
}
#form-template  .input-group-addon {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}
#form-template .file-input .filename {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-template-type2 .btn {
	background-color: #000;
	color: #fff;
	width: 180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 30px;
	border: none;
	margin: 0 auto;
}
.form-template-type2 .btn:hover {
	background-color: #e83817;
}
.form-template-type2 .btn i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #fff;
}
.form-template-type2 .btn i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}
footer {
	background-color: #000;
	padding: 50px 0;
	color: #fff;
}
footer .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
footer .container .info {
	width: 50%;
} 
footer .container .cs {
	width: 25%;
}
footer .container .logo {
	width: 25%;
} 
footer .cs .csinfo {
	float: right;
	text-align: center;
}
footer .info {
	text-align: center;
}
footer .info .hd ,footer .cs .csinfo .hd{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
footer .info .bd p {
	font-size: 15px;
	margin: 0;
	padding-top: 10px;
	font-weight: 200;
}
footer .info .bd p i {
	display: inline-block;
	margin: 10px;
}
footer .cs .csinfo .bd {
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 20px;
}
footer .cs .csinfo .ft {
	font-size: 15px;
	font-weight: 200;
}



@keyframes jsLoopSlide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes jsLoopSlide2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes jsLoopSlide3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes jsLoopSlide4 {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}





.subpagetopbg {
	background-image: url(../images/aboutpage_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -106px;
}
.subpagetopbg.sub2 {
	background-image: url(../images/process_bg.jpg);
}
.subpagetopbg.sub3 {
	background-image: url(../images/portfolio_bg.jpg);
}
.subpagetopbg.sub4 {
	background-image: url(../images/contact_bg.jpg);
}
.subpagetopbg .container {
	display: flex;
	flex-direction: column;
	height: 600px;
	justify-content: end;
	color: #fff;
}
.subpagetopbg .container .title {
	font-size: 50px;
	font-weight: 700;
}
.subpagetopbg .container .navi {
	margin: 20px 0 60px;
}
.subpagetopbg .container .navi a {
	color: #fff;
	font-size: 22px;
	font-weight: 5000;
}
.subpagetopbg .container .navi a:hover {
	color: #e83817;
}
.subpagetopbg .container .navi i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image:url(../images/icon_arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
	margin: 0 15px;
}
.subpage .subpage-hd {
	margin-top: 90px;
	margin-bottom: 90px;
}
.subpage .subpage-hd .title {
	color: #000;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px;
	float: left;
}
.subpage .subpage-hd .navi {
	position: relative;
}
.subpage .subpage-hd .navi .btn {
	float: right;
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	width: 170px;
	padding: 8px 15px 8px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}
.subpage .subpage-hd .navi .btn i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image:url(../images/icon_arrow_down.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.subpage .subpage-hd .navi ul {
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 44px;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.5s ease;
}
.subpage .subpage-hd .navi:hover ul {
	max-height: 250px;
	opacity: 1;
}
.subpage .subpage-hd .navi ul li a{
	padding: 5px 15px;
	width: 170px;
	background-color: #eee;
	font-size: 18px;
	display: block;
}
.subpage .subpage-hd .navi ul li:first-child a{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.subpage .subpage-hd .navi ul li:last-child a{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.subpage .main-product {
	padding-top: 0;
}
.subpage .main-product .bd {
	margin-top: 0;
}
.subpage.sub1 .subpage-item2 {
	background-color: #f5f5f5;
	padding: 100px 0;
}
.subpage.sub1 .subpage-item2 .hd .title {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 80px;
}
.subpage.sub1 .subpage-item2 .bd .item {
	text-align: center;
	border-radius: 30px;
	overflow: hidden;
	background-color: #fff;
	padding-top: 30px;
}
.subpage.sub1 .subpage-item2 .bd .item .icon .light {
	display: none;
}
.subpage.sub1 .subpage-item2 .bd .item:hover .icon .light {
	display: inline-block;
}
.subpage.sub1 .subpage-item2 .bd .item .icon .black {
	display: inline-block;
}
.subpage.sub1 .subpage-item2 .bd .item:hover .icon .black {
	display: none;
}
.subpage.sub1 .subpage-item2 .bd .item .title {
	font-size: 25px;
	font-weight: 700;
	transition: 0.5s ease;
}
.subpage.sub1 .subpage-item2 .bd .item:hover .title {
	color: #e83817;
}
.subpage.sub1 .subpage-item2 .bd .item .description {
	font-size: 20px;
	padding: 10px 0 30px 0;
}
.subpage.sub1 .subpage-item2 .bd .item .img img {
	width: 100%;
}
.subpage.sub2 .subpage-item1 .hd ,.subpage.sub3 .portfolio .hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.subpage.sub2 .subpage-item1 .hd .title .subtitle ,.subpage.sub3 .portfolio .hd .title .subtitle {
	font-size:18px;
	font-weight: 500;
	color: #e83817;
}
.subpage.sub2 .subpage-item1 .hd .title .subject ,.subpage.sub3 .portfolio .hd .title .subject {
	font-size: 35px;
	font-weight: 700;
}
.subpage.sub2 .subpage-item1 .hd .description ,.subpage.sub3 .portfolio .hd .description {
	font-size: 20px;
	text-align: right;
}
.subpage.sub2 .subpage-item1 .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.subpage.sub2 .subpage-item1 .bd .item-group {
	margin-right: 100px;
}
.subpage.sub2 .subpage-item1 .bd .item-group:last-child {
	margin-right: 0px;
	margin-left: 100px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .num {
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #c2c2c2;
	font-size: 15px;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	border-radius: 20px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 60px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .icon {
	background-color: #000;
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item:not(:last-child):after {
	content: '';
	display: block;
	height: 160px;
	border-left: 1px solid #c2c2c2;
	position: absolute;
	left: 30px;
	z-index: -1;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .text {
	display: flex;
	flex-direction: row;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .title{
	font-size: 23px;
	padding-left: 100px;
	font-weight: 700;
	margin-top: -10px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .description {
	font-size: 20px;
	padding-left: 100px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .txts:before {
	content:'';
	display: block;
	position: relative;
	width: 70px;
	top: 15px;
	border-top: 1px solid #c2c2c2;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .title:before {
	content:'';
	display: block;
	position: relative;
	background-color: #c2c2c2;
	border-radius: 5px;
	width: 9px;
	height: 9px;
	top: 20px;
	left:-30px;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item:hover .num {
	background-color: #e83817;
	color: #fff;
	border-color: #e83817;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item:hover .title {
	color: #e83817;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item:hover .title:before ,.subpage.sub2 .subpage-item1 .bd .item-group .item:hover .icon {
	background-color: #e83817;
}
.subpage.sub2 .subpage-item1 .bd .item-group .item:hover .txts:before {
	border-color: #e83817;
}
.subpage .portfolio .search input {
	width: 400px;
	padding-left: 50px;
	height: 50px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 30px;
	box-shadow: none;
	background-image: url(../images/icon_search.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	font-size: 16px;
}
.subpage .portfolio .search input[type=radio]{
    width: 0;
    height: 0;
    overflow: hidden;
}
.subpage .portfolio .search {
	display: flex;
	flex-direction: row;
	justify-content: end;
	padding: 100px 0 20px;
}
.subpage .portfolio .search .navi {
	position: relative;
}
.subpage .portfolio .search .navi .btn {
	float: right;
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	width: 170px;
	padding: 8px 15px 8px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}
.subpage .portfolio .search .navi .btn i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image:url(../images/icon_arrow_down.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.subpage .portfolio .search .navi ul {
    
	overflow: hidden;
	transition: 0.5s ease;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.subpage .portfolio .search .navi ul li a{
	width: 175px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	display: block;
	border-radius: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.subpage .portfolio .search .navi ul li.active a {
    background: #e83817;
}
.subpage .portfolio .search .navi ul li:first-child a {
    background: #e83817;
}
.subpage .portfolio .search .navi ul:has(.active) li:first-child a {
    background: #000;
}
.subpage .portfolio .list .item {
	cursor: pointer;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: transform 0.3s ease-out;
	padding-bottom: 100%;
	background-size: 100%;
	background-position: 50% 50%;
	transition: 0.5s ease;
}
.subpage .portfolio .list.list360 .item {
    border: 1px solid #bdbdbd;
}
#modal360 .modal-body .img {
    display: none;
}
#modal360 .modal-body .img img{
    display: none;
}
#modal360 .modal-body .img.show {
    display: block;
}
@media (min-width: 992px) {
    #modal360 .modal-lg {
        width: 1038px;
    }
}
.subpage .portfolio .list.list360:after {
    display: table;
    content: '';
    clear: both;
}
.subpage .portfolio .list.list360 {
    padding-bottom: 100px;
}
.subpage .portfolio .list .item:hover {
	background-size: 150%;
} 
.subpage .portfolio .list .item .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #e83817;
	opacity: 0;
	transition: 0.5s ease;
}
.subpage .portfolio .list .item:hover .mask {
	opacity: 1;
}
.subpage .portfolio .list .item .mask .logo {
	width: 100%;
}
.subpage .portfolio .list .item .mask .title {
	color: #fff;
	font-size: 20px;
	padding-top: 20px;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #e83817;
	border-color: #e83817;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 50%!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	font-size:20px;
	font-weight: 400;
	border-color: #fff;
	color: #000;
	margin: 0 5px;
	background: none;
	border: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: none;
}
.pagination  {
	margin-top: 30px;
	margin-bottom: 100px;
}
.subpage .main-contact .left {
	background-color: #000;
	margin-left: 0;
	height: 800px;
	background-image: url(../images/contact_01.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 15px;
}
.main-contact .left .txts {
	padding-left: 60px;
	padding-right: unset;
	float: unset;
}
.subpage .main-contact {
	margin-bottom: 100px;
}
#form-template label {
	font-weight: 400;
}


@media (max-width: 1560px) {
	
}
@media (max-width: 1400px) {
	.main-contact .left .txts {
		padding-right: 70px;
	}
	.main-product .bd .main-project {
		width: 950px;
	}
	.subpage .main-product .bd .texttab .item .title {
		font-size: 26px;
	}
	.subpage .main-product .bd .texttab .item .description {
		font-size: 16px;
		padding-top: 20px;
	}
	.subpage.sub1 .subpage-item2 .bd .item .description {
		font-size: 16px;
	}
	.subpage.sub1 .subpage-item2 .bd .item .title {
		font-size: 22px;
	}
	.subpage.sub1 .subpage-item2 .hd .title {
		font-size: 28px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .description {
		font-size: 16px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group {
		margin-right: 50px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group:last-child {
		margin-right: 0;
		margin-left: 50px;
	}
	.main-contact .left .txts .description {
		font-size: 16px;
	}
	.main-contact .left {
		margin-left: 0;
	}
}
@media (max-width: 1200px) {
	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 18px;
		padding: 44px 22px;
	}
	.attr-nav>ul>li.tel a {
		font-size: 18px;
	}
	.main-banner .owl-carousel .item .text-area.text-area1 .txt1 {
		font-size: 34px;
	}
	.main-banner .owl-carousel .item .text-area.text-area1 .txt2 {
		font-size: 70px;
	}
	.main-about .hd .description, .main-product .hd .description, .main-partners .hd .description {
		font-size: 16px;
	}
	.main-about .bd .item .description ,.main-product .bd .texttab .item .description{
		font-size: 16px;
	}
	.main-contact .left .txts .description {
		font-size: 16px;
	}
	.main-contact .left .txts {
		padding-right: 60px;
	}
	footer .cs .csinfo .ft {
		font-size: 14px;
	}
	footer .cs .csinfo .bd {
		font-size: 28px;
	}
	footer .container .logo {
		width: 20%;
	}
	footer .container .cs {
		width: 30%;
	}
	.subpage .main-product .bd .texttab .item .title {
		font-size: 22px;
	}
	.subpage .main-product .bd .texttab .item .description {
		font-size: 12px;
	}
	.main-product .bd .texttab .item {
		height: 300px;
	}
	.subpage.sub1 .subpage-item2 .bd .item .description {
		font-size: 14px;
	}
	.subpage.sub1 .subpage-item2 .bd .item .title {
			font-size: 18px;
	}
	.subpage.sub2 .subpage-item1 .hd .title .subject {
		font-size: 26px;
	}	
	.subpage.sub2 .subpage-item1 .hd .description {
		font-size: 16px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .description {
		font-size: 14px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group {
		margin-right: 20px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group:last-child {
		margin-right: 0;
		margin-left: 20px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts:before {
		width: 40px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .title ,.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .description {
		padding-left: 70px;
	}
	.subpage.sub2 .subpage-item1 .hd {
		flex-direction: column;
		align-items: start;
	}
	.subpage.sub2 .subpage-item1 .hd .description {
		text-align: left;
		padding-top: 20px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts:before {
			width: 20px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .title, .subpage.sub2 .subpage-item1 .bd .item-group .item .txts .description {
			padding-left: 46px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .title {
		font-size: 20px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .txts .description {
		font-size: 12px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .icon {
		width: 50px;
		height: 50px;
		margin: 15px;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group .item .icon img {
		width: 100%;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group {
		margin-right: 0;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group:last-child {
		margin-right: 0;
		margin-left: 0;
	}
	.subpage.sub2 .subpage-item1 .hd, .subpage.sub3 .portfolio .hd {
		flex-direction: column;
		align-items: start;
	}
	.subpage.sub2 .subpage-item1 .hd .description , .subpage.sub3 .portfolio .hd .description {
		text-align: left;
		padding-top: 20px;
	}
	.main-contact .left .txts .description {
		font-size: 14px;
	}
	.main-contact .left .txts {
		padding-right: unset;
		padding-left: 30px;
	}
	
}


@media (max-width: 970px) {
	nav.navbar.bootsnav .navbar-toggle {
		top: 12px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
		padding: 22px;
	}
	nav.navbar.bootsnav .navbar-nav {
		overflow-y: hidden!important;
	}
	.attr-nav>ul>li.tel a {
		line-height: 34px;
	}
	.navbar-brand > img {
		width: 90px;
	}
	.main-about .hd .title, .main-product .hd .title, .main-partners .hd .title {
		font-size: 28px;
	}
	.main-contact .left .txts .description {
		font-size: 14px;
	}
	.main-contact .left .txts .title {
		font-size: 30px;
	}
	.main-contact .left .txts {
		padding-right: 45px;
	}
	.main-contact .form-template-type2 .group .title {
		font-size: 16px;
	}
	.main-contact .left {
		height: 1100px;
	}
	.main-banner .owl-carousel .item .text-area.text-area1 .txt1 {
		font-size: 20px;
	}
	.main-banner .owl-carousel .item .text-area.text-area1 .txt2 {
		font-size: 60px;
	}
	.main-product .bd .texttab .item {
		height: 230px;
	}
	.main-product .bd {
		margin-top: 20px;
	}
	footer .info .bd p {
		font-size:12px;
	}
	footer .cs .csinfo .ft {
		font-size: 12px;
	}
	footer .info .hd, footer .cs .csinfo .hd {
		font-size: 18px;
	}
	footer .cs .csinfo .bd {
			font-size: 24px;
	} 
	.main-partners ,.main-product{
		overflow: hidden;
	}
	.main-banner .owl-carousel .item .text-area.text-area1 .txt2 {
		font-size: 40px;
		margin-top: 20px;
	}
	.attr-nav>ul>li.tel a {
		font-size: 16px;
		margin: 0;
		padding: 10px 15px;
	}
	.attr-nav>ul>li.tel a span {
		display: block;
		height: 1px;
		width: 50px;
		border-top: 1px solid #fff;
		border-right: 0;
		margin: 0 auto;
	}
	.main-product .bd .main-project {
		width: 200%;
	}
	.quickmenu .closestatus {
		right: -120px;
	}
	.quickmenu .openstatus {
	    right: -250px;
	}
	.quickmenu .openstatus.closed {
	    right: 0px;
	}
	.quickmenu .closestatus.closed {
	    right: 0;
	}
	.subpage .main-product .bd .texttab .item .title {
		font-size: 18px;
	}
	.subpage .subpage-hd .title {
		font-size: 32px;
		letter-spacing: -1px;
	}
	.subpagetopbg .container .title {
		font-size: 34px;
	}
	.subpagetopbg .container .navi a {
		font-size: 16px;
	}
	.subpage.sub1 .subpage-item2 .hd .title {
		padding-bottom: 20px;
		font-size: 24px;
	}
	.main-product .ft .sliderctrl {
		margin-right: 0;
	}
	footer .container {
		flex-direction: column;
	}
	footer .container >div {
		width: 100%!important;
		text-align: center;
	}
	footer .cs .csinfo {
		float: none;
		padding-top: 50px;
	}
	.subpagetopbg .container {
		height: 400px;
	}
	.subpage .subpage-hd {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.subpage.sub2 .subpage-item1 .bd {
		flex-direction: column;
	}
	.subpage.sub2 .subpage-item1 .hd .description br {
		display: none;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group:first-child .item:after {
		content: '';
		display: block;
		height: 160px;
		border-left: 1px solid #c2c2c2;
		position: absolute;
		left: 30px;
		z-index: -1;
	}
	.subpage.sub2 .subpage-item1 .bd .item-group {
		width: 100%;
		margin: 0 15px;
	}
	.subpage.sub2 .subpage-item1 .hd .title .subtitle {
		font-size: 14px;
	}
	.subpage.sub2 .subpage-item1 .hd .title .subject {
		font-size: 22px;
	}
	.subpage.sub3 .portfolio .hd .description br {
		display: none;
	}
	nav.navbar.bootsnav .navbar-nav {
		background-color: rgba(0,0,0,0.9);
	}
	.subpage.sub2 .subpage-item1 .hd .title .subject, .subpage.sub3 .portfolio .hd .title .subject {
		font-size: 25px;
	}
	.subpage.sub2 .subpage-item1 .hd .title .subtitle, .subpage.sub3 .portfolio .hd .title .subtitle {
		font-size: 14px;
	}
	.subpage.sub2 .subpage-item1 .hd .description, .subpage.sub3 .portfolio .hd .description {
		font-size: 16px;
	}
	.subpage .portfolio .search {
		flex-direction: column;
	}
	.subpage .portfolio .search input ,.subpage .portfolio .search .input-group{
		width: 100%;
	}
	.subpage .portfolio .search .navi {
		display: flex;
		margin: 0;
		justify-content: center;
	}
	.subpage .portfolio .search .navi .btn {
		float: unset;
	}
	.subpage .main-contact .left {
		height: 1000px;
	}
	
	
}

@media (max-width: 767px) {
    .subpage .portfolio .search .navi ul li {
        width: 50%;
    }
	.main-contact .left ,.subpage .main-contact .left{
		height: 300px;
	}
	.main-contact .form-template-type2 {
		padding-left: 0;
	}
	.main-contact .left .description {
		padding-top: 20px;
	}
	.main-about .hd, .main-product .hd, .main-partners .hd {
		padding: 0 15px;
	}
	.main-contact {
		margin-bottom: 100px;
	}
	.chatbtn ,.back2top{
		right: 10px;
		width: 50px;
		height: 50px;
		background-size: 100%;
	}
}