@font-face {
    font-family: 'DungGeunMo';
    src: url('/assets/web/fonts/DungGeunMo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.offer{
    background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.nftip_nav{
    padding-top:25px;
    padding-bottom:20px;
}

.flex{
    display:flex;
}

.topico{
    height:36px;
}

.overflow-scrollX{
    overflow-x: auto !important;
}

.overflow-scrollY{
    overflow-y: auto !important;
}

.gap-h-10{
    gap:0 10px;
}

a:link { text-decoration: none; color:#666;}
a:visited { text-decoration: none;  color:#666;}
a:hover { text-decoration: none; color: tomato;}
a:active { text-decoration: none;  color:#666;}

.cardtext{font-size:13px; color:#666;}

.card-p-name{
    text-overflow:ellipsis;
    overflow: hidden;
}

.footer-notice-link{
    /*
    text-align:left;
    background-color: #e9ecef;
    opacity: 1;
    */
    height:100%;
    display:flex;
    width:100%;
    border:1px solid #6c757d;
    border-radius: 15px;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: center;
}

.main-tag-wrap{
    position:absolute;
    top:-30px;
    height:30px;
}

.main-tag{
    height: 100%;
    border-radius: 15px 15px 0px 0px;
    background-color: #000;
    color: #fff;
    padding-top:3px;
    font-size:14px;
}

.main-article-row{
    border-radius: 15px;
    justify-self: center;
}

.main-article{
    border-radius: 7px;
}

.btn-round{
    border-radius: 20px;
}

.main-search-col{
    width:auto;
    font-size:0.8rem;
}

.main-search-col:last-child{
    width:39%;
}

.main-search-row{
    justify-content: center;
    /*justify-items: center;*/
}

.search-box-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search-box{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 50%;
}

.search-box input{
    box-shadow: none !important;
    font-size:0.8rem;
}

.search-submit{
    background-color:#fff;
}

.modal-title{font-weight: bold;}

.border-bottom{
    border-bottom: solid 2px #000 !important;
    border-radius: 0;
}

.project-p_desc{
    word-break: break-all;
}

.main-search-col label{
    display: flex;
    font-size: 0.8rem;
    align-items: center;
}

.main-search-col form{
    height:100%;
}

.category-wrapper button{
    font-size:0.8rem;
    min-height:40px;
}

.header-padding{
    padding-top:6px;
    padding-bottom:12px;
}

.header-top-logo{
    padding-top:0px;
    padding-bottom:0px;
}

.header-top-logo img{
    max-height:42px;
}

.navbar-expand-lg .navbar-nav .nav-link.header-link, .nav-link.header-link{
    padding-top:0px;
    padding-bottom:2px;
    font-family: "DungGeunMo";
    font-size:16px;
    display: flex;
    justify-content: center;
    padding-left:0;
    padding-right:0;
}

.footer-padding{
    padding-top:60px;
    padding-bottom:55px;
}

.footer-logo{
    padding-top:0px;
    padding-bottom:0px;
}

.footer-logo img{
    max-height:60px;
}

.footer-text{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
}

.footer-text > div{
    height:100%;
    display: flex;
    align-items: center;
}

.footer-text div.text-center{
    justify-content: center;
}

.border-side{
    border-left:1px solid #6c757d;
    border-right:1px solid #6c757d;
}

.border-right{
    border-right:1px solid #6c757d;
}

.footer-notice-text{
    /*width:100%;*/
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left:20px;
}

.footico{
    height:100%;
}

.ranking-notice{
    font-family: "Noto Sans KR", sans-serif;
    font-weight:500;
    color:#666;
}

.best-icon{
    position: absolute;
    width: 60px;
    right: 0px;
}

.btn-line{
    font-family: "DungGeunMo";
    font-size:0.9rem !important;
    border: 1px solid #6c757d !important;
}

.cms-list-title{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:100%;
}

.align-items-center a{
    display:flex;
    align-items: center;
}

.apply-footer{
    justify-content: flex-start;
}

.main-category{
    font-size:0.8rem;
}

.footer-fixed-height{
    height:25px;
}

.footer-notice > a{
    height:100%;
}

.no-project{
    justify-content: center;
    font-family: 'DungGeunMo';
    font-size: 2.7rem;
    min-height: 600px;
    align-items: center;
    color:#898989;
}

.nav-container .navbar-brand{
    margin-right:0;
}

.navbar-toggler{
    width:auto;
}

.navul-wrapper{
    /*padding-left:0;*/
}

.navul-wrapper ul{
    width:100%;
}

.navul-wrapper ul li{
    /*
    padding-left: 1rem;
    padding-right: 1rem;
    flex-grow: 1;
    */
    padding-left: 0;
    padding-right: 0;
}

.ranking-table-link{
    justify-content: flex-start;
    align-items: center;
    width:100%;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    min-width:0;
}

.ranking-table-link div{
    flex:none;
}

.ranking-table-link div:last-child{
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    min-width: 0;
    padding-left:15px;
}

.popup-row{
    width:30px;
}

.btn-outline-dark.mobile-li:hover{
    background-color:transparent;
    color:#212529;
    border:0 !important;
}

.btn-check:checked + .btn-outline-dark.mobile-li:hover{
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

td.red{
    color:red;
}

td.green {
    color:green;
}

.swiper{
    overflow:hidden;
}

.swiper-slide{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
}

.swiper-slide a{
    padding-left:0px;
    padding-right:0px;
}

#toTop {
    position: fixed;
    bottom: 95px!important;
    right: 20px!important;
    opacity: 1;
    border-radius: 28.5px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
    z-index:10;
}

.filterstyle{
    padding:12px;font-size:1.2rem;
}
.mobile-li{
    display:inline;
    float:left;
    margin-left:5px;
    width:48%;
    font-size:1rem !important;
    background: none;
    display: inline;
}

#community_float{
    position: fixed;
    bottom: 155px!important;
    right: 20px!important;
    opacity: 1;
    background: #fff;
    display: flex;
    width:57px;
    height:57px;
    border-radius: 28.5px;
    flex-direction: row-reverse;
    align-content: center;
    transition: all linear 0.2s;
    z-index:11;
    box-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.float_btn_check:checked + #community_float{
    background:#000;
}

.community_float_btn{
    width:57px;
    height:100%;
    display: flex;
    justify-content: center;
    min-width: 57px;
}

.float_btn_check{
    display:none;
}

.community_float_btn img{
    display:flex;
    align-self: center;
    width:60%;
}

.community_float_menu{
    transition: all linear 0.2s;
    width:auto;
    max-width:171px;
    position: fixed;;
    overflow: hidden;
    white-space: nowrap;
    bottom: 155px!important;
    right: 55px!important;
    height:57px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 28.5px 0px 0px 28.5px;
    z-index:10;
}

.float_btn_check:checked + #community_float + .community_float_menu{
    padding-left: 10px;
    padding-right: 30px;
    box-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.float_menu_img{
    transition: all linear 0.2s;
    width:0px;
}

.float_menu_href:not(:last-child){
    margin-right:5px;
}

.float_btn_check:checked + #community_float + .community_float_menu .float_menu_img{
    width:37px;
}

.community_float_menu.active{
    width:auto;
    max-width:9999px;
}

.search_btn_all.search_all_on{
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.navbar-light .navbar-toggler.nftip-toggler{
    border-color: transparent;
}

@media (max-width: 575px) {
    .btn-line{
        font-size:1rem !important;
    }

    .nav-container{
        margin-right:auto;
        margin-left:auto;
        padding-left:0;
        padding-right:0;
    }

    .navul-wrapper{
        width:auto;
    }

    .main-tag-wrap{

    }

    .navul-wrapper ul li{
        padding-top:10px;
        padding-bottom:10px;
    }

    .main-search-col:last-child{
        width:100%;
    }

    .category-wrapper:not(:first-child){
        display:none;
    }

    .footer-logo{
        justify-content: center;
    }

    .footer-fixed-height{
        height:35px;
    }

    .footer-fixed-height-img{
        height:25px;
    }
}

@media (min-width: 576px){


    .footer-text{
        height:25px;
    }

    .container {
        min-width: 700px;
    }

    .ranking-category{
        width:100px;
    }
}

@media (max-width: 991px) {
    .navul-wrapper ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}