navbar {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,1);
    border-top: 5px solid #2e3192;
    border-bottom: 1px solid #eee;
    z-index: 99999;
}

.n_navbar_box {
    padding : 0;
}

.n_navbar {
    padding: 30px 0;
}

navbar .n_logo_warp {
    max-width: 250px;
    float: left;
}

navbar .n_menu_warp {
    position: relative;
    height: 45px;
    overflow: hidden;
    text-align: right;
    float: right;
}

navbar .n_menu_warp .n_sub_text {
    position: relative;
    display: inline;
    color: #585827;
    font-size: 1.4em;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    float: left;
    white-space:nowrap;
    padding: 0 0 0 30px;
    cursor: pointer;
}

navbar .n_menu_warp .n_sub_text:hover {
    color: #3366ff;
}

navbar .n_menu_warp .n_sub_text a {
	color: #000;
}

navbar .n_sub_box {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 0.5em;
    margin: 30px 0 0 -16px;
    border-left: 1px solid #ddd;
    opacity: 0;
}

navbar .n_menu_warp_m {
    position: absolute;
    height: 55px;
    width: 120px;
	font-size: 0.8em;
    background: #2e3192;
    text-align: center;
    padding: 6px 0 0 16px;
    margin-right: -15px;
    top: 0;
    right: 0;
}

navbar .n_menu_warp_m button {
    color: #fff;
    background: #2e3192;
    font-size: 2.2em;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    white-space: nowrap;
    padding: 0;
    float: left;
}

navbar .n_menu_warp_m button:hover, navbar .n_menu_warp_m button:focus {
    color: #fff;
}

.n_sub_btn, .n_sub_btn a {
    height: auto;
    color: #454545;
    text-align: center;
    padding: 4px 9px;
    margin: 2px 0 2px 0;
    font-size: 1.26em;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal;
    word-wrap: break-word;
    cursor: pointer;
}

.n_sub_btn:hover {
    background: #eee;
    color: #000 !important;
}

.n_sub_btn a:hover {
    color: #000 !important;
    text-decoration: none;
}

section {
    position: relative;
    margin-top: 105px;
    height: auto;
}

.n_navbar_m .modal-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.n_navbar_m .modal-body {
    margin-top: 55px;
}

.n_navbar_m .panel-title {
    text-align: right;
}

.n_navbar_m .panel-title a {
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
}

.n_navbar_m .panel-body p {
    text-align: right;
    padding: 10px;
}

.n_navbar_m .panel-body p > a {
    color: #454545;
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
}

.n_navbar_m_mem .txtBase p {
    width: 100%;
    padding: 12px 15px;
    text-align: right;
    background: #f7f7ee;
    border-radius: 3px;
    margin-bottom: 5px;
}

.n_navbar_m_mem .txtBase p > a {
    color: #454545;
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
}



/* ----- MODAL STYLE ----- */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- Search STYLE ----- */
.n_search_btn {
    position: relative;
    width: 46px;
    height: 40px;
    padding: 5px;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #777;
    font-size: 2.4em;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    cursor: pointer;
    float: right;
}

.n_search_btn:hover {
    color: #fff;
    background: #c2c695;
}

.n_search {
    position: absolute;
    max-width: 1170px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    opacity: 0;
    display: none;
    float: right;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.n_search .n_search_form {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 5px;
}

.n_search .n_search_form input {
    height: 40px;
    top: 0;
    float: left;
}

.n_search .n_search_form fieldset {
    margin: 0;
    padding: 0;
}

.n_search .n_search_form .inputTypeText {
    width: calc(100% - 45px);
    border: 1px solid #ddd;
    margin: 0 !important;
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

.n_search2 {
    position: relative;
    max-width: 1170px;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 auto;
    vertical-align: middle;
    float: right;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.n_search2 .n_search_form {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 5px;
}

.n_search2 .n_search_form input {
    height: 40px;
    top: 0;
    float: left;
}

.n_search2 .n_search_form fieldset {
    margin: 0;
    padding: 0;
}

.n_search2 .n_search_form .inputTypeText {
    width: calc(100% - 45px);
    border: 1px solid #ddd;
    margin: 0 !important;
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

.EC-Layout-Basket-count {
    padding: 2px 5px 3px 5px;
    color: #fff;
    font-size: 0.7em;
    background: #008080;
    border-radius: 25px;
}

/* ----- Google Translate STYLE ----- */
.n_translate {
    position: relative;
    padding: 4px 0 0 4px;
    float: right;
}

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }

.goog-te-gadget-simple {
    border: 0 !important;
}

.goog-te-gadget-icon {
    content: url('http://skin-skin1.jnhealthfood2017.cafe24.com/image/translate.jpg') !important;
    background-image: url("http://skin-skin1.jnhealthfood2017.cafe24.com/image/translate.jpg") !important;
    background-size: 30px 30px !important;
    background-position: 0px 0px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.goog-te-gadget-simple span {
    display: none !important;
}

.goog-te-menu-frame {
    -moz-box-shadow: 0 0 0 0 #454545 !important;
    -webkit-box-shadow: 0 0 0 0 #454545 !important;
    box-shadow: 0 0 0 0 #454545 !important;
}



@media(min-width:768px) {
    .n_menu_warp {
        padding-top: 15px;
    }
    navbar .n_logo_warp {
        padding-top: 10px;
    }
}

@media(max-width:767px) {
    .n_navbar {
        height: 55px;
        padding: 9px 0 0 0 !important;
    }
    navbar .n_logo_warp {
        max-width: 300px;
    }
    navbar .n_menu_warp p {
        font-size: 1.5em;
    }
    navbar .n_menu_warp p.n_text_by {
        font-size: 1.5em;
        padding: 0 5px;
    }
}

@media(min-width:768px) {
    .n_menu_warp_m {
        display: none;
    }

    section {
        padding: 0 15px;
    }
}

@media(max-width:767px) {
    .n_navbar_box {
        padding : 0 15px;
    }

    .n_menu_warp_m {
        display: block;
    }
    .n_menu_warp {
        display: none;
    }
    navbar .n_logo_warp img {
        max-width: 200px;
    }
    section {
        margin-top: 55px;
        padding: 0 15px;
    }

    .n_submenu {
        display: none !important;
    }

    header {
        margin-top: 55px;
    }
}


.modal-content {
    background: #2e3192;
}

.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #3f51b5 !important;
    border-color: #000 !important;
}

.panel-default {
    border-color: #000 !important;
}