@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url("/skin/nanum/stylesheet.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    display: none;
    background-color: #fff;
}
.body-layout > br {
    display: none;
}

@media (max-width: 768px) {
    .body-layout {
        padding-top: 101px;
    }
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumSquare", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
p,
dt,
dd {
    font-size: 16px;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    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 {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.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;
    background: #fff;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}
.table-bordered {
    background: #fff;
    text-align: center;
}
.table-bordered tr th {
    text-align: center;
}

/* history-table */
.history-table {
    width: 100%;
}
.history-table tbody tr {
    border-bottom: 1px solid #eee;
}
.history-table tbody tr th {
    font-size: 32px;
    font-family: "NanumSquare";
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #eb9308;
    vertical-align: top;
    padding: 20px 0;
}
.history-table tbody tr td {
    padding: 25px 0px 30px;
}
.history-table tbody tr td p {
    display: table;
    margin-bottom: 5px;
}
.history-table tbody tr td p .day {
    display: table-cell;
    min-width: 65px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
}
.history-table tbody tr td img {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .history-table tbody tr th {
        font-size: 20px;
    }
    .history-table tbody tr td {
        padding: 20px 0 30px;
    }
    .history-table tbody tr td p .day {
        min-width: 55px;
    }
}

/* ---------- 주문폼 ---------- */
#mod_type_formForm {
    margin: 0 auto 60px;
    padding: 50px 30px;
    max-width: 850px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 6px !important;
    display: block;
    font-weight: 600 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number div h3 .text-danger {
    font-size: 18px;
    color: #de8a08;
    font-weight: 400;
    display: inline;
    line-height: 0;
}
.q_number .form-control {
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
    min-height: 36px;
    padding: 9px 12px;
    font-size: 15px;
}
.q_number .form-control:hover,
.q_number .form-control:focus {
    box-shadow: none !important;
    border-color: #777;
}
.q_number textarea {
    height: 100px;
}
#mod_type_formForm .btn-primary {
    width: 195px;
    height: 50px;
    text-align: center;
    font-size: 17px;
    padding: 12px 15px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
    background: #ea940d;
}

#mod_type_formForm .btn-primary:hover {
    background: #ca7b00;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label,
.form-horizontal .radio label {
    font-size: 15px;
    margin-right: 18px;
    padding-left: 20px;
    color: #5f5f5f;
}
.form-horizontal .checkbox label input,
.form-horizontal .radio label input {
    margin-top: 4px;
}

@media (max-width: 768px) {
    #mod_type_formForm {
        padding: 15px 0;
    }
}

/* 주문폼 체크박스 */
#mod_type_formForm > div:nth-child(14) div:nth-child(1) h3,
#mod_type_formForm > div:nth-child(15) div:nth-child(1) h3 {
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 400 !important;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.mod-form-7 #mod_type_formForm > div .checkbox label:last-child,
.mod-form-8 #mod_type_formForm > div .checkbox label:last-child {
    display: none;
}

/* ---------- 게시판 ---------- */
.intro-board-widget-layout {
    max-width: 1170px;
    padding: 40px 8px 50px;
    margin: 0 auto;
}
.intro-board-widget-layout .intro-boardbox {
    padding: 0 8px;
    margin-bottom: 20px;
}
.intro-widget-layout,
.intro-board-layout {
    float: none;
    width: 100%;
}
.intro-board-widget-layout:after,
.intro-widget-layout:after,
.intro-board-layout:after {
    content: "";
    clear: both;
    display: block;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 18px 35px;
    border-top: 2px solid #43c1b7;
    border-bottom: none;
    border-left: 1px solid #d0dedd;
    border-right: 1px solid #d0dedd;
    background: #f1fbfa;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    font-family: "NanumSquare";
}
.intro-boardbox .page-header h4 .btn {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    line-height: 1;
    border: none;
    padding: 0;
    border-radius: 0;
}
.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.intro-boardbox .page-header h4 .btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 20px;
    background: #5c5c5c;
}
.intro-boardbox .page-header h4 .btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #5c5c5c;
}
.intro-boardbox .page-header h4 .btn .fa {
    display: none;
}
.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: 1px solid #d0dedd;
    border-top: none;
    border-radius: 0px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 0;
}
.intro-boardbox .panel-body {
    padding: 13px 35px;
}
.dh-front-list2-words {
    margin: 0 !important;
    padding: 13px 0px;
    border-bottom: 1px solid #e3e3e3;
}
.dh-front-list2-words:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}
.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    letter-spacing: -0.02em;
}
.dh-front-list2 h6 a .row-separator,
.dh-front-list2 h6 a small {
    display: none;
}
.dh-front-list2 h6 a .list-row-subject {
    display: inline-block;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dh-front-list2 h6 a .list-row-regdate {
    float: right;
    color: #aaa;
    letter-spacing: 0;
}
.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}
.dh-front-list2-words:hover {
    color: #43c1b7;
}
.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-contents {
    display: none;
}
.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
}
.dh-front-list2-words .label-danger,
.blog-row-subject .label-danger {
    top: 0;
}
@media (min-width: 768px) {
    .intro-boardbox {
        width: 50%;
    }
}

/* 게시판 목록 */
.dh-board {
    margin-bottom: 70px;
}
.form-horizontal {
    margin-bottom: 100px;
}
.dh-board .table > thead > tr > th.hits,
.dh-board .table > tbody > tr > td.hits {
    display: none;
}
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
    padding: 15px 18px;
    color: #666;
    font-size: 15px;
}
.dh-board .table > thead > tr > th {
    background: #f3f3f3;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #666;
    font-weight: 400;
}
.dh-board > .table-hover {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0px;
}
.dh-board > .table-hover > tbody > tr:hover {
    background: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #44c1b7;
    text-decoration: underline;
}
.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
    text-align: center;
}
.dh-margin-top {
    margin-top: 25px;
    display: inline-block;
}
.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}

/* 게시판 상세 */
.dh-view-box {
    margin-top: 0px;
}
.sns-box {
    display: none;
}
.dh-view-box > .row {
    padding-left: 15px;
    padding-right: 15px;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    padding: 0 20px;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 {
    color: #333;
    font-size: 24px;
    margin: 14px 0;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}
.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 h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 300px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #44c1b7;
    background: #44c1b7 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

@media (max-width: 768px) {
    .dh-view-box > .row > .page-header > h4 {
        font-size: 18px;
    }
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

/* 버튼 */
.pry-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 35px;
    font-size: 17px;
    color: #fff;
    border-radius: 50px;
    background: #ea940d;
    letter-spacing: -0.02em;
}
.pry-btn:hover {
    background: #ca7b00;
    color: #fff;
}

/* ---------- 네비게이션 ---------- */
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    position: relative;
    background-color: #fff;
    border: none;
    border-top: 3px solid #44c1b7;
    margin: 0;
}
.navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 15px;
}
.navbar-brand img {
    margin-top: 0;
}

.no-login .navbar .divider-vertical + li + li {
    display: none;
}

@media screen and (min-width: 768px) {
    .navbar-right {
        margin-top: 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px 25px 27px;
        font-size: 17px;
        font-weight: 500;
        color: #111;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.02em;
    }
    .navbar-inverse .navbar-nav > li > a .glyphicon {
        line-height: 0;
    }
    .navbar-nav > li > .dropdown-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border: none;
        border-radius: 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        background: rgba(20, 20, 20, 0.8);
        padding: 15px 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: #44c1b7;
    }
}

.navbar-nav .dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #44c1b7;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px) {
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #eee;
    }
    .navbar-inverse .navbar-brand {
        margin: 0;
        padding: 15px 0 15px 15px;
    }
    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        margin: 33px 15px;
        background-color: #fff !important;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222;
    }
    .navbar-nav {
        margin: 0;
        border-top: 1px solid #eee;
    }
    .navbar-inverse .navbar-collapse {
        padding: 0;
    }
    .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: #333;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #44c1b7;
        color: #fff;
    }
    .navbar-nav .dropdown-menu > li > a,
    .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-nav .dropdown-menu > li > a:focus {
        text-align: left;
    }
    .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;
    }
}

/* ---------- 로그인 ---------- */
.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    -webkit-box-shadow: none;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    height: 40px;
    color: #666;
    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: #777;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #ea940d;
    border-radius: 50px;
    border: none;
    font-size: 17px;
    letter-spacing: -0.03em;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #ca7b00;
}
.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;
    }
}

/* ---------- 회원가입 ---------- */
.join-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-view-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    display: inline-block;
}
.join-layout .jumbotron p {
    display: none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .form-control:focus {
    border-color: #a9131b;
}
.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 17px;
    padding: 15px 20px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    margin: 0 0 20px;
    padding: 0 0 0 12px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
    background: rgba(0, 0, 0, 0);
    border-bottom: none;
    position: relative;
    line-height: 1;
}
.join-layout .form-horizontal .panel-heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 22px;
    background: #43c1b7;
    border-radius: 2px;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 15px;
    background: #f6f6f6;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 17px;
    padding: 15px 20px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #ccc;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #ea940d;
    background: #ea940d;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #ca7b00;
}

@media (max-width: 767px) {
    .join-layout .jumbotron {
        font-size: 24px;
        padding-top: 23px;
    }
    .join-layout .form-horizontal .panel-body .form-group {
        padding: 15px 0;
    }
    .join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
        padding: 0;
    }
    .join-layout .form-horizontal .form-group .control-label {
        width: auto;
        background: rgba(0, 0, 0, 0);
        padding: 0;
    }
    .join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
        padding: 0;
    }
}

/* ---------- 가로 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,
.join-agree-area,
.login-layout,
.inner-box-wrapper,
#mod_type_formForm {
    visibility: hidden;
}

/* 어드민 */
.join-view-layout {
    background: #e8e8e8;
    padding-top: 20px;
}
.join-view-layout > p {
    display: none;
}

/* ---------- 메인페이지 ---------- */

/* 슬라이드 */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container_slide > .fill,
.carousel-inner .item .fill {
    height: 520px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 47%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 63px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.015em;
}
.carousel-caption h1 span {
    font-family: "NanumSquare";
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
}
.carousel-caption h1 span span {
    color: #ea9208;
    font-weight: 600;
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}
.carousel-control {
    display: none;
}
.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 6px;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 44px;
    }
    .container_slide > .fill,
    .carousel-inner .item .fill {
        height: 480px;
    }
}

/* 메인 컨텐츠 */
.main-content {
    padding: 70px 0 0;
}
.mainPage .main-box .box-inner {
    height: 330px;
    padding: 50px 40px 50px;
}
.mainPage .row > .col-md-4:nth-child(1) > .main-box .box-inner {
    background: #44c1b7;
}
.mainPage .row > .col-md-4:nth-child(2) > .main-box .box-inner {
    background: #1a658b;
}
.mainPage .row > .col-md-4:nth-child(3) > .main-box .box-inner {
    background: #f59e17;
}
.mainPage .row .main-box .box-inner:after {
    color: #fff;
    font-size: 88px;
    position: absolute;
    right: 55px;
    bottom: 12px;
}
.mainPage .row > .col-md-4:nth-child(1) > .main-box .box-inner:after {
    content: "\f02d";
    font-family: "FontAwesome";
}
.mainPage .row > .col-md-4:nth-child(2) > .main-box .box-inner:after {
    content: "\f06c";
    font-family: "FontAwesome";
}
.mainPage .row > .col-md-4:nth-child(3) > .main-box .box-inner:after {
    content: "\f044";
    font-family: "FontAwesome";
    right: 48px;
    font-size: 90px;
}
.mainPage .main-box.location .box-inner {
    padding: 0;
}
.mainPage .main-box .box-inner h4 {
    font-size: 26px;
    font-family: "NanumSquare" !important;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    letter-spacing: 0;
}
.mainPage .main-box .box-inner p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 100px;
    letter-spacing: -0.03em;
}
.mainPage .main-box .box-inner a,
.login-btn {
    display: inline-block;
    padding: 12px 20px;
    width: 140px;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: rgba(0, 0, 0, 0.25);
}
html.logined .login-btn {
    display: none;
}
.mainPage .main-box .box-inner a i,
.login-btn i {
    float: right;
    font-size: 18px;
    margin-top: 1px;
    font-family: "FontAwesome";
}
.mainPage .main-box .box-inner a:hover,
.login-btn:hover {
    background: #fff;
    color: #222;
    text-decoration: none;
}

@media (max-width: 768px) {
    .main-content {
        padding: 50px 0 0;
    }
    .mainPage .main-box .box-inner {
        height: 215px;
        padding: 30px;
    }
    .mainPage .main-box .box-inner p {
        margin-bottom: 20px;
    }
}

/* ---------- 푸터 ---------- */
.footer_copy > div {
    padding: 40px 0;
    background: #333;
    color: #bbb;
    font-size: 13px;
    text-align: left;
}
.footer_copy ul {
    margin-bottom: 5px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 0;
}
.footer_copy li {
    padding-right: 13px;
    float: left;
}
.footer_copy p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #888;
}
address {
    margin: 0;
}
@media (max-width: 767px) {
}

/* ---------- 서브페이지 ---------- */

/* 공통 */
.sub-content {
    padding: 30px 0 100px;
}
.sub-content > p {
    display: none;
}
.sub-content p,
.sub-content li,
.sub-content dd,
.sub-content td {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #666;
    line-height: 1.6;
}
.sub-content section {
    margin: 0 0 60px;
}
.sub-content section:last-child {
    margin: 0;
}
.sub-top1 {
    height: 180px;
    background: url(/skin/img/sub/sub-top1.jpg) no-repeat center center/cover;
}
.sub-top2 {
    height: 180px;
    background: url(/skin/img/sub/sub-top2.jpg) no-repeat center center/cover;
}
.sub-top3 {
    height: 180px;
    background: url(/skin/img/sub/sub-top3.jpg) no-repeat center center/cover;
}
.sub-top4 {
    height: 180px;
    background: url(/skin/img/sub/sub-top4.jpg) no-repeat center center/cover;
}
.sub-top h2 {
    margin-top: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    font-family: "NanumSquare";
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.sub-content-tit {
    margin: 0 0 30px;
    padding: 40px 0 15px;
    border-bottom: 1px solid #ddd;
}
.sub-content-tit span {
    float: left;
    font-size: 32px;
    font-weight: 600;
    font-family: "NanumSquare";
    color: #111 !important;
}
.sub-content-tit .breadcrumb {
    float: right;
    margin: 0;
    padding: 0;
    background: none;
}
.sub-content-tit .breadcrumb li {
    font-size: 12px;
    color: #999;
}
.sub-content-tit .breadcrumb li.active {
    color: #222;
}
.con-tit {
    position: relative;
    margin: 0 0 20px;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}
.con-tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 22px;
    background: #43c1b7;
    border-radius: 2px;
}
hr {
    margin: 70px 0;
}

@media (max-width: 768px) {
    .sub-content-tit {
        padding: 0 0 15px;
    }
    .sub-content-tit .breadcrumb {
        float: none;
    }
    .sub-content-tit span {
        float: none;
        font-size: 26px;
    }
    .sub-top h2 {
        font-size: 30px;
    }
}

/* 서브메뉴 */
.sub-content aside {
    padding-right: 40px;
}
.sub-menu {
    margin: 0;
    padding-top: 40px;
    position: relative;
}
.sub-menu:before {
    content: "";
    width: 63px;
    height: 40px;
    background: url(/skin/img/sub/sub_menu_top.jpg) no-repeat;
    position: absolute;
    right: 12px;
    top: 0;
}
.sub-menu > li:first-child {
    border-top: 2px solid #44c1b7;
}
.sub-menu li a {
    display: block;
    padding: 13px 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 17px;
    color: #111;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.sub-menu li a:hover,
.sub-menu li a:focus {
    background: #fff;
    color: #111;
}

.sub-menu li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    margin-top: -3px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #c3c3c3;
}

.sub-menu li.active a,
.sub-menu li.active a:hover,
.sub-menu li.active a:focus {
    background: #44c1b7 !important;
    color: #fff;
}
.sub-menu li.active a:after {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

@media (max-width: 768px) {
    .sub-content aside {
        display: none;
    }
    .sub-menu {
        padding-top: 0;
    }
    .sub-menu:before {
        display: none;
    }
}

/* 서브 컨텐츠 */

/* about1 */
@media (min-width:767px) {
    .row.leaf{
        display: flex;
        justify-content: center;
    }   
}
.leaf-2 {
    margin: 0 auto;
    max-width: 630px;
    display: flex;
    justify-content: center;
}
.leaf-3{
    margin: 0 auto;
    max-width: 630px;
}
.leaf .inner {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    background: #f7ddb6;
    border: 15px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.leaf-2 .inner {
    background: #ccece4;
}
.leaf .inner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-align: center;
    color: #333;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    width: 100%;
    letter-spacing: -0.04em;
}

@media (max-width: 768px) {
    .leaf {
        text-align: center;
    }
}

/* about3 */
.about3-inner {
    margin: 30px 0 0;
    padding: 40px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
}
.about3-inner h4 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}
.about3-inner h4.ab03_center{text-align: center;}
.about3-inner p {
    margin: 12px 0 0;
    font-size: 14px;
    color: #5f5f5f;
}
.about3-inner p b {
    margin-right: 10px;
}
.about3-inner ul li {
    padding-left: 15px;
    font-size: 14px;
    color: #5f5f5f;
}
.about3-inner ul li.space {
    padding-left: 30px;
}

.about3 table {
    margin-top: 15px;
    border-top: 2px solid #379a92;
}
.about3 table th {
    background: #f6f6f6;
    color: #333;
    font-weight: 500;
}
.about3 .about3-inner table thead th,
.about3 .about3-inner table tbody td {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.4;
}
.about3 .about3-inner table thead th {
    border-color: #379a92 !important;
    border-right: 1px solid #78c1bc !important;
    border-bottom: none !important;
    font-weight: 500;
    vertical-align: middle;
    background: #379a92;
    color: #fff;
}
.about3 .about3-inner table tbody td {
    text-align: left;
}

@media (max-width: 768px) {
    .about3-inner {
        padding: 20px;
    }
    .about3 table {
        margin-top: 0;
    }
}

/* donate1 */
.square-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.sub-content section:last-child .square-wrap {
    margin-bottom: 0;
}
.square-wrap .inner {
    height: 100%;
    min-height: 180px;
    /* margin-bottom: 30px; */
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 35px 30px;
}
.square-wrap .inner h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
    margin: 0 0 15px;
    display: inline-block;
    border-bottom: 2px solid #666;
    padding-bottom: 2px;
}
.square-wrap .inner p {
    color: #5f5f5f;
    margin: 0;
    letter-spacing: -0.04em;
    font-size: 16px;
}
.sec1 .square-wrap .inner {
    border: 1px solid #d0dedd;
    background: #f1fbfa;
}
.square-wrap .inner .list-dash li {
    position: relative;
    padding-left: 10px;
    color: #5f5f5f;
    letter-spacing: -0.04em;
    font-size: 16px;
}
.square-wrap .inner .list-dash li::before {
    content: "-";
    top: 0;
    left: 0;
    position: absolute;
}
.sec2 .square-wrap .inner .list-dash li::before{
    width: 5px;
    content: "";
    aspect-ratio: 1;
    border-radius: 50%;
    top: 9px;
    background: #5f5f5f;
    box-sizing: unset !important;
}
.square-wrap .pry-btn,
.box-support + .text-center .pry-btn {
    margin-top: 60px;
}
.box-support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 35px;
    border: 5px solid #c8e8e3;
}
.box-support > .item {
    position: relative;
    padding-right: 80px;
}
.box-support > .item + .item {
    padding-left: 15px;
}
.box-support > .item + .item::before {
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #e0e0e0;
}
.box-support .icon {
    top: 0;
    right: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: #44c1b7;
    border-radius: 30px;
    opacity: 0.4;
}
.box-support > .item + .item .icon {
    right: 0;
    color: #eb9308;
}
.box-support h4 {
    margin: 0 0 15px;
    font-size: 22px;
    font-family: "NanumSquare";
    letter-spacing: -0.03em;
    font-weight: 600;
}
.box-support > .item.left p {
    margin: 30px 0 0;
    font-size: 18px;
}
.box-support ul li {
    position: relative;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #444;
}
.box-support ul li::before {
    content: "";
    top: 11px;
    left: 1px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #999;
    border-radius: 10px;
}

/* 후원 */
.info-wrap {
    text-align: left;
    border: 2px solid #c8e8e3;
    padding: 30px 30px 23px;
}
.info-wrap li {
    line-height: 1.4;
    margin-bottom: 7px;
}

@media (max-width: 768px) {
    .info-wrap {
        padding: 15px;
    }
}

/* 탭 */
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #555;
    margin: 0 -1px 0 0;
    color: #888;
    font-size: 17px;
    line-height: 1;
    padding: 15px 25px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    background: #eee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #43c1b7;
    color: #222;
    font-weight: 500;
}

@media (max-width: 768px) {
    .nav-tabs > li {
        width: 25%;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-top: 1px solid #43c1b7;
    }
}

/* 슬릭 슬라이드 */
.slick-slider {
    margin: 0;
    border: none;
    background: #f6f6f6;
    padding: 60px 100px;
}
.slick-track {
    height: auto !important;
}
.slick-prev,
.slick-next {
    width: auto;
    height: 100px;
    margin-top: -50px;
    opacity: 0.2;
}
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 50px;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
    font-size: 100px;
    font-family: "FontAwesome";
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}

@media (max-width: 768px) {
    .slick-slider {
        padding: 15px;
    }
    .slick-prev,
    .slick-next {
        opacity: 0.8;
    }
    .slick-prev::before,
    .slick-next::before {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 65px;
    }
    .slick-next {
        right: 25px;
    }
    .slick-prev {
        left: 25px;
    }

    .square-wrap > div[class^="col-"] + div {
        margin-top: 30px;
    }
    .square-wrap .pry-btn,
    .box-support + .text-center .pry-btn {
        margin-top: 30px;
    }
    .box-support {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 25px 15px;
    }
    .box-support > .item {
        padding: 0 !important;
    }
    .box-support > .item + .item::before {
        top: -20px;
        left: 0;
        width: 100%;
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
    .box-support .icon {
        right: 0;
        font-size: 45px;
    }
    .box-support > .item.left p {
        font-size: 16px;
    }
}

/* main slick */
.sec3 .swiper {
    margin-bottom: 80px;
}
#card-slide {
    background-color: #fff;
    padding: 0;
    border: 0;
}
#card-slide .card-item {
    background-color: #fff;
}

.social-icons {
    grid-template-columns: repeat(6,1fr);
    display: grid;
    justify-content: center;
    gap: 10px;
}

.social-icons a {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 60px;
    padding-inline: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #222;
}
.social-icons a img{
    object-fit : contain;
    max-height: 55px;
}
.social-icons a:hover {
    border-color: #1a658b;
}

/* [max-x-lager / labtop] 노트북, 1200px 미만 ▼ */
@media (width <= 1199.98px) {
    .social-icons {
        flex-wrap: wrap;
    }
    .social-icons a {
        flex: 0 1 40%;
    }
}
