
.adv-header{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 18.2291666%; /*350/1920*/
    height: 100%;
    overflow: auto;
    background: #333;
    color: #fff;
    /*border-right: 8px #ffa6a6 solid;*/
    /*box-shadow: 1px 0 30px rgba(0,0,0,0.2);*/
}
/*드롭다운 호버메뉴*/
.adv-header-title > a{
    display: block;
    width: 80px;
    height: 60px;
    background: #333333;
    border-radius: 100px;
    text-decoration: none;
    margin: 0 auto;
}
.adv-header-title > a:hover{
    opacity: 0.6;
}
.adv-header-title > a >i{
    display: block;
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.adv-header-title > button {
    background: none;
    border: 1px #ffffff solid;
    border-radius: 0;
    color: #fff;
    text-align: left;
    font-size: 1rem;
    height: 42px;
    padding: 0 8px;
}
.adv-header-title > button > span{
    display: inline-block;
    max-width: 96%;
    line-height: 42px;
}
.adv-header-title > button > i{
    max-width: 4%;
    position: absolute;
    right: 0.5rem;
    top: -2px;
    font-size: 1rem;
    line-height: 2.5rem;
}
.adv-header .adv-header-title > button:hover,
.adv-header .adv-header-title > button:focus{
    background: #ffa6a673;
    border-color: #ffa6a6;
    color: #fff;
}
.adv-header .adv-header-title.open > button:hover,
.adv-header .adv-header-title.open > button:focus,
.adv-header .adv-header-title.open > button:after,
.adv-header .btn-default.active, .btn-default:active,
.adv-header .open > .dropdown-toggle.btn-default{
    background: none;
    border-color: #ffa6a6;
    color: #fff;
}
.adv-header-title > ul{
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0,1,0,1);
    border: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    margin: 0;
}
.adv-header-title.open > ul {
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(1,0,1,0);
    height: auto;
    max-height:9999px;
    box-shadow: none;
}
.adv-header-title > ul > li > a{
    font-size: 1rem;
    padding: 8px;
    font-weight: 700;
    color: #333333;
}
.adv-header-title > ul > li > a:hover{
    background: #999;
    color: #fff;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover{
    background: none;
}
@media screen and (max-width: 1199px) {

    .adv-header-title{
        /*display: inline-block;*/
        /*width: -webkit-calc(100% - 50px);*/
        /*width: -moz-calc(100% - 50px);*/
        /*width: calc(100% - 50px);*/
    }
    .adv-header-title > a >i{
        font-size: 30px;
    }
    .adv-header-title > button{
        height: 50px;
        margin: 0;
        border-bottom-width: 1px;
    }
    .adv-header-title > button > i{
        font-size: 2rem;
        top: 0.25rem;
        right: 1rem;
    }
    .btn-default.active.focus,
    .btn-default.active:focus,
    .btn-default.active:hover,
    .btn-default:active.focus,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .open>.dropdown-toggle.btn-default.focus,
    .open>.dropdown-toggle.btn-default:focus,
    .open>.dropdown-toggle.btn-default:hover{
        background: none;
        color: #fff;
        border: none;
    }
    .adv-header-title.open > ul{
        /*position: relative;*/
        /*top: 50px;*/
        /*z-index: 1;*/
        background: #f9f9f9;
        margin-bottom: 16px;
    }
    .adv-header-title > ul > li > a{
        border-bottom: 1px #e6e7e9 solid;
    }

}

/*네비게이션*/
.adv-header-list-nav > ul{
    list-style: none;
}
.adv-header-list-nav > ul > li{
    margin: 8px 0;
    padding: 8px 0 16px 16px;
    border-bottom: none;
    /*box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1)*/
}
.adv-header-list-nav > ul > li > a{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}
.adv-header-toggle{
    display: inline-block;
    width: 100%;
}




/*
 * 모바일 햄버거 메뉴
 */
.adv-header-list-nav.m{
    background: #31384b;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.adv-header-title-hamburger{
    height: 50px;
    width: 50px;
    background: #ffd000;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
}
.adv-header-title-hamburger > i{
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}
.adv-header-list-nav > article > nav {
    height: 100%; /* 100% Full-height */
    width:  100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
    right: -100%;
    background-color: rgba(22,22,22,0.95); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
    /*margin-right: -250px;*/

}
.adv-header-list-nav > article > nav > ul{
    padding: 0;
    list-style: none;
}
.adv-header-list-nav > article > nav > ul >li {
    padding: 4px 8px;
}
.adv-header-list-nav > article > nav > ul > li > a {
    padding: 8px 0 8px 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    /*border-bottom: 1px #571136 solid;*/
    color: #e6e7e9;
    display: block;
    transition: 0.3s
}
.adv-header-list-nav > article > nav > ul > li > a:hover,
.offcanvas a:focus{
    color: #f1f1f1;
}
.adv-header-list-nav > article > nav > ul > li > .closebtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 0;
    text-align: center;
}
.adv-header-list-nav > article > nav > ul > li > .closebtn > span {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media screen and (max-width: 1199px) {
    .adv-header-title .adv-header-title-home{
        /*position: fixed; 잠시 보류*/
        position: relative;
        left: 0;
        width: 50px;
        height: 50px;
        display: inline-block;
        float: left;
        z-index: 10;
        border-radius: 0;

    }
    .adv-header-title > button {
        /*position: fixed; 잠시 보류*/
        /*left: 50px; 잠시 보류*/
        position: relative;
        float: left;
        z-index: 10;
        background: #333333 !important;
        width: -webkit-calc( 100% - 100px);
        width: -moz-calc( 100% - 100px);
        width: calc( 100% - 100px);
        border: none;
        padding: 0 0 0 24px;
    }
    .adv-header-title > button:after{
        content: '';
        display: block;
        position: absolute;
        top: 51%;
        width: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 8px;
        right: 0;
        border-top: 6px #ffffff solid;
        border-left: 4px transparent solid;
        border-right: 4px transparent solid;
    }
    .adv-header-title > button:hover,
    .adv-header-title > button:focus,
    .adv-header-title > button:active{
        color: #fff !important;
    }
    .adv-header-title .adv-header-title-hamburger{
        display: inline-block;
        /*position: fixed; 잠시 보류*/
        position: relative;
        z-index: 10;
        height: 50px;
        width: 50px;
        background: #333333;
        text-align: center;
        border-radius: 0;

    }
}

.adv-footer-btn{
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: 50px;
    background: #fff;
}
.adv-footer-btn > section,
.adv-footer-btn > section > button{
    height: inherit;
}
.adv-footer-btn > section > button{
    font-size: 1rem;
    background-color: #31384b;
    color: #fff;
}