#headerWrapper {    
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9998;
}

#headerWrapper::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: rgba(50, 52, 60, 1);
    opacity: 0.1;
}

#headerWrapper #searchCancelBtn{
    font-size: 1.4em;
    font-weight: 600;
    color: #505258;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 64px;
    line-height: 64px;
    display: none;
}

#headerWrapper .reviewBtn{
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #7E49FF;
    width: 56px;
    height: 56px;
    border-radius: 24px;
    z-index: 9999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

#headerWrapper .reviewBtn:hover{
    background: #6426DA;
}

#headerWrapper .mobileMenu{
    display: none;
}

#headerWrapper .inner {
    width: 100%;
    height: 64px;
}

#headerWrapper .inner .leftBox .logo {
    margin-right: 40px;
    width: 100px;
}

#headerWrapper .inner .leftBox .logo img {
    width: 100%;
}

#headerWrapper .inner .leftBox .logo .pcLogo{
    display: block;
}

#headerWrapper .inner .leftBox .logo .mobileLogo{
    display: none;
}

#headerWrapper .inner .leftBox .menuBox a {
    margin-right: 52px;
    font-size: 1.5em;
    font-weight: 600;
    color: #505258;
    transition: all 0.3s;
}

#headerWrapper .inner .leftBox .menuBox a:hover,
#headerWrapper .inner .leftBox .menuBox a.active {
    color: #7E49FF;
}

#headerWrapper .inner .leftBox .menuBox a:last-child {
    margin-right: 0px;
}

#headerWrapper .inner .rightBox .inputBox {
    width: 240px;
    height: 40px;
    background: #F1F2F3;
    border: 1px #DADCE2 solid;
    border-radius: 8px;
}

#headerWrapper .inner .rightBox .inputBox input {
    width: 100%;
    height: 100%;
    padding: 0px 30px 0px 42px;
    font-size: 1.5em;
    background: none;
    border: none;
    outline: none;
}

#headerWrapper .inner .rightBox .inputBox input::placeholder {
    color: #7C8088;
}

#headerWrapper .inner .rightBox .inputBox > img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#headerWrapper .inner .rightBox .inputBox .textSlider{
    font-size: 1.5em;
    color: #7C8088;
    position: absolute;
    left: 45px;
    top: 10px;
    width: 26px;
    height: 18px;
    overflow: hidden;
    pointer-events: none;
}

#headerWrapper .inner .rightBox .inputBox .textSlider ul{
    top: 0px;
    transition: all 0.5s;
}

#headerWrapper .inner .rightBox .inputBox .textSlider ul li{
    transition: all 0.5s;
    opacity: 0;
}

#headerWrapper .inner .rightBox .inputBox #wordDeleteBtn{
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

#headerWrapper .inner .rightBox .inputBox .headerModal{
    position: absolute;
    left: 0px;
    top: calc(100% + 8px);
    width: 100%;
    border:1px #DADCE2 solid;
    background: #fff;
    z-index: 1;
    border-radius: 8px;
    display: none;
}

#headerWrapper .inner .rightBox .inputBox .headerModal::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 8px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    z-index: -2;
}

#headerWrapper .inner .rightBox .inputBox .headerModal::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox{
    padding:16px 0px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .searchRecordBox{
    border-bottom: 1px #E6E8EC solid;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .flexBox{
    padding:0px 16px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .flexBox h3{
    font-size: 1.4em;
    font-weight: 600;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .flexBox a{
    font-size: 1.2em;
    font-weight: 600;
    color: #505258;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox ul{
    padding:0px 16px;
    margin-top: 8px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox ul li:last-child{
    padding-bottom: 0px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox ul li{
    padding:12px 0px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox ul li a{
    font-size: 1.4em;
    font-weight: 500;
    padding-left: 22px;
    display: inline-block;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox ul li a img{
    position: absolute;
    left: 0px;
    top:50%;
    transform: translateY(-50%);
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord{
    padding:0px 16px;
    display: block;
    margin-top: 16px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord .item{
    margin-bottom: 8px;
    height: 28px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord .item:last-child{
    margin-bottom: 0px;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding:0px 26px 0px 12px;
    color: #32343C;
    font-size: 1.2em;
    font-weight: 600;
    border:1px rgba(50, 52, 60, 0.15) solid;
    border-radius:99px;
    overflow: hidden;
}

#headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord a img{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#headerWrapper .inner .rightBox .inputBox #headerSearchModal .scrollBox{
    padding:8px 0px;
    max-height:376px;
}

#headerWrapper .inner .rightBox .inputBox #headerSearchModal a{
    padding:12px 16px 12px 38px;
    height: 40px;
    display: block;
}

#headerWrapper .inner .rightBox .inputBox #headerSearchModal a:hover{
    background:#F1F2F3;
}

#headerWrapper .inner .rightBox .inputBox #headerSearchModal a img{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#headerWrapper .inner .rightBox .inputBox #headerSearchModal a span{
    font-size: 1.4em;
    font-weight: 500;
    color: #32343C;
}

#headerWrapper .inner .rightBox .inputBox #headerSearchModal a span em{
    color: #7E49FF;
}

#headerWrapper .inner .rightBox .inputBox #headerModalBg{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 64px);
    left: 0px;
    top: 64px;
    background: #fff;
    z-index: 1;
}

#headerWrapper .inner .rightBox .inputBox #headerModalBg.active{
    display: block;
}

#headerWrapper .inner .rightBox .menuBox .menu {
    padding: 0px 18px;
    height: 40px;
    font-size: 1.5em;
    font-weight: 600;    
    margin-left: 12px;
}

#headerWrapper .inner .rightBox .menuBox .menu:nth-child(1) {
    margin-left: 20px;
}

#headerWrapper .inner .rightBox .menuBox .profileMenu{
    margin:0px 20px;
    width: 36px;
    height: 36px;
}

#headerWrapper .inner .rightBox .menuBox .profileMenu .userProfileBox{
    width: 36px;
    height: 36px;
}

#headerWrapper .inner .rightBox .menuBox .iconMenu{
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#headerWrapper .inner .rightBox .menuBox .iconMenu > span {
    display: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FF2C20;
    position: absolute;
    right: 0px;
    top: 0px;
}

#headerWrapper .inner .rightBox .menuBox .iconMenu.active > span {
    display: block;
}

.alarmBox{
    display: none;
    width: 360px;
    border:1px #DADCE2 solid;
    border-radius: 8px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: absolute;
    right: 0px;
    top: calc(100% + 16px);
    cursor:auto;
}

.alarmBox::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}

.alarmBox .itemHeader{
    padding:12px 16px;
    border-bottom: 1px rgba(50, 52, 60, 0.1) solid;
}

.alarmBox .itemHeader a{
    width: 16px;
    height: 16px;
}

.alarmBox .itemHeader a:nth-child(1){
    display: none;
}

.alarmBox .itemHeader h4{
    font-size: 1.4em;
    font-weight: 600;
}

.alarmBox .itemBody{
    max-height: 512px;
}

.alarmBox .itemBody .item{
    border-bottom: 1px #E6E8EC solid;
    padding: 16px;
    cursor: pointer;
}

.alarmBox .itemBody .item:last-child{
    border-bottom: 0px;
}

.alarmBox .itemBody .item .topBox{
    margin-bottom: 8px;
}

.alarmBox .itemBody .item .topBox .userProfileBox{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.alarmBox .itemBody .item .topBox span{
    font-size: 1.2em;
    font-weight: 600;
    color: #32343C;
}

.alarmBox .itemBody .item .topBox a{
    font-size: 1.2em;
    font-weight: 600;
    color: #7C8088;
}

.alarmBox .itemBody .item .infoBox{
    flex-wrap: nowrap;
    margin-bottom: 6px;
}

.alarmBox .itemBody .item .textBox{
    width: calc(100% - 40px);
    padding-right: 16px;
    max-height: 40px;
    line-height: 1.4;
    font-size: 1.4em;
}

.alarmBox .itemBody .item .textBox span{
    color: #7E49FF;
}

.alarmBox .itemBody .item .imgBox{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.alarmBox .itemBody .item .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alarmBox .itemBody .item .imgBox::after{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px rgba(50, 52, 60, 0.1) solid;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.alarmBox .itemBody .item em{
    font-size: 1.2em;
    color: #B6B8BE;
}

.alarmBox .noneData{
    height: 190px;
}

.alarmBox .noneData .textBox{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.alarmBox .noneData p{
    font-size: 1.5em;
    font-weight: 500;
    color: #7C8088;
    margin-top: 16px;
    width: 100%;
}

#footerWrapper{
    width: 100%;
    background: #fff;
    padding:40px 0px;
    border-top: 1px rgba(50, 52, 60, 0.1) solid;
}

#footerWrapper .topBox{
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px #E6E8EC solid;
}

#footerWrapper .topBox .logo{
    width: 100px;
}

#footerWrapper .topBox .menuBox .iconMenu{
    width: 20px;
    height: 20px;
}

#footerWrapper .topBox .menuBox .menu{
    font-size: 1.2em;
    font-weight: 600;
    color: #505258;
    margin-left: 20px;
}

#footerWrapper .bottomBox h4{
    font-size: 1.2em;
    font-weight: 400;
    color: #7C8088;
}

#footerWrapper .bottomBox a:first-child{
    width: 18px;
    height: 18px;
}

#footerWrapper .bottomBox a:last-child{
    font-size: 1.2em;
    font-weight: 500;
    color: #7C8088;
    margin-left: 12px;
    padding-left: 12px;
}

#footerWrapper .bottomBox a:last-child::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #E6E8EC;
}

@media screen and (max-width: 910px){
    #headerWrapper.modalBg::after{
        display: block;
        content: '';
        width: 100%;
        height: 100vh;
        position: absolute;
        background: #fff;
    }

    #headerWrapper .inner{
        width: 100%;
        padding:0px 0px 0px 48px;
    }

    #headerWrapper .inner.custom{
        padding:0px 40px 0px 48px;
    }

    #headerWrapper .inner .leftBox{
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    #headerWrapper .inner .leftBox .logo {
        margin-right: 0px;
        width: 32px;
    }
    
    #headerWrapper .inner .leftBox .logo .pcLogo{
        display: none;
    }
    
    #headerWrapper .inner .leftBox .logo .mobileLogo{
        display: block;
    }

    #headerWrapper .inner .leftBox .menuBox {
        display: none;
    }

    #headerWrapper .inner .rightBox{
        display: block;
        width: 100%;
    }

    #headerWrapper .inner .rightBox .inputBox {
        width: 100%;
        margin-right: 0px;
    }

    #headerWrapper .inner .rightBox .inputBox input.pcSearch{
        display: none;
    }

    #headerWrapper .inner .rightBox .inputBox .headerModal{
        position: fixed;
        width: 100%;
        height: calc(100% - 64px);
        left: 0px;
        top: 64px;
        border-radius: 0px;
        border: none;
    }

    #headerWrapper .inner .rightBox .inputBox .headerModal::before,
    #headerWrapper .inner .rightBox .inputBox .headerModal::after{
        display: none;
    }

    #headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox{
        padding:20px 0px;
    }

    #headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .flexBox h3{
        font-size: 1.5em;
    }

    #headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord{
        display: flex;
    }

    #headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord .item{
        flex: 0 0 auto;
        margin-bottom: 0px;
    }

    #headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord a{
        flex: 0 0 auto;
        margin-right: 8px;
    }

    #headerWrapper .inner .rightBox .inputBox #headerDefaultModal .itemBox .searchRecord .item:last-child a{
        margin-right: 0px;
    }

    #headerWrapper .inner .rightBox .inputBox #headerSearchModal{
        height: auto;
    }

    #headerWrapper .inner .rightBox .inputBox #headerSearchModal .scrollBox{
        max-height: calc(100vh - 64px);
        padding: 4px 0px 0px;
    }

    #headerWrapper .inner .rightBox .inputBox #headerSearchModal a{
        padding:16px 16px 16px 38px;
        height: 48px;
        border-bottom: 1px #E6E8EC solid;
    }

    #headerWrapper .inner .rightBox .menuBox{
        position: absolute;
        right: -40px;
        top:50%;
        transform: translateY(-50%);
    }

    #headerWrapper .inner .rightBox .menuBox .menu {
        display: none;
    }

    #headerWrapper .inner .rightBox .menuBox .profileMenu{
        display: none !important;
    }
    
    #headerWrapper.active #searchCancelBtn{
        display: block;
    }

    #headerWrapper.active .inner .leftBox .logo,
    #headerWrapper.active .inner .rightBox .menuBox .iconMenu{
        display: none;
    }

    #headerWrapper.active .inner{
        padding:0px 40px 0px 0px;
    }

    #headerWrapper .reviewBtn{
        display: none;
    }

    #headerWrapper .mobileMenu{
        display: flex;
        position: fixed;
        width: 100%;
        height: 56px;
        left: 0px;
        bottom: 0px;
        background: #fff;        
    }

    #headerWrapper .mobileMenu::after{
        content: '';
        position: absolute;
        left: 0px;
        top: -1px;
        width: 100%;
        height: 1px;
        background: rgba(50, 52, 60, 1);
        opacity: 0.1;
    }
    

    #headerWrapper .mobileMenu > a{
        width: 20%;
        height: 100%;
        text-align: center;
        font-size: 1.2em;
        font-weight: 500;
        color: #505258;
    }

    #headerWrapper .mobileMenu > a .on{
        display: none;
    }

    #headerWrapper .mobileMenu > a.active .off{
        display: none;
    }

    #headerWrapper .mobileMenu > a.active .on{
        display: block;
    }

    #headerWrapper .mobileMenu > a.active{
        color: #0E0E10;
    }

    #headerWrapper .mobileMenu > a span.active{
        width: 44px;
        height: 44px;
        border-radius: 20px;
        background: #7E49FF;
        position: absolute;
        display: flex;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);        
    }

    #headerWrapper .mobileMenu > a span.active img{
        margin:0px;
    }

    #headerWrapper .mobileMenu > a span img{
        display: block;
        height: 24px;
        margin:0px auto 4px;
    }

    .alarmBox{
        width: 100%;
        height: calc(100% - 56px);
        position: fixed;
        right: auto;
        left: 0px;
        top: 0px;
        box-shadow: none;
        border: none;
        border-radius: 0px;
    }

    .alarmBox::before{
        display: none;
    }

    .alarmBox .itemHeader{
        padding: 0px 16px;
    }

    .alarmBox .itemHeader > .flexBox{
        height: 48px;
        align-items: center;
    }

    .alarmBox .itemHeader h4{
        font-size: 1.6em;
    }

    .alarmBox .itemHeader a:nth-child(1){
        display: flex;
    }

    .alarmBox .itemBody{
        height: calc(100% - 49px);
        max-height: 100%;
        padding-bottom: 40px;
    }

    .alarmBox .itemBody .item:last-child{
        border-bottom: 1px #E6E8EC solid;
    }

    .alarmBox .noneData{
        height: 100%;
    }

    #footerWrapper{
        width: 100%;
        margin-bottom: 56px;
        padding:32px 0px;
    }

    #footerWrapper .topBox{
        display: block;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    
    #footerWrapper .topBox .logo{
        margin-bottom: 24px;
        width: 86px;
    }

    #footerWrapper .topBox .menuBox .menu{
        font-size: 1.2em;
        margin:0px 16px 0px 0px;
    }

    #footerWrapper .topBox .menuBox .iconMenu{
        width: 18px;
        height: 18px;    
    }
    
    #footerWrapper .topBox .menuBox .menu::before{
        height: 12px;
    }

    #footerWrapper .bottomBox{
        justify-content: center;
    }

    #footerWrapper .bottomBox .flexBox3{
        width: 100%;
        margin-bottom: 12px;
    }

    #footerWrapper .bottomBox h4{
        width: 100%;
        order: 2;
    }
    
}