@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@import url(http://fonts.googleapis.com/css?family=Oleo+Script);
@import url(http://fonts.googleapis.com/css?family=Bangers);
@import url(http://fonts.googleapis.com/css?family=Sansita+One);

.body-layout{
    font-family:'Noto Sans KR', 'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans KR', sans-serif, 'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;
}
.body-layout,h1,h2,h3,h4,h5,h6{
    word-break:break-word;
}
body{
    overflow-y:scroll;
}
p{
    margin: 0 0 10px;
    color: #666;
    font-weight: 400;
}
/*.body-layout {font-family:'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;}
.h1,.h2,.h3,.h4,.h5,.h6,.p {font-family:'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;}
h1,h2,h3,h4,h5,h6,p {font-family:'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;}
*/

/*상단 메뉴 설정 시작*/
.navbar-inverse{
    background:#222222;     /*배경 색*/
    border-color:#080808;         /*테두리 색*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    padding-top: 10px;
    width:100% !important;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
    background-color:none;        /*배경 색*/
    color:#999999;                /*텍스트 색*/
    font-size:14px;               /*텍스트 크기*/
    padding:15px 15px 15px 15px;  /*내부 여백*/
    margin:0px 0px 0px 0px;       /*외부 여백*/
}
.navbar-inverse .navbar-nav > li > a.dropdown-toggle {
    padding: 25px 15px 40px;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
ul.dropdown-menu {
    padding: 0;
    border-top: none;
    border-radius: 0px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    background: #fff;
    border: none;
    left: 0 !important;
    right: auto !important;
}
.dropdown-menu > li > a {
    background-color: transparent;
    color: #555;
    padding: 10px 25px;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background:#fff;
    color: #8bb7ca;
    text-decoration:underline !important;
    border-bottom: 1px dashed rgba(255,255,255,0.2) !important;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
    background:#ffffff;           /*배경 색*/
    color:#999999;                /*텍스트 색*/
    font-size:14px;               /*텍스트 크기*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:0px 0px 0px 0px;       /*외부 여백*/
    text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
    background-color:#ededed;     /*배경 색*/
    color:#999999;                /*텍스트 색*/
    font-size:12px;               /*텍스트 크기*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:0px 0px 0px 0px;       /*외부 여백*/
    text-align:center;/*텍스트 정렬*/
        margin-top: 60px;
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
    background-color:none;        /*배경 색*/
    color:#ffffff;                /*텍스트 색*/
    font-size:36px;               /*텍스트 크기*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
    background-color:none;        /*배경 색*/
    color:#ffffff;                /*텍스트 색*/
    font-size:14px;               /*텍스트 크기*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-title{
    background:none;        /*배경 색*/
    color:#ffffff;                /*텍스트 색*/
    font-size:36px;               /*텍스트 크기*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
    background:none;        /*배경 색*/
    color:#ffffff;                /*텍스트 색*/
    font-size:14px;               /*텍스트 크기*/
    padding:0px 0px 0px 0px;      /*내부 여백*/
    margin:10px 10px 10px 10px;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/
/* 슬라이드 인디케이터 */
.carousel-indicators li {
    border-radius: 0px;
    width: 60px;
    height: 8px;
    margin: 0;
    border: transparent;
    opacity: 0.3;
    background: #9DC6D8;
}
.carousel-indicators li.active {
    border-radius: 0px;
    width: 60px;
    height: 8px;
    margin: 0;
    background: #9dc6d8;
    border: 3px solid #9dc6d8;
    opacity: 1;
}
/*---------------------------------------skin design---------------------------------------------*/


.navbar-inverse {
    border-color: rgba(0,0,0,0);
    border: none;
    background: #fff;
    padding: 0px;
    border-bottom: 1px solid #fff;
}
.navbar-brand{
    padding:25px
}
@media screen and (min-width: 992px){
    .navbar-right {
        margin-top: 17px;
    }
}
.navbar-inverse .divider-vertical {
display:none;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #555555;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #8bb7ca;
}

.flexslider {
    margin: 0px;
    background: #FFF url("./ajax-loader-.gif") no-repeat scroll center center;
    border: 0px solid #FFF;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-brand{font-family: 'Lobster', cursive; font-size: 22px;}

.intro-widgetbox{display:none;}

/*.container_contents{width:auto;}*/


.container_contents section{overflow:hidden;min-height:100px;}
.container_contents section>div{padding:0px; text-align:center;}

.intro-html-layout>div.col-sm-12{padding:0px;}

.con-area1{background:#fff;}
.con-area2{background:#fff;position:relative;}
.con-area3{
    padding:10px 0 60px !important;
}
.con-area4{}

.gu-slider .carousel-inner .item {
    height: 550px;
    background-size: cover!important;
    background-position: center!important;
}
.topmarginLay_a{margin-top:-20px;}
@media screen and (max-width:768px){
    .topmarginLay_a{
        margin-top:-20px !important;
    }
}
.carousel li {margin-right: 0px;}

.sl-con {
    display: table;
    width: 100%;
    height: 550px;
}
.sl-con>span{display:table-cell !important; vertical-align:middle;}
.sl-con img{margin: 0 auto;}
.sl-con-small>img{width:290px;}

video{min-width: 100%;min-height: 100%;width: auto;height: auto;background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;transition: 1s opacity;}

.section-about{position: absolute;top: 0px;right: 0px;max-width: 450px;text-align: left;padding: 35px;color:#000;background:rgba(255,255,255,0.5);}

.title-font1{font-family:Impact !important;font-size: 45px;}


.con-area4{min-height:150px;}
.gu-parallax { background: url(/skin/img/pcg24-bg1.jpg) 50% 0 fixed; height: auto;  margin: 0 auto; width: 100%; position: relative;   box-shadow: 0 0 50px rgba(0,0,0,0);padding: 0px; }
.con-area4 .text{padding:80px 20px;background:rgba(0,0,0,0.3);color:#fff;max-width:650px;margin:0 auto;}
.con-area4 .text h3{margin-bottom:15px;font-weight:bold;}

.socialArea img{border-radius: 50% !important;}

#map-canvas {width: 100%; height: 500px;margin: 0;padding: 15px;}
.gu-address{padding:25px;text-align:right;}

.addressmap{background: #f5f5f5;overflow: hidden;}

.intro-board-layout{width: 100%;}
.intro-board-layout .page-header{display:none;}


.section-board1{min-height:0px;background:#1A1B2F;}
.section-board1 h1{padding:45px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 50px !important;}
.section-board1 a.btnBoard1{padding: 20px;color: #fff;background:#1A1B2F;}

.gu-gotop{padding: 15px;display: block;background: #f5f5f5;margin-bottom: 35px;color: #000;}

.gu-btn-contact{}

.footer_copy .text-center {padding: 20px;}


/*블로그게시판 custom*/
.dhb-txt-box{width:33.3%;float:left;min-height: 300px;background: #FFF none repeat scroll 0% 0%;border: 0px solid #D9D9D9;}
.dhb-txt-box .text-right{display:none;}
.dhb-txt-list{width:100%!important;border-right: 0px solid #D9D9D9;}
.dhb-txt-list>.row div:first-child{width:100%;}
.dhb-txt-list>.row div:nth-child(2){width:100%;padding-top:15px;}

.thumb-hidden {border: 0px solid #FFF; box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);}


.dhb-txt-box{width:100%;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dhb-txt-box{width:50% !important;}
    .dhb-txt-box:nth-child(2n+2) { clear:left; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dhb-txt-box{width:33.3% !important;}
    .dhb-txt-box:nth-child(2n+2) { clear:none; }
    .dhb-txt-box:nth-child(3n+2) { clear:left; }
}

.gu-title{min-height:0px;background:#6EBFAC;}
.gu-title h1{padding:25px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 20px !important;text-align:center;}

.mod-custom-form-index { margin-top: 32px; }

.dh-margin-top{clear:both;}
@media (max-width: 768px) {
    .navbar-inverse .navbar-toggle .icon-bar
    {background-color: #333;}
    
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar
    {background-color: #fff;}
}
/*
th{
    text-align:center;
    font-size:20px;
    color:darkblue;
    vertical-align:top;
    padding:2px;
    border-bottom:1px dashed;
}
td{
    padding:5px 0;
    border-bottom:1px dashed;
    line-height:25px;
}
*/
.lap-table > table > tbody > tr > th{
    font-size:15px;
    text-align:left;
}

/*overlay--------------------------------------------------------------------*/
html,body{height:100%;}
#over_lay{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:9990;
    text-align:center;
}
#circle_icon {
    position: absolute;
    z-index: 9999;
    /*right: 22px;*/
    /*top: -16px;*/
    color: #ccc;
    cursor: pointer;
    font-size: 35px;
}
 .lay{height:100%; display:inline-block; *display:inline; zoom:1; vertical-align:middle;} 
 .lay2{display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:90%; position:relative; width:90%;
 /*max-width:740px;*/
     
 }
.lay2 img {
    /*width: 90%;*/
    border-radius: 5px;
    border: 2px solid #ededed;
    padding: 20px;
    background: #Fff;
}
.modal_box img{cursor:pointer;}

/*----------------2016 05 11 customizing-----------------*/
/* main */
.intro-board-widget-layout,
.intro-widget-layout{
    display:none;
}
/*main - slide copy*/
.item > .container {
    padding: 0;
}
h3.slide-copy {
    display: table-cell;
    vertical-align: bottom;
}
.wrap-copy {
    font-size: 45px;
    line-height: 1.0;
    text-align: left;
    height: 300px;
    position: relative;
}
.wrap-copy > small {
    font-weight: 300;
    color: #777;
}
/* 슬라이드 텍스트 폰트,컬러 설정 */
/* 1 */
.gu-slider .carousel-inner > div:first-child .sl-con .copy1 .wrap-copy {
    font-family: 'Oleo Script' !important;
}
.gu-slider .carousel-inner > div:first-child .sl-con .copy1 .wrap-copy p{
    color:#1b284f;
}
.gu-slider .carousel-inner > div:first-child .sl-con .copy1 .wrap-copy small{
    color:#386c83;
}

/* 2 */
.gu-slider .carousel-inner > div:nth-child(2) .sl-con .copy1 .wrap-copy {
    font-family: 'Bangers' !important;
}
.gu-slider .carousel-inner > div:nth-child(2) .sl-con .copy1 .wrap-copy p{
    color:#1b284F;
}
.gu-slider .carousel-inner > div:nth-child(2) .sl-con .copy1 .wrap-copy small{
    color:#0d3246;
}

/* 3 */
.gu-slider .carousel-inner > div:nth-child(3) .sl-con .copy1 .wrap-copy {
    font-family: 'Sansita One' !important;
    color:#0e142a;
}
.gu-slider .carousel-inner > div:nth-child(3) .sl-con .copy1 .wrap-copy p{
    color:#0e142a;
}
.gu-slider .carousel-inner > div:nth-child(3) .sl-con .copy1 .wrap-copy small{
    color:#2b3e96;
}

.copy1 .wrap-copy small {
    font-weight: 300;
    font-size: 23px;
    display: block;
    margin-top: 30px;
}
.copy1 .wrap-copy p,.copy1 .wrap-copy p{
    font-weight: 500;
}
.copy2 .wrap-copy p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #9dc6d8;
    display: inline-block;
    text-align: left;
}
.wrap-copy .text {
    position: absolute;
    top: 40px;
    left: 58%;
    background: rgba(255,255,255,0.7);
    padding: 25px 30px;
}
.carousel-control{
    display:none;
}
/* main - middle*/
.main-box {
    border: 2px solid #fff;
    padding: 0;
}
.main-box a{
    color:#fff;
}
.main-box .text-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    height: 100%;
}
.main-box .text-box:hover {
    background:rgba(157,198,216,0.5)
}
.main-box .text-box > p {
    padding: 10px 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(157,198,216,0.6);
        font-weight: 500;
}
.main-box .text-box:hover p {
    background: #fff;
    border-color: #fff;
    color: #9dc6d8;
}
/*sub*/
.sub-layout{
    width:100%
}
.sub-detail, /* 일반 페이지 */
.bbs-blog2-index-layout > div.dh-board, /* 블로그 게시판*/
#insertForm, /* 게시글 작성 */
.bbs-blog-view-layout .dh-view-box, /* 게시글 읽기*/
.contact-mail-layout > div:nth-child(2){
    max-width:1170px;
    margin:0 auto;
}
.caret{display:none;}
.mT30{
    margin-top:30px;
}
.bgColor1 {
    background-color: #9dc6d8;
}
.color1{
    color:#9dc6d8;
}
/* sub top */
.sub-top {
    padding: 90px 55px;
}
.sub-top h3 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.sub-top .page_route {
    padding: 9px 0;
    text-align: center;
}
.sub-top .page_route h5 {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.sub-top .page_route > ol > li {
    color: #fff;
    font-size:11px;
}
/* sub detail */
.sub-detail {
    padding: 60px 50px;
}
/* sub title*/
p.small-title {
    font-size: 11px;
    color: #ccc;
    margin: 0;
}
h3.sub-title {
    margin-top: 0;
    font-size: 27px;
    color: #448faf;
    font-weight: 600;
}
.under-line{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.big-text {
    font-size: 18px;
    line-height: 1.4;
    color: #43768c;
}

/* table */
.table-style1{
    width:100%;
}
.table-style1 span.color1{
    margin-right:7px;
}
.table-style1 th {
    color: #777;
    vertical-align: middle;
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    background: rgba(157,198,216,0.1);
    font-weight: 400;
}
.table-style1 td {
        padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    line-height: 25px;
    font-weight:400;
    color:#777;
}
.table-style2{
    width:100%;
    word-break:break-word;
}
.table-style2 th {
    background: #efefef;
    padding: 10px 10px;
}
.table-style2 td {
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    vertical-align: top;
}
th>p{
    color:#777;
    font-weight:400;
    margin:0;
    background-image: url(/skin/img/sub/list-h3.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:15px;
}
/* list */
ul.list-style1 {
    line-height: 1.8;
    list-style-image: url(/skin/img/sub/list-h3.png);
}
ul.list-style1 li {
    padding:5px 0;
}
/* sub - business2*/
.box img {
    border: 1px solid #ddd;
}
.box h4 {
    text-align: center;
    color: #9dc6d8;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/* sub - business3 */
.inner-box {
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 5px;
}
.inner-box img {
    width: 100%;
    border-radius: 5px;
}
.padding-none .col-md-3{
    padding:0px;
}
.modal_box:hover{
    opacity:0.4;
}
/* product 블로그 게시판 */
.col-xs-12.col-sm-3.dhb-txt-box-type-b:hover h4>strong>a {
    color: #9dc6d8;
}
.col-xs-12.col-sm-3.dhb-txt-box-type-b:hover {
    outline: 4px solid #9DC6D8;
}
/* 썸네일 이미지 */
.thumb-hidden>a>img {
    width: 100%;
    margin: 0 auto;
}
/**/
.dhb-txt-box-type-b-img-layout .thumb-hidden{
    height:200px;
}
.thumb-hidden{
    max-height:200px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: transparent;
    border: none;
    margin: 0px 0px;
    padding: 10px 15px;
}

.dhb-txt-box-type-b-text-layout h4{
    text-align:center;
    border-top: 1px dashed #ddd;
    padding:10px 0;
}
.dhb-txt-box-type-b-text-layout h4 a {
    font-weight: 500;
    font-size: 12px;
    color: #555 !important;
}
.dhb-txt-box-type-b-text-layout > h5{
    display:none;
}

/* 카테고리 */
.filter-items > a > div.filter-label {
    border: 4px solid #ddd;
    background: transparent;
    padding: 10px;
    color: #aaa;
    min-width:90px;
}
.filter-items > a > div.filter-label:hover {
    border: 4px solid #9DC6D8;
    background: #9DC6D8;
    color: #fff;
}
.filter-items > a{
    color: #8bb7ca;
}
.filter-items {
    padding: 10px 0px 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}
/* 게시판 공통 영역 */
.dh-view-box>.row>.page-header {
    border-top:transparent;
    border-bottom: 1px solid #ddd;
    padding: 2px 5px 0;
    margin: 0px;
    margin: 0 0 1px 0;
    color: #9DC6D8;
}
.dh-view-box>.row>.dh-view-info,.dh-attach {
    background: transparent;
    display:none;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #999;
    padding: 0 8px 0 0;
    font-weight: 300;
}
.dh-view-box>.row>.dh-view-info>span {
    font-size: 12px;
    padding: 0 0 0 5px;
    color: #ccc;
}
.dh-margin-top {
    margin-top: 35px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.dh-board .input-group-btn > button, .dh-board .input-group-btn > input{
    background:transparent;
    border:transparent;
    box-shadow:none;
    text-shadow:none;
}
.input-group-btn .caret{
    display:inline-block;
}
#btnNew{
    background: #8bb7ca;
    box-shadow: none;
    border-radius:0px;
}
#insertForm > div > div > div > input{
    box-shadow: none;
    border: none;
    border-bottom:1px solid #ddd;
    background:transparent;
}
.pagination > li > a {
    border:transparent;
    background:transparent;
    color:#313131;
}
.pagination > li > a:hover{
    text-decoration:underline !important;
    background:transparent;
    color:#313131;
}
.pagination > .active > a {
    background:transparent;
    color:#8bb7ca;
    text-decoration: underline;
    font-weight: 600;
}
.pagination > .active > a:hover {
    background:#fff;
    background:transparent;
    color:#8bb7ca;
}
.pagination>.disabled>a {
    background: transparent;
}
.pagination>.disabled>a:hover {
    background: transparent;
}
/* 새글 알림, 덧글 알림 */
.dh-board .label-danger{
    background: transparent;
    color: #8bb7ca;
}
.dh-board .label-default{
    background: transparent;
    color: #8bb7ca;
}
.dh-board .label-primary{
    background: transparent;
    color: #8bb7ca;
}
.dh-view-box.dh-margin-topx2 {
    margin-bottom: 90px;
}
.btn-group > a.btn-default {
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
}
.btn-group > a.btn-default:hover {
    border: 1px solid #8bb7ca !important;
}
/* product 게시글 내 상세 페이지 */
.product-detail .wrap-product{
    max-width: 800px;
    margin: 0 auto;
}
.product-detail .txt {
    border-top: 4px solid #9DC6D8;
    padding: 35px;
    background: rgba(196, 226, 239, 0.1);
}
.detail-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
p.product-code {
    font-size:12px;
    margin-bottom:0;
    font-weight:500;
}
p.product-name {
    font-size: 30px;
    font-weight: 800;
    color: #9DC6D8;
}
.detail-middle {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.product-color {
    height: 92px;
    width: 120px;
    display: inline-block;
    border: 1px solid #ddd;
    display:none;
}
img.product-use {
    border: 1px solid #ddd;
    vertical-align: top;
}

