/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #111;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #111;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;background: #111;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    width: 100%;
}

.selected .gh a {
    /* background-color: transparent !important; */
	background: #111;
}


@media only screen and (max-width:1480px) {
	html{
		font-size: 15px;
	}
	
}
@media only screen and (max-width:1180px) {
	html{
		font-size: 13px;
	}
	
}
@media only screen and (max-width:1040px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.mskcall{
		right: 10px;
		left: 10px;
		width: auto;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li{
		margin: 0;
		border-bottom: 1px solid #f1f1f1;
	}
	.header .naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;z-index: 11;
		background: #fff;
		display: none;
	}
	.header .naver li a{
		padding: 0 20px;
		line-height: 46px;
		font-size: 16px;
	}
	.gh{
		display: block;
		left: auto;
		right: 20px;top: 16px;
	}
	.header .logo img{
		width: auto;
		height: 60px;
	}
	.header{
		height: auto;
	}
	.header .wrap{
		padding-left: 0;
	}
	.layout{
		padding-top: 60px;
	}
	.hbanner{
		height: 70vw;
	}
	.haress,
	.habout{
		padding: 40px 0;
		background-size: 50% auto !important;
	}
	.habout .wrap{
		display: block;
	}
	
	
	
	
	.hedge .pic,
	.habout .pic{
		width: auto;height: auto;border-radius: 10px;
	}
	
	
	.hedge .text,
	.habout .text{
		width: auto;
		margin-top: 20px;
	}
	.hmore{
		line-height: 50px;
	}
	.haress li{
		width: 100%;margin: 0 0 10px 0;
		padding: 15px;
		border-radius: 10px;
	}
	.haress ul{
		margin-top: 20px;
	}
	.haress li p{
		margin-top: 15px;
	}
	.htit h3{
		font-size: 22px !important;
	}
	.hedge{
		padding: 40px 0;
	}
	.hedge .wrap{
		display: block;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .wrap{
		display: block;
	}
	.footer .rts,
	.footer .lts{
		width: auto;
	}
	.footer .rts{
		display: block;
		margin-top: 20px;
	}
	.footer .lts .logo{
		max-width: 150px;
	}
	.footer .rts .txt{
		max-width: 100%;
	}
	.banner{
		height: 40vw;
	}
	.about .abo2,
	.about .abo1{
		padding: 40px 0;
	}
	.about .abo1 .flax{
		display: block;
		margin-bottom: 20px;
	}
	.about .abo1 .logo{
		max-width: 150px;
	}
	.about .abo1 .text{
		width: auto;margin-top: 15px;
	}
	.abotit{
		font-size: 20px;
	}
	.about .abo2 .flax{
		margin-top: 20px;
		display: block;
	}
	.about .abo2 .ds{
		width: auto;
		padding: 50px 15px 20px;
	}
	.about .abo2 .ds .ico{
		width: 36px;height: 36px;
	}
	.about .abo3{
		padding: 40px 0;
	}
	.about .abo3 .wrap{
		display: block;
	}
	.about .abo3 .text{
		width: auto;
	}
	.about .abo3 .pic{
		width: auto;
		margin-top: 20px;
	}
	.about .abo3{
		background-size: 50% auto !important;
	}
	.about .abo4{
		padding: 40px 0;
	}
	.about .abo4 li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.about .abo4 ul{
		justify-content: space-between;
	}
	.blog{
		padding: 40px 0;
	}
	.blog .wrap{
		display: block;
	}
	.blog .lts{
		width: auto;
	}
	.blog .rts{
		width: auto;
	}
	.blog .lts li .pic{
		width: auto;
		height: auto;
	}
	.blog .lts li .ts{
		width: auto;
		margin-top: 15px;
	}
	.blog .lts li a{
		display: block;
	}
	.blog .lts li{
		margin-bottom: 15px;
	}
	.blog .lts li h3{
		font-size: 16px !important;
	}
	.blog .rts{
		margin-top: 30px;
	}
	.blog .lts ul{
		margin-bottom: 30px;
	}
	.blog .rts li a{
		font-size: 16px;
	}
	.blog .lts .hs h1{
		font-size: 18px;
	}
	.blog .lts .txt{
		font-size: 16px;line-height: 1.6;
	}
	.business{
		padding: 40px 0;
	}
	.business li{
		display: block;
		margin-bottom: 20px;
	}
	.business li .text{
		width: auto;
		padding: 0 !important;
	}
	.business li .pic{
		width: auto;
		margin-top: 15px;
	}
	.business li h3{
		margin-bottom: 20px;
	}
	.business li h3 br{
		display: none;
	}
	.business li p{
		line-height: 1.6;
	}
	.cases{
		padding: 40px 0;
	}
	.cases ul{
		display: block;
	}
	.cases li{
		width: auto;
		margin: 0 0 10px;
		padding: 15px;
	}
	.cases li h3{
		font-size: 16px !important;
	}
	.contact{
		padding: 40px 0;
	}
	.contact .wrap{
		display: block;
		padding: 0 15px;
	}
	.contact .txt{
		width: auto;
	}
	.contact .fms{
		width: auto;
	}
	.contact .txt h6{
		margin: 15px 0;
	}
	.contact .txt h3{
		font-size: 16px;
	}
	.contact .fms .t1{
		height: 50px;border-radius: 6px;
		margin-bottom: 10px;
	}
	.contact .fms .btn{
		line-height: 50px;height: 50px;
	}
	.maps{
		height: 60vw;
	}
	.product{
		padding: 40px 0;
	}
	.product .wrap{
		display: block;
	}
	.product .lts{
		width: auto;position: static;
	}
	.product .rts{
		width: auto;
		margin-top: 30px;
	}
	.product .rts ul{
		justify-content: space-between;
	}
	.product .rts ul li{
		width: 49%;
		margin: 0 0 20px;
	}
	.product .rts li .pic{
		height: 50vw;
	}
	.product .rts .flax{
		margin-bottom: 20px;
	}
	
	
}
