

/*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: #000;
    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: #000;
    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: #000;
}

.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: #000;
}


@media only screen and (max-width:1480px) {
	.wrap{
		width: 1200px;
	}
	.magemini .thispage{
		width: 300px;padding-right: 20px;
	}
	.magemini .rating{
		width: calc(100% - 320px);
	}
	.magemini .femtobolt .list h4{
		font-size: 14px;line-height: 22px;
	}
	.magemini .usrts.on{
		width: calc(100% - 360px);
	}
	.pcnpolicy .hds h1,
	.magemini .femtobolt h2{
		font-size: 40px;
	}
	.hpage1 .hds h1{
		font-size: 58px;
	}
	.eollist .box .tops ul{
		padding: 0 20px;
	}
	.eollist .box .list li{
		padding: 20px;
	}
	.eollist .box .list li h4{
		font-size: 14px;line-height: 22px;
	}
	.eollist .box .tops li{
		font-size: 13px;
	}
	.eollist .box .tops li:last-child{
		width: 130px;
	}
	.magemini .femtobolt .list li {
	    width: calc((100% - 62px) / 3);
	}
	
	
}
@media only screen and (max-width:1280px) {
	.wrap{
		width: 980px;
	}
	.magemini .usrts{
		width: calc(100% - 330px);
	}
}
@media only screen and (max-width:1024px) {
    header.grid{
        grid-template-columns: repeat(1,100%);
    }
	.wrap{
			width: auto;
			margin: 0 15px;
	}
	.mobile-Nav .naver{
	    display: block;
	}
	.hpage1 .bds .notifi ul{
	    grid-template-columns: repeat(3,calc(33.34% - 12px));
	}
	.gh{
		display: block;
		position: absolute;
		right: 20px;top: 20px;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li{
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	.header .naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;z-index: 11;
		background: #fff;
		display: none;
	}
	.header .seach{
		display: none;
	}
	.header .logo{
		max-width: inherit;
	}
	.header .logo img{
		width: auto;
		height: 30px;
	}
	.header .flax{
		margin: 0 15px;
	}
	.header .naver li a{
		line-height: 50px;
	}
	.header{
		height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .adm{
		margin-right: 50px;
	}
	.hpage1 .hds h1{
		font-size: 40px;
	}
	.hpage1{
		padding: 70px 0;
	}
	.hpage1 .hds .del{
		font-size: 16px;
	}
	.hpage1 .hds .seach{
		max-width: 650px;
		margin: 0 ;
		width: auto;
	}
	.hpage1 .bds{
		margin: 40px 0;
	}
	.hpage1 .bds .tps{
		margin-top: 30px;
	}
	.hpage1 .bds .notifi li,
	.hpage1 .bds .produ ul li{
		margin: 0 0 15px 0;
		width: 100%;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .wrap{
		padding: 0;
		display: block;
		margin-bottom: 0;
	}
	.footer .lts .nav{
		display: none;
	}
	.footer .lts{
		width: auto;
	}
	.footer .lts .flax{
		margin: 20px 0 0;
		display: block;
	}
	.footer .lts .flax .ds{
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}
	.footer .lts .flax p{
		margin-left: 20px;font-size: 14px;
	}
	.footer .rts{
		width: auto;
		overflow: hidden;
	}
	.footer .rts p{
		font-size: 14px;
		line-height: 1.6;
	}
	.footer .rts dl{
		display: none;
	}
	.msktancha{
		width:90vw;
	}
	.msktancha h2{
		font-size: 18px;
	}
	.crumbs{
		margin: 20px 15px;
	}
	.magemini{
		display: block;
	}
	.magemini .uslts{
		height: auto;
		width: auto;
		position: static;
		padding-left: 20px;padding-right: 20px;
	}
	.magemini .usrts{
		width: auto;
		display: block;
	}
	.magemini .rating{
		width: auto;
		padding: 0 15px;
	}
	.magemini .thispage{
		width: auto;
	}
	.magemini .rating .hds h2{
		font-size: 24px;
	}
	.magemini .rating .text h3{
		font-size: 18px;
	}
	.magemini .thispage{
		padding: 0 15px;
	}
	.magemini .usrts.on{
		width: auto;
	}
	.magemini .femtobolt{
		padding: 30px 15px;
	}
	.magemini .femtobolt h2{
		font-size: 24px;
	}
	.magemini .femtobolt .hds{
		padding: 20px 0;
	}
	.magemini .femtobolt .list ul{
		display: block;
	}
	.magemini .femtobolt .list ul li{
		width: auto;
		margin: 0 0 10px 0 !important;
		background: #fff;
	}
	.pcnpolicy .hds{
		padding: 20px;
	}
	.pcnpolicy .hds h1{
		font-size: 24px;
	}
	.pcnpolicy .bds .tps ul{
		padding: 0;
	}
	.pcnpolicy{
		padding: 0 0 60px;
	}
	.pcnpolicy .bds .movs{
		overflow-x: scroll;
	}
	.pcnpolicy .bds .movs .box{
		width: 1000px;
	}
	.upages{
		margin-top: 20px;
	}
	.upages dd{
		margin: 0 2px;width: auto;
	}
	.upages dd a{
		width: 26px;
	}
	.upages dd:nth-child(7),
	.upages dd:nth-child(4),
	.upages dd:nth-child(5),
	.upages dd:nth-child(6){
		display: none;
	}
	.eollist .box .list li{
		padding: 15px;
	}
	.usous{
		display: block;
	}
	.usous .uslts{
		width: auto;
		height: auto;position: static;
		padding: 0 15px 20px;
	}
	.usous .usrts{
		width: auto;
		padding: 20px 15px;
	}
	.usous .usrts .seach{
		width: auto;
	}
	.usous .uslts .hs{
		width: auto;
	}
	.usous .usrts .list li{
		padding: 15px 0;
	}
	.usous .usrts .list{
		margin-top: 10px;
	}
	.umsktianjia{
		top: 8%;
		margin: 0 15px;
		width: auto;
		padding: 15px;
	}
	.umsktianjia .hds h2{
		font-size: 18px;
	}
	.umsktianjia .btn .b1{
		width: 48%;
	}
	.magemini .femtobolt .list ul li{
		position: static;width: auto;
	}
	
}
@media only screen and (max-width:768px) {
    .hpage1 .bds .notifi ul{
        grid-template-columns: repeat(2,calc(50% - 9px));
    }
    .search{
        width: fit-content;
    }
    .header .user-name>span{
        display: none;
    }
    .px-xl{
        padding: 0 15px !important;
    }
    .logo-image{
        width: auto;
        height: 30px;
    }
    .hpage1 .bds .tps ul{
        flex-wrap: wrap;
    }
    .hpage1 .bds .tps li{
        width: 50%;
    }
    .hpage1 .bds .notifi ul{
        grid-template-columns: repeat(1,100%);
        gap: 0;
    }
    .hpage1 .bds .ovs{
        padding: 15px ;
    }
    .hpage1 .bds .tps .AddLink{
        left: 10px;
        top: 10px;
    }
    .Edit-dialog .Edit-content{
        width: 100%;
        margin-top: 40%;
    }
    .footer{
        padding: 30px 0;
    }
    .hpage1 .bds .produ li{
        padding:10px;
    }
    .hpage1 .bds .produ ul{
        gap: 0;
    }
    .mobile-menu .naver{
        display: none;
    }
    header.grid{
        grid-template-columns:repeat(1,100%)
    }
    .mobile-Nav .naver ul{
        display: block;
    }
    .naver li a{
        font-weight: 400;
    }
    .layout{
        padding-top: 30px;
    }
    .usrts .search1{
        width: 100%;
    }
}
.mobile-menu-toggle{
    color: #111;
    fill: #111;
    border: 2px solid hsl(0deg 0% 0% / 80%);
}
@media (min-width:769px) and (max-width:1480px){
   
    .mobile-Nav .naver ul{
        display: none;
    }
}
@media (min-width:1024px) and (max-width:1480px){
    .magemini .rating{
        padding-right: 30px;
        width: 280px;
    }
    .magemini .uslts{
        width: 280px;
    }
    .magemini .rating{
        width: calc(100% - 300px);
    }
    .magemini .usrts{
        width: calc(100% - 310px);
    }
}
