/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}

/* 폰트 설정 */
* {font-family:'Noto Sans', 'Noto Sans CJK KR', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family:'Noto Sans', 'Noto Sans CJK KR', sans-serif !important}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* 모바일 메뉴 위치 조정 */
.navbar-toggle {margin-top: 22px}

/* 소셜 아이콘 삭제 */
.footer-social-layout {display: none}

/* 게시판 본문 위치 조정 */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}
/*========================================================
                    Main layout styles
=========================================================*/
body {
    background: #ffffff;
    /*font: 14px '나눔고딕', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*line-height: 1.428571429;*/
    color: #888888;
}
/*.body-layout,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', '나눔고딕', sans-serif !important;
}*/
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}
p {
    margin-bottom: 24px;
    line-height: 1.8;
}
p strong {
    /*font-weight: 800;
    color: #333;*/
}
h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    top: 0;
    z-index: 10;
}
h1.navbar-brand_ a {
    display: inline-block;
}
h1.navbar-brand_ a img {
    width: 100%;
}
h2 {
    font: 700 30px/1em 'Open Sans';
    text-transform: uppercase;
    color: #333;
    margin: 0 0 42px 0;
}
h2 span {
    display: block;
    font-size: 17px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    margin-top: 11px;
}
h2.indent {
    margin: 0 0 65px 0;
}
h2.indent1 {
    margin: 0 0 57px 0;
    text-align: center;
}
h3 {
    font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #65c6bb;
    margin: 0 0 27px 0;
}
.extra-wrap {
    overflow: hidden;
}
.content {
    padding: 0;
    background: #ffffff;
}
.center {
    text-align: center;
}
.main {
    position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 11;
    background: url(/skin/img/bg_pic2.jpg) center 0 no-repeat;
}
header .box {
    float: right;
    width: 50%;
}
header.indent {
    position: absolute;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
}
/* menu
========================================================*/
nav.tm_navbar {
    position: relative;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    min-height: 0;
    background: none;
}
nav.tm_navbar .sf-menu li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin: 0 -1px 0 0;
    float: left;
}
nav.tm_navbar .sf-menu li a {
    position: relative;
    padding: 0 24px;
    font: 18px/42px 'Open Sans';
    color: #ffffff;
    background: none;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar .sf-menu li.active > a {
    color: #ffffff;
    background: none;
    border-color: #ffffff;
}
nav.tm_navbar .sf-menu li:hover > a {
    color: #ffffff;
    background: none;
    border-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar .sf-menu .sfHover > a {
    color: #ffffff;
    background: none;
    border-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar .sf-menu li span {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 4px;
    background: url(/skin/img/marker.png) center bottom no-repeat;
    left: 0;
    bottom: -5px;
    z-index: 0;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 70px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 12px 0;
    margin: 0;
    text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 6px 0 !important;
    padding: 0;
    display: block;
    text-align: center;
}
nav.tm_navbar .sub-menu > ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
    font: 14px/30px 'Open Sans';
    color: #ffffff;
    background: none;
    border: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 9px;
    left: auto;
    width: auto !important;
    color: #ffffff;
    font-size: 14px;
    background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    text-decoration: none;
    color: #65c6bb !important;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
    text-decoration: none;
    color: #65c6bb !important;
    background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 100%;
    left: 100%;
    top: -14px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
    border: 2px solid #65c6bb;
    border-radius: 0;
    padding: 12px 0;
    margin: 0 0 0 18px;
    text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
    font: 14px/30px 'Open Sans';
    color: #ffffff;
    background: none;
    border: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #65c6bb !important;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.select-menu {
    display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    z-index: 20;
    width: 82px;
    height: 82px;
    background: url(/skin/img/top.png) 0 top no-repeat;
    text-indent: -999px;
}
#toTop:hover {
    outline: none;
    background: url(/skin/img/top.png) 0 bottom no-repeat;
}
.thumbnail .caption {
    color: #888888;
}
.who-box {
    padding: 0;
    overflow: hidden;
}
.who-box .col-lg-4 {
    margin-bottom: 40px;
}
.thumb-box1 {
    overflow: hidden;
    padding: 77px 0 73px 0;
    text-align: center;
}
.thumb-box2 {
    padding: 75px 0 44px 0;
    overflow: hidden;
    background-position: 100% 100%;
    position: relative;
    background-image: url(/skin/img/bg_pic.jpg);
}
.thumb-box2 strong {
    color: #ffffff;
    font: 800 18px 'Open Sans';
}
.thumb-box2 i {
    display: block;
    height: 60px;
    margin-bottom: 23px;
}
.thumb-box2 .box1 {
    display: block;
    margin-bottom: 30px;
    background: #ae6ba7;
    border: 2px solid #ae6ba7;
    background: rgba(174, 107, 167, 0.8);
    padding: 111px 0 107px 0;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-box2 .box1:hover {
    background: #ae6ba7;
}
.thumb-box2 .box2 {
    display: block;
    margin-bottom: 30px;
    background: #eb974e;
    border: 2px solid #eb974e;
    background: rgba(235, 151, 78, 0.8);
    padding: 111px 0 107px 0;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-box2 .box2:hover {
    background: #eb974e;
}
.thumb-box2 .box3 {
    display: block;
    margin-bottom: 30px;
    background: #66cc99;
    border: 2px solid #66cc99;
    background: rgba(102, 204, 153, 0.8);
    padding: 111px 0 107px 0;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-box2 .box3:hover {
    background: #66cc99;
}
.thumb-box2 .box4 {
    display: block;
    margin-bottom: 30px;
    background: #e26a6a;
    border: 2px solid #e26a6a;
    background: rgba(226, 106, 106, 0.8);
    padding: 111px 0 107px 0;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-box2 .box4:hover {
    background: #e26a6a;
}
.thumb-box3 {
    background: #ffffff;
    overflow: hidden;
    padding: 78px 0 66px 0;
}
.thumb-box3 .button p {
    margin-bottom: 0px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.thumb-box3 .button a {
    display: inline-block;
}
.thumb-box4 {
    background: #65c6bb;
    text-align: center;
    overflow: hidden;
    padding: 61px 0 67px 0;
}
.thumb-box4 h2 {
    color: #ffffff;
}
.thumb-box4 h2 span {
    color: #efefef;
}
.thumb-box5 {
    background: #65c6bb;
    text-align: center;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.thumb-box5 h2 {
    color: #ffffff;
}
.thumb-box5 h2 span {
    color: #efefef;
}
.thumb-box5 .container {
    padding: 20px;
}
.thumb-box6 {
    overflow: hidden;
    padding: 77px 0 25px 0;
}
.thumb-box6 .col-lg-3, .thumb-box6 .col-lg-4, .thumb-box6 col-lg-5 {
    margin-bottom: 40px;
}
.thumb-box7 {
    overflow: hidden;
    padding: 0 0 51px 0;
}
.thumb-box8 {
    background: #65c6bb;
    text-align: center;
    overflow: hidden;
    padding: 61px 0 40px 0;
}
.thumb-box8 h2 {
    color: #ffffff;
}
.thumb-box8 h2 span {
    color: #efefef;
}
.thumb-box9 {
    background: #efefef;
    text-align: center;
    overflow: hidden;
    padding: 82px 0 50px 0;
}
.thumb-box10 {
    padding: 61px 0 71px 0;
    overflow: hidden;
    background-position: 100% 100%;
    position: relative;
    background-image: url(/skin/img/bg_pic3.jpg);
}
.thumb-box10 h2 {
    color: #ffffff;
}
.thumb-box10 h2 span {
    color: #efefef;
}
.thumb-box11 {
    overflow: hidden;
    padding: 0 0 67px 0;
}
.thumb-box12 {
    background: #65c6bb;
    text-align: center;
    overflow: hidden;
    padding: 61px 0 94px 0;
}
.thumb-box12 h2 {
    color: #ffffff;
}
.thumb-box12 h2 span {
    color: #efefef;
}
.errorBox {
    background: #efefef;
    padding: 63px 0 35px 0;
    overflow: hidden;
}
.errorBox .title {
    font: 800 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
}
.errorBox .description {
    font: 800 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #65c6bb;
    margin-bottom: 28px;
}
.errorBox .col-lg-5 {
    margin-bottom: 35px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
    min-height:420px;
}
.thumb-pad1 .h-line {
    /*border-bottom: 1px solid #dedfe4;*/
}
.thumb-pad1:hover figure img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad1:hover .thumbnail .caption {
    border-color: #65c6bb;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0px 0px 15px 0px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: none;
}
.thumb-pad1 .thumbnail .caption {
    padding: 25px 0 23px 28px;
    overflow: hidden;
    float: left;
    width: 50%;
    border: 2px solid #ffffff;
    background: #ffffff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad1 .menu .name {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;

    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad1 .menu .name:hover,
.thumb-pad1 .menu .name:focus {
    /*color: #e26a6a;*/
    color:#003980;
}
.thumb-pad1 .menu .time {
    padding-left: 5px;
}
.thumb-pad1 .menu .time time {
    color: #65c6bb;
    font-size: 13px;
}
.thumb-pad1 .menu .time img {
    display: inline-block;
    margin-right: 2px;
    width: 13px;
}
.thumb-pad1 .thumbnail .caption p {
    color: #888;
    font: 18px/28px 'Open Sans';
    margin-bottom: 16px;
}
.thumb-pad1 .menu .price {
    float: right;
    color: #e26a6a;
    font-size: 22px;
    font-weight: 800;
}
.thumb-pad1 .menu .price small {
    font-size: 16px;
}
.thumb-pad1 .menu .descript {
    height: 60px;
    margin: 0 0 45px;
    font-size: 13px;
}

.thumb-pad1 figure {
    margin: 0;
    float: left;
    background:#0067e0;
}
.thumb-pad1 figure img {
    width: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad1-1 {
    margin: 0 0 20px 0;
    background: #efefef;
}
.thumb-pad1-1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: none;
}
.thumb-pad1-1 .thumbnail .caption {
    padding: 25px 0 23px 28px;
    overflow: hidden;
    float: left;
    width: 41.6%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad1-1 .thumbnail .caption a {
    font: 800 18px 'Open Sans';
    color: #333;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad1-1 .thumbnail .caption a:hover {
    color: #e26a6a;
}
.thumb-pad1-1 .thumbnail .caption time {
    font: 18px 'Open Sans';
    color: #65c6bb;
    display: block;
    margin: 16px 0 14px 0;
}
.thumb-pad1-1 .thumbnail .caption time i {
    background: url(/skin/img/clock.png) 0 0 no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin: 2px 11px 0 0;
}
.thumb-pad1-1 .thumbnail .caption p {
    color: #888;
    font: 18px/28px 'Open Sans';
    margin-bottom: 16px;
}
.thumb-pad1-1 .thumbnail .table {
    float: left;
    width: 25%;
    margin-top: 40px;
}
.thumb-pad1-1 figure {
    margin: 0;
    float: left;
    background: #65c6bb;
    width: 33.3%;
}
.thumb-pad1-1 figure img {
    width: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad2 {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.thumb-pad2:hover .thumbnail .caption {
    width: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad2 .thumbnail .caption {
    padding: 52px 25px 25px 25px;
    overflow: hidden;
    text-align: center;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/skin/img/pattern.png) repeat;
    height: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad2 .thumbnail .caption p {
    color: #ffffff;
    font: 18px/28px 'Open Sans';
    margin-bottom: 0;
}
.thumb-pad2 figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.thumb-pad2 figure img {
    width: 100%;
}
.thumb-pad2 figure time {
    color: #ffffff;
    font: 800 30px 'Open Sans';
    display: block;
    margin-bottom: 18px;
}
.thumb-pad2-1 {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    background: #20acb8;
    text-align: center;
}
.thumb-pad2-1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad2-1 .thumbnail .caption {
    padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
    font: 300 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
    display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
    margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
    width: 100%;
}
.thumb-pad3 {
    margin: 0 0 15px 0;
}
.thumb-pad3 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad3 .thumbnail .caption {
    padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
    font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 19px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
    color: #e26a6a;
}
.thumb-pad3 .thumbnail .caption p {
    margin: 7px 0 0 0;
    color: #ffffff;
}
.thumb-pad3 .thumbnail figure {
    padding: 0;
    margin: 0 0 25px 0;
}
.thumb-pad3 .thumbnail figure img {
    width: 100%;
}
.thumb-pad4 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad4 .thumbnail .caption {
    padding: 0;
}
.thumb-pad4 figure {
    margin: 0 0 23px 0;
}
.thumb-pad4 figure img {
    width: 100%;
}
.thumb-pad5 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad5 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad5 .thumbnail .caption .name {
    font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin-bottom: 15px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .name:hover {
    color: #f8b968;
}
.thumb-pad5 .thumbnail .caption a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #65c6bb;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
    color: #333;
}
.thumb-pad5 .thumbnail .caption > div {
    text-align: right;
}
.thumb-pad5 figure {
    margin: 0 30px 0 0;
    float: left;
}
.thumb-pad5-1 {
    margin: 0 0 40px 0;
    overflow: hidden;
    text-align: left;
}
.thumb-pad5-1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad5-1 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
    font: 12px/24px 'Roboto Condensed';
    color: #848484;
}
.thumb-pad5-1 figure {
    margin: 0 30px 0 0;
    float: left;
}
.thumb-pad5-1 figure img {
    width: 100%;
}
.thumb-pad6 {
    margin: 0 0 50px 0;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
}
.thumb-pad6 figure {
    margin: 0 33px 0 0;
    float: left;
}
.thumb-pad6 figure img {
    border-radius: 100%;
}
.thumb-pad6 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad6 .thumbnail .caption h3 {
    color: #47494a;
    margin: 0 0 26px 0;
}
.thumb-pad7 {
    margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
}
.thumb-pad7 figure {
    margin: 0 33px 0 0;
    float: left;
}
.thumb-pad7 figure img {
    border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
    font: 28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #47494a;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
    color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
    font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #47494a;
    margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
    color: #47494a;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
    color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
    display: none;
}
.thumb-pad7 .thumbnail .caption p {
    margin-bottom: 35px;
}
.thumb-pad8 {
    margin: 0 0 30px 0;
    padding: 15px 15px 22px 15px;
    border: 1px solid #edeaea;
    text-align: left;
}
.thumb-pad8 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad8 .thumbnail .caption {
    padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
    font: 20px/20px 'Roboto Condensed';
    color: #7d8286;
    text-transform: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
    color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
    font: 13px/18px 'Roboto Condensed';
    color: #8b9196;
    margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
    border-top: 1px solid #dedfe0;
    margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
    margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
    width: 100%;
}
.thumb-pad9 {
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: left;
    background: #efefef;
}
.thumb-pad9 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad9 .thumbnail .caption {
    padding: 25px 0 0 0;
    overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
    color: #333;
    font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
    color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
    color: #72a80c;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
    color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
    margin: 13px 0 13px 3px;
    display: block;
    overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #65c6bb;
    margin: 0 30px 0 0;
    float: left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
    color: #65c6bb;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
    color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
    display: none;
}
.thumb-pad9 .thumbnail .caption p {
    margin-bottom: 13px;
}
.thumb-pad9 figure {
    margin: 0 30px 0 0;
    float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 76px;
    font: 800 18px/60px 'Open Sans';
    margin: 10px 0 0 0;
    border-radius: 0;
    color: #ffffff;
    background: #65c6bb;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn1:hover {
    color: #ffffff;
    background: #e26a6a;
    text-decoration: none;
}
.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 76px;
    font: 800 18px/60px 'Open Sans';
    margin: 10px 0 0 0;
    border-radius: 0;
    color: #65c6bb;
    background: transparent;
    border: 2px solid #65c6bb;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2:hover {
    color: #ffffff;
    background: #65c6bb;
    text-decoration: none;
}
.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 76px;
    font: 800 18px/60px 'Open Sans';
    margin: 10px 0 0 0;
    border-radius: 0;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn3:hover {
    color: #e26a6a;
    background: none;
    border-color: #e26a6a;
    text-decoration: none;
}
.btn-default.btn4 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 300 15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #f8b968;
    background: none;
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn4:hover {
    color: #47494a;
    background: none;
    text-decoration: none;
}
.btn-default.btn5 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 27px;
    font: 500 16px/34px 'Ubuntu';
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    background: #f8b968;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn5:hover {
    color: #ffffff;
    background: #47494a;
    text-decoration: none;
}
/* list
========================================================*/
.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list1 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 8px 0;
    padding-left: 30px;
    background: url(/skin/img/list_arrow.png) 0 5px no-repeat;
    overflow: hidden;
}
.list1 li a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1 li a:hover {
    color: #f8b868;
}
.list1-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list1-1 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 9px 0;
}
.list1-1 li a {
    color: #6c6e6f;
    font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #f8b868;
}
.list2 {
    margin: 0;
    padding: 12px 0px;
    list-style: none;
}
.list2.indent {
    padding: 0 0 55px 0;
}
.list2 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 14px 0;
    padding-left: 33px;
    background: url(/skin/img/list_arrow.png) 0 2px no-repeat;
}
.list2 li a {
    font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #65c6bb;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list2 li a:hover {
    color: #333;
}
.list2-1 {
    margin: 0;
    padding: 7px 0 20px 0;
    list-style: none;
}
.list2-1.indent {
    padding: 0 0 125px 0;
}
.list2-1 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 7px 0;
    padding-left: 16px;
    background: url(/skin/img/list_arrow2.png) 0 5px no-repeat;
}
.list2-1 li a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list2-1 li a:hover {
    color: #f8b968;
}
.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list3 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 0 86px;
    float: left;
}
.list3 li:first-child {
    margin: 0;
}
.list3 li a {
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list3 li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list4 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin-bottom: 24px;
    overflow: hidden;
}
.list4 li time {
    color: #65c6bb;
    float: left;
    margin-right: 47px;
}
.list4 li p {
    margin-bottom: 0;
}
.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list5 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 50px 0;
    padding-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #cbcccc;
}
.list5 li h3 {
    color: #47494a;
    margin-bottom: 26px;
}
.list6 {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}
.list6 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0 0 14px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
    margin-bottom: 17px;
    padding-left: 30px;
    background: url(/skin/img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
    margin-bottom: 0;
}
.list6 li:last-child {
    border-bottom: none;
}
.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list7 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 0;
}
.list7 li .badge {
    width: 80px;
    padding: 0;
    margin: 0 20px 0 0;
    background: none;
    font-size: 70px;
    color: #eb974e;
    float: left;
}
.list7 li p {
    margin-bottom: 24px;
}
.list7 li:first-child .badge {
    color: #ae6ba7;
}
.list8 {
    margin: 0 0 90px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}
.list8 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin: 0;
    padding-bottom: 0;
}
/*-----tabs-----*/
.nav-tabs {
    border: none;
    margin-bottom: 20px;
    text-align: center;
}
.nav-tabs li {
    position: relative;
    margin-left: 106px;
    display: inline-block;
    float: none;
}
.nav-tabs li:first-child {
    margin-left: 0;
}
.nav-tabs li a {
    background: #31353d;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font: 800 18px/42px 'Open Sans';
    color: #65c6bb;
    border: 2px solid transparent !important;
    padding: 0 20px;
    position: relative;
    width: 100%;
    text-align: center;
    background: none;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.nav-tabs li a:hover {
    background: none !important;
    color: #333;
    border: 2px solid #222 !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.nav-tabs li a:focus {
    outline: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background: none !important;
    color: #333 !important;
    box-shadow: none !important;
    border: 2px solid #222 !important;
}
.tab-content {
    margin: 0 !important;
    overflow: hidden;
}
.tab-content .tab-pane p {
    font: 18px/28px 'Open Sans';
    color: #888;
    margin-bottom: 0;
}
/*-----table-----*/
.table1 {
    border: 1px solid #efefef;
    border-bottom: none;
    border-right: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
.table1 tr {
    height: 39px;
    vertical-align: middle;
    border-bottom: 1px solid #efefef;
}
.table1 td {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #73716f;
    width: 100px;
    padding: 0;
    text-align: center;
    border-right: 1px solid #efefef;
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
}
.table1 td strong {
    color: #e26a6a;
    font-weight: 800;
}
.table2 {
    width: 100%;
    border: 1px solid #65c6bb;
    border-bottom: none;
    border-right: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
.table2 tr {
    height: 39px;
    vertical-align: middle;
    border-bottom: 1px solid #65c6bb;
}
.table2 td {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #73716f;
    width: 70%;
    padding: 0 0 0 29px;
    text-align: left;
    border-right: 1px solid #65c6bb;
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
}
.table2 td strong {
    color: #e26a6a;
    font-weight: 800;
}
.table2 td.indent {
    width: 30%;
}
.table3 {
    width: 100%;
    border-bottom: none;
    border-right: none;
    padding: 0;
    margin: 0;
    background: #65c6bb;
}
.table3 tr {
    height: 39px;
    vertical-align: middle;
    border-top: 1px solid #000000;
}
.table3 tr:first-child {
    border-top: none;
}
.table3 td {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #73716f;
    width: 70%;
    padding: 5px 0 5px 29px;
    text-align: left;
    border-right: 1px solid #000000;
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.table3 td strong {
    color: #ffffff;
    font-weight: 800;
}
.table3 td.indent {
    width: 30%;
}
/* search
========================================================*/
#search-404 {
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 2px solid #65c6bb;
}
#search-404 a {
    display: inline-block;
    position: absolute;
    font-size: 24px;
    color: #65c6bb;
    top: 11px;
    right: 14px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#search-404 a:hover {
    color: #ffffff;
}
#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    outline: none;
    background: #e3e3e3;
    border: none;
    font: 18px 'Open Sans';
    line-height: 18px;
    color: #888888;
    padding: 11px 40px 11px 11px;
    height: 48px;
    resize: none;
}
#search {
    padding: 0;
    margin: 29px 0 27px 0;
    float: right;
    position: relative;
    border-bottom: 2px solid #65c6bb;
}
#search a {
    display: inline-block;
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    top: 11px;
    right: 14px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#search a:hover {
    color: #65c6bb;
}
#search input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 269px;
    outline: none;
    background: #3d3d3d;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    font: 18px 'Open Sans';
    line-height: 18px;
    color: #ffffff;
    padding: 11px 40px 11px 11px;
    height: 48px;
    resize: none;
}
/* map
========================================================*/
.content_map {
    position: relative;
    height: 630px;
    margin-bottom: 81px;
}
.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#map-canvas img {
    max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
    background-color: transparent !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
    box-shadow: 0 0 0 #000 !important;
    background-color: transparent !important;
}
.gm-wrapper * p {
    color: #ffffff;
    font-size: 14px;
}
.gm-style-iw {
    text-align: center;
    width: 330px !important;
    height: 127px !important;
    right: 0;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    color: #ffffff;
    padding: 38px 0 0 20px;
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow: visible !important;
}
.gm-style-iw:after {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    margin-top: 17px;
    left: 50%;
    margin-left: 5px;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    position: absolute;
}
.gm-style-iw span {
    font-weight: bold;
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.info {
    margin-top:16px;
}
.info p, .info strong {
    color: #ffffff;
}
.info p {
    margin-bottom: 25px;
}
.mail {
    color: #65c6bb;
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.mail:hover {
    color: #333;
    text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
    padding: 30px 0 40px 0;
    text-align: center;
    overflow: hidden;
    background-position: 100% 100%;
    position: relative;
    background-image: url(/skin/img/bg_pic1.jpg);
}
footer figure {
    margin-bottom: 36px;
}
footer p {
    font: 18px 'Open Sans';
    color: #ffffff;
    margin: 0;
}
footer p a {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
footer p a:hover {
    color: #65c6bb;
}
footer em {
    font-style: normal;
}
@media (min-width: 768px) {
	.loginButton {
		float: right;
		right: 0;
	}
}
.loginButton {
	border: 1px solid #888888;
}
.loginButton:hover {
	background-color: #EFEFEF;
}
.loginButton a {
	color: #888888;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-pad1 figure {
 float: none;
 width: 100%;
}
 .thumb-pad1 .thumbnail .caption {
 float: none;
 width: 100%;
}
 .thumb-pad2 .thumbnail .caption {
 padding: 0 5px 5px 5px;
}
 .errorBox img {
 width: 100%;
}
 header .box {
 width: 60%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .thumb-pad1 figure {
 float: none;
 width: 100%;
}
 .thumb-pad1 .thumbnail .caption {
 float: none;
 width: 100%;
}
 .thumb-pad2 .thumbnail .caption {
 padding: 52px 25px 25px 25px;
}
 .thumb-pad1-1 figure {
 width: 100%;
 float: none;
}
 .thumb-pad1-1 .thumbnail .caption {
 width: 100%;
 float: none;
}
 .thumb-pad1-1 .thumbnail .table {
 width: 100%;
 float: none;
}
 .thumb-pad1-1 .thumbnail .table .table1 {
 width: 100%;
}
 .thumb-pad1-1 .thumbnail .table .table1 td {
 width: 50%;
}
 .errorBox img {
 width: 100%;
}
 header .box {
 width: 75%;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 h1.navbar-brand_ {
 float: none;
}
 header {
 text-align: center;
}
 header .box {
 float: none;
 width: 100%;
}
 header #search {
 float: none;
 margin: 15px 0 0 0;
}
 header #search input {
 display: block;
 width: 100%;
}
 nav.tm_navbar {
 text-align: center;
 float: none;
 margin-bottom: 25px;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav.sf-menu {
 float: none;
 display: inline-block;
 margin-bottom: 25px;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #65c6bb;
 background: #65c6bb;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .nav-tabs li {
 margin: 0 0 3px 0;
}
 .thumb-pad1 figure {
 float: none;
 width: 100%;
}
 .thumb-pad1 .thumbnail .caption {
 float: none;
 width: 100%;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad1-1 figure {
 width: 100%;
 float: none;
}
 .thumb-pad1-1 .thumbnail .caption {
 width: 100%;
 float: none;
}
 .thumb-pad1-1 .thumbnail .table {
 width: 100%;
 float: none;
}
 .thumb-pad1-1 .thumbnail .table .table1 {
 width: 100%;
}
 .thumb-pad1-1 .thumbnail .table .table1 td {
 width: 50%;
}
 .table2 td {
 width: 50% !important;
 font-size: 14px;
}
 .table2 td strong {
 font-weight: normal;
}
 .table3 {
 width: 100%;
}
 .table3 td {
 width: 50%;
}
 .table3 td {
 width: 50% !important;
 font-size: 14px;
}
 .table3 td strong {
 font-weight: normal;
}
 .thumb-pad9 {
 padding: 15px;
 text-align: center;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad9 .thumbnail .caption .descrip {
 text-align: center;
}
 .thumb-pad9 .thumbnail .caption .descrip a {
 float: none;
}
 .btn-default.btn2 {
 padding: 0 20px;
 line-height: 50px;
}
 .errorBox {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 23px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad9 figure img {
 width: 100%;
}
 .thumb-pad9 .thumbnail .caption .descrip br {
 display: block;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 .thumbnail .caption p {
 display: none;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .table2 td {
 width: 50% !important;
 font-size: 14px;
}
 .table2 td strong {
 font-weight: normal;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad5 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/








/**************************
*
*   GENERAL
*
**************************/
.camera_wrap {
    margin-bottom: 0px !important;
    height: 500px !important;
}
.camera_wrap img {
    margin-left: 0px !important;
    width: 100% !important;
    height: 500px !important;
}
.camera_fakehover {
    height: 100%;
    position: relative;
    width: 100%;
    /*z-index: 1;*/
}
.camera_src {
    display: none;
}
.cameraContents {
    height: 100%;
}
.cameraCont {
    height: 100%;
    position: relative;
    width:100%;
    text-align: left;
    /*z-index: 1;*/
    display: inline-block;
}
.cameraSlide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
}
.sliderTxt {
    top: 150px;
    position: absolute;
    width: 100%;
    margin: 0px -30px;
    text-align: center;
}
.sliderTxt > div {
    float: none;
    margin: 0px auto;
    width: 100%;
}
.sliderTxt p.title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
}
.sliderTxt p.descript {
     display: none;
}
@media (min-width: 768px) {
    .sliderTxt {
        left: 0px;
        text-align: left;
    }
    .sliderTxt > div {
        width: 700px;
    }
    .sliderTxt p.title {
        font-size: 40px;
    }
    .sliderTxt p.descript {
        color: #eeeeee;
        font-size: 17px;
    }
    .sliderTxt p.descript {
         display: block;
    }
}
@media (min-width: 992px) {
     .sliderTxt > div {
        width: 1170px;
    }
}
.cameraContent {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.camera_target {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 0;
}
.camera_overlayer {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.camera_target_content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
}
.camera_target_content .camera_link {
    display: block;
    height: 100%;
    text-decoration: none;
}
.camera_loader {
    background:#efede0 url(/skin/img/camera-loader.gif) no-repeat center;
    height: 36px;
    width: 36px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    z-index: 3;
    border-radius:36px;
}
.camera_loader img {
    border-radius:36px;
}
.camera_clear {
    display: block;
    clear: both;
}
.showIt {
    display: none;
}
.camera_clear {
    clear: both;
    display: block;
    height: 1px;
    margin: 0px;
    position: relative;
}
.slider{
    position: relative;
    top:0;
    left:0;
    width:100%;
    z-index:0;
    margin:0;
    z-index:0;
    min-height:500px;
}
.camera_pag {
    position: absolute;
    z-index: 10;
    bottom:10px;
    left:0;
    width: 100%;
    padding:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.camera_pag ul {
    width: 1140px;
    text-align: right;
    margin-right: 60px;
}
@media screen and (max-width:1200px){
    .camera_pag ul{
        width:100%;
    }
}
.camera-caption {
    position: absolute;
    top: 45%;
    width:100%;
    display: block;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.camera-caption p {
    font:300 17px/30px 'Lato';
    color:#fff;
    margin-bottom:0;
}
.camera-caption .title {
    font:500 72px/1em 'Ubuntu';
    color:#fff;
    text-transform:uppercase;
    display:block;
    margin-bottom:1px;
}
.camera-caption .description {
    font:300 42px/1em 'Ubuntu';
    color:#fff;
    margin-bottom:33px;
    text-transform:uppercase;
    display:block;
}
.camera_prev {
    position: absolute;
    top:50%;
    right:44px;
    height:106px;
    background:#f8b868;
    padding: 0 8px 0 24px;
}
.camera_next {
    position: absolute;
    top:50%;
    right:0;
    height:106px;
    background:#f8b868;
    padding: 0 24px 0 8px;
}
.camera_prev span, .camera_next span{
    display: block;
    width:12px;
    height:18px;
    cursor: pointer;
    z-index: 1000;
    margin-top: 44px;
}
.camera_prev span{
    background:url(/skin/img/prev.png) 0 top no-repeat;
}
.camera_prev span:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.camera_next span{
    margin-left:0;
    background:url(/skin/img/next.png) 0 top no-repeat;
}
.camera_next span:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.camera_pag_ul {
    display: inline-block;
    padding-left: 0px;
}
.camera_pag_ul li{
    text-indent: -100px;
    display: inline-block;
    margin:0 0 0 7px;
}
.camera_pag_ul li:first-child {
    margin-left:0;
}
.camera_pag_ul li>span{
    cursor: pointer;
    display: block;
    width:14px;
    height:14px;
    border-radius:0;
    background:none;
    text-indent: -100px;
    overflow: hidden;
    background:none;
    border:2px solid #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.camera_pag_ul li>span>span{
    display:none;
}
.camera_pag_ul li.cameracurrent span, .camera_pag_ul li:hover span{
    border-color:#65c6bb;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles
========================================================*/
#contact-form {
  position: relative;
  text-align: left;
}
#contact-form .btns .btn3 {
  float: left;
  margin: 0 75px 0 0;
}
#contact-form p {
  margin: 16px 0 0 0;
  float: left;
  color: #fff;
}
.contactForm2 #contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#contact-form fieldset {
  border: none;
}
.contactForm2 #contact-form fieldset {
  margin-bottom: 17px;
}
.contactForm2 .box {
  /*float:left;*/
  width: 100%;
}
/* Contact Form Placeholder Styles
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  border: 1px solid #7ccec5;
  background: #7ccec5;
  border-bottom: 2px solid #fff;
  font: 18px/18px 'Open Sans';
  height: 48px;
  color: #fff;
  padding: 11px 16px;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
.contactForm2 #contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  border: 1px solid #e4e4e4;
  background: none;
  font: 14px/18px 'Roboto Condensed';
  height: 48px;
  color: #8c8c8c;
  padding: 14px 28px;
}
/* Contact Form Input
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #7ccec5;
  background: #7ccec5;
  border-bottom: 2px solid #fff;
  font: 18px/18px 'Open Sans';
  height: 48px;
  color: #fff;
  padding: 11px 16px;
}
.contactForm2 #contact-form input[type='text'] {
  border: 1px solid #e4e4e4;
  background: none;
  font: 14px/18px 'Roboto Condensed';
  height: 48px;
  color: #8c8c8c;
  padding: 14px 28px;
}
/* Contact Form File Input
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

#contact-form .btn-default:active, #contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  .box-shadow(inset 0 3px 5px rgba(0, 0, 0, 0.125));
}*/
/* Contact Form Textarea
========================================================*/
#contact-form textarea {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7ccec5;
  background: #7ccec5;
  border-bottom: 2px solid #fff;
  font: 18px/18px 'Open Sans';
  height: 278px;
  color: #fff;
  padding: 11px 16px;
  resize: none;
}
#contact-form .form-div-1,
#contact-form .form-div-2,
#contact-form .form-div-3 {
  float: left;
  width: 241px;
  margin-right: 22px;
}
#contact-form .form-div-1 strong,
#contact-form .form-div-2 strong,
#contact-form .form-div-3 strong {
  font: 18px 'Roboto';
  color: #000;
  margin-bottom: 10px;
  display: block;
}
#contact-form .form-div-3 {
  margin-right: 0;
}
#contact-form .form-div-4 {
  margin-bottom: 25px;
}
#contact-form .form-div-4 textarea {
  line-height: 20px;
  padding: 12px 14px;
}
#contact-form .form-div-4 strong {
  font: 18px 'Roboto';
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.contactForm2 {
  padding-bottom: 7px;
}
.contactForm2 #contact-form .form-div-4 {
  text-align: left;
  margin-bottom: 18px;
  /*float: left;*/
  width: 100%;
}
.contactForm2 #contact-form .form-div-4 strong {
  font: 18px 'Roboto';
  color: #000;
  margin-bottom: 6px;
  display: block;
}
.contactForm2 #contact-form textarea {
  border: 1px solid #e4e4e4;
  background: none;
  font: 14px/18px 'Roboto Condensed';
  height: 189px;
  color: #8c8c8c;
  padding: 14px 28px;
}
.contactForm2 #contact-form .form-div-1,
.contactForm2 #contact-form .form-div-2 {
  float: none;
  width: 100%;
  margin-bottom: 18px;
  margin-right: 0;
  text-align: left;
}
.contactForm2 #contact-form .form-div-1 strong,
.contactForm2 #contact-form .form-div-2 strong {
  font: 18px 'Roboto';
  color: #000;
  margin-bottom: 6px;
  display: block;
}
.contactForm2 #contact-form .form-div-2 {
  margin-right: 0;
}
.contactForm2 #contact-form .form-div-3 {
  margin-right: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  bottom: -21px;
  color: #e26a6a;
  font-weight: normal;
  height: 0;
  overflow: hidden;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
.contactForm2 #contact-form .empty-message,
.contactForm2 #contact-form .error-message {
  top: 0;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('/skin/img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  overflow: hidden;
}
#contact-form .modal h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
  #contact-form .form-div-1,
  #contact-form .form-div-2,
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .contactForm2 #contact-form .form-div-1,
  .contactForm2 #contact-form .form-div-2,
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  #contact-form .form-div-1,
  #contact-form .form-div-2,
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #contact-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contactForm2 #contact-form .form-div-1,
  .contactForm2 #contact-form .form-div-2,
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #contact-form .form-div-1,
  #contact-form .form-div-2,
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #contact-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contact-form-box {
    margin: 62px 0;
  }
  .contactForm2 #contact-form .form-div-1,
  .contactForm2 #contact-form .form-div-2,
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}

/*추가: 2015.09.02 김나은*/

/*Main*/
@media (min-width: 1200px) {
  .container {width: 100%;}
  .content .container, .navbar > .container {width: 1170px;}
  .navbar-nav{padding-top:42px;}
}

@media (min-width: 768px) {
  .container, .content .container, .navbar > .container {width: 750px;}
  .navbar-nav{padding-top:0;}
}
@media (min-width: 992px) {
  .container, .navbar > .container {width: 1170px;}
  .content .container {width: 1170px;}
  .navbar-nav{
      /*padding-top:42px;*/
      padding-top:26px;

  }
}

.navbar-inverse .divider-vertical, .caret {
    display: none;
}


.flexslider{position:relative; top:0; left:0; width:100%; margin:0; z-index:0; min-height:600px;}
.flex-viewport{min-height: 600px !important;}
.navbar-brand{padding:20px 15px;}
.navbar-inverse {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    margin:0;
    padding:0;
    z-index:11;
    background: #333;
    border:none;
}
@media (min-width: 768px) {
    .navbar-inverse {
        background: #fff;
    }
}

.navbar-nav>li{
    font-size: 16px;
}
.navbar .nav li > a {
    /*color: #ffffff;*/
}
/*.navbar .nav li:nth-child(1) > a {color: #65C6BB;}*/
.navbar-nav>li>a{display:block; margin-bottom:3px; margin-right: 3px; padding:8px 24px; border:2px solid transparent !important;}
.navbar-nav>li>a:hover{
    display:block;
    padding:8px 24px;
    border-color: #fff
    !important;}

.dropdown-menu {
    width: 100%;
    /* min-width: 100px; */
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 0;
    padding: 12px 0;
    margin: 30px 0;
    text-align: left;
    right: auto !important;
}

.dropdown-menu>li>a{color:#fff; border:none;}
/*.dropdown-menu>li>a:hover{background:none; color:#65c6bb; border:none;}*/

.container_contents {
    position: relative;
    top: -30px;
    left: 0;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
}
.carousel-inner .item{height:600px;}
.topmarginLay_a{
    height:94px !important;
    margin-top: -20px
}

.socialArea{margin:0;}

.footer_copy{
    padding:20px 0;
    background-color: #3E4346;
}
.footer_copy .text-center{
    float: left;
    width: 100%;
	background-color: #3E4346;
	background-size: cover;
	color:#6E6D6D;                /*텍스트 색*/
	font-size:12px;               /*텍스트 크기*/
	padding:10px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .wrapFooter {
    display: inline-block;
    float: none;
    margin: 0 auto;
    color: #888888;
    text-align: left;
}
.footer_copy .wrapFooter span:nth-child(1) {
    padding-left: 0px;
}
.footer_copy .wrapFooter span {
    display: inline-block;
    padding: 0px 4px;
    line-height: 20px;
}
.footer_copy .wrapFooter .info {
    padding-top: 10px;
}
@media (min-width: 992px) {
    .footer_copy .wrapFooter {
        width: 1170px;
    }

    .footer_copy .wrapFooter .info {
        padding-top: 0px;
    }
}

/*Sub*/

.intro-html-layout {
    margin-right: 0px;
    margin-left: 0px;
}
.intro-html-layout > div {
    padding: 0px;
}
.container.sub-layout {
    margin-top: 0px;
    margin-bottom: 100px;

}
.sub-layout .content.indent{
    width:100%;
}

.intro-board-widget-layout {
    margin-right: 0px;
    margin-left: 0px;
    padding: 75px 0;
}
/*.intro-boardbox {
	float: none;
	width: 100%;
	margin: 0 auto;
}*/
.intro-boardbox .page-header {
    margin: 0px 0px 0px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
/*.intro-boardbox .page-header a {display: none;}*/
.intro-boardbox .dh-front-blog > div {
    width: 100%;
}
@media (min-width: 768px) {
    /*.intro-boardbox {
    	width: 100%;
    }*/
    .intro-boardbox .dh-front-blog > div {
        width: 50%;
    }
}
.intro-board-widget-layout {
    margin: auto;
}
@media (min-width: 992px) {
    .intro-board-widget-layout {
    	max-width: 1170px;
    }
}
.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 182px;
    box-shadow: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    width: 180px;
    float: left;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    padding-left: 15px;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 a:focus,
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 a:hover {
    color: #e26a6a;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption p a {
    display: table-cell;
    padding-left: 15px;
    color: #888888;
    font-size: 13px;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption p a:focus,
.dh-front-blog > .col-md-4 > .thumbnail > .caption p a:hover {
    color: #333333;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.dhb-txt-list > div > div:nth-child(1) {
	width: 25%;
}
.dhb-txt-list > div > div .thumb-hidden {
	border: none;
	box-shadow: none;
}
.dhb-txt-box {
    background: #65c6bb;
}
.dh-board h4 a,
.dh-board h4 a {
    color: #ffffff;
}
.dh-board h4 a:focus,
.dh-board h4 a:hover {
    color: #e26a6a;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.dh-board h5 a {
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
}
.dh-board h5 a:focus,
.dh-board h5 a:hover {
    color: #333333;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.dh-front-list2 h5 {
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.intro-boardbox .page-header>h4>.btn {
    color:#333;
    padding:0;
    margin:0;
}
/******************************************************************************/
/*20160628*/
/******************************************************************************/
#tipinter .iframe {
    margin-bottom: 70px;
}
#tipinter .img,
#tipinter img {
    width: 100%;
}
.subPageTop {
    margin-bottom: 50px;
}
.subPageTopbg {
    background-image: url('/skin/img/sub/sub_top.jpg');
    min-height: 140px;
    margin-bottom: 40px;
}
.subTitle {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.subTitle h1 {
    margin-left: 0;
    display: inline;
    color: #313131;
    font-size: 31px;
    font-weight: 600;
}
.subPageTop .breadcrumb {
    background: none;
    margin-right: 0;
    font-size: 12px;
    color: #999999;
}
.breadcrumb>li+li:before {
    color: #dddddd;
}
.content-section {
    margin: 50px 0;
}
.breadcrumb>.active {
    font-weight: bold;
}
/******************************************************************************/
/*20160628 end*/
/******************************************************************************/
/*************main***************/
@media screen and (max-width:767px){
    .slider{
        display:none;
    }
}
.navbar-brand img{
    margin-top:0;
}
.navbar .nav li > a {
    color: #313131;
    text-shadow: none;
}
.navbar-nav>li>a:hover {
    display: block;
    padding: 8px 24px;
    border-color: #284a73 !important;
    color: #284a73 !important;
}
.dropdown-menu>li>a:hover {
    background: none;
    color: #284a73 !important;
    border: none;
    font-weight: 600;
}
/* 메인슬라이드 control */

.camera_pag_ul li>span {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    border: none;
    background: #aaa;
}

.camera_pag_ul li.cameracurrent span, .camera_pag_ul li:hover span {
    background: #fff;
}
/**/
.caption a {font-family:"Noto Sans KR" !important;}
.menu.caption p {
    margin-bottom: 10px;
}
.menu.caption ul {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
}
.menu.caption ul li a:hover {
    border: 2px solid #284a73;
    border-bottom: 2px solid #284a73 !important;
    color: #284a73;
}
.menu.caption ul li a {
    font-size: 15px;
    color: #313131;
    display: block;
    background: #fafafa;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid #f3f3f3;
}
/* 메인 board 영역 */
.dh-front-list2 h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 15px;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    font-weight: 400;
}
.dh-front-list2 h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
	display: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #999 !important;
    font-weight: 300;
}
.dh-front-list2-words .label.label-danger, row-separator, list-row-regdate{
	display:none;
}

/* sub */
/* list style */
.content-section .ab_list > li > ul li p {
    background-image: url(/skin/img/sub/list-head.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}
ul.ab_list, ul.ab_list li {
    list-style-type: none;
}

ul.ab_list > li {
    margin-bottom: 30px;
}

ul.ab_list > li > p {
    font-size: 20px;
    margin-bottom: 5px;
    color: #254061;
    font-weight: 600;
}
ul.ab_list > li > ul p {
    margin-bottom: 0;
    line-height: 1.8;
}
ul.ab_list ul {
    padding-left: 2px;
}

/* history table */

.history_table{
	width:100%;
}
.history_table img {
	max-width:150px;
	margin: 0 auto;
   	 display: block;
}
.history_table tr td {
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
    padding: 30px 0;
}
.history_table .year {
    font-size: 25px;
    font-weight: 600;
    color: #254061;
    text-align:center;
}
.iframe {
    width: 100%;
}
.iframe iframe {
    width: 100%;
}
.address i {
    margin: 0 10px;
}
.address p {
    color: #333333;
    font-size: 15px;
    margin: 0;
    line-height: 2;
}

/* 1109 수정 */
.front-panel>.panel {
    min-height: 170px;
}
.front-panel>.panel>.panel-body {
    padding: 34px 15px 20px;
    min-height:250px;
}
.dh-margin-topx2 {
    padding: 0 20px;
}

/* 171017 */
.navbar-inverse .navbar-nav #m-28 > a {
    background-color: #284a73;
    color: #FFF !important;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.navbar-inverse .navbar-nav #m-28 > a:hover,
.navbar-inverse .navbar-nav #m-28 > a:focus,
.navbar-inverse .navbar-nav #m-28:hover > a {
    background-color: #284a73;
    color: #FFF !important;
    text-decoration: underline !important;
}