
/* =================================================================== */
/* Import Section
====================================================================== */
body
{
    font-family: 'NanumBarunGothic',sans-serif;
    position: relative;

    height: 100%;
}

a
{
    text-decoration: none ;
}
a:hover
{
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none;

    color: #555;
}
a:focus
{
    text-decoration: none;

    outline: none;
}
.not-ie a
{
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
       -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
        -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
         -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
            transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}




/* =================================================================== */
/* 2. HEADER
====================================================================== */

#header
{
    position: relative;
    z-index: 100;
    
    width: 100%;
    min-width: 100%;
    /* ie8 에서 메뉴 rollover위해서는 height가 있어야 함 없으면 안됨*/
    height: 70px; 
    margin: 0;
    padding: 0;
    transition: all .4s ease-in-out 0s;

    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #000;*/
}

.wrapper {
    /*position: relative;*/
}

/* Logo
====================================*/
#logo
{
    position: relative;
    /*border: 1px solid #000;*/
}
/* .ie8 #log {
    width: 260px;
} */

#logo-bar {
    padding: 0;
    height: 70px;
    position: relative;
    background-color: #fff;
    z-index: 9999;

}

.ie8 #logo-bar {
    border-bottom: 1px solid #9E9E9E;
}

#logo-bar .bar-black {
    background-color: #000;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 7 and olders */
    opacity: .8; 
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#logo-bar.scroll-to-fixed-fixed {
    min-width: 100%;
    width: 100%;
}


#logo > h1
{
    padding: 0;
    margin: 0;
    line-height: 70px;
    /* display: inline-block;
    float: left;
    
    margin: 0; */
}

#logo > h1 > a {
    display: block;
    line-height: 70px;
    height: 70px;
    /*border: 1px solid #000;*/
}

#logo > h1 > a > img {
    position: relative;
    /* 위치 초기값 이후 jquey */
    top: 14px; 
}

.topmenu  {
    position: relative;
    top: 30px;
    /* height: 70px;
    line-height: 70px; */
}

/* =================================================================== */
/* 3. NAVIGATION
====================================================================== */
/*
  Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
.navbar-nav ul
{
    width: 100%;
    min-width: 187px!important;
    padding: 0;
}

.nav-caption
{
    font-size: 22px;
    font-weight: bold;

    position: absolute;
    top: 15%;

    display: none;

    width: 100%;
    padding: 5px 0 0 0;

    text-align: center;

    color: #323a45;
}
.navbar-toggle
{
    position: relative;
    top: 5px;
    right: 20px;
    padding: 1em;
    margin: 0;
    /*margin-bottom: 10px;*/

    border: none;
    border-radius: 3px;
    background: #303436;
    /*border: 1px solid #000;*/
}
.navbar-default
{
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background: #303436;
}
.navbar-default .navbar-toggle .icon-bar
{
    height: 3px;

    background-color: #fff;
}
.navbar
{
    /*min-height: 35px;*/
    /*margin-bottom: 0;*/
    margin: 0;
    padding: 0;
    /*min-height: 70px;*/
    /*min-height: auto;*/
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-static-top
{
    position: relative;
    top: 16px;
}


.navbar-nav .sub-arrow,
.navbar-nav .collapsible .sub-arrow
{
    position: static;

    display: inline-block;
    overflow: hidden;

    width: 0;
    height: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;

    vertical-align: middle;

    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow
{
     font-family: FontAwesome;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   line-height: 8px; 

    display: inline-block;
    
    width: 8px;
    height: 8px;

    border-width: 0;
    /*background: transparent url(../images/icon_m_arrow.png) 0 0 no-repeat;*/

}
 .navbar-nav > li > .has-submenu .sub-arrow:before
{
    content: '\f107';
}
 
/*  .ie8 .navbar-nav > li > .has-submenu .sub-arrow:before {
   content: '' !important;

}  */
.navbar-nav ul .sub-arrow
{
    position: absolute;
    right: 0;

    margin-top: 6px;
    margin-right: 15px;

    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
}
.navbar-nav ul a.has-submenu
{
    padding-right: 30px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form
{
    margin: 0;
    padding: 0;
    position: relative;
    /*top: 10px;*/
    
    border-color: transparent;
    /*border: 3px solid red;*/
}

.navbar-nav span.scroll-up,
.navbar-nav span.scroll-down
{
    position: absolute;

    display: none;
    visibility: hidden;
    overflow: hidden;

    height: 20px;

    text-align: center;
}
.navbar-nav span.scroll-up-arrow,
.navbar-nav span.scroll-down-arrow
{
    position: absolute;
    top: -2px;
    left: 50%;

    overflow: hidden;

    width: 0;
    height: 0;
    margin-left: -8px;

    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
}
.dropdown-menu.sm-nowrap
{
    top: auto;
    /*top: 35px !important;*/
    left: 0;

    display: none;

    width: auto;
    min-width: 10em;
    max-width: 20em;
    margin-top: -42px;
    margin-left: 186px;
    z-index: 9999;
    opacity: 1 !important;
}

.navbar-nav span.scroll-down-arrow
{
    top: 6px;

    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

.navbar-default
{
    /*background-color: transparent !important;*/
}

/* .navbar-default .navbar-nav li a
{

} */

.navbar-default .navbar-nav > li:before {
}

.navbar-default .navbar-nav > li
{
    margin: 0;
    padding: 0;
    /*height: 70px;*/
    /*float: left;*/
    /*line-height: 70px;*/
    /*border: 1px solid #000;*/
}

/* .navbar-default .navbar-nav > li * {
    border: 1px solid #000;
} */

.navbar-default .navbar-nav > li:first-child
{
    border-left: none;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > a:before
{
    transition: all .5s;
}

.navbar-default .navbar-nav > li > a
{
    display: block;
    font-size: 1.37em;
    font-weight: 600;
    /*line-height: 70px;*/
    
    position: relative;
    /*text-align: center;*/
    z-index: 1;
    padding: 0;
    margin: 0;
    zoom: 1;
    /*padding: 15px .8em;*/
    padding: 15px 1.5em;

    text-transform: uppercase;

    color: #010101;
}

/*  .ie8 .navbar-default .navbar-nav li {
   position: relative;
   border: 1px solid #000 !important;
   height: 50px;
   background-color: red;
}  */

.navbarPad
{

}


.ie8 .navbar-default .navbar-nav > li > a:after {
    height: 0;
}




.navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: #0c4b8c;
    background: #0097c0;
    

}

/* .ie8 .navbar-default .navbar-nav > .open  {
    background-color: blue;
    position: relative;
    zoom: 1;
    z-index: 9999;
    border: 1px solid #000;
} */

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
{
    color: #0c4b8c;
    background: #0097c0;
}

.highlighted {
    background-color: #007bb1 !important;
    color: #fff !important;
}

.navbar-nav > li + li
{
    margin-left: 1px;
}

.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header
{
    padding-left: 35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header
{
    padding-left: 45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header
{
    padding-left: 55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header
{
    padding-left: 60px;
}
.navbar-nav .dropdown-menu > li > a
{
    font-size: 1.0em;
    font-weight: 600;

    padding: 12px 20px;

    white-space: normal;

    border-bottom: 1px solid #e4e4e4;
}

.navbar-nav .dropdown-menu > li > a:hover
{
    color: #fff;
    background: #0097c0 ;
}
.navbar-nav ul.sm-nowrap > li > a
{
    white-space: nowrap;
}

.navbar-nav .collapsible ul
{
    position: static !important;
    top: auto !important;
    left: auto !important;

    display: none;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.navbar-nav .collapsible ul.sm-nowrap > li > a
{
    white-space: normal;
}

.navbar-nav .collapsible iframe
{
    display: none;
}

ul.sm li *,
ul.sm li *:before,
ul.sm li *:after
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color: transparent!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    background-color: #fff ;
}
/*------------Animation-CSS-------------*/
.navbar-nav > li:hover > ul
{
    -webkit-animation: fadeInUp .4s ease-in ;
       -moz-animation: fadeInUp .4s ease-in;
            animation: fadeInUp .4s ease-in;
}

.navbar-nav > li > ul.dropdown-menu li:hover ul
{
    -webkit-animation: fadeInUp .5s ease-in ;
       -moz-animation: fadeInUp .5s ease-in ;
            animation: fadeInUp .5s ease-in;
}

@-webkit-keyframes fadeInUp
{
    0%
    {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fadeInUp
{
    0%
    {
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

.fadeInUp
{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}



/** =======================
 * 모바일 소메뉴
 ===========================*/

.accordion
{
    width: 100%;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
}

.accordion .link
{
    font-size: 15px;
    font-weight: 700;

    position: relative;

    display: block;

    padding: 15px 15px 15px 60px;

    cursor: pointer;
    -webkit-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;

    color: #4d4d4d;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

.accordion li:last-child .link
{
    border-bottom: 0;
}

.accordion li i
{
    font-size: 18px;

    position: absolute;
    top: 16px;
    left: 12px;

    padding-left: 20px;

    -webkit-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;

    color: #595959;
}

.accordion li i.fa-chevron-down
{
    font-size: 16px;

    right: 12px;
    left: auto;
}

.accordion li.open .link
{
    color: #b63b4d;
}

.accordion li.open i
{
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}


/* ===================================================== */
/* 32. List & Bullets                                    */
/* ===================================================== */


/* --------list style 1 CSS---------- */

.multi-icon li
{
    padding: 5px 0;
}
.multi-icon li i
{
    margin-right: 12px;

    color: #727cb6;
}

/* --------list style CSS---------- */

.list_style li
{
    line-height: 20px;

    position: relative;

    padding: 3px 2px 3px 10px;
}

.list_style li a
{
    /*font-family: PT sans,Helvetica, Arial, sans-serif;*/
    /*font-size: 14px;*/
    font-size: 1.1em;
    font-weight: 500;

    text-decoration: none;
    letter-spacing: 0;

    color: #666;
}
.list_style li a:hover
{
    text-decoration: none;

    color: #000;
}
.list_style li a.active
{
    color: #727cb6;
}

/* --------list style 2 : Circle CSS---------- */
.list_style.circle li
{
    padding: 3px 2px 3px 23px;
}
.list_style.circle li:before
{
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 17px;

    position: absolute;
    top: 5px;
    left: 0;

    display: inline-block;

    width: 17px;
    height: 17px;

    content: '\f105';
    text-align: center;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #727cb6;

         -o-border-radius: 50%;
        -ms-border-radius: 50%;
}

/* --------list style 3 : Square CSS---------- */
.list_style.square li
{
    padding: 3px 2px 3px 23px;
}
.list_style.square li:before
{
    font-family: FontAwesome;
    line-height: 17px;

    position: absolute;
    top: 5px;
    left: 0;

    display: inline-block;

    width: 17px;
    height: 17px;

    content: '\f105';
    text-align: center;

    color: #fff;
    border-radius: 0;
    background: #727cb6;
}

/* --------list style 4 : Simple CSS---------- */
/* .list_style li
{
    padding: 3px 2px 3px 12px;
} */

.list_style li:before
{
    font-family: FontAwesome;
    font-size: 14px;

    position: absolute;
    top: 1px;
    left: 0;

    content: '\f105';
}

/* --------list style 5 : Star CSS---------- */
.list_style.star li
{
    padding: 3px 2px 3px 22px;
}
.list_style.star li:before
{
    font-family: FontAwesome;
    font-size: 16px;

    position: absolute;
    top: 3px;
    left: 0;

    display: inline-block;

    content: '\f005';
    text-align: center;

    color: #727cb6;
    border-radius: 0;
}

/* --------list style 6 : Right-arrow CSS---------- */
.list_style.right-arrow li
{
    padding: 3px 2px 3px 20px;
}
.list_style.right-arrow li:before
{
    font-family: FontAwesome;
    font-size: 15px;

    position: absolute;
    top: 4px;
    left: 0;

    display: inline-block;

    content: '?';

    color: #727cb6;
    border-radius: 0;
}

/* --------list style 7 : Hand CSS---------- */
.list_style.hand li
{
    padding: 3px 2px 3px 22px;
}
.list_style.hand li:before
{
    font-family: FontAwesome;

    position: absolute;
    top: 4px;
    left: 0;

    display: inline-block;

    content: '?';

    color: #727cb6;
    border-radius: 0;
}

/* --------list style 8 : Play  CSS---------- */
.list_style.play li
{
    padding: 3px 2px 3px 21px;
}
.list_style.play li:before
{
    font-family: FontAwesome;
    font-size: 15px;

    position: absolute;
    top: 3px;
    left: 0;

    display: inline-block;

    content: '?';

    color: #727cb6;
    border-radius: 0;
}

/* --------list style 9 : Dubble-Right-Arrow  CSS---------- */
.list_style.dubble-right-arrow li
{
    padding: 3px 2px 3px 17px;
}
.list_style.dubble-right-arrow li:before
{
    font-family: FontAwesome;
    font-size: 15px;

    position: absolute;
    top: 3px;
    left: 0;

    display: inline-block;

    content: '?';

    color: #727cb6;
    border-radius: 0;
}

/*------List-Group------*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover
{
    border-color: #727cb6;
    background-color: #727cb6;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text
{
    color: #fff;
}



/* ===================================================== */
/* 4. FOOTER & FOOTER WIDGETS                            */
/* ===================================================== */

footer
{
    /*position: relative;*/
    border-top: 1px solid #D5D5D5;
    /*padding: 0;*/

    /*color: #fff;*/
    /*background: #828282;*/
    /*background-image: url(../images/pattern_dot.png);*/
}



footer .footerDiv
{
    
    border-bottom: 1px solid #D5D5D5;
    padding: .5%;
    /*background-color: #F0F0F0;*/
    /*height: 100%;*/
    /*padding-top: 1em;*/
    /*padding-bottom: 1em;*/
    /*min-height: 190px;*/

    /*border-right: 1px solid #959595;*/
}

footer .footerDiv:first-of-type
{
    border-left: 1px solid #959595;
}

.copyright
{
    background-color: #cdcdcd;
    color: #444;
    text-decoration: none;
}




/* ===================================================== */
/* 34. Media Query                                       */
/* ===================================================== */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/*     #logo {
    top: 25px;
} */

    .navbar-text {
        margin-left: 5px;
        margin-right: 5px; 
    }


    .navbar-default .navbar-nav > li > a
    {
        padding: 15px 1.0em;
    }


}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* #logo
    {
        top: 30px;
    } */

    .navbar-static-top {
    }

    .navbar-text {
         margin-left: 5px;
      margin-right: 5px; 
        font-size: .8em;
    }

    .navbar-default .navbar-nav > li > a
    {
        font-size: 1.2em;

        padding-right: .5em;
        padding-left: .5em;
    }

    .ie8 .navbar-default .navbar-nav > li > a {
        font-size: 1.1em;
    }



}

@media only screen and (max-width:768px) {
    #logo-bar
    {
    }

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



}

@media only screen and (max-width: 767px) {
    .owl-controls {
        top: -90px;
    }
    .dividerHeading h4, .widget_title h4 {
        font-size: 2.3em;
    }

    #info-bar
    {
        padding: 0;

        background: none;
    }

    #logo
    {
        position: absolute;
        z-index: 9999;

        width: 65%;
    }

    #top-bar
    {
        padding: 5px 0;
    }

    #logo-bar
    {
    }

    .navbar-default .navbar-nav li a
    {
        color: #010101;
    }
    .navbar
    {
        float: none;

        border-color: transparent;
        background: #fff;
    }
    .navbar-nav li:nth-child(n+2)::before
    {
        background: none;
    }

    .navbar-nav
    {
        margin: 0;

        background: #303436;
    }
    .navbar-collapse
    {
        position: absolute;
        top: 20px;
        width: 100%;
    }



    .navbar-nav > li ul > li:first-child > a
    {
        border-top: none;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-nav .dropdown-menu > li > a
    {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .navbar-default .navbar-nav li a
    {
        color: #fff !important;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        font-size: 13px;

        padding-left: 45px;

        color: #fff;
        border-bottom: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #fff;
        background: #727cb6;
    }
    .navbar-nav .sub-arrow,
    .navbar-nav .collapsible .sub-arrow
    {
        float: right;

        color: #fff;
    }
    .navbar-nav > li > ul:before
    {
        display: none;

        content: '';
    }
    .navbar-nav > li > .has-submenu .sub-arrow
    {
        font-size: 14px;
        font-weight: bold;

        width: 10px;
    }
    .navbar-default .navbar-nav > li
    {
        border-bottom: 1px solid rgba(255, 255, 255, .54);
    }
    .dropdown-menu.sm-nowrap > li
    {
        border-top: 1px solid rgba(255, 255, 255, .54);
        background: #303436;
    }

    .navbar-nav > li:hover > ul
    {
        -webkit-animation: none ;
           -moz-animation: none;
                animation: none;
    }

    .navbar-nav > li > ul.dropdown-menu li:hover ul
    {
        -webkit-animation: none;
           -moz-animation: none;
                animation: none;
    }
    .nav-caption
    {
        display: block;
    }

    .serviceBox_1,
    .serviceBox_3
    {
        margin-bottom: 30px;
    }

    .list_style li i
    {
        margin-right: 0;
    }


    .list_item
    {
        width: 100%;
    }

    .owl-carousel .option h5
    {
        font-size: 155%;
    }
    .owl-carousel .option span
    {
        font-size: 125%;
    }

    .widget_content
    {
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 767px) and (orientation:landscape) {
}

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

    #header {
        z-index: 99999;
    }
}
