@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url("/skin/NanumSquare/NanumSquare.css");

html {
    /* display: none; */
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    visibility: hidden;
    background-color: #fff;
    padding-top: 104px;
}
.body-layout.modal-open {
    padding-right: 0 !important;
}
#weekly + .row,
#weekly + .row + .row,
#weekly + .row + .row + .row {
    visibility: hidden;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "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 {
    background: #fff;
    margin: 0;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 22px 0 !important;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    height: 60px;
}
.m-24_sub .sub_link:nth-child(1) a {
    font-weight: 500;
    color: #35a0b7;
}
@media screen and (min-width: 768px) {
    .divider-vertical + li,
    .divider-vertical + li + li {
        display: none;
    }
    .navbar-inverse .navbar-nav > li {
        margin-bottom: -3px;
        position: relative;
        z-index: 1000;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 58px 20px 28px;
        font-size: 18px;
        font-weight: 600;
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        border-bottom: 4px solid transparent;
        font-family: "NanumSquare";
        letter-spacing: -0.04em;
        line-height: 1;
    }
    .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: none;
        color: #333;
        border-color: #35a0b7;
    }
}
.navbar-inverse .navbar-nav > li .sub-menu {
    display: none;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translatex(-50%);
    /* 	text-align:center; */
    width: calc(150 * 4px);
}
.navbar-inverse .navbar-nav > li:hover .sub-menu {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
    z-index: 10000;
}
.navbar-inverse .navbar-nav > li .sub-menu:after {
    content: "";
    display: block;
    clear: both;
}
.navbar-inverse .navbar-nav > li .sub-menu ul {
    display: inline-block;
    width: 130px;
    margin: 0;
    padding: 30px 15px 30px 0;
    vertical-align: top;
}
.navbar-inverse .navbar-nav > li .sub-menu ul a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 3px;
    padding: 2px 0;
    border-bottom: 1px solid #ddd;
}
.navbar-inverse .navbar-nav > li .sub-menu ul a:hover {
    color: #35a0b7;
    font-weight: 500;
}
.navbar-inverse .navbar-nav > li .sub-menu ul .first a {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        padding: 20px 15px;
        min-width: 180px;
    }
    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}
.navbar-inverse .dropdown-menu > li > a {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 8px 10px;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: none;
    color: #35a0b7;
    text-decoration: underline;
}
.menu-top,
.menu-top > .container {
    position: relative;
    z-index: 1031;
}
.menu-top ul {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    z-index: 1031;
}
.menu-top ul:after {
    content: "";
    display: block;
    clear: both;
}
.menu-top ul li {
    float: left;
    padding: 0 14px;
    line-height: 1;
    position: relative;
}
.menu-top ul li:before {
    content: "";
    background: #d1d1d1;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
}
.menu-top ul li:last-child:before {
    content: "";
    background: none;
}
.menu-top ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.menu-top ul li a:hover {
    color: #35a0b7;
}
.maintenance {
    margin-top: 5px;
    border: 2px solid #e3e3e3;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/*bbs - b type*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 200px;
    max-height: 200px;
    border: none;
    box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0 4px;
    margin-bottom: 20px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    background: #000;
    border: 2px solid #ddd;
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus {
    border-color: #35a0b7;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0 !important;
    padding: 15px 15px !important;
    font-size: 16px !important;
    font-weight: 500;
    background: #fff;
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden a {
    transition: all ease 0.3s;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 a {
    transition: all ease 0.3s;
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 {
    background: #35a0b7;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 a,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 {
    color: #fff;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: 2px solid #ddd;
    background: #000;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.3s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover,
.dh-front-blog > .col-md-4 > .thumbnail:focus {
    border-color: #35a0b7;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    opacity: 0.5;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    position: static;
    width: 100%;
    min-height: 109px;
    padding: 10px 15px;
    color: #333;
    border: none;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    transition: all ease 0.3s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover .caption,
.dh-front-blog > .col-md-4 > .thumbnail:focus .caption {
    background: #00a878;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 10px 0 !important;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #222;
    transition: all ease 0.3s;
}

.dh-front-blog > .col-md-4 > .thumbnail > .caption .blog-row-contents {
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    transition: all ease 0.3s;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption .blog-row-contents br {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover .caption h5,
.dh-front-blog > .col-md-4 > .thumbnail:hover .caption .blog-row-contents {
    color: #fff;
}

@media (min-width: 768px) {
    .dh-front-blog > .col-md-4 {
        width: 25%;
    }
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    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;
    border: 1px solid #ddd;
    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: #35a0b7;
    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: #008268;
}
.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;
    }
}
/* personal setting 0.59v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mv-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.mv-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.mv-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}
.mg-0 {
    margin: 0 !important;
}
.pd-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/* img */
.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
/* align */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* font */
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.text-bold {
    font-weight: bold !important;
}
.numbering {
    margin-right: 10px;
}
.numbering.sqr {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    background: #35a0b7;
    font-family: "NanumSquare";
}
/*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-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: "·";
}
.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 5px;
    color: #35a0b7;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 20px;
    padding: 14px 20px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    font-size: 16px;
    text-align: left;
    border-color: #222;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 30%;
    }
    .trait-dl dd {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 2px solid #35a0b7;
    min-height: max-content;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #35a0b7;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}
.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}
.greet .quote,
p.quote {
    margin: 40px 0;
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
p.quote span {
    font-weight: 500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
    font-size: 16px;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.table {
    margin: 0;
    border-top: 2px solid #222;
}
.table thead tr th,
.table tbody tr th,
.table tbody tr td {
    padding: 18px 15px;
    font-size: 16px;
    color: #555;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}
.table thead tr th,
.table tbody tr th {
    color: #222;
    font-size: 18px;
}
.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #222;
    text-align: center;
}

.table-style tr td {
    color: #555;
}

.table.table-style.table-inner {
    border: 1px solid #ddd;
}
.table.table-style.table-inner thead tr th,
.table.table-style.table-inner tbody tr td {
    color: #222;
    font-size: 14px;
    padding: 5px 15px !important;
    border-right: 1px solid #ddd;
    border-bottom: 0;
}

.history-table {
    border-top: 2px solid #35a0b7;
}
.history-table tr th {
    padding: 20px 40px 20px 0 !important;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 500;
    background: transparent !important;
}
.history-table tr th.year {
    vertical-align: top !important;
}
.history-table tr th.year span {
    font-size: 22px;
    color: #35a0b7;
}
/* personal setting 0.59v end */
/* navigation setting */
@media (max-width: 767px) {
}
/* mainpage setting */
#myCarousel .item {
    height: calc(100vh - 105px);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#myCarousel .carousel-caption {
    top: auto;
    bottom: 160px;
    transform: translatex(-50%);
    text-align: left;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
}
#myCarousel .carousel-caption p,
#myCarousel .carousel-caption span {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.carousel-caption h1,
.carousel-caption p {
    font-family: "NanumSquare";
}
.carousel-caption h1 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
#myCarousel .carousel-caption h1 {
    font-size: 50px;
}
.carousel .carousel-caption p {
    margin: 24px 0 0;
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
}
#myCarousel .carousel-caption p {
    font-size: 24px;
}
.carousel-indicators {
    margin-bottom: 0;
    bottom: 40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin: 0 4px 0;
}

.m-slide-btn {
    margin: 30px 0 0;
    display: inline-block;
}
.m-slide-btn:after {
    content: "";
    display: block;
    clear: both;
}
.m-slide-btn li {
    float: left;
    padding: 0 4px;
    margin: 0;
}

.m-slide-btn li a {
    display: inline-block;
    width: 200px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.2s ease;
}
.m-slide-btn li a:hover {
    background: #fff;
    color: #35a0b7;
}
.intro-board-widget-layout {
    display: none;
}

.main-news,
.main-notice {
    padding: 70px 0 80px;
}
/* .main-content .title{
	padding:0 5px;
} */
.main-notice {
    background: #eee;
}
.main-content .title {
    margin: 40px 0;
}
.main-content .title h3 {
    position: relative;
    margin: 0;
    font-size: 36px;
    font-family: "NanumSquare";
    font-weight: 600;
    color: #222;
    text-align: center;
}

.main-content .title h3 small {
    margin-left: 5px;
    font-family: "notokr", "Malgun Gothic", sans-serif;
    color: #777;
    letter-spacing: -0.02em;
    font-size: 20px;
}
.main-content .title h4 .more,
.main-content .title h3 a {
    display: inline-block;
    position: absolute;
    right: 0;
    /* float: right; */
    font-size: 15px;
    padding: 12px 15px;
    margin-top: -1px;
    line-height: 1;
    color: #fff;
    background: #35a0b7;
    font-family: "notokr", "Malgun Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    transition: all ease 0.3s;
}
@media (max-width: 767px) {
    .main-content .title h4 .more,
    .main-content .title h3 a {
        position: static;
    }
}
.main-content .title h3 a i {
    font-size: 10px;
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}
.main-content .title h4 .more:hover,
.main-content .title h3 a:hover {
    background: #008268;
}
.main-content .bbs-area .page-header {
    display: none;
}
.front-panel > .panel {
    border: none;
    background: transparent;
    margin: 0;
}
.front-panel > .panel .panel-body {
    padding: 0;
}
.dh-front-list2 h6 a,
.dh-front-list2 h6 a span,
.dh-front-list2 h5,
.dh-front-list2 h5 a,
.dh-front-list2 h5 p,
.dh-front-list2 h5 span {
    color: #222 !important;
}
.dh-front-list2-words {
    text-align: center;
    height: 240px;
    transition: all ease 0.5s;
    background: #fff;
    border: 2px solid #fff;
}

.dh-front-list2-words:hover {
    border-color: #35a0b7;
    box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.1);
}
.dh-front-list2-words .list-row-subject {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.list-row-regdate {
    display: none;
}
.dh-front-list2-words .label-danger,
.row-separator {
    display: none;
}
.dh-front-list2 h5 {
    border: none;
}
.dh-front-list2 h5,
.dh-front-list2 h5 a,
.dh-front-list2 h5 p,
.dh-front-list2 h5 span {
    font-size: 15px !important;
    line-height: 1.75;
    margin: 20px 0 0;
    padding: 0;
    color: #777 !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.dh-front-list2-words h5:after {
    display: none;
}

.dh-front-blog {
    margin: 0 -8px;
}
.dh-front-blog > .col-md-4 {
    padding: 0 8px;
}
.main-banner {
    height: 500px;
    background: url(/skin/img/main/m_banner_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}
.main-banner .container {
    position: relative;
    height: 100%;
}
.main-banner .container p {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-family: "NanumSquare";
    max-width: 780px;
    width: 100%;
}
.main-banner .container p span {
    display: block;
    text-align: right;
}
.main-program h4 {
    margin-bottom: 20px;
    font-size: 24px;
}
.main-program h4 small {
    display: inline-block;
    margin-bottom: 15px;
    color: #35a0b7;
    font-size: 16px;
    font-weight: 500;
}
.main-program p {
    margin-bottom: 20px;
}
.main-program .date {
    font-size: 15px;
    font-weight: 500;
}
.main-facility .owl-carousel a,
.main-program a {
    position: relative;
    display: block;
}
.main-facility .owl-carousel a .txt-box,
.main-program a .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease;
    opacity: 0;
}
.main-facility .owl-carousel a:hover .txt-box,
.main-program a:hover .txt-box {
    opacity: 1;
}
.main-program a .txt-box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 500;
    color: #ff8831;
}
.m-prod-bottom a {
    display: block;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    color: #fff;
    background: #aaa;
}
.m-prod-bottom.left-box a {
    background: #35a0b7;
}
.m-prod-bottom.left-box a:hover {
    background: #aaa;
}
.m-prod-bottom a h4 {
    margin-top: 0;
}
.m-prod-bottom a h4 small {
    color: inherit;
}
.m-prod-bottom a:hover {
    background: #35a0b7;
}
.m-prod-bottom a p {
    margin: 0;
}
.main-mba {
    padding-top: 70px;
}
#m-mba-slide .item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
#m-mba-slide .carousel-control {
    color: #888;
}
#m-mba-slide .carousel-control.left {
    left: -15%;
}
#m-mba-slide .carousel-control.right {
    right: -15%;
}
#m-mba-slide .carousel-caption {
    transform: translatex(-50%);
    top: 80px;
    text-align: left;
}
#m-mba-slide .carousel-caption h1 {
    font-size: 42px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.m-mba-li {
    margin: 30px -20px;
}
.m-mba-li:after {
    content: "";
    display: block;
    clear: both;
}
.m-mba-li li {
    width: 20%;
    float: left;
    padding: 0 20px;
}
.m-mba-li a {
    display: block;
    padding: 10px 0;
    border: 1px solid #35a0b7;
    color: #555;
    text-align: center;
    font-weight: 500;
}
.m-mba-li a:hover {
    color: #fff;
    background: #35a0b7;
}
.main-counsel .content {
    color: #fff;
    text-align: center;
    background: url(/skin/img/main/main-counsel.jpg) no-repeat center / cover;
}
.main-counsel .quote {
    margin: 60px 0;
    font-size: 36px;
    color: #fff;
}
.main-counsel h4 {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}
.main-counsel p {
    margin-bottom: 20px;
    font-size: 16px;
}
.main-counsel .middle-box {
    padding: 0 40px;
    min-height: 260px;
    border-right: 1px solid #fff;
}
.main-counsel .middle-box:nth-of-type(4) {
    border: none;
}
.main-counsel .more {
    display: block;
    margin: 60px auto;
    padding: 15px 0;
    width: 200px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #35a0b7;
}
.main-counsel .more:hover {
    color: #fff;
    background: #35a0b7;
}
.main-content .title h4 {
    font-size: 28px;
}
.m-event .page-header {
    display: none;
}
.main-facility {
    padding-bottom: 70px;
}
.main-facility .owl-carousel a .txt-box h5 {
    margin-top: 30%;
    font-size: 20px;
    color: #fff;
}
.main-facility .owl-carousel a .txt-box p {
    color: #ff8851;
}
.owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    font-size: 22px;
}
.owl-prev {
    left: -60px;
}
.owl-next {
    right: -60px;
}
@media (min-width: 768px) {
    .dh-front-list2-words {
        width: 24%;
        margin-top: 0 !important;
        margin: 0 0.5%;
        padding: 60px 30px;
    }
}
@media (max-width: 767px) {
}
/* footer setting */
.footer_copy > div {
    padding: 0;
    background: #fff;
    color: #aaa;
    font-size: 12px;
    letter-spacing: -0.02em;
}
.footer-top {
    text-align: left;
    background: #444;
    padding: 20px 0;
}
.footer-bottom {
    background: #222;
    padding: 40px 0;
}
.footer-top ul {
    display: inline-block;
    margin: 5px 0 0;
}
.footer-top .footer-list4 {
    margin: 0;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 1;
}
.footer-top li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    display: inline-block;
    line-height: 1;
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer-list4 .admin {
    display: none;
}
.footer-list4 li {
    padding-right: 0;
    border: none;
}
.footer-list4 li a {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #d3d3d3;
    color: #fff;
    font-size: 12px;
}
.footer-bottom ul {
    margin: 0px 0 3px;
}
.footer-bottom li {
    margin-bottom: 5px;
}
.footer-bottom li a {
    display: inline-block;
    margin-top: -5px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #ccc;
}
.footer-bottom .copy {
    margin: 0;
    color: #888;
    font-size: 12px;
}
.sns-li li {
    border: none;
}
.sns-li li img {
    width: 30px;
    margin-top: -6px;
    border-radius: 50%;
}
.sns-li li.kakao img {
    width: 75px;
    border-radius: 0;
}
@media (max-width: 767px) {
}
/* subpage setting */
.pageheader {
    height: 250px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}
.breadcrumb .active {
    color: #35a0b7;
}
.subpage-content .emp {
    margin: 40px 0;
    font-size: 24px;
    font-weight: 500;
    color: #444;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
.subpage-content section {
    padding: 80px 0;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #222;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.02em;
}
.subpage-content .se1 {
    padding-bottom: 80px;
}
.subpage-content > section:last-child {
    padding-bottom: 100px;
}
.subpage-content .se1 h2 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    font-family: "NanumSquare";
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.subpage-content p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 15px;
}

.bbs-list-index-layout .se2,
.bbs-blog2-index-layout .se2,
.bbs-blog-view-layout .se2,
.vod-index-layout .se2,
.vod-view-layout .se2 {
    padding-top: 0;
}

.dh-board > .table-hover {
    margin: 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #b4b4b4;
}
.dh-board > .table-hover th {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td.subject strong a {
    font-weight: 400;
    color: #555;
}
.table-hover > tbody > tr:hover {
    background-color: #fff;
}
.dh-board > .table-hover td.subject strong a:hover {
    color: #35a0b7;
    text-decoration: underline;
}
.dh-board .label {
    background: rgba(0, 0, 0, 0);
    color: #35a0b7;
    font-size: 13px;
}
/* board bottom */
.dh-margin-top {
    margin-top: 80px;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #777 !important;
}

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #35a0b7;
    border: 1px solid #35a0b7;
    color: #fff !important;
    font-weight: 600;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}

#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;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-left: -16px;
    margin-top: 5px;
}

/* view */
.dh-view-box {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 18px 18px;
    background: #f5f5f5;
}

.dh-view-box > .row > .page-header > h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    opacity: 0.6;
}
.dh-front-gallery > .col-md-3 > a.thumbnail {
    height: 200px !important;
}
@media (max-width: 767px) {
    .pagination {
        display: inline-block;
        margin-bottom: 10px;
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }
}

/* subpage about */
.greet {
    margin-bottom: 60px;
    text-align: center;
}
.subpage .greet h2 {
    color: #35a0b7;
    margin: 0 0 40px;
    font-size: 56px;
    font-weight: 500;
    font-family: "NanumSquare";
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.subpage .greet h2 > small {
    display: block;
    font-size: 20px;
    letter-spacing: 0.023em;
    color: #666;
}
.video-wrap {
    width: 800px;
    max-width: 1000px;
    margin: 30px auto;
}
.slide-section,
#marriage01 .se1,
#marriage01 .se3,
#funeral01 .se1,
#funeral01 .se3,
.facil-top,
#about01 .se2 {
    padding: 0 !important;
}
.slide-section .item,
#marriage01 .item,
#funeral01 .item,
.facil-top .item,
#about01-slide .item {
    height: calc(100vh - 89px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#about01-slide .item1 {
    background: url(/skin/img/sub/about01-slide1.jpg) no-repeat center / cover;
}
#about01-slide .item2 {
    background: url(/skin/img/sub/about01-slide2.jpg) no-repeat center / cover;
}
#about01-slide .item3 {
    background: url(/skin/img/sub/about01-slide3.jpg) no-repeat center top / cover;
}
#about01-slide .item4 {
    background: url(/skin/img/sub/about01-slide4.jpg) no-repeat center / cover;
}
#about01-slide .item5 {
    background: url(/skin/img/sub/about01-slide5.jpg) no-repeat center / cover;
}
#about06 .facil-top .item1 {
    background: url(/skin/img/sub/about06-slide1.jpg) no-repeat center / cover;
}
#about06 .facil-top .item2 {
    background: url(/skin/img/sub/about06-slide2.jpg) no-repeat center / cover;
}
#about06 .facil-top .item3 {
    background: url(/skin/img/sub/about06-slide3.jpg) no-repeat center / cover;
}
/* #funeral01-slide .item1{background:url(/skin/img/sub/funeral01-slide1.jpg) no-repeat center / cover;}
#funeral01-slide .item2{background:url(/skin/img/sub/funeral01-slide2.jpg) no-repeat center / cover;}
#funeral01-slide .item3{background:url(/skin/img/sub/funeral01-slide3.jpg) no-repeat center / cover;}
#funeral01-slide .item4{background:url(/skin/img/sub/funeral01-slide4.jpg) no-repeat center / cover;}
#funeral01-slide .item5{background:url(/skin/img/sub/funeral01-slide5.jpg) no-repeat center / cover;}
#funeral01-slide .item6{background:url(/skin/img/sub/funeral01-slide6.jpg) no-repeat center / cover;} */
#funeral01-slide2 .item1 {
    background: url(/skin/img/sub/funeral01-slide2-1.jpg) no-repeat center / cover;
}
#funeral01-slide2 .item2 {
    background: url(/skin/img/sub/funeral01-slide2-2.jpg) no-repeat center / cover;
}
#marriage01-slide .item1 {
    background: url(/skin/img/sub/marriage01-slide1.jpg) no-repeat center / cover;
}
#marriage01-slide .item2 {
    background: url(/skin/img/sub/marriage01-slide2.jpg) no-repeat center / cover;
}
#marriage01-slide .item3 {
    background: url(/skin/img/sub/marriage01-slide3.jpg) no-repeat center / cover;
}
#marriage01-slide2 .item1 {
    background: url(/skin/img/sub/marriage01-slide2-1.jpg) no-repeat center / cover;
}
#marriage01-slide2 .item2 {
    background: url(/skin/img/sub/marriage01-slide2-2.jpg) no-repeat center / cover;
}
#happy01-slide .item1 {
    background: url(/skin/img/sub/happy01-slide1.jpg) no-repeat center / cover;
}
#happy01-slide .item2 {
    background: url(/skin/img/sub/happy01-slide2.jpg) no-repeat center / cover;
}
#happy01-slide .item3 {
    background: url(/skin/img/sub/happy01-slide3.jpg) no-repeat center / cover;
}
#happy01-slide .item4 {
    background: url(/skin/img/sub/happy01-slide4.jpg) no-repeat center / cover;
}
#happy01-slide .item5 {
    background: url(/skin/img/sub/happy01-slide5.jpg) no-repeat center / cover;
}
#happy01-slide .item6 {
    background: url(/skin/img/sub/happy01-slide6.jpg) no-repeat center / cover;
}
#happy01-slide .item7 {
    background: url(/skin/img/sub/happy01-slide7.jpg) no-repeat center / cover;
}
#happy02-slide .item1 {
    background: url(/skin/img/sub/happy02-slide1.jpg) no-repeat center / cover;
}
#happy02-slide .item2 {
    background: url(/skin/img/sub/happy02-slide2.jpg) no-repeat center / cover;
}
#happy02-slide .item3 {
    background: url(/skin/img/sub/happy02-slide3.jpg) no-repeat center / cover;
}
#happy02-slide .item4 {
    background: url(/skin/img/sub/happy02-slide4.jpg) no-repeat center / cover;
}
#happy02-slide .item5 {
    background: url(/skin/img/sub/happy02-slide5.jpg) no-repeat center / cover;
}
#happy03-slide .item1 {
    background: url(/skin/img/sub/happy03-slide1.jpg) no-repeat center / cover;
}
#happy03-slide .item2 {
    background: url(/skin/img/sub/happy03-slide2.jpg) no-repeat center / cover;
}
#happy03-slide .item3 {
    background: url(/skin/img/sub/happy03-slide3.jpg) no-repeat center / cover;
}
#happy03-slide .item4 {
    background: url(/skin/img/sub/happy03-slide4.jpg) no-repeat center / cover;
}

#ministry08-slide .carousel-caption {
    left: auto;
    right: 30px;
    width: auto;
    top: auto;
    bottom: 30px;
    transform: translate(0px, 0px);
}
#ministry08-slide .carousel-caption p {
    margin: 0;
}

.introduction {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.introduction .txt-box .name {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}
.introduction > div {
    padding: 0 30px;
    min-height: 631px;
}
.introduction .txt-box {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translatey(-50%);
}
.introduction .txt-box p {
    font-size: 16px;
}
.homeroom-minister {
    background: #f8f8f8;
}
.homeroom-minister .history-des {
    margin: 24px 0 0;
    font-size: 15px;
    color: #222;
}
.se2 .homeroom-minister .txt-box {
    padding-left: 30px;
}
.se2 .homeroom-minister .txt-box .clearfix {
    padding-bottom: 50px;
}
.se3 .homeroom-minister .txt-box {
    padding-right: 30px;
}
.homeroom-minister .txt-box p {
    color: #444;
}
.homeroom-minister ul:after {
    content: "";
    display: block;
    clear: both;
}
.homeroom-minister ul {
    margin: 0;
}
.homeroom-minister ul li {
    float: left;
    padding: 0 2px;
}
.pdf-btn,
.homeroom-minister ul a {
    display: inline-block;
    background: #35a0b7;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    width: 160px;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border: 2px solid #35a0b7;
    border-radius: 6px;
}
.pdf-btn {
    width: auto;
    padding: 14px 20px;
}
.pdf-btn:hover,
.homeroom-minister ul a:hover {
    background: #fff;
    color: #35a0b7;
}
.homeroom-minister img {
    margin-bottom: 20px;
}
.homeroom-minister .history-des a,
.homeroom-minister .history-des .tit {
    margin: 0 0 10px;
    display: block;
    color: #35a0b7;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.homeroom-minister .name {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    margin: 14px 0 0;
}
.homeroom-minister .name small {
    display: block;
}

/* about03 */
#about03 .se2 {
    background: #f8f8f8;
}
.about-link {
    margin-bottom: 40px;
}
#happy05 .about-link {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}
.about-link > div {
    padding: 0 4px;
}
.subpage-content .about-link a {
    display: block;
    margin: 0 auto;
    padding: 24px 0;
    border: 4px solid #35a0b7;
    border-radius: 6px;
    text-align: center;
}
.subpage-content .about-link.simple-link a {
    margin-bottom: 10px;
    padding: 16px 24px;
    text-align: left;
}
.subpage-content .about-link.simple-link a:before {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    color: #35a0b7;
    font-size: 28px;
    line-height: 26px;
}
.subpage-content .about-link a.active,
.subpage-content .about-link a:hover,
.subpage-content .about-link a:hover:before {
    border-color: #35a0b7;
    background: #35a0b7;
    color: #fff !important;
}
.subpage-content .about-link h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #35a0b7;
}
.subpage-content .about-link .span,
.subpage-content .about-link .small,
.subpage-content .about-link h5 span,
.subpage-content .about-link h5 small {
    display: block;
    font-weight: 400;
}
.subpage-content .about-link .span,
.subpage-content .about-link h5 span {
    color: #666;
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}
.subpage-content .about-link .small,
.subpage-content .about-link h5 small {
    /* color: #222;
    font-size: 14px;
    margin-top: 0;
    white-space: normal;
    width: 90%;
    line-height: 1.2;
    transform: translate(-50%, 0%);
    bottom: 10px;
    height: 36px; */
    color: #222;
    font-size: 14px;
    margin-top: 0;
    white-space: normal;
    line-height: 1.2;
    bottom: 10px;
    margin-top: 10px;
}

#ministry05 .subpage-content .about-link .span{}
#ministry05 .subpage-content .about-link .small{transform: translate(0);height: auto;width: 100%;margin-top: 10px;}

.subpage-content .about-link a.active .span,
.subpage-content .about-link a.active .small,
.subpage-content .about-link a:hover .span,
.subpage-content .about-link a:hover .small,
.subpage-content .about-link a.active h5,
.subpage-content .about-link a.active h5 span,
.subpage-content .about-link a.active h5 small,
.subpage-content .about-link a:hover h5,
.subpage-content .about-link a:hover h5 span,
.subpage-content .about-link a:hover h5 small {
    color: #fff;
}

/* about04 */
#about04 .se2 {
    background: #f8f8f8;
}

.ci-wrap {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.ci-wrap ul {
    max-width: 640px;
    margin: 0 auto 60px;
}
.ci-wrap ul:after {
    content: "";
    display: block;
    clear: both;
}
.ci-wrap ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding: 0 2px;
}
.ci-wrap ul li a {
    display: inline-block;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #35a0b7;
    border-radius: 6px;
    color: #fff;
    background: #35a0b7;
    width: 100%;
    transition: all ease 0.3s;
}
.ci-wrap ul li a:hover,
.ci-wrap ul li a:focus {
    background: #fff;
    color: #35a0b7;
}
.ci-wrap ul li a i {
    margin-right: 8px;
}
.ci-wrap p {
    text-align: center;
}

/* about06 */
#marriage01 .top-t,
#funeral01 .item .top-t,
.facil-top .carousel-caption p {
    display: inline-block;
    margin: 0 0 24px;
    padding: 0 0 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
#about06 .se1 {
    padding: 0;
}
#about06 .se2 {
    padding-bottom: 0;
}
#about06 .greet h2 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    font-family: "NanumSquare";
    line-height: 1.4;
    letter-spacing: -0.04em;
}
#about06 .se3 .about-link {
    max-width: 800px;
    margin: 0 auto 40px;
}
#about06-slide .carousel-caption a {
    display: block;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
    width: 200px;
    border: 4px solid #fff;
}
#about06-slide .carousel-caption a:hover {
    color: #555;
    background: #fff;
}
.why-top {
    text-align: center;
}
.why-top p {
    font-size: 16px;
}
.why-top .quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 500;
    color: #555;
    line-height: 1.2;
}
.why-title {
    height: calc(100vh - 88px);
    background: url(/skin/img/sub/body-top.jpg) no-repeat center / cover;
}
#mind .why-title {
    background: url(/skin/img/sub/mind-top.jpg) no-repeat center / cover;
}
#spirit .why-title {
    background: url(/skin/img/sub/spirit-top.jpg) no-repeat center / cover;
}
#family .why-title {
    background: url(/skin/img/sub/family-top.jpg) no-repeat center / cover;
}
#vision .why-title {
    background: url(/skin/img/sub/vision-top.jpg) no-repeat center / cover;
}
.why-title .container {
    height: 100%;
    position: relative;
}
.why-title h2 {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.why-title h2 small {
    display: block;
    margin-bottom: 60px;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.why-title h2 small:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.img-wrap {
    margin: 30px -5px;
}
.img-wrap > div {
    padding: 0 5px;
}
.img-wrap img {
    margin-bottom: 10px;
}
.img-wrap .img-box {
    position: relative;
}
.img-wrap .img-box p {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.subpage .carousel {
    margin-bottom: 40px;
}
.subpage .carousel#happy03-program05-slide {
    margin-bottom: 0;
}
.carousel-title {
    text-align: center;
}
.btn-primary {
    background: #35a0b7;
    border-color: #35a0b7;
}
#about07 .se1 {
    background: url(/skin/img/sub/about07-top.jpg) no-repeat center / cover;
}
#about07 .se1 h2 {
    color: #fff;
}

/* subpage happy */
#happy01 .se1 {
    padding: 0;
}
#donate01 .about-link,
#consult03 .about-link,
#consult02 .about-link,
#consult01 .about-link,
#happy01 .se2 .about-link {
    max-width: 555px;
    margin: 40px auto 40px;
}
#happy01-tour .se1 {
    color: #fff;
    background: url(/skin/img/sub/happy01-tour-top.jpg) no-repeat center / cover;
}
#happy02-tour .se1 p,
#happy01-tour .se1 p {
    color: #fff;
}
#happy01-tour-slide .img-box {
    position: relative;
    height: 750px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#happy01-tour-slide .row {
    margin: 0 -5px;
}
#happy01-tour-slide .row > div {
    padding: 0 5px;
}
.carousel .img-box .slide-caption {
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.gray-bg {
    background: #f5f5f5;
}
#happy02-news .se2,
#happy01-news .se2 {
    padding-top: 80px;
}
#happy-program01 .about-link,
#happy02 .about-link {
    width: 1000px;
    margin: 40px auto 0;
    max-width: 100%;
}
#happy02-tour .se1 {
    color: #fff;
    background: url(/skin/img/sub/happy02-tour-top.jpg) no-repeat center / cover;
}
#happy02-tour .quote-box {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
#happy03 .se2 .table a {
    font-weight: 500;
    color: #555;
}
#happy03 .se2 .table a:hover {
    color: #35a0b7;
}
#happy03 .se2 .table a b {
    display: block;
}
#happy03 .se2 .table a small {
    display: block;
    font-weight: 400;
}
#happy03 .se2 .table td b {
    display: block;
}
#happy03 .se2 .table td small {
    display: block;
    font-weight: 400;
}

.happy03-link .clearfix {
    padding-bottom: 30px;
}
.subpage-content .about-link.happy03-link a {
    min-height: 214px;
    position: relative;
}
.subpage-content .about-link.happy03-link h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    width: 95%;
}
.happy03-link .span,
.happy03-link .small {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin: 0;
    white-space: nowrap;
}
.happy03-link .span {
    top: 32px;
}
.happy03-link .small {
    bottom: 22px;
}
.container.container-narrow {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.info-header {
    padding: 50px 0;
    text-align: center;
}
.subpage .info-header h5 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #35a0b7;
}
#happy03-p02-history .img-wrap {
    margin-top: 0;
}
.cycle-wrap .txt-box {
    padding-left: 20px;
}
#latte-cycle .cycle-wrap h5 {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #35a0b7;
}
.workshop-wrap {
    text-align: center;
}
.workshop-wrap > div {
    min-height: 350px;
}
.workshop-wrap h6 {
    font-size: 16px;
    font-weight: 600;
}
.workshop-wrap .des {
    line-height: 1.3;
}
.workshop-wrap .img-box {
    position: relative;
}
.workshop-wrap .img-box .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(107, 167, 70, 0.75);
    opacity: 0;
    transition: all 0.3s ease;
}
.workshop-wrap .img-box:hover .txt-box {
    opacity: 1;
}
.workshop-wrap .img-box .txt-box p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
@media (min-width: 768px) {
    .bbs-blog2-index-layout #happy02-news .dhb-txt-box-type-b,
    .bbs-blog2-index-layout #happy01-news .dhb-txt-box-type-b {
        width: 20%;
    }
}
#happy-program04 .about-link,
#happy-program02 .about-link,
#happy04 .about-link {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 40px;
}
#happy05 .se2 {
    padding-top: 0;
}
#mod_type_formForm {
    border-top: 2px solid #000;
}
#mod_type_formForm .text-danger {
    display: none;
}
.q_number {
    padding: 16px 0;
    border-bottom: 1px dashed #e4e4e4;
}

.q_number > .col-sm-12:first-child {
    float: left;
    width: 20%;
}
.q_number > .col-sm-12:first-child > h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 40px;
}
.q_number > .col-sm-12:first-child > h3 > i {
    display: none;
}
.q_number > .col-sm-12:nth-child(n + 2) {
    float: left;
    width: 80%;
}
.q_number > .col-sm-12:nth-child(n + 2) > input {
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .happy05-apply #mod_type_formForm .q_number,
    .workshop-apply #mod_type_formForm .q_number {
        width: 50%;
    }

    .workshop-apply #mod_type_formForm .q_number > .col-sm-12:first-child,
    .happy05-apply #mod_type_formForm .q_number > .col-sm-12:first-child {
        width: 35%;
    }
    .workshop-apply #mod_type_formForm .q_number > .col-sm-12:nth-child(n + 2),
    .happy05-apply #mod_type_formForm .q_number > .col-sm-12:nth-child(n + 2) {
        width: 65%;
    }
}
.btn-wrap {
    float: none !important;
}
.btn-wrap > button {
    width: 200px;
    border: none;
    border-radius: 4px;
    padding: 12px 0;
    font-size: 16px;
    background: #35a0b7;
    float: none !important;
}
.btn-wrap > button:hover,
.btn-wrap > button:focus {
    background: #35a0b7;
}
.filter-items {
    margin: 40px 0;
    padding: 0;
}
.filter-items > a:first-child {
    display: none;
}
.filter-items .filter-label {
    background: #e4e4e4;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 20px;
    border-radius: 4px;
    margin: 0 4px 4px 0;
    text-align: center;
    min-width: 145px;
}
.filter-items .on .filter-label,
.filter-items .filter-label:hover {
    background: #35a0b7;
    color: #fff;
}

/* subpage funeral */
#funeral01 .item .slide-des {
    color: #f1f1f1;
    font-weight: 400;
    font-family: "notokr", "Malgun Gothic", sans-serif;
    margin: 20px 0 0;
    letter-spacing: -0.02em;
    line-height: 1.4;
}
#funeral01 .about-link {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 60px;
}
#funeral01 .subpage-content .about-link a {
    padding: 40px 20px;
}
#funeral01 .se2 .at1 {
    margin-bottom: 80px;
}
#funeral01 .se5 {
    padding-top: 0;
}
#funeral01 .se5 p.text-center {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
}
#funeral01 .se5 .li-none li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 40px;
    letter-spacing: -0.04em;
}
#funeral01 .se5 .li-none li span {
    position: absolute;
    left: 0;
}

/* subpage marriage */
#marriage01 .se2 .at1 {
    margin-bottom: 80px;
}
#marriage01-slide2 .carousel-caption,
#funeral01-slide2 .carousel-caption {
    height: 80%;
    text-align: left;
}
#marriage01-slide2 h2,
#funeral01-slide2 h2 {
    margin: 0;
    font-size: 32px;
}

/*subpage consult*/
.consult-wrap {
    text-align: center;
}
.consult-wrap article {
    padding: 30px 15px;
}
.consult-wrap .quote {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
}
.consult-wrap .quote span {
    font-weight: bold;
}
.consult01-area {
    position: relative;
    height: 500px;
    color: #fff;
}
.at2 .consult01-area {
    background: url(/skin/img/sub/cons01-2.jpg) no-repeat center / cover;
}
.at5 .consult01-area {
    background: url(/skin/img/sub/cons01-6.jpg) no-repeat center / cover;
}
.consult01-area .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.at2 .consult01-area .txt-box {
    background: rgba(53, 160, 183, 0.75);
}
.at5 .consult01-area .txt-box {
    background: rgba(40, 40, 40, 0.75);
}
.consult01-area .txt-box .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 80%;
}
.consult01-area .txt-box p {
    color: #fff;
}
.consult01-area ul {
    margin-top: 40px;
}
.consult01-area li {
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.2;
}
.consult01-area li i {
    display: block;
    margin-bottom: 10px;
    font-size: 50px;
}
#consult01 .subpage-content .at1 p.des,
#consult01 .subpage-content .at4 p.des {
    margin-top: -16px;
}
.cons01-at3 .clearfix {
    padding-bottom: 60px;
}
.consult02-area {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.consult02-area .clearfix {
    padding-bottom: 30px;
}
.consult02-area h5 {
    margin-top: 15px !important;
    color: #35a0b7 !important;
}
.consult02-area .des {
    font-weight: 600;
}
#consult03 .se1 {
    background: url(/skin/img/sub/consult03-top.jpg) no-repeat center 90% / cover;
}
#consult03 h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.consult-profile .clearfix {
    padding-bottom: 30px;
}
.consult-profile .name {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    color: #35a0b7;
}
.consult-profile h5 {
    width: 150px;
    padding-left: 8px;
    color: #888 !important;
    font-size: 20px !important;
    border-left: 4px solid #b4b4b4;
}

/*subpage donate*/
.carousel-caption.donate-caption {
    text-align: left;
}
#donate02 .carousel-caption.donate-caption {
    text-align: right;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.subpage-content .donate-caption h2 {
    line-height: 1.3;
    font-size: 40px;
    font-weight: bold;
}
.carousel .donate-caption p {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}
.slide-btn,
.carousel .donate-caption a {
    display: block;
    margin: 0 0 50px;
    width: 160px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 4px solid #fff;
    color: #fff;
}
.volunteer .txt-box {
    padding: 0 15px;
}
.volunteer .txt-box h5 {
    margin-top: 15px;
}
.volunteer .txt-box h5 span {
    color: #35a0b7;
    font-weight: bold;
}
.church-volunteer .txt-box {
    padding: 20px 10px;
    border-bottom: 2px dashed #ddd;
}
#donate05 .member-wrap h4 {
    color: #35a0b7;
}
.member-wrap .clearfix {
    padding-bottom: 30px;
}
#donate05 .member-wrap .name {
    font-weight: bold;
    font-size: 24px;
}
#donate05 .member-wrap .name small {
    margin-left: 10px;
    font-size: 16px;
}
.temp-profile {
    height: 175px;
    line-height: 175px;
    background: #ccc;
    color: #fff;
    text-align: center;
    font-size: 60px;
}
.subpage-content section h5.colored-title {
    color: #35a0b7;
}
#ministry06-slide .carousel-caption,
#ministry01-slide .carousel-caption {
    height: 70%;
}
#ministry01-slide h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgba(70, 151, 169, 0.75);
    display: inline-block;
}
.carousel-caption h2.left-top {
    text-align: left;
    position: absolute;
    left: 0;
}
.carousel-caption h2.left-bottom {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
}
.carousel-caption h2.left-center {
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.carousel-caption h2.right-top {
    text-align: right;
    transform: none;
    right: 0;
    position: absolute;
}
.carousel-caption h2.right-bottom {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-ministry .clearfix,
.mini-mba-cert .clearfix,
.mini-professor .clearfix {
    padding-bottom: 20px;
}
.mini-professor img {
    width: 180px;
    float: left;
}
.mini-professor .txt-box {
    float: left;
    width: calc(100% - 180px);
    padding-left: 20px;
    padding-top: 30px;
}
.mini-professor .txt-box .name {
    font-size: 1.1em;
    font-weight: 600;
    color: #35a0b7;
}
.mini-mba-cert .box {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 246px;
    text-align: center;
    color: #fff;
    background: #35a0b7;
}
.mini-mba-cert span,
.mini-mba-cert h5 {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    color: #fff !important;
    min-width: 80%;
}
.mini-mba-cert .top {
    top: 20px;
}
.mini-mba-cert .bottom {
    bottom: 20px;
}
.mini-mba-cert h5 {
    margin: 0 !important;
    top: 50%;
    transform: translate(-50%, -50%);
}
#ministry06-slide .carousel-caption {
    text-align: left;
}
#ministry06-slide .carousel-caption p {
    max-width: 60%;
}
#ministry06-slide .carousel-caption p.right-top {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.2;
}
#ministry06-slide .carousel-caption p.right-bottom {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0px;
    line-height: 1.2;
}
#ministry06 .more-btn {
    width: 250px;
}

#ministry01 .se5 img {
    margin: 40px auto;
    width: 900px;
    border: 1px solid #ddd;
}

.home-program p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.home-program p .numbering {
    color: #35a0b7;
}

/* subpage graveyard */
#graveyard-slide .carousel-caption {
    text-align: left;
}
#graveyard-slide .carousel-caption h2 {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    font-size: 48px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#graveyard-slide .carousel-caption p {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#graveyard-slide .carousel-caption h2 small {
    color: #fff;
}
.grave-info {
    position: relative;
    width: 900px;
    height: 500px;
    max-width: 100%;
    margin: 0 auto;
    background: url(/skin/img/sub/grave01-3.jpg) no-repeat center / cover;
}
.grave-info .txt-box {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translatey(-50%);
}
.grave-info .txt-box h4,
.grave-info .txt-box p {
    color: #fff;
}
.grave-info .txt-box p {
    font-size: 18px;
    font-weight: 500;
}
#graveyard .img-wrap {
    margin-top: 0;
}
#graveyard .img-wrap .img-box {
    margin-bottom: 10px;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subpage-content section h5 .emp {
    color: #35a0b7;
}
.joseph-story .quote {
    margin: 110px 0;
}
/* subpage job */
#job01 .trait-dl dt {
    font-size: 26px;
}
#job01 .trait-dl .c1 {
    color: #41c1c2;
}
#job01 .trait-dl .c2 {
    color: #59bce3;
}
#job01 .trait-dl .c3 {
    color: #58a7e2;
}
#job01 .trait-dl .c4 {
    color: #4494d1;
}
#job01 .trait-dl .c5 {
    color: #3478c1;
}
#job01 .trait-dl h5 {
    margin-top: 10px;
    font-size: 20px;
}
.job01-banner {
    position: relative;
    margin-bottom: 40px;
}
.job01-banner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 2;
    text-align: center;
    width: 80%;
    background: rgba(0, 0, 0, 0.5);
}
#job01 .table th {
    color: #35a0b7;
}

.more-btn {
    display: block;
    width: 200px;
    margin: 30px auto 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #35a0b7;
    border: 2px solid #35a0b7;
    text-align: center;
    transition: all 0.2s ease;
}
.more-btn:hover {
    color: #fff;
    background: #35a0b7;
}
.btn-li {
    text-align: center;
}
.btn-li li {
    display: inline-block;
}
#event .se2 {
    padding-top: 80px;
}
.modal-header {
    text-align: left;
}
.modal-header h4 {
    display: inline-block;
    font-size: 26px;
    color: #333;
}
.modal-body pre {
    white-space: pre-wrap;
    text-align: left;
    height: 80vh;
}
.modal-body pre h5 {
    margin-bottom: 0;
    font-size: 18px;
}

#ending01 section h4 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 60px;
}
#ending01 .se2 h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 34px;
    font-weight: 700;
    margin: 114px 0 20px 60px;
    text-align: left;
}
#ending01 .se2 p {
    line-height: 1.9;
    font-size: 22px;
    margin: 0 0 0 60px;
}

#ending01 .se3.slide-section .item {
    height: 750px;
}

#ending01 .se4 .intro {
    color: #4697a9;
    font-size: 43px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 40px;
}
#ending01 .se4 .li-ending {
    margin: 0;
}
#ending01 .se4 .li-ending > li {
    border-top: 1px solid #ccc;
    position: relative;
    padding: 30px 0;
}
#ending01 .se4 .li-ending > li:before {
    content: "";
    display: block;
    width: 400px;
    height: 1px;
    background: #6ea757;
    position: absolute;
    top: -1px;
}
#ending01 .se4 .li-ending > li:after {
    content: "";
    display: table;
    clear: both;
}
#ending01 .se4 .li-ending > li .tit {
    float: left;
    font-size: 23px;
    font-weight: 600;
    padding: 0 15px 0 30px;
    width: 400px;
}
#ending01 .se4 .li-ending > li .des {
    float: left;
    width: calc(100% - 400px);
    padding: 0 30px 0 30px;
    font-size: 19px;
}

#ending01 .se6 .container {
    max-width: 915px;
}
#ending01 .se6 .end-license {
    margin: 45px 0;
}
#ending01 .se6 .end-license dt {
    font-size: 23px;
    color: #4697a9;
    margin: 0 0 5px;
}
#ending01 .se6 .end-license dd {
    font-size: 17px;
}
#ending01 .se6 img {
    border: 1px solid #ccc;
}

#ambulance01 .se1 .carousel-logo {
    position: absolute;
    z-index: 1;
    width: 180px;
    top: 10px;
    left: 10px;
}
#ambulance01 .se1 .carousel-caption {
}
#ambulance01 .se1 .carousel-caption h2 {
}
#ambulance01 .se1 .carousel-caption p {
    text-align: right;
    font-size: 21px;
    font-style: italic;
}

#ambulance01 .se2 p:nth-child(1) {
    margin-top: 40px;
}

#ambulance01 .se3 h4 {
    margin-top: 59px;
}
#ambulance01 .se3 img {
    margin-bottom: 30px;
}
.ambulance01-news {
    padding: 45px 0;
}
.ambulance01-news .row {
    display: flex;
    align-items: center;
}
#ambulance01 .se4 dl {
    padding: 0 0 0 30px;
    margin: 0;
}
#ambulance01 .se4 dl dt {
    font-size: 20px;
}
#ambulance01 .se4 dl dd {
    font-size: 18px;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}
#ambulance01 .se4 dl dd a {
    color: #4697a9;
}
#ambulance01 .se4 dl dd a:hover {
    color: #165d6d;
}
.ambulance_donation {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 37px 25px;
    border: 1px solid #4697a9;
    background: #fff;
    /* width: 315px; */
    z-index: 1;
    width: 304px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
.ambulance_donation ul {
    padding: 0;
}
.ambulance_donation ul > li {
    position: relative;
    padding: 5px 0;
}
.ambulance_donation ul > li > span {
    font-weight: 600;
    display: block;
    top: 0;
    left: 0;
    color: #1a798f;
    font-size: 18px;
}
.ambulance_donation ul > li > b {
    font-size: 23px;
}
.ambulance_donation dl {
    margin: 0;
    padding: 15px;
    background: #fafafa;
}
.ambulance_donation dl dt {
}
.ambulance_donation dl dd {
    font-size: 13px;
}
/*mobile layout*/
@media (max-width: 767px) {
    .body-layout {
        padding-top: 0;
    }
    .menu-top {
        border-bottom: 1px solid #ddd;
    }
    .menu-top ul {
        position: static;
        margin-bottom: 0;
        text-align: center;
    }
    .menu-top ul li {
        float: none;
        display: inline-block;
    }
    .menu-top ul li:nth-child(3):before {
        display: none;
    }
    .navbar-inverse {
        position: static;
    }
    .navbar-inverse .navbar-brand {
        margin: 15px 0 !important;
        padding-left: 30px;
    }
    .navbar-inverse .navbar-brand img {
        height: 50px;
    }
    .navbar-toggle {
        top: 10px;
        border: 4px solid #35a0b7 !important;
        border-radius: 0;
        background: transparent !important;
    }
    .navbar-toggle .icon-bar {
        background: #35a0b7 !important;
    }
    .navbar-inverse .navbar-right {
        border-top: 1px solid #eee;
    }
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #35a0b7;
    }
    .navbar-nav .open .dropdown-menu {
        background: #f5f5f5;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 40px;
    }
    #myCarousel .carousel-caption h1 {
        font-size: 28px;
        line-height: 1.5;
    }
    #myCarousel .carousel-caption p {
        font-size: 16px;
    }
    .m-slide-btn li a {
        margin-bottom: 10px;
        width: auto;
        font-size: 14px;
    }
    #myCarousel .carousel-caption {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #myCarousel .item {
        height: 500px;
        background-position: center;
    }
    .main-content .title h3 {
        font-size: 28px;
    }
    .main-content .title h3 a {
        display: block;
        float: none;
        font-size: 14px;
        margin: 10px auto 0;
        padding: 10px 20px;
        width: 100px;
    }
    .m-prog-box {
        padding: 25px 15px;
        border-bottom: 1px dashed #ddd;
    }
    .main-program h4 {
        font-size: 20px;
    }
    #m-mba-slide .item {
        height: 250px;
        background-position: center;
    }
    #m-mba-slide .carousel-caption h1 {
        font-size: 30px;
    }
    #m-mba-slide .carousel-caption {
        top: 100px;
        text-align: center;
    }
    #m-mba-slide .carousel-control {
        display: none;
    }
    .m-mba-li {
        margin: 30px -5px;
    }
    .m-mba-li li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .main-counsel .quote {
        font-size: 28px;
    }
    .main-counsel .middle-box {
        min-height: 0;
        padding-bottom: 60px;
    }
    .main-counsel .more {
        margin: 10px auto 50px;
        font-size: 16px;
    }
    .main-facility .owl-nav {
        display: none;
    }
    .main-content .title h4 small {
        display: block;
        margin-top: 10px;
        font-size: 16px;
    }
    .main-content .title h4 .more,
    .main-content .title h3 a {
        float: none;
        display: block;
        margin: 15px auto 0;
    }
    .main-facility .owl-carousel a .txt-box,
    .main-program a .txt-box {
        opacity: 1;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .pull-right,
    .footer-top ul {
        float: none !important;
        margin-bottom: 10px !important;
    }
    .footer-top li a {
        font-size: 13px;
    }
    .foot-logo {
        margin: 0 auto 20px;
        height: 50px;
    }
    .subpage .greet h2 {
        font-size: 34px !important;
    }
    .greet .quote,
    p.quote {
        font-size: 20px;
    }
    .video-wrap {
        max-width: 100%;
    }
    .slide-section .item,
    #marriage01 .item,
    .facil-top .item,
    #about01-slide .item {
        height: 350px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
    .introduction > div {
        padding: 0 15px;
    }
    .introduction > div.left-con {
        min-height: 0;
    }
    .introduction .txt-box {
        position: static;
        padding-top: 40px;
        transform: none;
    }
    .subpage-content section {
        padding: 50px 0;
    }
    .subpage-content .emp {
        font-size: 20px;
    }
    .subpage-content .se1 h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .homeroom-minister ul {
        margin-bottom: 40px;
        float: none !important;
        text-align: center;
    }
    .homeroom-minister ul li {
        float: none;
        display: inline-block;
    }
    .about-link > div {
        padding: 10px 15px;
        width: 50%;
        float: left;
    }
    .why-title {
        height: 350px;
    }
    .subpage-content .why-title h2 {
        white-space: normal;
        line-height: 1.3;
        font-size: 24px;
    }
    .history-table tr th.year span {
        font-size: 18px;
    }
    .ci-wrap ul li a {
        line-height: 1.3;
        font-size: 14px;
    }
    .ci-wrap ul li a i {
        display: block;
        margin: 0 0 10px;
    }
    #about06-slide .carousel-caption a {
        padding: 10px;
        font-size: 16px;
        width: 130px;
    }
    .table thead tr th,
    .table tbody tr th {
        font-size: 16px;
    }
    .subpage-content section h4 {
        font-size: 22px;
    }
    .subpage-content section h5 {
        font-size: 20px;
    }
    .subpage-content > section:last-child {
        padding-bottom: 50px;
    }
    #happy01-tour-slide .img-box {
        height: 300px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
    .filter-items .filter-label {
        min-width: 0;
        font-size: 13px;
    }
    .filter-items .filter-label {
        padding: 10px 15px;
    }
    .carousel .carousel-caption p {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 15px;
        font-weight: 600;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    }
    .subpage-content .about-link.happy03-link h5 {
        font-size: 20px;
    }
    .happy03-link .clearfix {
        display: none;
    }
    .subpage-content .about-link.simple-link a {
        position: relative;
        min-height: 60px;
    }
    .subpage-content .about-link.simple-link a h5 {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
        width: 60%;
        word-break: break-all;
    }
    .subpage-content .about-link.simple-link a:before {
        float: none;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mini-professor .txt-box {
        padding-top: 0;
        width: calc(100% - 100px);
    }
    .mini-professor > div {
        padding-bottom: 30px;
    }
    .mini-professor > div:after {
        content: "";
        display: block;
        clear: both;
    }
    .mini-professor img {
        width: 100px;
    }
    .mini-professor > .clearfix {
        display: none;
    }
    .mini-professor li {
        font-size: 14px;
    }
    .mini-professor .txt-box .name {
        margin-bottom: 10px;
    }
    .mini-mba-cert .box {
        margin-bottom: 15px;
    }
    #ministry06-slide .carousel-caption p {
        max-width: 100%;
    }
    #ministry06-slide .carousel-caption p.right-bottom {
        position: static;
    }
    .more-btn {
        font-size: 16px;
    }
    #ministry06 .more-btn {
        width: 200px;
    }
    .consult01-area .txt-box .inner,
    .consult01-area .txt-box {
        position: static;
        transform: none;
    }
    .consult01-area {
        height: auto;
    }
    .consult01-area .txt-box {
        padding: 20px;
    }
    .consult-wrap .quote {
        font-size: 24px;
    }
    .carousel .carousel-caption p br,
    .subpage-content .se1 h2 br {
        display: none;
    }
    #donate05 .member-wrap .name {
        margin-bottom: 0;
        font-size: 20px;
    }
    .member-wrap .txt-box {
        padding: 15px 25px 40px;
    }
    #graveyard-slide .carousel-caption h2 {
        font-size: 24px;
        text-align: left;
    }
    #graveyard-slide .carousel-caption h2 small {
        display: block;
        margin-top: 5px;
    }
    #graveyard-slide .carousel-caption p {
        font-size: 16px;
    }
    .grave-info {
        height: auto;
    }
    .grave-info .txt-box {
        position: static;
        transform: none;
        padding: 30px;
    }
    .trait-dl dt {
        width: 100%;
        padding-bottom: 0;
    }
    .trait-dl dd {
        padding-top: 0;
        border-top: none;
    }
    #job01 .trait-dl h5,
    #job01 .trait-dl dt {
        font-size: 18px;
    }
    #job01 .trait-dl dt {
        margin-bottom: 0;
    }
    .job01-banner p {
        position: static;
        transform: none;
        font-size: 16px;
        line-height: 1.6;
    }
    #ambulance01 .se1 .carousel-logo {
        width: 90px;
    }
    #ambulance01 .se4 dl {
        padding: 30px 0 0 0px;
        margin: 0;
    }
    .ambulance01-news .row {
        display: block;
    }
    .ambulance_donation {
        position: relative;
        box-shadow: none;
        width: 90%;
        right: auto;
        bottom: auto;
        margin: 0 auto 30px;
    }
    .ambulance_donation li {
    }
    .ambulance_donation dl dt {
    }
    .ambulance_donation dl dd {
    }

    #ending01 section h4 {
    }
    #ending01 .se2 h4 {
        margin: 15px 0 15px;
        font-size: 22px;
    }
    #ending01 .se2 p {
        margin: 0;
        font-size: 16px;
    }

    #ending01 .se3.slide-section .item {
        height: 250px;
    }

    #ending01 .se4 .intro {
        font-size: 22px;
    }
    #ending01 .se4 .li-ending {
    }
    #ending01 .se4 .li-ending > li {
    }
    #ending01 .se4 .li-ending > li:before {
        content: "";
        display: block;
        width: 400px;
        height: 1px;
        background: #6ea757;
        position: absolute;
        top: -1px;
        display: none;
    }
    #ending01 .se4 .li-ending > li:after {
        content: "";
        display: table;
        clear: both;
    }
    #ending01 .se4 .li-ending > li .tit {
        width: 100%;
        font-size: 18px;
    }
    #ending01 .se4 .li-ending > li .des {
        width: 100%;
        font-size: 15px;
    }

    #ending01 .se6 .container {
    }
    #ending01 .se6 .end-license {
    }
    #ending01 .se6 .end-license dt {
    }
    #ending01 .se6 .end-license dd {
    }
    #ending01 .se6 img {
    }
}

.myModal13 {
    left: 1115px !important;
}
.myModal12 {
    left: 660px !important;
}
.main-update {
    padding: 0px 0 60px;
    background: #f5f5f5;
}
.main-update .page-header h4 {
    margin-top: 0;
    font-size: 24px;
}
.main-update .page-header {
    margin-top: 0;
    border-color: #777;
}
#main-thinking .dh-front-list2-words {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 23px;
    padding: 0 15px 0 25px;
    border: none;
    color: #666;
    background: transparent;
}
#main-thinking .dh-front-list2-words:last-child {
    margin-bottom: 0;
}
#main-thinking .dh-front-list2-words:before {
    content: "-";
    position: absolute;
    left: 10px;
    top: 0;
    vertical-align: middle;
}
#main-thinking .dh-front-list2-words:hover {
    box-shadow: none;
}
#main-thinking .list-row-contents {
    display: none;
}
#main-thinking .list-row-regdate {
    float: right;
}
#main-thinking .dh-front-list2-words .list-row-subject {
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main-thinking .dh-front-list2 h6 {
    text-align: left;
}
#main-review .dh-front-blog > .col-md-4 {
    width: 50%;
}
@media (max-width: 767px) {
    #main-review .dh-front-blog > .col-md-4 {
        width: 100%;
    }
}
#main-review .blog-row-contents {
    display: none;
}
#main-review .dh-front-blog > .col-md-4 > .thumbnail .caption {
    min-height: 0;
    padding: 0 15px;
}
#main-review .dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 140px;
}
.menu-top ul li a .fa-youtube {
    margin-right: 3px;
    color: #c4302b !important;
}
#happy-program04 section:nth-child(4) p {
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #6da656;
}
.myModal13 {
    left: 1048px !important;
}

.myModal16 {
    width: 530px;
}
.myModal17 {
    width: 535px;
    left: 555px !important;
}
.fune-con {
    /* position:absolute;
    left:50%;
    top:50%;
    padding:40px 50px 60px; */
    padding: 50px 15px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    width: 1200px;
    max-width: 100%;
    /* transform:translate(-50%,-50%); */
}
#funeral01-slide {
    margin: 0;
}
#funeral01 .fune-con h4 {
    font-size: 24px;
}
#funeral01 .fune-con h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 7px;
    background-color: #35a0b7;
}
#funeral01 .fune-con h4 small {
    color: #35a0b7;
    font-weight: 600;
}
.item1 .fune-con li {
    position: relative;
    padding-left: 110px;
    font-size: 16px;
    margin-bottom: 5px;
}
.item1 .fune-con li span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    color: #35a0b7;
    font-weight: 600;
}
#funeral01 .fune-con h5 {
    font-size: 20px;
}
.fune-con .img-wrap {
    margin: 0px -5px;
}
.item2 .fune-con h3 small {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
    color: #555;
    font-weight: 500;
}
.item2 .fune-con h3 {
    margin: 40px 0 118px;
    font-size: 38px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #35a0b7;
    font-weight: 600;
}
.item2 .fune-con h3 .emp {
    display: inline-block;
    padding: 0 5px;
    font-size: 38px;
    color: #fff;
    background: #35a0b7;
    line-height: 60px;
    margin: 0;
}
.item2 .fune-con p {
    margin: 0;
}
.item2 .fune-con p.text-info {
    font-size: 13px;
    line-height: 1.2;
}
.item3 .fune-con .quote {
    margin: 40px 0 50px;
    font-size: 26px;
    line-height: 1.2;
    color: #35a0b7;
}
.item3 .fune-con .des {
    color: #111;
    font-size: 18px;
    margin-bottom: 90px;
}
.item3 .fune-con .contact-text {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.fune-book img {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.fune-book .img-caption {
    line-height: 1.2;
    font-size: 14px;
    padding-top: 15px;
}
.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #35a0b7;
}
.numbering.circle {
    border-radius: 50%;
}
.item3 .fune-con li {
    margin-left: 0;
    margin-bottom: 5px;
}
.fune-tree,
.fune-special {
    text-align: center;
}
.fune-tree > p {
    font-size: 18px;
    color: #111;
    margin-bottom: 25px;
}
.fune-tree .img-box {
    width: 927px;
    max-width: 100%;
    margin: 0 auto;
}
.fune-tree .img-caption {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: right;
}
.item6 .fune-con p {
    margin-bottom: 25px;
}
.item6 .fune-con p:last-child {
    margin-bottom: 15px;
}
.fune-capacity {
    margin-bottom: 40px;
}
#funeral01 .item {
    height: auto;
}
#funeral01 .item > .img-box {
    position: relative;
    overflow: hidden;
    height: 600px;
}
#funeral01 .item > .img-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* transform:translateY(-50%); */
}
#funeral01 .carousel-indicators {
    bottom: auto;
    top: 550px;
}
#funeral01 .carousel-control {
    z-index: 100;
    opacity: 1;
}
#funeral01 .carousel-control .glyphicon {
    top: 280px;
    padding: 20px;
    display: block;
    width: auto;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #04b8de;
    transition: all 0.3s ease;
}
#funeral01 .carousel-control:hover .glyphicon {
    background-color: #1d778a;
}
@media (max-width: 767px) {
    #funeral01 .item {
        height: auto;
        padding: 60px 0;
    }
    .fune-con {
        position: static;
        margin: 0;
        transform: none;
        padding: 30px 15px;
    }
    .fune-con > div {
        padding-bottom: 50px;
    }
    .item2 .fune-con h3 {
        margin: 0;
        font-size: 28px;
    }
    .item2 .fune-con h3 .emp {
        font-size: 28px;
        line-height: 50px;
    }
    .item2 .fune-con p {
        margin-bottom: 15px;
    }
    .item3 .fune-con .quote {
        font-size: 20px;
    }
    .item3 .fune-con .des {
        font-size: 15px;
    }
    .item3 .fune-con .des span {
        font-size: 18px;
    }
    .item3 .fune-con li {
        font-size: 14px;
    }

    .fune-book img {
        height: 150px;
    }
    .fune-special img {
        height: 200px;
    }
    .fune-tree > p {
        font-size: 16px;
    }
    .column-2 {
        columns: 1;
    }
}
.mini01-greet {
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.mini01-greet .quote {
    font-size: 22px;
    color: #35a0b7;
}
.mini01-greet p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.mini01-greet .name {
    margin-top: 50px;
    font-size: 18px;
    color: #111;
}
#mba-curri-tb tbody tr th,
#mba-curri-tb tbody tr td {
    font-size: 14px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.mini-history ul {
    margin: 0;
}
.mini08-tb-box {
    padding: 40px 0;
    max-height: 121px;
    height: 121px;
}
.mini01-tb-box {
    padding: 40px 0;
    max-height: 109px;
    height: 109px;
}
.dh-popup {
    top: 115px;
    margin: 0;
    padding: 0;
    z-index: 100;
}
/* .dh-popup P:nth-child(1){display: none;} */
.dh-popup P:last-child {
    padding: 5px 5px 0;
}
.dh-popup a {
    display: block;
}
.dh-popup a br {
    display: none;
}

.myModal22 {
    left: 540px !important;
}
.myModal23 {
    right: 350px !important;
    /* right: 690px !important; */
    z-index: 120;
}
.dh-popup.myModal38 img {
    width: 350px;
}
.dh-popup .popup-l {
    width: 530px;
}
.dh-popup.myModal31 {
    z-index: 100000 !important;
    top: 150px;
    right: 60px;
}
.dh-popup.myModal34 {
    left: 440px !important;
}

.dh-popup.myModal37 {
    left: 200px;
}
.dh-popup.myModal37 br {
    display: none;
}
.dh-popup p a.loving_link{
    color: #fff;
    position: absolute;
    bottom: 49px;
    right: 90px;
    background: #cc00cc;
    padding: 10px;
    font-size: 16px;
}
.dh-popup p a.popup_230622_link{
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00b0f0;
    padding: 10px 65px;
    font-size: 16px;
}
@media (max-width: 767px) {
    div[class*="myModal"] {
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%);
        top: 170px;
    }
    #myModal23 {
        top: 170px !important;
    }
    /* #myModal26 {
        top: 210px!important;
    } */
    #myModal25 {
        top: 250px !important;
    }
    #myModal7 {
        top: 290px !important;
    }
    .dh-popup.myModal34 {
        top: 230px;
        left: 50% !important;
    }

    .dh-popup.myModal37 {
        top: 250px;
    }
}

.popup-container .dh-popup p.mba24{
    max-width: 500px;
    position: relative;
}
.popup-container .dh-popup p.mba24 a{
    display: block;
    position: absolute;
    width: 187px;
    height: 38px;
    bottom: 6.1%;
    background: transparent;
}
.popup-container .dh-popup p.mba24 .link1{
    left: 7.2%;
}
.popup-container .dh-popup p.mba24 .link2{
    right: 7.2%;
}
@media (min-width: 768px) {
    .dh-popup {
        position: relative;
    }
    .popup-container {
        /* margin-top: 106px; */
        z-index: 1000;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 0;
        bottom: 0;
        /* translate: 0 -100%; */
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        gap: 15px;
    }
    .dh-popup.pull-left,
    .dh-popup.pull-center,
    .dh-popup.pull-right {
        right: auto !important;
        left: auto !important;
        max-width: 500px;
    }
    .dh-popup.pull-left {
        order: 1;
    }
    .dh-popup.pull-center {
        order: 2;
    }
    .dh-popup.pull-right {
        order: 3;
    }

    /* .popup-container .dh-popup {
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: -100% !important;
        position: relative !important;
        margin: 0 !important;
    } */

    .popup-container .dh-popup p {
        margin-bottom: 0;
    }
}
/* 추가 */
#funeral01 .fune-con .link-con {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}
#funeral01 .fune-con .link-con > .link {
    display: block;
    padding: 14px 0;
    font-size: 20px;
    color: #888;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06rem;
}
#funeral01 .fune-con .link-con > div{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff !important;
    background: #35a0b7;
    position: relative;
}
#funeral01 .fune-con .link-con > a.link{
    background: #e4e4e4;
    border-top: 1px solid #fff;
}
#funeral01 .fune-con .link-con > a.link:hover{
    background: #35a0b7;
    color: #fff;
}

