@font-face {
    font-family: 'NotoSansKR-Regular';
    src: local('NotoSansKR-Regular'),
         url('../fonts/NotoSansKR-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'NotoSansKR-Medium';
    src: local('NotoSansKR-Medium'),
         url('../fonts/NotoSansKR-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'NotoSansKR-Bold';
    src: local('NotoSansKR-Bold'),
         url('../fonts/NotoSansKR-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: local('Roboto-Regular'),
         url('../fonts/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: local('Roboto-Medium'),
         url('../fonts/Roboto-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: local('Roboto-Bold'),
         url('../fonts/Roboto-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-Black';
    src: local('Roboto-Black'),
         url('../fonts/Roboto-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-ThinItalic';
    src: local('Roboto-ThinItalic'),
         url('../fonts/Roboto-ThinItalic.woff2') format('woff2');
}





*{
    margin: 0;
    padding: 0;
}

html,body{
    position: relative;min-height:100%;height: 100%;
}

a{
    text-decoration: none;
    display: block;
}

ul,ol,li{
    list-style: none;
}

span,p,h1{
    letter-spacing: -1px;
}

.home_btn{
    width: 22px;
}

.home_btn>img{
    width: 100%;
}

.title{
    font-size: 18px;
    color: #1C2864;
    font-family:'NotoSansKR-Bold' ;
}

.menu_btn{
    width: 22px;
    border-radius: 5px;
}

.menu_btn img{
    width: 100%;
}

/* -----------footer---------- */

footer{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: #F1F1F5;
    position: absolute;
    bottom: 0;
    z-index: 20;
}

.footer_logo{
    width: 20%;
    margin: 0 auto;
    color: #334979;
    font-family:'Roboto-Black' ;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.footer_menu a{
    color: #334979;
    font-size: 10px;
    font-family:'NotoSansKR-Regular' ;
}

.copyright{
    width: 100%;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #334979;
}

.gotothetop{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 38px;
    right: 10px;
	z-index: 25;
}

.gotothetop img{
    width: 100%;
}

/* 모바일 메뉴 스타일 */
.mobile-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    border-top: 1px solid #e0e0e0;
    height: 60px;
}

.mobile-footer .menu-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
}

.mobile-footer a {
    color: #999;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    padding: 8px 0;
}

/* SVG 아이콘 스타일 */
.menu-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    fill: currentColor;
}

.mobile-footer a span {
    font-size: 11px;
    line-height: 1.2;
}

.mobile-footer a:hover,
.mobile-footer a:active,
.mobile-footer a.active {
    color: #20285D;
}

/* PC 메뉴 스타일 */
.pc-footer {
    display: none;
}

/* 미디어 쿼리 */
@media screen and (max-width: 800px) {
    .mobile-footer {
        display: block;
    }
    .pc-footer {
        display: none;
    }
    body {
        /* padding-bottom: 60px; */
    }
    
    footer{
        padding-top: 0;
    }
    
}

@media screen and (min-width: 801px) {
    .mobile-footer {
        display: none;
    }
    .pc-footer {
        display: block;
    }
}


/* --------------------------menu------------------------ */

.menu_container{
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: rgba(30,40,96,0.9);
    z-index: 30;
}

.menu_box{
    width: 90%;
    margin: 10px auto;
}

.name_box{
    height: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
}

.user_name{
    color: #fff;
    font-size: 15px;
}

.user_name span{
    font-size: 23px;
}

.menu_category{
    margin-top: 30px;
}

.menu_category>a{
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.menu_category li>a{
    color: #fff;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
}

.menu_category li>a:last-child{
    margin-bottom: 20px;
}

.user_box{
    /* margin-top: 190px; */
    padding-top: 15px;
    border-top: solid 2px rgba(255,255,255,0.3);
    bottom: 10px;
    position: fixed;
    width: 225px;
}

.user_box>a{
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}