@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:500,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script');

* {
  font-family: "Nanum Gothic",Gulim,굴림, sans-serif;
  font-size:10pt;
  color:#444444;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nanum Gothic",Gulim,굴림, sans-serif;
  font-size:10pt;
  color:#444444;
  background-color:#f8f9fa!important;
}
img {
    max-width: 100%;
    height: auto;
}

.menu_cover {margin-top:-30px}
.main_text {margin-top:30px;}

.logo {
    float:left;
    margin-left:-50px;
}
  .innercont{
       width:720px;
       margin-top:0;
       margin-left:auto;
       margin-right: auto;
       padding:0px;
       height:auto;
       background-color: #ffffff;
   } 
   .innerAnchor{
       margin-top:0px;
       margin-left:auto;
       margin-right: auto;
       padding:0px;
       height:auto;
    } 
.nav {width:100%;margin-top:7px; padding-left:20px;}
.navbar {
  min-height: 50px;
}

.navbar-brand {
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 10px;
  padding: 9px 10px !important;
}

.nav-item {
    float:left;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.display-4 {
     font-size: 3rem;
}
.display-3 {
    font-size: 1.5rem;
}


@media (max-width: 768px) {
    .menu_cover {margin-top:-10px}
    .main_text {margin-top:20px;}
    .logo {
        position: relative;
        display: block;
        clear:both; width:50%;
        text-align:left;
        float:initial !important;
        margin-left:0px;
    }
    .nav {
        width:100%; margin-top:0px; padding-left:0px;
    }
    .nav-item {
        position: relative;
        display: block;
        clear:both; width:80%;
        text-align:left;
    }
    .display-4 {
        font-size: 1.7rem;
    }
    .display-3 {
        font-size: 1rem;
    }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


.open-header {
    background-color: #EEEEEE;
    color: #999;
    text-align: center;
    border-top: .05rem solid #e5e5e5;
    padding: 0.5rem 0;
}

.open-header .cover {
    width:100%; margin:0 auto;
}


.open-header-logo {
  margin-left:-10px !important;
  font-size: 1.0rem;
}

.open-header-logo:hover {
  text-decoration: none;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.00rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 0.5rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.open-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.open-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .open-title {
    font-size: 3.5rem;
  }
}

.open-pagination {
  margin-bottom: 4rem;
}
.open-pagination > .btn {
  border-radius: 2rem;
}

.open-post {
  margin-bottom: 4rem;
}
.open-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.open-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.open-footer {
  width:100%;
  padding: 1.3rem 0;
  color: #999;
  text-align: center;
  background-color: #EEEEEE;
  border-top: .03rem solid #e5e5e5;
}
.open-footer p {
  margin:0 auto;
}

.owl-carousel .item {margin-right:0px;}
.owl-carousel .item:last {margin-right:0px;}

/* Login */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  margin-top:70px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}