.header .menuicon{display: none;}

@media(max-width:1000px){
    .header > a{display: none;}
    .header .right a{display: none;}
    .header .menuicon{
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        margin-left: auto;
        padding: 0 !important;
        background: transparent;
        border-radius: 0;
        color: #222 !important;
        font-size: 0;
        line-height: 1;
        text-align: right;
        position: relative;
    }
    .header .menuicon i{
        margin-right: 0 !important;
        display: none !important;
    }
    .header .menuicon::before{
        content: "";
        display: block;
        width: 24px;
        height: 18px;
        border-top: 3px solid #222;
        border-bottom: 3px solid #222;
        background: linear-gradient(#222, #222) center/100% 3px no-repeat;
    }
    .gnb,.header .button{display: none;}
    .middle_header{height: 134px;}
    .header #wrap{
        margin-top: 0;
        min-height: 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header #wrap .logo{
        width: 140px;
        flex: 0 0 auto;
    }
    .header #wrap .logo img{
        max-width: 100%;
    }
}
@media(max-width:400px){
    .header .menuicon{
        width: 28px;
        height: 28px;
    }
    .header .menuicon::before{
        width: 22px;
        height: 16px;
    }
    .header #wrap .logo{width: 120px;}
}

.navArea_m{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    z-index: 1000;
    padding: 20px 18px 32px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.14);
}

@media(max-width:1000px){
    .navArea{display: none;}
}
.dropdownmenu_m .depth1 ul{display: none;}

.navArea_m .menuicon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #f3f6fb;
    font-size: 22px;
    color: #1f2d3d;
}

.navArea_m .topmenu{
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 4px;
    padding: 0;
}
.navArea_m .topmenu .member,
.navArea_m .topmenu .point{
    flex: 1;
    min-width: 0;
    padding: 12px 10px;
    border-radius: 12px;
    text-align: center;
}
.navArea_m .topmenu .member{border: 1px solid #265ec2; background: #fff;}
.navArea_m .topmenu .member a{font-size: 17px; font-weight: 600; color: #265ec2;}
.navArea_m .topmenu .point{background-color: #265ec2;}
.navArea_m .topmenu .point a{font-size: 17px; font-weight: 600; color: #fff;}

.navArea_m .topmenu2 ul{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 18px 0 24px;
    padding: 14px 12px;
    border-radius: 16px;
    background: #f7f9fc;
}
.navArea_m .topmenu2 ul li{width: 33.3%;}
.navArea_m .topmenu2 ul li i{font-size: 24px; color: #265ec2; padding-bottom: 8px;}
.navArea_m .topmenu2 ul li a{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #265ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-break: keep-all;
}

.dropdownmenu_m {padding: 0; margin: 0;}
.dropdownmenu_m li{
    margin-bottom: 14px;
    list-style: none;
}
.dropdownmenu_m > li{
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
.dropdownmenu_m li a{
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #1f2d3d;
}
.dropdownmenu_m > li > a{
    padding: 16px 18px;
}
.dropdownmenu_m li a span{float: right; color: #6f7d8c;}

.dropdownmenu_m li ul{
    background-color: #f7fbff;
    margin-top: 0;
    padding: 6px 16px 14px;
    border-top: 1px solid #e4ebf3;
}
.dropdownmenu_m li ul li{
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
}
.dropdownmenu_m li ul li a{
    font-size: 15px;
    font-weight: 500;
    color: #3a4a5b;
    padding: 6px 0;
}
.dropdownmenu_m li ul li:last-of-type{margin-bottom: 0;}


.dropdownmenu_m .sns{margin-top: 35px;}
.dropdownmenu_m .sns ol{display: flex; justify-content: center; background-color: white;}
.dropdownmenu_m .sns ol li{background-color: #265ec2; border-radius: 50px; padding: 3px; width: 36px; height: 35px; margin: 0 10px; margin-bottom: 20px;}
.dropdownmenu_m .sns ol li img{width: 100%;}

@media(max-width:640px){
    .navArea_m{padding: 16px 14px 28px;}
    .navArea_m .topmenu .member a,
    .navArea_m .topmenu .point a{font-size: 15px;}
    .navArea_m .topmenu2 ul{padding: 12px 8px;}
    .dropdownmenu_m > li > a{padding: 14px 15px;}
    .dropdownmenu_m li a{font-size: 16px;}
    .dropdownmenu_m li ul li a{font-size: 14px;}
}

@media(max-width:400px){
    .navArea_m .topmenu{gap: 8px;}
    .navArea_m .topmenu .member,
    .navArea_m .topmenu .point{padding: 11px 8px;}
    .navArea_m .topmenu .member a,
    .navArea_m .topmenu .point a{font-size: 14px;}
    .navArea_m .topmenu2 ul li a{font-size: 12px}
    .dropdownmenu_m li a{font-size: 15px;}
    .dropdownmenu_m li ul li a{font-size: 13px;}
}

footer {
    border-top: 2px solid #777;
}

footer .btn {
    padding: 25px 0;
}

footer .btn #wrap {
    display: flex;
    justify-content: space-between;
    
}

@media(max-width:720px){
    footer #wrap{padding: 0 10px;}
    footer .btn{padding: 15px 0;}
    footer .btn #wrap{
        display: inherit;
    }
    footer .btn #wrap a.point{margin-top: 15px; display: inline-block;}            
}

footer .btn a {
    font-size: 16px;
    color: #000;
    margin-right: 15px;
    font-weight: 400;
}
@media(max-width:500px){
    footer .btn a {
        font-size: 13px;display: inline-block; line-height: 20px;} 
}

footer .btn a.point {
    padding: 4px 10px 5px 10px;
    background-color: #0e52ae;
    color: #fff;
    border-radius: 35px;
    font-size: 14px;
}

@media(max-width:500px){
    footer .btn a.point {
        font-size: 12px;margin-top: 10px;margin-right: 10px;} 
}

footer .info {
    border-top: 1px solid #aaa;
    padding: 20px 0 30px 0;
    font-size: 14px
}


@media(max-width:1000px){
    footer .info{font-size: 12px;}
}
@media(max-width:500px){
    footer .info{padding: 15px 0 20px 0;}
}
footer .info strong {
    color: #777;
}

footer .info li {
    display: inline-block;
    padding-right: 20px;
    margin-top: 8px;
}

footer .info .bar {
    position: relative;
}

footer .info .bar:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #bbb;
    right: 10px;
    top: 6px;
}

.float_banner {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 100px;
    z-index: 100;
    
}
@media(max-width:1000px){
    .float_banner{width: auto;}
}

.float_banner>li {
    display: flex;
    justify-content: center;
    margin-top: 13px;
}


.float_banner .float_banner2 {
    margin-left: 15px;
    width: 70px;
    height: 70px;
    z-index: 100;
    background: url(../../cyber/img/common/floating_top.svg) no-repeat;
    cursor: pointer;
    border-radius: 50px;
    animation-duration: 3s;
    animation-name: slidein;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

@media(max-width:1000px){
    .float_banner>li{width: 50px; height: 50px;
    img{width: 100% !important;}}
    .float_banner .float_banner2{
        width: 50px; height: 50px;
        margin-left: 0px;
    }
}
