@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #FFFFFF;
    /*배경 색*/
    border-color: #080808;
    /*테두리 색*/
    border-bottom: none;
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    padding-top: 16px;
}

/*상단 메뉴 로고 끝*/

/* 다국어 버튼 */
.menu-header .inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 8px 15px 8px;
    text-align: right;
}

/* .menu-header .inner img {
    float: right;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
} */

.lang {
    padding: 0 0 0 3px;
    border: none;
    background: none;
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav>li>a {
    min-width: 150px;
    background-color: none;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 18px;
    /*텍스트 크기*/
    padding: 15px 15px 15px 15px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu>li>a {
    background-color: #ffffff;
    /*배경 색*/
    color: #333333;
    /*텍스트 색*/
    padding: 0;
    /*내부 여백*/
    margin: 0;
    /*외부 여백*/
    font-size: 14px;
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body {
    font-family: "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !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: #ffffff;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
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 {
    width: 65%;
    position: absolute;
    left: 220px;
    bottom: 115px;
    text-align: left;
}

.flex-caption span.intro-title {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    font: 400 80px/80px 'Gulim';
    margin-bottom: 24px;
    display: inline-block;
    text-shadow: none;
    letter-spacing: -5px;
}

.flex-caption span.intro-title strong {
    font-family: 'NanumGothic';
}

.flex-caption span.intro-text {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    /*margin:10px 10px 10px 10px;   외부 여백*/
    font: 18px/1 'NanumGothic';
    margin-bottom: 22px;
    text-shadow: none;
}

/*인트로 텍스트 설정 끝*/



/*---------------------------------------skin design---------------------------------------------*/

.navbar-toggle {
    margin-top: 15px;
    background-color: #fff;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #1A2951;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #2c2c2c;
    }
}

.navbar-inverse {
    color: #fff;
    border-color: #fff;
    border-bottom: 1px solid #E0E0E0;
}

.navbar-inverse .divider-vertical {
    display: none;
}

.navbar-brand img {

    width: 100%;

    transition-duration: 0.3s;
    transition-timing-function: ease;

}

.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: #555;
    background-color: transparent;
}

.navbar-inverse .navbar-collapse {
    border-top: 1px solid #ddd;
}

.navbar-inverse .navbar-nav {
    width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
    display: block;
    color: #555;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>li:hover>a {
    font-weight: 600;
    color: #1A2951;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    /* background: #616161; */
    background: transparent;
    font-weight: 600;
    color: #1A2951;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #1A2951;
}

.navbar-inverse .navbar-nav>li .dropdown-menu {
    left: -230px;
    padding: 6px;
    border-color: #ddd;
    text-align: center;
}

.navbar-inverse .navbar-nav>li .dropdown-menu>li>a {
    padding: 7px 12px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav>li .dropdown-menu {
        left: auto;
        background: #eee;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        background: #eee;
    }

    .navbar-inverse .dropdown-menu>li>a {
        padding: 5px 0 !important;
        text-align: center;
    }
}

@media (min-width: 767px) {
    .navbar-inverse .navbar-nav>li#m-41 .m-41_sub {
        width: 650px;
    }

    .navbar-inverse .navbar-nav>li .dropdown-menu:after {
        content: "";
        display: block;
        clear: both;
    }

    .navbar-inverse .navbar-nav>li .dropdown-menu>li {
        float: left !important;
    }
}

.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;
    background-color: #F0F0F0;
}

.con-area1 {
    background: #fff;
}

.con-area2 {
    background: #fff;
    position: relative;
}

.gu-slider .carousel-inner .item {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
}

.topmarginLay_a {
    height: 88px;
    margin-top: -32px;
}

.carousel li {
    margin-right: 0px;
}

.sl-con {
    display: table;
    width: 100%;
    height: 600px;
    ;
}

.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-area3 {
    padding: 35px 0 !important;
}


.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: #6EBFAC;
}

.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: #83CEBC;
}

.gu-gotop {
    padding: 15px;
    display: block;
    background: #f5f5f5;
    margin-bottom: 35px;
    color: #000;
}

.gu-btn-contact {}

.footer_copy .text-center {
    padding-bottom: 40px;
}


/*블로그게시판 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;
    }
}

.navbar-nav {
    margin-top: 13px;
}

.nav {
    margin: 0 auto;
    display: inline-block;
}

.navbar-inverse .navbar-brand {
    font: bold 30px/65px 'Times New Roman';
    text-transform: uppercase;
    color: #555;
    padding: 5px;
}

/* .navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #616161;
} */

.mainthumbs {
    margin-top: 17px;
    padding: 10px;
    margin-bottom: 30px;
}

.mainthumbs div>img {
    width: 65%;
    border: 10px solid #dfdfdf;
}

.mainthumbs div h4 {
    margin-top: 17px;
    font-weight: bold;
}

.mainthumbs div p {
    font-size: 11px;
}

.maintxt {
    border-radius: 0px;
}

.maintxt p {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}


.footer_copy .text-center {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    padding: 30px 20px !important;
    margin: 0px;
    text-align: center;
    border-top: 5px solid #333;
}

.intro-boardbox {
    padding: 0px;
}

.intro-boardbox>.page-header {
    display: none;
}

.intro-widgetbox {
    margin-top: 0px;
    margin-bottom: 15px;
}

.intro-widgetBoardbox>a,
.intro-widgetbox>.page-header {
    display: none;
}


.skin-page-title p {
    margin: 0px 0px 0px;
}

.page-company {

    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
    border-radius: 0px;
    background: url('/skin/img/i-company.jpg');
    background-size: cover;
    background-position: center;

}

.page-company>.panel-body {

    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 45px 10px;

}

.page-company>.panel-body>h1 {

    font-family: 'Oleo Script', cursive !important;
    margin-bottom: 25px;

}

.none-radius {
    border-radius: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}

.none-radius img {
    border: 10px solid #dfdfdf;
}

.reset-padding {
    padding: 10px 0;
}

.caret {
    display: none;
    ;
}












/* main top */

.main-top {
    background: #2d2d2d url(/skin/img/pattern1.png) repeat;
    padding: 15px;
}

.main-top .title {
    font: 60px/60px 'Droid Serif';
    color: #ffffff;
}

.main-top .description {
    font: 10px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}


.thumbnail figure img {
    width: 100%;
}

.extra-wrap {
    overflow: hidden;
}


/* main tag */
h2 {
    font-size: 29px;
    font-weight: 500;
    color: #272b37;
    margin: 60px 0 22px 0;
    line-height: 1.4;
}

h3 {
    /*font: 72px/72px 'Droid Serif';*/
    color: #ffffff;
    margin: 0 0 23px 0;
}

h4 {
    font: 32px/32px '나눔 고딕', 'Droid Serif' !important;
    color: #000000;
    margin: 0 0 28px 0;
}

p {
    margin-bottom: 20px;
    line-height: 24px;
}

p span {
    color: #FFFFFF;
    font-size: 15px;
}




/* btn-default */

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: bold 14px/32px 'Droid Sans';
    color: #2c2c2c;
    border-top: 1px solid #2c2c2c;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-default.btn1:hover {
    border-color: #6bb360;
    color: #6bb360;
    background: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
    font: bold 14px/45px 'Droid Sans';
    margin: 0;
    border: 1px solid #b4b4b4;
    text-shadow: none;
    border-radius: 5px;
    color: #2c2c2c;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}




/* thumb-box */
/*
.thumb-box1 {
    overflow: hidden;
    padding: 60px 0 20px 0;
    margin-bottom: 35px;
}
*/
.thumb-box2 {
    margin: 40px 0 0;
    text-align: center;
    padding: 60px 0px 30px;
    background: #f3f3f3;
    overflow: hidden;
}

.thumb-box2 h2 {
    margin: 0px 0px 30px 0px;
    font-size: 31px;
}

.thumb-box2 h3 {
    color: #272b37;
    margin: 0 0 23px 0;
    font-size: 34px;
    font-weight: 34px;
    font-weight: 500;
}

.thumb-box2 p {
    margin-bottom: 55px;
    color: #888888;
    line-height: 20px;
}

.thumb-box3 {
    padding: 80px 0px;
}

.thumb-box4 {
    padding: 5px 0px;
    overflow: hidden;
}

.thumb-box4 h2 {
    margin: 0px;
    font-size: 36px;
    font-weight: 600;
}

.thumb-box4 h3 {
    color: #000000;
}

.thumb-box4 p {
    color: #888888;
    font-size: 13px;
    line-height: 19px;
}

.thumb-box4 .title {
    margin-bottom: 15px;
    color: #303441;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
}

.thumb-box4 .btn2 {
    padding: 0px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    background-color: #4ca4ff;
}

.thumb-box5 {
    padding: 48px 15px 0px;
}

.thumb-box5 p {
    font-size: 13px;
}

.thumb-box6 {
    padding: 48px 15px 0px;
}


/* thumb-pad 1 */
/*
.thumb-pad1 {
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    background: #f2f2f2;
}
.thumb-pad1 figure {
    margin: 0;
    float: left;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
    padding: 20px;
    overflow: hidden;
    color: #2c2c2c;
}
.thumb-pad1 .thumbnail .caption p {
    font: italic 16px/24px 'Droid Serif';
    color: #000000;
    margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p span {
    color: #9f9f9f;
}
.thumb-pad1 .thumbnail .caption a {
    color: #2c2c2c;
    font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
*/


/* thumb-pad 2 */
/*
.thumb-pad2 {
    margin: 0;
    overflow: hidden;
    background: #f2f2f2;
}
.thumb-pad2 figure {
    margin: 0;
    float: right;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
    padding: 17px;
    color: #2c2c2c;
    width: 352px;
    float: left;
}
.thumb-pad2 .thumbnail .caption .lnk {
    margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption h2 {
    margin-bottom: 5px;
}
*/

/* thumb-pad 3 */
.thumb-pad3 h3 {
    margin: 20px 0px;
    color: #4ca4ff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
}

.thumb-pad3 p {
    color: #888888;
    line-height: 19px;
}

/* thumb-pad 5 */

.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: center;
    background: none;
    overflow: hidden;
}

.thumb-pad5 .thumbnail p {
    margin-bottom: 15px;
}

.thumb-pad5 .thumbnail span {
    color: #272b37;
    font-size: 100px;
    text-shadow: 3px 4px 0px #c2c2c2;
    height: 111px;
}

.thumb-pad5 .thumbnail .caption .title {
    padding-bottom: 8px;
    color: #4ca4ff;
    font-size: 23px;
    font-weight: 500;
    border-bottom: 1px solid #cacaca;
}


/* thumb-pad 6 */

.thumb-pad6 {
    overflow: hidden;
    margin-bottom: 25px;
}

.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.thumb-pad6 .thumbnail figure {
    float: left;
}

.thumb-pad6 .thumbnail figure img {
    padding: 0px 10px;
    width: 100%;
}

.thumb-pad6 .thumbnail .caption {
    padding: 0px 10px;
    overflow: hidden;
    color: #2c2c2c;
}

.thumb-pad6 .thumbnail .caption p {
    font-size: 13px;
}

.thumb-pad6 .thumbnail .caption .lnk {
    font: 20px 'Droid Serif' !important;
    color: #6bb360;
    display: inline-block;
    margin-bottom: 9px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad6 .thumbnail .caption .lnk:hover {
    color: #000000;
}

.thumb-pad6 .thumbnail .caption time {
    font: 20px '나눔 고딕', 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    margin-bottom: 15px;
    display: block;
}


/* list 1 */

.list1-1 {
    margin: 0 0 28px 0;
    padding-left: 10px;
    list-style: none;
    overflow: hidden;
}

.list1-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 8px;
    padding-left: 20px;
    background: url(/skin/img/sub/list_arrow.png) left 3px no-repeat;
}

.list1-1 li a {
    font: 14px '나눔 고딕', 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1-1 li a:hover {
    color: #6bb360;
}

.footer-social-layout {
    display: none;
}


/* list 6 */

.list6 li .badge {
    padding: 10px 0 0 0;
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 100%;
    background: #6bb360;
    float: left;
    margin: 0 23px 0 0;
    font: 22px/22px 'Droid Serif';
    color: #ffffff;
}

.list6 {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
}

.list6 li a {
    font: 20px/22px 'Droid Serif';
    color: #6bb360;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list6 li a:hover {
    color: #2c2c2c;
}


/* footer */

footer {
    padding: 20px 0;
    text-align: center;
}

footer p {
    font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin: 0;
}

footer p a:hover {
    color: #6bb360;
}

footer p a {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.footer_copy .text-center {
    background-color: #2c2c2c;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: none;
}



#toTop {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    padding: 20px 5px;
    overflow: hidden;
    color: #f2f2f2;
    font-size: 40px;
    line-height: 0px;
    text-decoration: none;
    border: none;
    background-color: #2c2c2c;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#toTop:hover {
    outline: none;
    background-color: #4ca4ff;

    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.container_slide,
.flexslider {
    width: 100%;
    padding: 0;
}

/** start **/

.main-i {
    font-size: 150px;
    color: #1973A1;
}

.main-row {
    margin-bottom: 3em;
}

.main-title {
    margin-top: 1em;
    font-size: 15px;
    color: #1973A1;
    font-weight: 700;
}

.main-hover {
    color: #000;
}

.page-content {
    margin-top: 3em;
    margin-bottom: 3em;
}

.left-menu {
    border-top: 3px solid #1973A1;
    margin-bottom: 3em;
}

.left-title {
    color: #1973A1;
    font: bold 25px/100px 'NanumBarunGothic';
    margin-bottom: 0em;
}

.left-ul>a>li {
    border-bottom: 1px solid #dde1e2;
    color: #818788;
    font: 100 15px/55px 'NanumBarunGothic';
    margin-left: 0.5em;
    letter-spacing: -0.05rem;
}

.left-ul {
    border-top: 1px solid #dde1e2;
}

.left-ul>a>li>i {
    color: #1973A1;
}

.page-title-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #dde1e2;
}

.page-title-text {
    font: bold 27px/26px 'NanumBarunGothic';
    color: #1973A1;
}

.inline {
    display: inline-block;
}

.page-height {
    min-height: 750px;
}

.product {
    text-align: left;
}

.product>li {
    display: inline-block;
}

.product>li>a>i {
    font-size: 10px;
}

.table-border {
    border-top: 3px solid #1973A1;
}

.product-detail-tbody>tr {
    height: 60px;
}

.product-detail-tbody :nth-child(4) {
    height: 150px;
}

.product-detail-tbody>tr>th {
    width: 15%;
    line-height: 1.8 !important;
    vertical-align: middle !important;
}

.product-detail-tbody>tr>td {
    line-height: 1.8 !important;
    vertical-align: middle !important;
}

.product-table {
    border-bottom: 3px solid #1973A1;
}

.product-table>tbody>tr>td {
    vertical-align: middle;
    word-break: keep-all;
}

.table-tr-border {
    border-bottom: 1px solid #1973A1;
}

.table-tr-border>th {
    text-align: center !important;
    vertical-align: middle !important;
}

.sub-title {
    font: bold 18px/20px 'NanumBarunGothic';
    margin: 1.5em 0em 0.5em 0em;
    font-size: 16px;
    color: #1973A1;
}
#water_title.en > .sub-title{
    letter-spacing: -.02em;
}

.sub-title2{
    font: bold 18px/20px 'NanumBarunGothic';
    margin: 0 0 20px;
    font-size: 20px;
    vertical-align: top;
    color: #1a2951;
}

.sub-title2 i{
    display: inline-block;
    margin-right: 5px;
    padding-top: 8px;
    width: 30px;
    height: 30px;
    background: #1a2951;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

#water_logo {
    width: 100%;
    max-width: 227px;
    opacity: 0.4;
    position: absolute;
    top: 4.5%;
    right: 1%;
}

.logo-wrap {
    position: relative;
    min-height: 65px;
}

@media screen and (max-width: 767px) {
    #water_logo {
        max-width: 193px;
        position: relative;
        float: right;
    }

    .logo-wrap {
        min-height: 85px;
    }

    .page-title-text {
        line-height: 1.3;
    }

    .page-title-area .pull-right {
        display: block;
        float: none !important;
    }

    .page-title-area .pull-right>p {
        margin-top: 5px;
        margin-bottom: 0;
    }
}

.dyestone-table>tbody>tr :nth-child(1),
.dyestone-table>tbody>tr :nth-child(3) {
    text-align: left;
}

.right-info {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1em;
}

.phone-title {
    color: #2C2C2C;
    font: bold 24px/25px 'NanumBarunGothic';
}

.phone-number {
    margin-left: 1.2em;
    color: #3281AA;
    font: bold 22px/14px 'NanumBarunGothic';
}

.right-info-bottom {
    margin-bottom: 0em;
}

.history-area>p {
    line-height: 15px;
}

.main-menu>img {
    box-shadow: rgb(140, 140, 140) 12px -2px 40px;
}

#section1 {
    margin-bottom: 4em;
    text-align: center;
}

#section1>.container>.col-md-3 {
    display: inline-block;
    float: none;
}

#section2 {
    background-color: #fff;
    padding: 3em 0em 6em 0em;
}

.page-header {
    border-bottom: 1px solid #333333;
    margin-bottom: 50px;
}

#map-input {
    display: none;
}

.cap-icon {
    vertical-align: bottom;
    width: 26px;
    height: 30px;
    margin-right: 10px;
    background-color: #1973A1;
}

.year {
    font-weight: 500;
    border-bottom: 2px solid #07438E;
    font-size: 24px;
}

.navbar-collapse {
    text-align: center;
}

.menu-header {
    background-color: #1A2951;
    padding: 15px 27px;
}

.card-profile{
    margin: 0 0 30px;
    padding: 30px 15px 0;
    background: #fafafa;
}

.card-profile .inner{
    margin: 0 0 30px;
    padding: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.card-profile .inner .name{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1A2951;
}

.card-profile .inner .name span{
    font-size: 68%;
    font-weight: 500;
    color: #666;
}

.card-profile .inner ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-profile .inner ul li{
    position: relative;
    padding-left: 13px;
}

.card-profile .inner ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background: #999;
}

.card-profile .inner ul li strong{
    display: inline-block;
    min-width: 20px;
}

.card-profile .inner p{
    margin: 10px 0 0;
}

.location-table {
    margin: 0 0 15px;
    width: 100%;
    border-top: 1px solid #999;
}

.location-table tr th,
.location-table tr td {
    padding: 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    font-weight: 500;
}

.location-table tr th i{
    display: inline-block;
    margin-right: 5px;
    color: #1A2951;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{word-break: keep-all;}

@media (max-width:767px) {
    #section1>.container>.col-md-3 {
        width: 100%;
    }

    #section1 img {
        width: 100%;
    }

    .main-row {
        margin-top: 0em;
    }

    .flex-caption {
        display: none;
    }

    .topmarginLay_a {
        margin: -10px auto !important;
    }
}

@media (max-width:468px) {
    .navbar-inverse .navbar-brand {
        width: 80%;
        padding-top: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: none !important;
        display: flex;
        justify-content: center;
    }
}

@media (max-width:1230px) {
    .flex-caption {
        display: none;
    }
}


/* 준비중 입니다 */
.preparing {
    font-size: 45px !important;
    margin-top: 200px !important;
}

.img-box {
    margin: 0 auto 15px;
    padding: 7px;
    border: 1px solid #ddd;
}

.carousel-inner .item {
    height: 500px
}

.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide01.png) no-repeat center / cover
}

.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide03.png) no-repeat center / cover
}

.carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide05.jpg) no-repeat center / cover
}

.carousel-caption h2 {
    font-size: clamp(45px,4.1vw,80px);
    /* font-size: 4.1vw; */
    color: #fff
}

.carousel-caption p {
    font-size: clamp(12px,0.95vw,18px);
}

.carousel-caption {
    text-align: left;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

@media(max-width: 767px) {
    .carousel-caption {
        text-align: center;
    }

    .carousel-caption h2 {
        font-size: clamp(22px,5vw,30px);
        /* font-size: 4vw; */
    }
}