@font-face {
   font-family:'stencil';
   font-style: normal;
   font-weight: 400;
   src:url(/fonts/StencilBT.eot);
   src:url(/fonts/StencilBT.eot?#iefix) format('embedded-opentype'), url(/fonts/StencilBT.woff) format('woff');
}

@font-face {
    font-family:'himalaya';
    font-style: normal;
    font-weight: 400;
    src:url(/fonts/himalaya.eot);
    src:url(/fonts/himalaya.eot?#iefix) format('embedded-opentype'), url(/fonts/himalaya.woff) format('woff');
}

@font-face {
    font-family:'NanumGothic';
    font-style: normal;
    font-weight: 400;
    src:url(/fonts/NanumGothic.eot);
    src:url(/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'), url(/fonts/NanumGothic.woff) format('woff');
}

body { font-family: himalaya; }

/*.owl-carousel .owl-item {
    height:285px !important;
}

.owl-carousel .owl-stage-outer {
    height: 285px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    height: 285px !important;
}

@media only screen and (max-width : 767px) {
    .owl-carousel .owl-item {
        height:190px !important;
    }

    .owl-carousel .owl-stage-outer {
        height: 190px;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
        height: 190px !important;
    }
}*/

.owl-carousel .owl-item {
    width: 400px;
    height:285px !important;
}

.owl-carousel .owl-stage-outer {
    height: 285px;
}

.owl-carousel .owl-item img {
    width: 400px !important;
    height: 285px !important;
}

@media only screen and (max-width : 767px) {
    .owl-carousel .owl-item {
        width: 266px; height:190px !important;
    }

    .owl-carousel .owl-stage-outer {
        height: 190px;
    }

    .owl-carousel .owl-item img {
        width: 266px !important;
        height: 190px !important;
    }
}

.navbar li { padding: 30px 0;}
.navbar-brand { height: auto; }
.navbar-brand img { height: 80px; }
.navbar-nav > li > a  { font-size: 27px; }
.nav ul { list-style: none; padding-left: 0; box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.5); }
.nav > li { position: relative; }
.nav > li > ul { text-align: left; display: none; background: white; position: absolute; top: 110px; left: -20px; width: 150px; z-index: 999999; }
.nav > li > ul > li { padding: 0; }
.nav > li > ul a { padding: 10px; display: block; text-decoration: none; z-index: 999999; text-align: center; font-family: 'himalaya' !important; font-weight: bold; font-size: 27px !important; }
.nav > li > ul a:hover { color: #70A9D5; background: #F2F5F9; }

/* .navbar-header { min-height:110px; } */

/* .navbar { min-height:110px;} */


.navbar-toggle { margin-top:35px !important; }
.responsive-h1 { font-family: himalaya; font-weight: bold; color: #333; text-align: right; margin: 0 0 50px; }
.responsive-h2 { font-size: 45px; font-family: himalaya; font-weight: bold; color: #1F497D; text-align: right; margin: 0 0 50px; }
.sub { font-size: 30px; font-weight: normal; text-align: right; }
.sub span { font-family: himalaya; font-size: 37px; font-weight: bold; color: #aaa; text-align: right; }

#home { padding-top: 111px; }

#history {  }
#history table { width: 100%; }
#history table td { font-size: 30px; }
#history table td.year { min-width: 60px; vertical-align: top; text-align: center; }
#history table td.month { min-width: 50px; vertical-align: top; text-align: center; }

@media only screen and (max-width : 1170px) {

}

@media only screen and (max-width : 767px) {
    .content-section-b { padding: 35px 0; }

    .navbar li { padding: 0; }
    .navbar-brand img { height: 50px; }
    .navbar-nav > li > a  { font-size: 20px; }
    .navbar-toggle { margin-top:23px !important; }
    .responsive-h1 { font-size: 50px !important; margin: 0 0 25px; }
    .responsive-h2 { font-size: 40px; margin: 0 0 25px; }

    .sub { font-size: 30px; font-weight: normal; text-align: right; }
    .sub span { font-family: himalaya; font-size: 30px; font-weight: bold; color: #aaa; text-align: right; }

    #home { padding-top: 81px; }
    #history table td { font-size: 20px; }
}

.section-heading { font-family: himalaya; font-size: 45px; font-weight: bold; }
.googlemapView { font-family: himalaya; font-size: 40px; font-weight: bold; cursor:pointer; }

.active { color:#99cc00; }
.cnt_text { font-family: himalaya; font-size: 30px; font-weight: normal; }
.cnt_text a { text-decoration: none; }

#map { top:50px }
#map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

footer {  }
footer ul { margin: 0; }
footer ul li a { font-family: himalaya; font-size: 30px; font-weight: normal; }
footer .copyright { font-family: himalaya; font-size: 28px; font-weight: normal; margin: 0; }

@media only screen and (max-width : 767px) {
    footer ul li a { font-family: himalaya; font-size: 25px; font-weight: normal; }
    footer .copyright { font-family: himalaya; font-size: 20px; font-weight: normal; margin: 0; }
}

.slide { cursor:pointer }
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left; font-family: himalaya; font-size: 25px; font-weight: normal;
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

.modal-body .form-control {
    font-family: NanumGothic; font-size: 15px; font-weight: normal;
}

.modal-footer .btn {
    font-family: himalaya !important; font-size: 15px !important; font-weight: normal !important;
}

/*@media (max-width:768px){



    .navbar li { padding:10px}

    .slide { max-height:190px }



    .responsive-h1 { font-size:22px !important; }

    .responsive-h2 { font-size:17px !important }

}



@media (min-width:768px){

    .navbar li { padding-top:30px ; padding-bottom:30px}

    .navbar-nav>li>a  { font-size:14px; }

    .lead1 { font-size:30px; }

}



@media (min-width:1170px){

    .navbar-nav>li>a  { font-size:16px; }

    .navbar li { padding-top:30px ; padding-bottom:30px;}

}*/

