@charset "utf-8";
@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url('../css/default.min.css');
@import url('../css/bootstrap.min.css');
@import url('../css/animate.min.css');
@import url('../css/ionicons.min.css');
@import url('../css/dodu-bootstrap.css');

body {
    font-family: dotum, "Roboto", sans-serif;
}
a, a:focus, a:hover {
    text-decoration: none;
}
#sidebar-box {
    top: 0px;
    width: 280px;
    height: 100%;
    right: -320px;
    position: fixed;
    z-index: 99998;
    background: #fff;
    border-left: 1px solid #ddd;
    margin-left: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sidebar-box .sidebar-box-head {
    position: absolute;
    top: 0;
    left: -1px;
    width: 281px;
    height: 6px;
    z-index: 10;
    background-color: #0043b2;
    color: #fff;
}
#sidebar-box span[data-jquery=".sidebar_off"] {
    position: absolute;
    top: 5px;
    left: -40px;
    bottom: auto;
    right: auto;
    background: #ffffff;
    color: #4285f4;
    padding: 4px 14px;
    border: 1px solid #0043b2;
    border-right: 0;
    cursor: pointer;
    font-size: 1.55em;
}
#sidebar-box .sidebar-box-content {
    position: relative;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
#sidebar-box .sidebar-box-nav {
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #fbfbfb;
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
}
#sidebar-box .sidebar-box-nav .navbar-nav {
    float: none;
    margin: 0 -15px;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li {
    border-top: 1px solid #c9c9c9;
    float: none;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li:first-child {
    border-top: 0;
    border-left: 0;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li a {
    padding: 0px 15px;
    color: #000;
    border-right: 0;
    background: transparent;
    cursor: pointer;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li:hover a,
#sidebar-box .sidebar-box-nav .navbar-nav>li:focus a,
#sidebar-box .sidebar-box-nav .navbar-nav>li.active a {
    background: rgba(0,0,0,0.02);
}
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #c9c9c9;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu>li {
    border-top: 1px solid #eee;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu>li:first-child {
    border-top: 0;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
}
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu>li>a:hover a,
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu>li>a:focus a,
#sidebar-box .sidebar-box-nav .navbar-nav>li>.dropdown-menu>li>a.active a {
    background: rgba(0,0,0,0.02);
}
#sidebar-box .sidebar-box-footer {
    padding: .8em 0;
    border-top: 0;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}
#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.header_wrap {
    position: relative;
    z-index: 1100;
    width: 100%;
    background-color: #4285f4;
    font-family: dotum, "Roboto", sans-serif;
    font-size: 13px;
    line-height: 14px;
}
.header_gnb {
    height: 54px;
    border-bottom: 1px solid #0043b2;
}
.header_gnb .container {
    position: relative;
}
.header_logo {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.header_logo a {
    display: block;
    text-align: center;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 0.55em;
    font-weight: bold;
}
.header_logo a small {
    font-size: 60%;
    font-weight: normal;
    color: #eee;
}
.header_search {
    float: left;
    width: 540px;
    margin-top: 9px;
    z-index: 30;
}
.header_search .form-control {
    float: left;
    position: relative;
    width: 320px;
    height: 35px;
    margin: 0 0 0 19px;
    border: 1px solid #4da733;
    border-right: 0;
    background-color: #fff;
}
.header_search .btn-search {
    font-family: "Roboto", sans-serif;
}
.gnb_wrap {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}
.gnb_link_area {
    float: left;
    height: 54px;
    line-height: 54px;
    font-size: 12px;
}
.gnb_link_area a {
    float: left;
    color: #fff;
}
.gnb_link_area .gnb_bar {
    float: left;
    margin: 0 10px;
    color: #0055e0;
}
.gnb_common_area {
    float: right;
}
#gnb {
    position: relative;
    z-index: 2147483646;
    font-family: "Roboto", sans-serif;
    color: #444;
    font-size: 12px;
    letter-spacing: 0 !important;
    line-height: normal !important;
    text-align: left !important;
}
.gnb_one ul {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}
.gnb_one li {
    margin-right: 0;
    margin-left: 15px;
    border-left: 1px solid #00af35;
    border-right: 1px solid #00af35;
    border-color: rgba(0, 0, 0, 0.12);
    float: left;
    overflow: visible;
}
.gnb_one li a {
    display: block;
    padding: 19px 19px 18px 19px;
    cursor: pointer;
}
.gnb_one li a:hover {
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 0;
}
.gnb_icon {
    display: block;
    background: url(http://static.naver.net/common/gnb/one/sp_gnb_v10.png) no-repeat -324px -120px;
    width: 17px;
    height: 17px;
}
.header_wrap .nav {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #c8cbcd;
    background-color: #fff;
}
.header_wrap .nav .container {
    position: relative;
}
.header_wrap .nav .nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_wrap .nav .nav_list .menu {
    float: left;
    position: relative;
    height: 41px;
    letter-spacing: -1px;
}
.header_wrap .nav .nav_list .menu>a {
    display: block;
    float: left;
    padding: 13px 15px;
    font-weight: bold;
    font-size: 12px;
    color: #212121;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
.header_wrap .nav .nav_list .menu em {
    font-style: normal;
}
.header_wrap .nav .nav_list .menu.on em,
.header_wrap .nav .nav_list .menu a:hover em {
    padding-bottom: 11px;
    border-bottom: 3px solid #4285f4;
    color: #4285f4;
    text-decoration: none;
}
.header_wrap .nav .btn_area {
    position: absolute;
    top: 4px;
    right: 15px;
    padding: 0;
    line-height: 30px;
}
.header_wrap .nav .btn_area .btn {
    display: block;
    float: left;
    width: 97px;
    border: 1px solid #d3d3d3;
    border-left-width: 0;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}
.header_wrap .nav .btn_area .btn:first-child {
    border-left-width: 1px;
}
.header_wrap .nav .btn_area .btn .btn_inner {
    display: inline-block;
    position: relative;
    padding-left: 18px;
}
.header_wrap .nav .btn_area .btn .btn_inner i {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 14px;
    height: 14px;
    margin-top: -15px;
    font-size: 1.65em;
    color: #4285f4;
}
.navbar.navbar-color {
    background: #4285f4;
    border-radius: 0px;
    z-index: 1000;
}
.navbar-nav>li:first-child {
    border-left: 1px solid #3a75d7;
}
.navbar-nav>li>a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    height: 48px !important;
    line-height: 48px !important;
    padding: 0px 25px;
    font-weight: bold;
    margin-right: 0px;
    border-right: 1px solid #3a75d7;
    border-radius: 0px;
    letter-spacing: -1px;
    background: #4285f4;
}
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav .open>a:focus,
.navbar-nav>li>a:hover,
.navbar-nav .open>a:hover,
.navbar-nav .open>a {
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 0;
    color: #fff;
}
.navbar.navbar-black a span {
    color: #fff;
    font-size: 22px !important;
}
.navbar-nav>li>.dropdown-menu {
    margin: 1px 0 0;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0px;
    border-radius: 0px;
    font-size: 12px !important;
}
.navbar-nav>li>.dropdown-menu li > a {
    display: block;
    padding: 7px 16px;
    color: rgb(51, 51, 51);
    line-height: 18px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.wrapper {
    position: relative;
    min-height: 500px;
    background: #fff;
}
.wrapper .container {
    margin: 15px auto 0 auto;
    padding: 0;
}
.wrapper .subnavbar {
    margin-bottom: 10px;
}
.wrapper .subnavbar .title {
    padding: 10px 15px;
    margin: 0;
    background: #4285f4;
    color: #fff;
    font-weight: bold;
}
.wrapper .subnavbar .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-size: 0.95em;
}
.wrapper .subnavbar .list-group-item.active,
.wrapper .subnavbar .list-group-item.active:focus,
.wrapper .subnavbar .list-group-item.active:hover {
    z-index: 2;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.wrapper .subnavbar .list-group-item .ion-ios-arrow:before {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d3";
    font-size: 1.35em;
}
.wrapper .subnavbar .list-group-item.active .ion-ios-arrow:before {
    position: absolute;
    top: 7px;
    right: 15px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3fd";
    font-size: 1.95em;
}
.footer {
    background: #fff;
    border-top: 1px solid #777;
}
.footer .container {
    margin: 0 auto;
    padding: 0;
}
.footer .dt-copy {
    margin: 10px 0;
    text-align: center;
}
.footer .text-muted,
.footer .text-muted a,
.footer .text-muted a:hover {
    color: #777;
    font-size: 0.95em;
}
.footer .bar {
    color: #777;
    margin: 0px 4px;
}