@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
html body {
    word-break: keep-all;
}
.body-layout {
    background-color: #fff;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "Malgun Gothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/* 상단 네비게이션 */
.navbar-inverse {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.navbar-inverse > .container {
    height: 104px;
    border-bottom: 0;
}
.navbar-inverse .navbar-brand {
    margin: 32px 0 31px !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-nav {
    height: 104px;
}
.navbar-inverse .navbar-nav > li {
    height: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    line-height: 104px;
    display: block;
    height: 100%;
    padding: 0 40px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li.open > a,
.navbar-inverse .navbar-nav > li.nowPage > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #0085ad;
    background: none;
}
.navbar-inverse .dropdown-menu {
    left: 0;
    right: auto;
    border-radius: 8px;
    border: none;
    padding: 24px 0;
    min-width: 240px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .dropdown-menu li a {
    position: relative;
    color: #222;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 24px;
}
.navbar-inverse .dropdown-menu li a:hover {
    background: #0085ad;
    color: #fff;
}
.navbar-inverse .dropdown-menu li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: #fff;
}
@media (max-width: 767px) {
    .navbar-header .navbar-toggle {
        margin-top: 34px;
        background-color: #333;
    }
    .navbar-header .navbar-brand {
        margin: 10px 0 15px 15px !important;
        width: 200px;
    }
    .navbar-inverse .navbar-nav {
        height: auto;
    }
    .navbar-inverse .navbar-collapse {
        background-color: #fff;
        border-top: 3px solid solid #0387ae;
    }
    .navbar-inverse .navbar-nav > li > a {
        line-height: 50px;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu {
        text-align: center;
        padding: 10px 0;
        border-top: 2px solid #999;
        border-bottom: 1px solid #ddd;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        width: 300px;
    }
    .navbar-inverse .navbar-brand {
        margin: 20px 0 !important;
    }
    .navbar-inverse .navbar-nav {
        height: auto;
    }
    .navbar-inverse .navbar-nav > li > a {
        line-height: 60px;
        padding: 0 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-inverse .navbar-nav {
        height: auto;
    }
    .navbar-inverse .navbar-nav > li > a {
        line-height: 60px;
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1699px) {
    .navbar-inverse .navbar-header {
        position: absolute;
        left: 15px;
    }
    .navbar-inverse .navbar-collapse {
        right: 15px;
        position: absolute;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 15px;
    }
}
@media (min-width: 1700px) {
    .navbar-inverse .navbar-header {
        position: absolute;
        left: 104px;
    }
    .navbar-inverse .navbar-collapse {
        right: 104px;
        position: absolute;
    }
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */
.container_slide {
    width: 100%;
    margin-top: 104px;
}
.fill {
    height: 450px;
}
.container_slide .item:nth-child(2) > .fill {
    background-position: bottom;
}
.container_slide .carousel-caption {
    top: 50%;
    bottom: auto;
    padding: 0;
    width: 100%;
    max-width: 600px;
    transform: translateY(-50%);
    color: #666;
    mix-blend-mode: multiply;
}
.container_slide .carousel-caption h1,
.container_slide .carousel-caption p {
    text-align: left;
}
.container_slide .carousel-caption h1 {
    font-size: 54px;
    font-weight: bold;
    font-family: "NanumSquare", sans-serif !important;
    margin: 0 0 24px;
    color: #0085ad;

    img {
        mix-blend-mode: multiply;
    }
}
.container_slide .carousel-caption p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.04em;
}
.container_slide .carousel-caption h1 span,
.container_slide .carousel-caption p span {
    background: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
    padding: 0;
}
.container_slide .pull-center .carousel-control .glyphicon {
    display: none;
}
.container_slide .pull-center .carousel-control.left {
    background: url("/skin/img/slide/arrow_b_prev.png") no-repeat center;
}
.container_slide .pull-center .carousel-control.right {
    background: url("/skin/img/slide/arrow_b_next.png") no-repeat center;
}
.container_slide .carousel-indicators {
    right: auto;
    width: auto;
}
.container_slide .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 3px solid #569bb0;
    transition: all 0.4s ease;
}
.container_slide .carousel-indicators li.active {
    width: 50px;
    background: #569bb0;
}
@media (max-width: 767px) {
    .container_slide {
        padding-right: 0;
        padding-left: 0;
    }
    .fill {
        height: 280px;
    }
    .container_slide .carousel-caption {
        width: auto;
    }
    .container_slide .carousel-caption h1 {
        font-size: 28px;
    }
    .container_slide .carousel-caption h1 img {
        width: 100%;
        display: block;
    }
    .container_slide .carousel-caption p {
        font-size: 13px;
        line-height: 20px;
    }
    .container_slide .pull-center .carousel-control {
        background-size: 50% !important;
        width: 15%;
    }
    .container_slide .carousel-indicators {
        left: 43%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container_slide {
        padding-right: 0;
        padding-left: 0;
    }
    .container_slide .carousel-caption h1 {
        font-size: 50px;
    }
    .container_slide .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container_slide {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container {
    display: none;
}
.mainPage {
    overflow: hidden;
    padding-top: 88px;
    padding-bottom: 88px;
    border-bottom: 1px solid #e4e4e4;
}
.main-box {
    height: 270px;
}
.main-box .main-box-inner {
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 80px;
}
.main-box .main-box-inner:hover {
    background-size: 120%;
}
.main-box:first-child .main-box-inner {
    background-image: url("/skin/img/main/main01.jpg");
}
.main-box:last-child .main-box-inner {
    background-image: url("/skin/img/main/main02.jpg");
}
.main-box .main-box-inner span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 500;
}
.main-box .main-box-inner .line {
    width: 16px;
    height: 2px;
    background: #fff;
    margin: 24px 0;
}
.main-box .main-box-inner h4 {
    color: #fff;
    font-family: "NanumSquare", sans-serif !important;
    font-size: 34px;
    margin: 0 0 28px;
}
.main-box .main-box-inner p {
    color: #e4e4e4;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 28px;
}

.main-box .main-box-inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.intro-board-widget-layout {
    padding-top: 88px;
    padding-bottom: 104px;
}
.intro-board-widget-layout .page-header {
    margin: 0 0 32px;
    padding: 0;
    border: none;
}
.intro-board-widget-layout .page-header h4 {
    font-size: 40px;
    font-family: "NanumSquare", sans-serif !important;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-board-widget-layout .page-header h4 .btn {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
    opacity: 0.4;
}
.intro-board-widget-layout .page-header h4 .btn:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    opacity: 1;
}
.intro-board-widget-layout .dh-front-blog .thumbnail {
    margin: 0;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    background: #fafafa;
    text-align: center;
}
.intro-board-widget-layout .dh-front-blog .thumbnail .caption {
    text-decoration: none;
    padding: 20px 0;
}
.intro-board-widget-layout .dh-front-blog .thumbnail .caption .blog-row-subject {
    padding: 0 !important;
    color: #222;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
}
.intro-board-widget-layout .dh-front-blog .thumbnail .blogthumb {
    height: 240px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro-board-widget-layout .dh-front-blog .thumbnail .caption .blog-row-contents,
.intro-board-widget-layout .dh-front-blog .thumbnail .caption .blog-row-regdate {
    display: none;
}
.intro-board-widget-layout .dh-front-blog .thumbnail:hover {
    background: #ea7f10;
    border-color: #ea7f10;
}
.intro-board-widget-layout .dh-front-blog .thumbnail:hover .blog-row-subject {
    color: #fff;
}
@media (max-width: 767px) {
    .main-box {
        height: 200px;
        margin-bottom: 10px;
    }
    .main-box .main-box-inner {
        padding: 15px 20px;
    }
    .main-box .main-box-inner .line {
        height: 1px;
        margin: 9px 0;
    }
    .dh-front-blog > div {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-box {
        height: 250px;
    }
    .main-box .main-box-inner {
        padding: 40px 35px;
    }
    .main-box .main-box-inner .line {
        margin: 15px 0;
    }
    .dh-front-blog > div {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
/* //메인 중단영역 */

/* 서브페이지 */
.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 104px;
}
.subHeader {
    height: 320px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: "NanumSquare", sans-serif !important;
    line-height: 320px;
}
.breadcrumb-wrap {
    margin-top: -52px;
    margin-bottom: 88px;
}
.breadcrumb-wrap .breadcrumb {
    margin: 0;
    padding: 16px 0;
    float: right;
    background: none;
}
.breadcrumb-wrap .breadcrumb li a {
    color: #ccc;
}
.breadcrumb-wrap .breadcrumb li.active {
    color: #fff;
}
.subBody {
    padding-bottom: 104px;
}
.subContent .subContent_title {
    font-size: 40px;
    font-weight: 600;
    font-family: "NanumSquare", sans-serif !important;
    letter-spacing: -0.04em;
    line-height: 1;
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 0 24px;
    margin: 0 0 40px;
    position: relative;
}
.subContent .subContent_title:before {
    content: "";
    background: #0085ad;
    width: 24px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
#about .subContent_inner h4 {
    font-size: 28px;
    letter-spacing: -0.06em;
    line-height: 1;
    margin: 0 0 24px;
    padding-left: 16px;
    position: relative;
}
#about .subContent_inner h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #ea7f10;
    border-radius: 100%;
}
#about .subContent_inner p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 28px;
    margin: 0 0 20px;
}

#about .intro p.greeting {
    color: #444;
    font-size: 30px;
    font-weight: 400;
    font-family: "NanumSquare", sans-serif !important;
    letter-spacing: -0.04em;
    line-height: 42px;
}
#about .deed {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 88px;
}
#about .deed > div {
    padding: 0 4px;
}
#about .deed > div .thumbnail {
    border-radius: 0;
    border: 4px solid #f4f4f4;
    margin: 0;
    padding: 0;
}
#about .deed > div .thumbnail .caption {
    text-align: center;
    height: 88px;
    padding: 16px 8px;
}
#about .deed > div .thumbnail .caption .certification {
    font-size: 13px;
    color: #666;
    letter-spacing: -0.02em;
    line-height: 1;
}
#about .deed > div .thumbnail .caption .certification strong {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
#about .location ul {
    padding-left: 0;
}
#about .location dl {
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    margin-bottom: 64px;
}
#about .location dl iframe {
    float: left;
    border-bottom: 1px solid #e4e4e4 !important;
}
#about .location dl dt {
    padding: 16px 15px;
    background: #f4f4f4;
    float: left;
}
#about .location dl dd {
    float: left;
    padding: 16px 15px;
}
#about .location dl:after {
    content: "";
    clear: both;
    display: table;
}
.dh-board .dhb-txt-box-type-b {
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    padding: 0;
    margin: 24px 0;
}
.dh-board .dhb-txt-box-type-b .thumb-hidden {
    background: #fff;
    max-height: 240px;
    height: 240px;
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.text-bbs1 .dh-board .dhb-txt-box-type-b .thumb-hidden a img {
    padding: 48px 32px;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    padding: 20px 12px;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.dh-board .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4 a {
    color: #222;
    font-weight: 500;
}
.dh-board .dhb-txt-box-type-b:hover {
    background: #ea7f10;
    border-color: #ea7f10;
}
.dh-board .dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 a {
    color: #fff;
}
.dh-board .dhb-txt-box-type-b .txt-box-footer {
    display: none;
}
.dh-margin-top {
    margin-top: 88px;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #ea7f10;
}

/* table */
.dh-board > .table-hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 20px 12px;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    border-bottom: 1px solid #e4e4e4;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    color: #222;
}
.table > tbody > tr > td a {
    font-weight: 400;
}

#contact .subContent_inner {
    padding: 0 15px;
}
#contact .subContent_inner .col-md-6 {
    padding: 0;
}
#contact .subContent_inner .col-md-6:nth-child(1) {
    height: 240px;
    overflow: hidden;
}
#contact dl {
    background: #0085ad;
    color: #fff;
    padding: 40px 64px;
    margin: 0;
    height: 240px;
}
#contact dl dt {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 0 8px;
}
#contact dl dt i {
    margin-right: 8px;
}
#contact dl dd {
    font-size: 18px;
    font-weight: 300;
}
#contact dl dd a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    margin: 40px 0 0;
    padding: 14px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
}
#contact dl dd a:hover {
    background: #fff;
    color: #0085ad;
}
@media (max-width: 767px) {
    #about .location dl {
        text-align: center;
    }
    #about .location dl dt,
    #about .location dl dt {
        float: none;
    }
    #contact dl dt {
        font-size: 24px;
    }
    #contact dl dd a {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #about .location dl {
        text-align: center;
    }
    #about .location dl dt,
    #about .location dl dt {
        float: none;
    }
    #contact dl {
        text-align: center;
    }
    #about .deed > div {
        margin-bottom: 8px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #about .deed > div {
        margin-bottom: 8px;
    }
}
@media (min-width: 1200px) {
}
/* //서브페이지 */

/* 검은 푸터 */
.footer_copy img {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
}
.footer_copy .text-center {
    background-color: #222;
    padding: 48px 0 24px;
    float: none;
}
.footer_copy .wrap-footer {
    color: #c4c4c4;
    font-size: 13px;
    text-align: left;
}
.footer-mid {
    padding-left: 30px;
}
.footer-mid > ul,
.footer-right > ul {
    margin: 0;
    padding: 0;
}
.footer-mid > ul > li,
.footer-right > ul > li {
    font-size: 14px;
    line-height: 24px;
}
.footer-mid > ul > li > span,
.footer-right > ul > li > span {
    color: #e4e4e4;
    font-weight: 600;
    padding-right: 4px;
}
.copyright-wrap {
    text-align: right;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    .footer-left h1 {
        margin-bottom: 15px;
    }
    .footer-left h1 a {
        display: block;
    }
    .footer-left h1 a img {
        width: 100%;
    }
    .footer-mid {
        padding-left: 15px;
    }
    .copyright-wrap {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-mid {
        padding-left: 15px;
    }
    .copyright-wrap {
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-left h1 a {
        display: block;
    }
    .footer-left h1 a img {
        width: 100%;
    }
}
@media (min-width: 1200px) {
}
/* //푸터 */
