@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
    font-family: 'Noto Sans KR', sans-serif;
}

.mt7 {
    margin-top: 7px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.p15 {
    padding: 15px 0px;
}

.p20 {
    padding: 20px 0px;
}

.p25 {
    padding: 25px 0px;
}

.p30 {
    padding: 30px 0px;
}

.mt35 {
    margin-top: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.img-responsive {
    display: inline-block;
    max-width: none;
    width: 100%;
}

.navbar-fixed-bottom {
    height: 50px;
    margin-bottom: 0 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.nav.nav-pills.nav-stacked {
    border:1px solid #d4d4d4;
    border-bottom: 0;
}

.nav-stacked>li+li {
    margin-top: 0px;
}

.nav-pills>li>a {
    border-radius: 0;
    color: #000;
}

.nav-pills.nav-stacked>li>a {
    border-bottom: 1px solid #d4d4d4;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #18d6d9;
    background-color: transparent;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #0036b0;
}

.bd  {
    border: 1px solid #d4d4d4;
    border-top: 0;
}

.nav.nav-pills>li>a {
     padding: 10px 15px;
}

.nav-tabs>li>a {
    padding: 10px 15px;
    border-radius: 0;
}

a {
    color: #000;
}

textarea {
    resize: none;
}