/* 네비게이션 세부설정 파일 */


button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    background-color: white;
}

.header_t_bg {
    height: 64px;
    margin-top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 9999;
    top: 0;
    display: block !important;
    border-radius: 0 !important;
    contain: layout;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    background-color: #424242;
}

.header_t {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    color: #fff;
    border-color: #424242;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 16px;
    justify-content: flex-end;
}

.theme--dark.v-btn {
    color: #fff
}

.theme--dark.v-btn.v-btn--disabled,
.theme--dark.v-btn.v-btn--disabled .v-btn__loading,
.theme--dark.v-btn.v-btn--disabled .v-icon {
    color: hsla(0, 0%, 100%, .3) !important
}

.theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: hsla(0, 0%, 100%, .12) !important
}

.theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
    background-color: #212121
}

.theme--dark.v-btn.v-btn--outlined.v-btn--text {
    border-color: hsla(0, 0%, 100%, .12)
}

.theme--dark.v-btn.v-btn--icon {
    color: #fff
}

.theme--dark.v-btn:hover:before {
    opacity: .08
}

.theme--dark.v-btn--active:before,
.theme--dark.v-btn--active:hover:before,
.theme--dark.v-btn:focus:before {
    opacity: .24
}

.theme--dark.v-btn--active:focus:before {
    opacity: .32
}

.v-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
    -webkit-transition-property: opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform, opacity;
    transition-property: box-shadow, transform, opacity, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.v-btn:before {
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
    background-color: currentColor
}

.v-btn:not(.v-btn--disabled) {
    will-change: box-shadow
}

.v-btn--flat,
.v-btn--outlined,
.v-btn--text {
    background-color: transparent;
}

#top .v-btn {
    text-transform: none;
    font-size: 12px;
    letter-spacing: -.05px;
}

.v-btn__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    line-height: normal;
    position: relative
}

#samLogo {
    position: absolute;
    webkit-box-shadow: 2px 2px 4px 1px hsla(0, 0%, 40.8%, .5);
    box-shadow: 2px 2px 4px 1px hsla(0, 0%, 40.8%, .5);
}

.v-btn:not(.v-btn--round):not(#samLogo).v-size--default {
    height: auto;
    border-radius: 3px;
}

.header_t.f-nav .header_logo img {
    width: 90px;
    margin-top: 12px;
}

@media (max-width:970px) {
    .header_t_bg {
        height: 64px;
        margin-top: 0px;
        transform: translateY(0px);
        left: 0px;
        right: 0px;
        position: fixed;
        z-index: 9999;
        top: 0;
        display: block !important;
        border-radius: 0 !important;
        contain: layout;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        background: #424242;
    }
}

@media (min-width:971px) {
    .header_t {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 64px;
    }

    .header_logo {
        top: 0;
        left: 2em;
        background-color: #79BE2C !important;
        border-radius: 0 0 5px 5px;
        clip: unset;
        height: 84px !important;
        border-width: 0;
    }

    .header_logo svg {
        -webkit-transform: scale(2);
        transform: scale(2);
        margin: 2em;
    }

    #top .v-btn {
        font-size: 1em;
        font-weight: 700;
        border-bottom: 2px solid transparent;
    }
}

.modal-content,
#fullmenu .modal-content,
.modal-content,
.modal-content {
    background: none;
}

@media (min-width: 360px) {
    .v-btn:not(.v-btn--round):not(#samLogo).v-size--default {}
}




/*********/