/* .main img:hover {
    opacity: 0.7;
} */


.navToggle {
    display: none;
}

.navToggle span {
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.navToggle span:nth-child(2) {
    margin: 6rem 0;
}

.closenavbtn span.line1 {
    transform: rotate(-45deg);
    top: 2rem;
}

.closenavbtn span.line2 {
    display: none;
}

.closenavbtn span.line3 {
    transform: rotate(45deg);
    top: 0rem;
}



.l_drawer {
    display: none;
}


.serInput,
.serInput1 {
    border: none;
    background: transparent;
    width: 249px;
    font-size: 16px;
    color: #B754FD;
    outline: none;
    font-family: Cherry Bomb One, Cherry Cream Soda;
}

.serBox,
.serBox1 {
    width: 312px;
    height: 37px;
    background: rgba(255, 255, 255, 0.33);
    border-radius: 24px;
    border: 1px solid rgba(183, 84, 253, 0.41);
    padding-left: 20px;
    overflow: hidden;
}

.serBoxImg,
.serBoxImg1 {
    width: 21px;
    height: 21px;
    margin-right: 11px;
}

.lauBox {
    display: flex;
    align-items: center;
    margin-left: 83rem;
}

.lauBox-tit {
    font-size: 20px;
    color: #B754FD;
    position: relative;
}

.chooseList {
    z-index: 10;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 48px;
    width: 88px;
    height: 107px;
    background: #B754FD;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    transition: all 0s ease 0s;
}
.chooseList a {
transition: all 0s ease 0s;
}
.chooseItem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.69);
    transition: all 0s ease 0s;
}

.chooseItem.selected {
    color: #fff;
}

.chooseItem:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B754FD;
    font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #B754FD;
    font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #B754FD;
    font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B754FD;
    font-size: 16px;
}

.logo1 {
    width: 174px;
    height: 132px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.logo2 {
    width: 127px;
    height: 109px;
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 10;
    cursor: pointer;
}

.logo3 {
    height: 35px;
    margin-left: 15px;
}

.navBox-items {
    position: absolute;
    display: flex;
    top: 83px;
    z-index: 9;
}

.navBox-items .navBox-item {
    cursor: pointer;
}

.navBox-items .navBox-item img {
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    /* height: 100%; */
}


.sideList {
    z-index: 9;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 40rem;
    top: 50%;
    transform: translateY(-50%);
}

.sideList img {
    width: 74rem;
    height: 74rem;
    margin-bottom: 14rem;
}

.side-icon,
.side-icon1 {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.side-icon:hover {
    transform: translateX(-10px);
}

.l-footer {
    height: 351rem;
    position: relative;
    display: flex;
    justify-content: center;
}

.l-footer p {
  text-transform: initial !important;
}

.footBox {
    width: 1490rem;
    padding-top: 38rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cherry Cream Soda;
}

.footBox p {
text-align: center;
    font-size: 16rem;
    line-height: 31rem;
}

.footBox-top {
    display: flex;
    margin-bottom: 37rem;
}

.footBox-bot {
    color: rgba(0, 0, 0, 0.42);
    font-size: 16rem;
    line-height: 31rem;
    margin-top: 17rem;
}

.side-icon1 {
    width: 64rem;
    height: 66rem;
    margin-right: 26rem;
}

.side-icon1:hover {
    transform: translateY(-10px);
}

.fbg1 {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.fbg2 {
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1670px) {
    .logo1 {
        width: 174rem;
        height: 132rem;
    }

    .logo2 {
        width: 127rem;
        height: 109rem;
        left: 11rem;
    }
}

@media screen and (max-width: 1360px) {
    .logo1 {
        width: 128px;
        height: 97px;
    }

    .logo2 {
        width: 93px;
        height: 80px;
        left: 8px;
    }

    .logo3 {
        margin-left: 25rem;
    }
}

@media screen and (max-width: 1300px) {
    .logo3 {
        margin-left: 45px;
    }
}

@media screen and (max-width: 750px) {
.footBox-cen .dp-fc {
flex-direction: column;
}
    .header__content {
        width: calc(100% - 88rem);
        font-family: Cherry Cream Soda;
        position: fixed;
        height: 100%;
        z-index: 999;
        top: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 2px 0px 8px rgb(0 0 0 / 25%);
        flex-direction: column;
        padding: 30px;
        justify-content: flex-start;
        align-items: flex-start;
        transform: translateX(124%);
        transition: transform 0.45s ease-in-out;
        user-select: none;
    }

    .logo3 {
        margin-left: 0;
    }

    .navToggle,
    .l_drawer {
        display: block;
    }

    .fbg2,
    .fbg1,
    .serBox,
    .navBox-items {
        display: none;
    }

    .header__content .serBox {
        display: flex;
        width: 100%;
    }

    .lauBox {
        margin-left: 0;
    }

    .footBox {
        width: 90%;
    }
}




.pbox {
    position: absolute;
    left: -64rem;
    background-color: #f7a02c;
    padding: 25rem 18rem;
    border-radius: 5rem;
    cursor: pointer;
    box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.15);
}

.navToggle1 span {
    background: #fff;
}

.sma {
    transition: all 0.3s;
}

.sma img {
    transition: all 0.3s;
}

.sma:hover img {
    opacity: 0.7;
}

.op7:hover {
    opacity: 0.7;
}

.footbox .main p {
    font-size: 16rem;
    color: #fff;
}

.topbox .leftbox .li1 .ul2 .li2:hover {
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .footbox .main {
        flex-direction: column;
        justify-content: center;
    }

    .sideList {
        right: 0;
    }

    .sma {
        width: 204rem;
        height: 69rem;
    }

    .smt1 {
        font-size: 24px;
    }

    .smt2 {
        font-size: 14px;
    }

    .topbox {
        /* display: none; */
    }

    /* .pagefootbox {
        position: sticky;
        bottom: 0;
        z-index: 9;
    } */
}