@media screen and (min-width: 768px) {
    #mobile-navigation{
        display: none;
    }
    
    header{   
        width:100%;
        background-color:rgba(255,255,255,.93);
        position: fixed;
        top: 0;
        z-index: 100;
        /* overflow:auto; */
    }

    #container{
        max-width:1140px;
        padding-right: 15px;
        padding-left: 15px;
        margin: auto;
        display: block;
        
    }

    /* 헤더 아이콘들 */

    /* 로고 */
    #home-logo{
        max-height:90px;
        float: left;
    }

    #home-logo > .logo-img{
        display: block;
        max-height:90px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top:5px;
        padding-bottom: 5px;
    }

    /* 홍보 아이콘 */
    #header-icons{
        width: 20%;
        float:left;
        display: table;
    }
    #promo-icon{
        padding: 34px 0px 0px 0px;
        float: left;
    }

    .kakao,
    .insta,
    .blog{
        width: 20px;
        height: 20px;
        float: left;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right:8px;
    }
    .kakao{
        background-image: url('../images/kakao.png');
    }
    .insta{
        background-image: url('../images/insta.png');
    }
    .blog{
        background-image: url('../images/blog.png');
    }

    /* 네비게이션 */
    nav{
        float: left;
        width: 80%;
        overflow:auto;
        margin-right: -15px;
    }
    nav ul{
        /* overflow:auto; */
        display: table;
        list-style: none;
        float: right;
        margin-bottom: 0;
    }

    nav ul> li{
        float: left;
    }


    nav ul li a{
        width:100%;
        text-decoration: none;
        color: #979797;
        position: relative;
        font-weight: 400;
        display: block;
        letter-spacing: 0.13em;
        padding: 0 25px;
        font-size: 0.73em;
        transition: .3s;
        line-height: 90px;
    }

    /* header white */

    nav ul li :hover{
        text-decoration: none;
        color: #1A373C;
        
        /* border-bottom: solid #1A373C; */
    }

    nav ul li a::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        top: -10px;
        left: 45%;
        transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
    }

    nav li a:hover {
        transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
    }
    nav li a:hover::before {
        /* background-color: #1A373C; */
        background-color: #F7F6F2;
        transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
    }
}

@media (max-width: 1150px) and (min-width: 956px) {

    /* 헤더 아이콘들 */

    /* 로고 */
    #home-logo{
        max-height:90px;
        float: left;
    }

    #home-logo > .logo-img{
        display: block;
        max-height:90px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top:5px;
        padding-bottom: 5px;
    }

    /* 홍보 아이콘 */
    #header-icons{
        width: 20%;
        float:left;
        display: table;
    }
    #promo-icon{
        padding: 34px 0px 0px 0px;
        float: left;
    }

}




@media (max-width: 956px) and (min-width: 768px) {

    /* 헤더 아이콘들 */

    /* 로고 */
    #home-logo{
        max-height:90px;
        float: left;
    }

    #home-logo > .logo-img{
        display: block;
        max-height:90px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top:5px;
        padding-bottom: 5px;
    }

    /* 홍보 아이콘 */
    #header-icons{
        width: 20%;
        float:left;
        display: table;
    }
    #promo-icon{
        padding: 0px 0px 0px 10px;
        float: left;
    }

}

/* 모바일 */

@media (max-width: 768px) and (min-width: 0px) {
    .web-navigation{
        display: none;
    }
    .navbar{
        width: 100%;
        height: 68px !important;
        position: fixed !important;
        top: 0;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        background-color: rgb(255, 253, 253,.96);
    }
    .top-logo{
        width: 150px;
        margin: 0px 15px;
    }
    /* 홍보 아이콘 */
    #promo-icon{
        width: 80px;

        float: left;
    }

    .kakao,
    .insta,
    .blog{
        width: 15.3px;
        height: 15.3px;
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left:7px;
    }
    .kakao{
        background-image: url('../images/kakao.png');
    }
    .insta{
        background-image: url('../images/insta.png');
    }
    .blog{
        background-image: url('../images/blog.png');
    }
    /*네비게이션*/
    .navbar-offcanvas .navbar-toggler .icon-bar {
        margin-right: 15px !important;
        background-color: #1d5041 !important;
        height: 3px !important;
    }
    .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
        top: 8px !important;
    }
    .navbar-collapse .nav-image img {
        display: block;
        margin: 0 auto;
        border: none !important;
        width: 91px !important;
        height: 110px !important;
    }
    .navbar-collapse {
        display: block !important;
        position: fixed;
        top: 0;
        right: -10px;
        width: 424px;
        height: 100%;
        padding: 60px 1rem;
        background-color: rgb(233, 236, 228) !important;
        border-left: none !important;
        text-align: center;
        visibility: visible;
        overflow-y: visible;
        transform: translate3d(424px, 0, 0);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        z-index: 1032;
    }
    .nav-link{
        color:#4a5a59 !important;
        font-family: S-Core, sans-serif;
        font-weight: 400 !important;
        font-size: 14.2px !important;
    }
    

}