@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    padding-top: 115px;
    background-color: #fff;
}

/* @media (max-width: 768px){
    .body-layout{
        padding-top: 0;
    }
} */

.body-layout>br {
    display: none;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

/*list style*/
.li-none>li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square>li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #555;
    margin-bottom: 3px;
}

.li-dash>li:before,
.li-dot>li:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #bbb;
}

.li-dot>li:before {
    content: '·';
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'fontawesome';
    color: #ed1c24;
}


/* ---------- 테이블 ---------- */
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #ed1c24;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 13px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.015em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.table-style tr th {
    background: #f6f6f6;
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f6f6f6;
}

.table-style tr td {
    color: #555;
}

/* 연혁 테이블 */
.history-table {
    width: 100%;
    border-top: 2px solid #ed1c24;
}

.history-table tbody tr th {
    position: relative;
    padding: 15px 8px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 400;
    font-size: 22px;
    color: #333;
    letter-spacing: -0.05em;
}

.history-table tbody tr td {
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
    letter-spacing: -0.015em;
    line-height: 1.7;
    color: #555;
    padding: 10px 12px;
}

/* 오시는 길 테이블 */
.location-table {
    margin: 20px 0 0;
    width: 100%;
    border-top: 2px solid #ed1c24;
}

.location-table tr th,
.location-table tr td {
    padding: 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.015em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    color: #555
}

.location-table tr th {
    color: #333;
    background: #f6f6f6;
    font-weight: 600;
}


/* ---------- 게시판 ---------- */

/* 메인 */
.intro-board-widget-layout {
    padding: 40px 0 75px 0;
}

.intro-boardbox .page-header {
    padding: 0 0 16px;
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .front-panel>.panel {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 13px 0px 5px;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0;
    letter-spacing: -0.01em;
}

.dh-front-list2 h6 a span {
    position: relative;
    padding: 7px 0 7px 10px;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #303030;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.list-row-subject:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 3px;
    background: #aaa;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
}

.intro-boardbox-type-bbs .label-danger {
    top: 0;
}

@media(min-width:768px) {
    .intro-boardbox {
        width: 50%;
    }
}

/* 게시판 목록 */
.dh-board>.table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.dh-board>.table-hover td,
.dh-board>.table-hover th {
    padding: 16px !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.015em;
}

.dh-board>.table-hover td.hits,
.dh-board>.table-hover th.hits {
    display: none;
}

.dh-board>.table-hover th {
    background: #f6f6f6;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
    color: #333;
}

.dh-board>.table-hover td {
    color: #555;
    border-bottom: 1px solid #ddd;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #ffffff;
}

.table-hover th,
.table-hover td {
    padding: 15px !important;
    border-right: none;
}

.dh-board>.table-hover td.subject a {
    color: #555;
    font-weight: 400;
}

.dh-board>.table-hover td.subject a:hover {
    text-decoration: underline !important;
    color: #111;
}

.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}

.dh-board .label {
    color: #777;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    padding: 0.2em 0.4em 0.3em;
}

.dh-board .label-danger {
    color: #e23b28;
}

.dh-board .label-primary {
    color: #1085e2;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 600;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group:not(.note-btn-group),
.btn-group-vertical {
    margin: 10px 0 30px;
}

#btnNew {
    background: #333;
    border: 1px solid #333;
}

#insertForm .text-right {
    float: right;
}

/* 카테고리 */
.filter-items {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-items .filter-label {
    padding: 0 20px;
    margin: 0 3px;
    min-width: 85px;
    height: 45px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color: #888;
    background: #fff;
    border: 1px solid #ddd;
}

.dh-board .filter-items>a>.filter-label:hover {
    border-color: #ed5c22;
    background: #fff;
    color: #ed5c22;
}

.dh-board .filter-items>a.on>.filter-label,
.dh-board .filter-items>a.on>.filter-label:hover {
    background: #ed5c22;
    position: relative;
    border-color: #ed5c22;
    color: #fff;
}

/* 게시판 상세 */
.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header h4 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #2f2f2f;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #d3d3d3;
    padding: 17px 18px;
    margin: 0;
    background: #f6f6f6;
}

.content_wrap .page-header h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    display: none;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
    padding: 15px 20px 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}

@media (max-width: 768px){
    .dh-view-box>.row>.page-header h4{
        font-size: 16px;
    }
}


/* ---------- 메일폼 ---------- */
#mailForm {
    width: 1170px;
    margin: 0 auto;
    padding: 0 0 100px;
}

#mailForm .form-group {
    margin: 0;
    padding: 25px 35px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

#mailForm .form-group:first-child {
    border-top: 2px solid #333;
}

#mailForm .form-group p {
    font-size: 14px;
    margin: 0;
    padding-left: 165px;
    padding-top: 5px;
}

#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
    font-size: 15px;
    color: #333;
}

#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 85%;
    max-width: 935px;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mailForm .form-group input.form-control {
    height: 38px;
}

#mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 30px 25px;
    /* margin-bottom: 50px; */
}

#mailForm .form-group .checkbox {
    margin: -8px 0 0;
}

#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #555;
    letter-spacing: -0.015em;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 200px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 18px 0;
    border-radius: 0;
    border: 1px solid #ed1c24;
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #ed1c24;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: 0.35s ease;
}

input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
    background: #ed1c24;
    color: #fff;
}

@media (max-width: 768px){
    #contact-mail #mailForm{
        padding-bottom: 0;
    }
    #mailForm .form-group{
        padding: 15px;
    }
    #mailForm .form-group label{
        float: none;
        margin: 0 0 10px;
    }
    #mailForm .form-group input.form-control, 
    #mailForm .form-group textarea.form-control{
        width: 100%;
    }
    #mailForm input[type=submit].btn-block{
        margin-top: 150px;
    }
}


/* ---------- 네비게이션 ---------- */
.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

.navbar>.container .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin: 22px 0;
}

.navbar>.container .navbar-brand:after {
    content: "";
    clear: both;
    display: block;
}

.navbar>.container .navbar-brand>* {
    float: left;
}

.navbar>.container .navbar-brand h1 {
    margin: 4px 0 0 7px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    letter-spacing: -0.03em;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #ddd;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 25px;
        font-size: 18px;
        font-weight: 500;
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.03em;
        text-transform: uppercase;
    }

    .navbar-inverse .navbar-nav>li>a .glyphicon {
        line-height: 0;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li:hover>a,
    .navbar-inverse .navbar-nav>li:focus>a,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #ed1c24;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        background-color: #333;
        padding: 15px 0;
    }

    .divider-vertical+li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu>li>a {
    padding: 7px 25px;
    font-size: 15px;
    color: #ddd;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .navbar>.container .navbar-brand {
        margin: 22px 0 22px 15px !important;
    }

    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        margin: 23px 15px 23px 0;
        background-color: #fff;
    }

    .navbar-inverse .navbar-collapse {
        border-top: 1px solid rgb(238, 238, 238);
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #555;
    }

    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        font-size: 15px;
        font-weight: 500;
        color: #474747;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        background-color: #474747;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #555;
    }
}

/* 상단 다국어 메뉴 */
.top-menu {
    padding: 6px 0;
    background: #eee;
}

.pu-btn.lang {
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-left: 3px;
    padding: 3px 6px;
    font-size: 11px;
    color: #333;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
}

.pu-btn.lang.active {
    text-decoration: none;
    color: #ed1c24;
    border-color: #cfcfcf;
}

/* ---------- 로그인 ---------- */
.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #ed1c24;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #c50a11;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body>div.col-sm-12 h2,
    .id-find-layout .panel-body>div.col-sm-12 h2,
    .pw-find-layout .panel-body>div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form>div>p>a,
    .id-find-layout form>div>p>a,
    .pw-find-layout form>div>p>a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}


/* ---------- 가로 100% 레이아웃 정의 ---------- */
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#mod_type_formForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row,
#mod_type_formForm {
    visibility: hidden;
}

.sub-layout>p {
    display: none;
}

/* 어드민 */
.join-view-layout {
    background: #e8e8e8;
    padding-top: 20px;
}

.join-view-layout>p {
    display: none;
}

#joinForm {
    margin: 0 auto;
    max-width: 1170px;
}

/* ---------- 메인페이지 ---------- */

/* 슬라이드 */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide>.fill,
.carousel-inner .item .fill {
    height: 500px;
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1140px;
    text-align: left;
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.carousel-caption h1 {
    margin: 0;
    font-size: 26px;
    color: #ff343a;
    font-weight: 500;
}

.carousel-caption p {
    margin: 0;
    font-size: 66px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.04em;
}

.carousel-caption p span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    text-align: left;
    bottom: 30px;
    padding-left: 6px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 11px 0 0;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
}

.carousel-indicators li.active {
    background: #fff
}

@media(max-width:767px) {

    .carousel-caption {
        text-align: center;
    }

    .container_slide>.fill,
    .carousel-inner .item .fill {
        height: 350px;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 40px;
    }

    .carousel-indicators {
        text-align: center;
    }
}

/* 메인 슬라이드 버튼 */
.main_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.main_btn .btn_wrap {
    display: table;
    width: 375px;
    height: 25%;
    padding: 30px 30px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    transition-duration: 0.3s;
    position: relative;
}

.main_btn .btn_wrap:hover {
    background: rgba(237, 28, 36, 0.75)
}

.main_btn .btn_wrap:last-child {
    border: none;
}

.main_btn .btn_wrap .num {
    float: left;
    width: 17%;
}

.main_btn .btn_wrap .right {
    float: right;
    width: 83%;
    padding-left: 2px;
}

.main_btn .btn_wrap .num h5 {
    margin: 0;
    display: inline-block;
    width: 48px;
    height: 35px;
    background: url(/skin/img/main/sl_btn_01.png) no-repeat left top/cover;
    text-indent: -9999em;
}

.main_btn .btn_wrap:nth-child(2) .num h5 {
    background: url(/skin/img/main/sl_btn_02.png) no-repeat left top/cover;
}

.main_btn .btn_wrap:nth-child(3) .num h5 {
    background: url(/skin/img/main/sl_btn_03.png) no-repeat left top/cover;
}

.main_btn .btn_wrap:nth-child(4) .num h5 {
    background: url(/skin/img/main/sl_btn_04.png) no-repeat left top/cover;
}

.main_btn .btn_wrap .right h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 500;
}

.main_btn .btn_wrap .right p {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    letter-spacing: -0.025em;
}

@media (max-width: 768px) {
    .main_btn {
        position: relative;
        height: auto;
    }

    .main_btn .btn_wrap {
        float: left;
        width: 50%;
        min-height: 110px;
        padding: 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .main_btn .btn_wrap:nth-child(even) {
        border-right: none;
    }

    .main_btn .btn_wrap:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .main_btn .btn_wrap .num {
        display: none;
    }

    .main_btn .btn_wrap .right {
        float: none;
        width: 100%;
    }
}

/* 메인 컨텐츠 */
.main-content {
    padding: 75px 0 0;
}

.main-content .sec1 .inner {
    display: block;
    border: 1px solid #ddd;
    transition: 0.25s;
}

.main-content .sec1 .inner:hover {
    border: 2px solid #474747;
    border-bottom: 1px solid #474747;
}

.main-content .sec1 h1 {
    margin: 0px 0 30px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.main-content .sec1 h1 span {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0;
    display: block;
    margin-top: 10px;
}

.main-content .sec1 .inner h3 {
    margin: 0;
    padding: 16px;
    background: #474747;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

/* board bottom */
.main-contact a {
    position: relative;
    display: block;
    padding: 35px 30px 0;
    width: 100%;
    height: 125px;
    background: #dc363c url(/skin/img/main/main-inquiry.png) no-repeat center / cover;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.55;
    font-weight: 400;
    transition: 0.25s
}

.main-contact a .icon {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: #fff;
}

.main-contact a .icon:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 42px;
    color: #b52b10;
    line-height: 55px;
    width: 100%;
    text-align: center;
    display: block;
}

.main-contact a:hover {
    background: #ab252a url(/skin/img/main/main-inquiry.png) no-repeat center / cover;
}

@media (max-width: 768px) {
    .main-content .sec1 .inner {
        margin: 0 0 15px;
    }
}


/* ---------- 서브페이지 ---------- */

/* 공통 */
.sub-content {
    padding: 70px 0 100px;
}

.sub-content section {
    margin: 0 0 100px;
}

.sub-content section:last-child {
    margin: 0;
}

.sub-top {
    height: 180px;
    background: url(/skin/img/sub/sub-top1.jpg) no-repeat center center/cover;
}

.sub-top h2 {
    margin: 70px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 44px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    /* text-align: center; */
}

.sub-content-tit {
    margin: 0 0 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.sub-content-tit span {
    float: left;
    font-size: 32px;
    color: #222;
}

.breadcrumb {
    float: right;
    margin: 15px 0 0;
    padding: 0;
    background: none;
    letter-spacing: -0.02em;
    font-size: 12px;
}

.breadcrumb li {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb li.active {
    color: #222;
}

.sub-content p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: -0.015em;
    color: #555;
}

@media (max-width: 768px) {
    .sub-content {
        padding: 0 0 70px;
    }

    .sub-top {
        height: 150px;
    }

    .sub-top h2 {
        margin: 60px 0 0;
        font-size: 32px;
    }

    .sub-content-tit span,
    .breadcrumb {
        float: none;
    }

    .sub-content-tit span{
        font-size: 26px;
    }
}

/* 서브메뉴 */
.sub-content aside {
    padding-right: 40px;
}

.sub-menu {
    border-top: 2px solid #ddd;
}

.sub-menu li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    background: #f8f8f8;
}

.sub-menu li a:after {
    content: "\276F";
    float: right;
    opacity: 0.2;
}

.sub-menu li a:focus,
.sub-menu li.active a {
    background: #ed1c24 !important;
    color: #fff;
}

.sub-menu li.active a:after {
    opacity: 1;
}

@media (max-width: 768px) {
    .sub-content aside {
        margin: 15px 0 70px;
        padding: 0 15px;
    }

    .sub-content ul {
        margin: 0;
    }

    .sub-menu li a{
        font-size: 15px;
    }
}

/* 타이틀 */
.sub-sec-tit {
    margin: 0 0 30px;
}

.sub-sec-tit:before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 5px;
    height: 20px;
    background: #ed1c24;
}

/* 서브컨텐츠 */

/* about1 */
#about1 .img-wrap {
    position: relative;
}

#about1 .img-wrap img {
    width: 60%;
}

#about1 .img-wrap h4 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    margin: 0;
    padding: 90px 40px 0;
    background: #3f3f3f;
    font-size: 26px;
    color: #fff;
    letter-spacing: -0.04em;
    font-weight: 300;
    line-height: 1.48;
}

#about1 .img-wrap h4 small {
    color: #bfbfbf;
    line-height: 1.6;
    margin-bottom: 20px;
    display: block;
}

#about1 table {
    width: 100%;
}

#about1 table tr td span {
    margin-right: 10px;
    display: inline-block;
}

#about1 table tr td span:before {
    content: " · ";
}

#about1 .desc {
    margin: 40px 10px 60px;
}

#about1 .desc .name {
    font-size: 18px;
    color: #333;
    margin: 25px 0 0;
}

@media (max-width: 768px) {
    #about1 .img-wrap img {
        width: 100%;
    }

    #about1 .img-wrap h4 {
        position: static;
        padding: 20px;
        width: 100%;
        font-size: 22px;
    }
}

/* product1 */
.product-list>li {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.product-list>li .row>.col-sm-12 {
    text-align: center;
}

.product-list>li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.product-list>li img {
    display: inline-block;
    max-width: 450px;
}

.product-list .product-name {
    position: relative;
    margin: 0 0 25px;
    padding-left: 25px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #2f2f2f;
}

.product-list .product-name:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 4px solid #ed1c24;
    border-top-color: #fff;
    border-left-color: #ed1c24;
    border-radius: 50%;
}

/* .product-list .right h5{
    font-size: 18px;
}*/
.product-list .txt-wrap {
    margin: 50px 0 30px;
}

.product-list .txt-wrap h5 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #3f3f3f;
    font-size: 18px;
}

.product-list table {
    width: 100%;
}

.product-list .detail-name {
    margin: 3px 0 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-weight: 350;
}

.product-list .detail-name span {
    display: inline-block;
    margin-left: 80px;
}

.product-list .detail-name span:first-child {
    margin-left: 0;
}

@media (min-width: 768px) {
    .product-list .inner>img {
        width: 170px;
    }
}

@media (max-width: 768px){
    .product-list>li img{
        max-width: 100%;
    }
    .product-list .detail-name span{
        margin-left: 5%;
    }
    .product-list .product-name{
        font-size: 19px;
    }
    .product-list .product-name:before{
        top: 0;
    }
}

/* ---------- 푸터 ---------- */
.footer_copy>div {
    padding: 45px 0;
    background: #2f2f2f;
    color: #aaa;
    font-size: 13px;
    text-align: left;
}

.footer-wrap address {
    margin: 0;
}

.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.footer-wrap ul li {
    float: left;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 5px 0 0;
    font-size: 13px;
    color: #777;
}

@media(max-width:767px) {
    .footer-wrap .copy {
        margin: 15px 0 0;
    }
}