#fixed{
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 999;
    display: flex;
}

.notice_f{
    width: 70px;
    height: 200px;
    background-color: #f58220;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.notice_f i{
    color: #fff;
    font-size: 18px;
    margin-top: 35px;
}

.notice_f p{
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    transform: rotate(-90deg);
    margin-top: 30px;
}

#fixed ul{
    width: 600px;
    height: 200px;
    display: flex;
    background-color: #fff;
    margin-right: -600px;
    transition-duration: 2s;
}

.on02{
    margin-right: 0 !important;
    transition-duration: 2s;
}

#fixed ul li{
    width: 33.33%;
    height: 100%;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
}

#fixed ul li:last-child{
    border-right: 0;
}

#fixed ul li span{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    word-break: keep-all;
    line-height: 23px;
}

.upload{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.on01 i{
    transform: rotate(180deg);
}

.top{
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.top i{
    font-weight: bold;
}

.site_map{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #fff;
    background-image: url(../images/sitemap_bg.png);
    background-repeat: no-repeat;
    background-position: 107% 103%;
    z-index: 9999;
    display: flex;
}

.logo_sec{
    width: 20%;
    height: 100%;
    border-right: 1px solid rgba(194, 194, 194, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_sec{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}

ul.main{
    width: 100%;
}

ul.main>li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

ul.main>li:last-child{
    margin-bottom: 0;
}

ul.main>li p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 28px;
    width: 15%;
    text-align: left;
    margin-left: 3%;
}

ul.sub{
    display: flex;
    width: 85%;
}

ul.sub li{
    text-align: center;
    width: 10%;
}

ul.sub li a{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #333;
}

.site_map button{
    position: absolute;
    font-family: 'Pretendard-Thin', sans-serif;
    font-size: 48px;
    color: #555;
    background-color: #fff;
    top: 30px;
    right: 40px;
}

.mg{
  margin: 0 10px;
}































/* mobile */
@media screen and (max-width: 767px){

    #fixed{
        left: 0;
        bottom: 0;
        display: block;
    }

    .notice_f{
        width: 100%;
        height: 35px;
        flex-direction: row;
    }

    .notice_f i{
        font-size: 14px;
        margin-top: 0;
        transform: rotate(90deg);
        margin-left: 10px;
    }

    .notice_f p{
        font-size: 14px;
        transform: rotate(0deg);
        margin-top: 0;
    }

    #fixed ul{
        width: 100%;
        height: 100px;
        margin-right: 0;
        margin-bottom: -100px;
    }

    .on02{
        margin-right: 0;
        margin-bottom: 0 !important;
    }

    #fixed ul li{
        padding: 10px;
    }

    #fixed ul li span{
        font-size: 12px;
        line-height: 15px;
        letter-spacing: -0.5px;
    }

    .upload{
        font-size: 10px;
    }

    .on01 i{
        transform: rotate(270deg);
    }

    .top{
        bottom: 5%;
        right: 5%;
        width: 35px;
        height: 35px;
        font-size: 10px;
    }

    .site_map{
        background-position: 100% 100%;
        background-size: contain;
        display: block;
    }

    .logo_sec{
        width: 100%;
        height: 15%;
        border-right: 0;
        border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    }

    .logo_sec img{
        width: 40%;
    }

    .menu_sec{
        width: 100%;
        height: 85%;
    }

    ul.main>li{
        margin-bottom: 10%;
        display: block;
    }

    ul.main>li p{
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }

    ul.sub{
        display: table;
        width: 80%;
        margin: 5px auto 0;
    }

    ul.sub li{
        width: 49%;
        float: left;
        padding: 5px 0;
        text-align: left;
    }

    ul.sub li a{
        font-size: 14px;
        margin: 0;
    }

    .site_map button{
        font-size: 24px;
        top: 15px;
        right: 20px;
    }

    .mg{
      margin: 0 0 !important;
    }


}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #fixed{
        bottom: 30px;
    }

    .notice_f{
        width: 50px;
        height: 150px;
    }

    .notice_f i{
        font-size: 16px;
    }

    .notice_f p{
        font-size: 16px;
    }

    #fixed ul{
        width: 500px;
        height: 150px;
        margin-right: -500px;
    }

    #fixed ul li{
        padding: 10px 15px;
    }

    #fixed ul li span{
        font-size: 14px;
        line-height: 20px;
    }

    .upload{
        font-size: 12px;
    }

    .top{
        right: 3%;
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .site_map{
        background-position: 100% 100%;
        background-size: contain;
        display: block;
    }

    .logo_sec{
        width: 100%;
        height: 20%;
        border-right: 0;
        border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    }

    .logo_sec img{
        width: 20%;
    }

    .menu_sec{
        width: 100%;
        height: 80%;
    }

    ul.main>li{
        margin-bottom: 10%;
        display: block;
    }

    ul.main>li p{
        font-size: 20px;
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }

    ul.sub{
        display: table;
        width: 80%;
        margin: 5px auto 0;
    }

    ul.sub li{
        width: 33%;
        float: left;
        padding: 5px 0;
        text-align: left;
    }

    ul.sub li a{
        font-size: 14px;
        margin: 0;
    }

    .site_map button{
        font-size: 24px;
        top: 15px;
        right: 20px;
    }

    .mg{
      margin: 0 0 !important;
    }

}
