/* 초기설정 */
/* Webfont Include */
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("https://fonts.googleapis.com/css?family=Yesteryear");
/* Scroll Fixed */
body {
    overflow-x: hidden;
}

/* Font Setting */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
label,
input,
textarea {
    font-family: "Noto Sans KR", "Nanum Gothic", sans-serif !important;
    word-break: keep-all;
    word-wrap: break-word;
}
a,
button {
    outline: none !important;
}
/* Icon Fonts */
.fa {
    font-family: "FontAwesome" !important;
}
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

/* Social Footer Deleted */
.footer-social-layout {
    display: none;
}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {
    padding: 20px !important;
}
/* 초기 설정 끝 */

/* ======================== 템플릿 데모 디자인 시작 =================== */
/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #dedede;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

.navbar-inverse .divider-vertical {
    display: none;
}
.caret {
    display: none;
}
.navbar ~ br {
    display: none;
}
.topmarginLay_a {
    height: 177px !important;
}
@media screen and (max-width: 991px) {
    .topmarginLay_a {
        height: 104px !important;
    }
}

.navbar_top_wrap {
    width: 100%;
    text-align: right;
    padding: 5px;
    border-bottom: 1px solid #dedede;
}
.navbar_top_inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.navbar_top_inner .img_wrap {
    display: none;
    position: relative;
}

.navbar_top_inner .img_wrap img {
    position: relative;
    top: 12px;
    right: 20px;
}

@media screen and (min-width: 768px) {
    .navbar_top_inner {
        margin: -15px auto 0;
        padding-bottom: 5px;
    }
    .navbar_top_inner .img_wrap {
        display: inline-block;
    }
}

.navbar_top_wrap .dropdown {
    position: relative;
    display: inline-block;
}
.navbar_top_wrap .dropbtn {
    min-width: 140px;
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    color: #666;
    text-align: left;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1;
    cursor: pointer;
}
.navbar_top_wrap .dropbtn i {
    padding-left: 30px;
    color: #111;
    font-size: 12px;
}
.navbar_top_wrap .dropdown:hover .dropbtn {
    color: #111;
}
.navbar_top_wrap .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #dedede;
    min-width: 140px;
    z-index: 1;
}
.navbar_top_wrap .dropdown:hover .dropdown-content {
    display: block;
}
.navbar_top_wrap .dropdown-content a {
    color: #555;
    font-size: 13px;
    padding: 6px 20px;
    text-align: left;
    text-decoration: none;
    letter-spacing: -0.04em;
    display: block;
}
.navbar_top_wrap .dropdown-content a:hover {
    background-color: #080e3b;
    color: #dedede;
}
.navbar_top_wrap .login_btn {
    display: inline;
}
.navbar_top_wrap .login_btn a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    padding: 0 20px;
}
.navbar_top_wrap .login_btn a:hover {
    color: #333;
    font-weight: 500;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    margin: 0 !important;
    padding: 15px 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        top: -53px;
        position: relative;
        width: 65%;
        left: 10px;
    }
}

.navbar-inverse .navbar-brand img {
    margin: 0 !important;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background: #ffffff;
    line-height: 0;
}
@media screen and (max-width: 767px) {
    .topmarginLay_a {
        height: 55px !important;
    }
    .navbar-header {
        margin: 0 !important;
    }
}

/* ----- 메인 메뉴 설정 시작 ----- */
.navbar .container {
    width: 100%;
    max-width: 1170px;
    padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        position: absolute;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        margin: 0;
        display: block;
        float: none !important;
    }
    .navbar-nav > li {
        display: inline-block;
        float: left;
        text-align: center;
    }
    .navbar-nav:hover .dropdown-menu {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav {
        float: right !important;
    }
}

@media screen and (min-width: 1111px) {
    .navbar-nav {
    }
}

@media screen and (min-width: 1500px) {
    .navbar-nav {
    }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
    .navbar-nav > li > a {
        padding: 25px 45px;
    }
}

.navbar-inverse .navbar-nav > li > a {
    margin: 5px 0 0;
    padding: 27px 1.6vw;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #111;
}

.navbar-inverse .navbar-nav > li > a[href*="/join.php"] {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
    }
}
.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 {
    color: #080e3b !important;
    background: #fff;
    box-shadow: none !important;
}

/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: auto;
    right: auto;
    padding: 10px 0;
    background: rgba(8, 14, 59, 0.7);
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
    min-height: 300px;
    display: none;
}
@media screen and (max-width: 1700px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 3.5vw;
    }
    .navbar-inverse .dropdown-menu {
        min-width: 0;
    }
}

@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 19px 2vw;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .dropdown-menu {
        min-height: 0;
        width: 100% !important;
        min-width: 0;
        background-color: #ffffff;
    }
}

.navbar-inverse .dropdown-menu.active {
    display: block;
}

.navbar-inverse .dropdown-menu > li > a {
    background: rgba(0, 0, 0, 0);
    color: #dadada;
    font-size: 13px;
    letter-spacing: -0.04em;
    padding: 5px 0px;
    text-align: center;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
    .navbar_top_wrap {
        display: none;
    }
    .navbar-brand img {
        max-width: 125px;
    }
    .navbar-brand {
        padding: 0;
        margin: 13px 15px;
    }
    .navbar-inverse .navbar-header {
        display: inherit;
        border-bottom: 1px solid #ededed;
        margin: 0;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-collapse > ul {
        margin: 0;
    }
    .navbar-inverse .navbar-collapse > ul,
    .navbar-inverse .navbar-collapse > ul > li {
        width: 100%;
    }
    .navbar-inverse .navbar-toggle {
        margin: 14px 15px 10px 0;
        border: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #444;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #fbbf2e;
    }
    /* 	.navbar-inverse .navbar-collapse > ul > li {border-bottom: 1px solid #616161;} */
    .navbar-inverse .navbar-nav > li > a {
        text-align: center;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        padding: 10px 15px;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        background: #080e3b !important;
        padding: 7px 15px;
        text-align: center;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
/* -------메뉴 설정 끝------- */

/* ------- 하단 카피라이트 설정 시작 -------*/
.footer_copy {
    padding: 20px 40px 10px;
    overflow: hidden;
    font-size: 13px;
    border-top: 1px solid #ccc;
}
.footer_copy .text-center {
    padding: 0px;
}

.footer-wrap + br {
    display: none;
}

footer {
    width: 100%;
}

footer .img_wrap,
footer dl * {
    float: left;
    display: inline-block;
}

footer dl {
    margin-top: 10px;
    float: right;
}
footer dl dt,
footer dl dd {
    color: #666;
    font-size: 13px;
    letter-spacing: -0.5px;
}
footer dl dt {
    color: #454545;
}
footer dl span {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .footer_copy {
        padding: 15px 10px;
    }

    footer .img_wrap,
    footer dl * {
        float: none;
        display: block;
    }

    footer .img_wrap img {
        width: 35%;
    }

    footer dl {
        float: none;
    }

    footer dl dt,
    footer dl dd {
        font-size: 13px;
        float: left;
    }

    footer dl span {
        visibility: hidden;
        clear: both;
        margin: -15px 0;
    }
}

/* ------- 하단 카피라이트 설정 끝 -------*/

/* ------- 메인 컨텐츠 시작 -------*/
.container_contents {
    width: 100%;
    padding: 0;
}
.intro-html-layout {
    padding: 0;
}

/* =================================서브 페이지 시작================================= */
/* -------공통------- */

/*---------- 테이블 설정 ----------*/
.basic-table {
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    width: 100%;
}
.basic-table th {
    background: #f3f3f3;
}
.basic-table th,
.basic-table td {
    padding: 15px;
    color: #565656;
}
.basic-table tr {
    border-bottom: 1px solid #d8d8d8;
}
.basic-table tr:last-child {
    border-bottom: none;
}
/* ---------- 리스트 설정 ----------- */
.basic-list {
    padding: 0 0 0 15px;
    margin: 0;
}
.basic-list li {
    list-style-image: url(/skin/img/default/sub/b-list-head.png);
    line-height: 1.7;
    font-size: 13px;
}
/* ---------- 브랜드소개 메뉴 --------- */

/* ---------------게시판 설정-------------- */
/* 블로그 게시판 설정 */
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: 1px solid #aaa;
    box-shadow: none;
    height: 135px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0px 0px;
    padding: 15px;
    height: 373px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b:hover,
.bbs-blog2-index-layout .dhb-txt-box-type-b:focus {
    border: 1px solid #fbbf2e;
}
.dhb-txt-box-type-b-text-layout h4,
.dhb-txt-box-type-b-text-layout h4 strong a {
    color: #a02626;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    font-size: 12px;
    color: #888888;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
/* 텍스트 게시판 설정 */

.dh-board,
.dh-view-box,
.bbs-blog-add-layout #insertForm,
.bbs-blog-edit-layout #insertForm,
.bbs-list-add-layout #insertForm,
.bbs-list-edit-layout #insertForm {
    max-width: 1170px;
    margin: 0 auto;
}

.dh-board > .table-hover {
    margin: 0 0 20px;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
}
.dh-board > .table-hover th,
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
    padding: 14px 15px;
}
.dh-margin-topx2 {
    padding: 0px;
}
.dh-view-box > .row > .page-header {
    background-color: #f3f3f3;
    color: #4a4a4a;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 5px 20px;
}
.dh-view-box > .row > .dh-view-info {
    background: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
}
.dh-board .label-danger {
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    padding: 3px 0 0;
    display: inline-block;
    background: #fba02e;
}
/* ----- 게시판 버튼 설정 ----- */
.dh-margin-top {
    margin-top: 30px;
    margin-bottom: 50px;
}
form#insertForm {
    margin-bottom: 50px;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 50px;
}

.pagination li a {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    margin-right: 9px;
    background: #fff;
}
.pagination li a:hover,
.pagination li a:focus {
    border: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
    background: #fff;
}
.pagination > .active > a,
.pagination > .active > span {
    background: #fff;
    color: #f03c17;
    font-weight: 600;
    border: 1px solid #ddd;
}
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa !important;
    background: #fff;
    color: #f03c17;
}
.input-group button,
.input-group input,
.btn-group .btn {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    text-shadow: none;
    padding: 9px;
}
.input-group button:hover,
.input-group button:focus,
.input-group input:hover,
.input-group input:focus {
    border-color: #aaa;
    background: #f8f8f8;
    color: #565656;
}
.input-group .form-control {
    background: #fff;
    border-right: none;
}
.input-group .form-control:hover,
.input-group .form-control:focus {
    background: #fff;
}
button#btnNew {
    background: #565656;
    border: 1px solid #4a4a4a;
    color: #fff;
}
.btnEdit i,
.btnDelete i {
    color: #454545;
}

/* 이미지 게시판 설정 */
.img-bbs-default-index-layout > .row,
.img-bbs-default-add-layout #insertForm,
.img-bbs-default-edit-layout #insertForm {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

/* 폼메일 설정 */
#mailForm {
    margin-bottom: 45px;
}
#mailForm .form-group {
    margin-bottom: 20px;
}
#mailForm .form-group label {
    margin-bottom: 9px;
    color: #4a4a4a;
    line-height: 1.3;
}
#mailForm .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    background: #f8f8f8;
}
#mailForm .btn-primary {
    width: 200px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #111145;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    text-shadow: none;
    font-weight: 600;
}

/* ---------- login, join page ---------- */
.login_page {
    padding: 100px 55px 0;
    margin-bottom: 30px;
}
.login-layout {
    padding: 50px 0;
}
.login-layout br + br {
    display: none;
}
.login-layout .panel {
    max-width: 420px;
    margin: 0 auto;
    border: none;
    box-shadow: none;
}
.login-layout .inner-box-wrapper,
.join-layout .join-agree-area {
    padding: 0 55px;
}
.login-layout .panel-body {
    padding: 0;
}
.login-layout .panel h2 {
    margin: 0;
    text-align: center;
}
.inner-box-msg,
.inner-box-form {
    width: 100%;
}
.login-layout .inner-box-msg p {
    text-align: center;
    color: #5a5a5a;
    margin-bottom: 25px;
}
.login-layout .inner-box-form input {
    width: 75%;
    border-radius: 0;
    box-shadow: none;
}
.login-layout .inner-box-form label {
    width: 25%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}
.login-layout .btn-warning {
    background: #080e3b;
    border: 1px solid #080e3b;
    border-radius: 0;
    margin-top: 10px;
}
.login-layout .btn-warning:hover {
    color: #080e3b;
    background-color: #fff;
    border-color: #080e3b;
}
.login-layout .inner-box-form #myForm > div:last-child p a {
    color: #777;
    display: inline-block;
    padding: 6px;
    font-size: 13px;
}
.login-layout .inner-box-form #myForm > div:last-child p {
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
}
.login-layout .inner-box-form #myForm > div:last-child p:first-child {
    border-right: none;
}

/* id pw find layout */
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper {
    padding: 50px 0;
    text-align: center;
}
.id-find-layout .panel,
.pw-find-layout .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.id-find-layout .panel-body,
.pw-find-layout .panel-body {
    padding: 0;
}
.id-find-layout #myForm,
.pw-find-layout #myForm {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
}
.id-find-layout #myForm .form-control,
.pw-find-layout #myForm .form-control {
    border-radius: 0;
    box-shadow: none;
}
.id-find-layout #myForm .btn-warning,
.-find-layout #myForm .btn-warning,
.pw-find-layout #myForm .btn-warning {
    background: #080e3b;
    border-radius: 0;
    border: none;
}

@media (max-width: 767px) {
    .login_page {
        padding: 0 15px;
    }
    .login-layout {
        padding: 0;
    }
    .login-layout .inner-box-wrapper {
        padding: 0 15px;
    }
    .login-layout .inner-box-form #myForm > div:last-child p a {
        font-size: 10px;
    }
    #joinForm,
    .id-find-layout .inner-box-wrapper,
    .pw-find-layout .inner-box-wrapper {
        padding: 0 10px 30px;
    }
    #joinForm .form-group {
        padding: 13px 0;
    }
    #joinForm .form-group div {
        padding: 0;
    }
}

.join-view-layout > .row .form-horizontal#joinForm .panel-default {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-horizontal .input-group-btn > .btn {
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.input-group .input-group-btn button {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.input-group .input-group-btn button,
.input-group input.form-control,
.input-group .input-group-btn button span,
.input-group .input-group-btn input {
    font-size: 13px;
}
.input-group input.form-control {
    height: 38px;
}
#btnNew {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-group > .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
}

@media screen and (max-width: 699px) {
    #mod_type_formForm > .q_number {
        width: 100%;
    }
}

/* ======================== 템플릿 데모 디자인 끝 =================== */
/* ======================== Custom style =================== */
/* Grid */
.col-divided-9 {
    width: calc(100% / 9);
    float: left;
    padding: 0 15px;
}

.col-divided-5 {
    width: calc(100% / 5);
    float: left;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .col-divided-9,
    .col-divided-5 {
        width: 100%;
        float: none;
    }
}

/* MAIN LAYOUT */

.intro-html-layout {
    margin: 0px !important;
    padding: 0px !important;
}

/* main slide */
.carousel-inner {
    height: 25.5vw;
}

.carousel-inner .item {
    height: 100%;
}
.carousel-caption {
    top: 50% !important;
    bottom: auto !important;
    background-image: url(/skin/img/main/m_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0 0;
    margin: -170px auto 0;
    min-height: 340px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    letter-spacing: -0.04em;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .carousel-caption {
        display: none;
    }
}

.carousel-caption .big {
    display: block;
    margin: 0 0 10px;
}
.carousel-caption .small {
    display: block;
    color: #dedede;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.carousel-inner .item02 .carousel-caption {
    padding: 145px 0 0;
}
.carousel-inner .item03 .carousel-caption {
    padding: 145px 0 0;
}
.carousel-inner .item04 .carousel-caption {
    padding: 145px 0 0;
}
.carousel-inner .item05 .carousel-caption {
    padding: 130px 0 0;
}
.carousel-inner .item06 .carousel-caption {
    padding: 145px 0 0;
}
.carousel-inner .item07 .carousel-caption {
    padding: 145px 0 0;
}
.carousel-inner .item08 .carousel-caption {
    padding: 115px 0 0;
}
.carousel-inner .item09 .carousel-caption {
    padding: 145px 0 0;
}
.carousel-inner .item10 .carousel-caption {
    padding: 130px 0 0;
}

@media screen and (max-width: 767px) {
    .carousel-inner {
        height: auto;
    }
    .carousel-caption {
        display: none;
    }
}

/* etc */

/* #lwbox {
	display: none;
} */

/* main icon */

.cont_section {
    background: #f6f6f6;
    padding: 40px 0 40px;
}

@media screen and (max-width: 991px) {
    .cont_section {
        padding: 40px 20px 40px;
    }
}

.cont_section .sect_title {
    margin-bottom: 40px;
    font-size: 21px;
}

.cont_section .container {
    padding: 0px;
    margin: 0 auto;
    max-width: 1450px;
    width: 100%;
}

.cont_section .sect_title:after {
    content: "";
    display: block;
    margin: 30px auto 0;
    width: 20px;
    height: 1.5px;
    background: #0b113e;
}

.main_layout .cont_section div[class*="col-"] a {
    text-decoration: none;
}
.link_box {
    text-align: center;
    margin: 0 0 25px;
}
.icon_wrap {
    margin: 0 0 12px;
}
.main_layout .cont_section div[class*="col-"] a .link_box p {
    border-color: transparent;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-width: 0;
    border-radius: 0;
    background: transparent;
    letter-spacing: -0.07em;
    transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    color: #6e6e6e;
    font-size: 15px;
    padding: 5px 0px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .main_layout .cont_section div[class*="col-"] a .link_box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .main_layout .cont_section div[class*="col-"] a .link_box p {
        font-size: 12px;
    }
}

.main_layout .cont_section div[class*="col-"] a .link_box p:before {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    content: "";
    opacity: 0.65;
    transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transform: scaleX(0);
}
.main_layout .cont_section div[class*="col-"] a:hover .link_box p {
    color: #080e3b;
    letter-spacing: -0.04em;
    opacity: 0.9;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.main_layout .cont_section div[class*="col-"] a:hover .link_box p:before {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transform: scaleX(1);
}

.sub-layout {
    width: 100%;
    padding: 0px;
}

/* sub nav */
.sub_nav {
    background: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .sub_nav {
        display: none;
    }
}

.sub_nav ul {
    padding: 0;
}
.sub_nav li {
    float: left;
    list-style-type: none;
    text-align: center;
}

.sub_nav .menu {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.sub_nav .menu:after {
    content: "";
    display: block;
    clear: both;
}
.sub_nav .menu > li {
    border-left: 1px solid #dedede;
    color: #888;
}
.sub_nav .menu > li:not(.sub_list) {
    padding: 12px 20px;
    min-width: 100px;
}
.sub_nav .menu > li:not(.sub_list):after {
    content: "\f105";
    color: #aaa;
    font-family: "FontAweSome";
    display: inline-block;
    margin-left: 15px;
}
.sub_nav .sub_list > ul > li {
    padding: 12px 0px;
}

.sub_nav .sub_list > ul > li:not(.active) {
    display: none;
}

.sub_nav .sub_list > ul > li > a {
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.sub_nav .sub_list > ul > li.active > a {
    color: #111 !important;
    font-weight: 500;
}
.sub_nav .sub_list > ul > li > a:hover {
    color: #080e3b;
    font-weight: 500;
}
.sub_nav .sub_list > ul > li:not(:last-child) > a:after {
    content: "";
    background: #ccc;
    width: 1px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
}

/* subtop img */

.subtop_imgwrap {
    height: 250px;
    padding: 105px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .subtop_imgwrap {
        background-position: right;
        height: 150px;
        padding: 65px 0 0;
    }
}

.subtop_imgwrap h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
    .subtop_imgwrap h2 {
        font-size: 20px;
    }
}

.sub01 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop0.jpg);
}
.sub02 .subtop_imgwrap {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/skin/img/sub/subtop3.jpg);
}
.sub03 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop1.jpg);
}
.service04 .subtop_imgwrap {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/skin/img/sub/subtop2.jpg);
}
.bbs_sub01 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop4.jpg);
}
.bbs_sub02 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop5.jpg);
}
.bbs_sub03 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop6.jpg);
}
.bbs_sub04 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop7.jpg);
}
.bbs_sub05 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop8.jpg);
}
.sub05 .subtop_imgwrap {
    background-image: url(/skin/img/sub/subtop9.jpg);
}
.sub06 .subtop_imgwrap {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/skin/img/sub/subtop10.jpg);
}

.sub01 .subtop_imgwrap h2,
.sub04 .subtop_imgwrap h2,
.sub05 .subtop_imgwrap h2 {
    color: #080e3b;
}

/* sub content */
.sub_content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 80px;
}
.sub_content .title_wrap {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.sub_content .sub_title {
    margin: 0;
    color: #111;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.06em;
}

.sub_content .sub_title strong {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.sub_content .title_wrap span {
    display: inline-block;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.06em;
    padding: 5px 0 0;
}
.highlight {
    text-align: center;
}

/*** page custom ***/

/* intro */
.intro .banner_box {
    height: 780px;
    background: url("/skin/img/sub/content/intro_banner.jpg") no-repeat center / cover;
    position: relative;
}
.intro .banner_box .banner_des {
    margin: 0;
    position: absolute;
    bottom: 10vh;
    right: 4vw;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-shadow: 0px 1px 1px #000;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
}
.intro .sub_content .highlight {
    margin: 50px 0;
    line-height: 1.6;
    color: #323232;
    font-size: 16px;
    letter-spacing: -0.06em;
}
.intro .sub_content .slogan_box {
    background: #f7f7f7;
    padding: 40px 35px;
}
.intro .sub_content .slogan_box dl {
    margin: 0;
}
.intro .sub_content .slogan_box dt {
    color: #080e3b;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.06em;
    margin-bottom: 10px;
}
.intro .sub_content .slogan_box dd:not(:last-of-type) {
    color: #555;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-bottom: 45px;
}
.intro .sub_content .service_box .highlight {
    color: #111;
    font-size: 24px;
    letter-spacing: -0.06em;
}
.intro .sub_content .service_box .service_item {
    background-color: #080e3b;
    padding: 30px 10px;
    color: #fff;
    text-align: center;
}
.intro .sub_content .service_box .service_item h4 {
    margin: 0;
    letter-spacing: -0.04em;
}
.intro .sub_content .service_box .service_item h4:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 15px auto;
}
.intro .sub_content .service_box .service_item p {
    margin: 0;
    color: #e1e1e1;
    font-weight: 300;
    letter-spacing: -0.04em;
}
/* philosophy */

.philosophy .philosophy_box {
    margin-top: 50px;
}
.philosophy .highlight {
    color: #080e3b;
    font-size: 18px;
    letter-spacing: -0.06em;
    line-height: 1.6;
    max-width: 100%;
    margin: 40px auto;
    word-break: keep-all;
    border: 4px solid #dedede;
    padding: 45px 80px;
}

@media screen and (max-width: 767px) {
    .philosophy .highlight {
        padding: 45px 0px;
    }
}

.philosophy .philosophy_box .row + .row {
    margin-top: 15px;
}
.philosophy .philosophy_des h4 {
    color: #080e3b;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 30px;
    letter-spacing: 0.06em;
}
.philosophy .philosophy_des p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
    letter-spacing: -0.04em;
}

/* history */

.history_tb {
    margin-top: 45px;
}
.history_tb th {
    color: #080e3b;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 10px !important;
    border-right: 1px solid #e1e1e1;
}
.history_tb td {
    padding: 15px 35px !important;
}
.history_tb td > ul {
    margin: 0;
    padding: 0;
    line-height: 2;
    list-style-type: none;
}
.history_tb td > ul > li {
    color: #555;
    font-size: 14px;
    letter-spacing: -0.06em;
    padding-left: 15px;
    position: relative;
}
.history_tb td > ul > li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    background: #080e3b;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

/* partner */
.partner .highlight {
    color: #080e3b;
    font-size: 18px;
    letter-spacing: -0.06em;
    line-height: 1.6;
    max-width: 100%;
    margin: 40px auto;
    word-break: keep-all;
    border: 4px solid #dedede;
    padding: 45px 80px;
}
.partner_banner_box .row {
    margin-right: -5px;
    margin-left: 0;
}
.partner .partner_banner_box > .row + .row {
    margin-top: 20px;
}
.partner .partner_banner_box > .row > div[class*="col-"] {
    height: 70px;
    padding: 0;
    margin: 0 0 0 -1px;
}
.partner .partner_banner_box .banner_item {
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid;
    overflow: hidden;
    padding: 10px;
    border-color: #e1e1e1;
}

.partner .partner_banner_box img {
    max-width: 70%;
}

/* membership */
.sub02 .gift_box {
    margin-top: 50px;
    text-align: center;
}
.sub02 .gift_box .box_title {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #666;
    letter-spacing: 0.08em;
    margin: 0 0 25px;
    position: relative;
}
.sub02 .gift_box .box_title:before {
    content: "";
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: -15px;
}
.sub02 .gift_box .box_title:after {
    content: "";
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    right: -15px;
}

.sub02 .membership_item + .membership_item {
    margin-top: 50px;
    border-top: 1px solid #e1e1e1;
    padding-top: 50px;
}
.sub02 .membership_item .item_des h4 {
    margin: 25px 0;
    color: #080e3b;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.sub02 .membership_item .item_des > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2;
}
.sub02 .membership_item .item_des > ul > li {
    color: #555;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: -0.02em;
    position: relative;
}
.sub02 .membership_item .item_des > ul > li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 6px;
    background: #080e3b;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

.sub02 .cont_section {
    background: none;
    margin-top: 50px;
    border-top: 1px solid #dadada;
}

.sub02 .cont_section a,
.sub02 .cont_section a:hover {
    color: #333;
}

.membership02 .banner_box {
    display: flex;
    align-items: center;
    height: 250px;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    margin-top: 35px;
}
.membership02 .banner_box h4 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.membership02 .banner_box p {
    margin: 0;
    color: #e1e1e1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
.membership02 .gift_box img + img {
    margin-top: 50px;
}

.membership02 .light .banner_box {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/skin/img/sub/membership/banner_bg01.jpg) no-repeat center / cover;
}

.membership02 .mate .banner_box {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/membership/banner_bg02.jpg") no-repeat center / cover;
}

.membership02 .wise .banner_box {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/membership/banner_bg03.jpg") no-repeat center / cover;
}

.membership02 .wellrich .banner_box {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/membership/banner_bg04.jpg") no-repeat center / cover;
}

/* service */
.service01 .banner_box,
.service01 .service_box {
    margin: 0 0 50px;
}
.service01 .banner_box p.highlight {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
}
.banner_box h4 {
    margin: 0 0 20px;
    color: #080e3b;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.banner_box p {
    margin: 0 0 40px;
    color: #555;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.service_box h5 {
    margin: 0 0 25px;
    color: #080e3b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.service_item {
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 35px 0;
}
.service_item h6 {
    margin: 0 0 10px;
    color: #111;
    font-size: 18px;
    letter-spacing: -0.04em;
}
.service_item p {
    margin: 0;
}
.service01 .service_box ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.service01 .service_box ol > li {
    border: 1px solid #e1e1e1;
    display: inline;
    width: 20%;
    min-height: 150px;
    float: left;
    color: #555;
    text-align: center;
    padding: 45px 30px 0;
}

@media screen and (max-width: 767px) {
    .service01 .service_box ol > li {
        width: 100%;
    }
}

.service01 .service_box ol > li:nth-child(1) {
    padding: 35px 30px 0;
}
.service01 .service_box ol > li .title {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 9px;
    display: block;
}
.service01 .service_box ol > li p {
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.service02 .service_box,
.service03 .service_box,
.service04 .service_box {
    background-color: #f7f7f7;
    margin: 0 0 40px;
    padding: 0 0 35px;
    text-align: center;
}

.service03 .service_box,
.service04 .service_box {
    margin-bottom: 0;
}

.service02 .service_box .title,
.service03 .service_box .title,
.service04 .service_box .title {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    background: #a2cd3d;
    color: #fff;
    text-align: center;
    padding: 12px 50px;
    margin: 0 0 30px;
    letter-spacing: -0.06em;
    font-weight: 500;
    position: relative;
}

.service02 .service_box .title .center-title,
.service03 .service_box .title .center-title,
.service04 .service_box .title .center-title {
    /* 	position: absolute; */
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .service02 .service_box .title .center-title,
    .service03 .service_box .title .center-title,
    .service04 .service_box .title .center-title {
        position: relative;
        text-align: center;
    }

    .service02 .service_box .title span[class*="pull-"],
    .service03 .service_box .title span[class*="pull-"],
    .service04 .service_box .title span[class*="pull-"] {
        float: none !important;
        display: block;
    }
}

.service02 .service_box .service_box_container,
.service03 .service_box .service_box_container,
.service04 .service_box .service_box_container {
    width: 100%;
    margin: 0 auto;
}
.service02 .service_box01 .service_box_container {
    max-width: 850px;
}

/* @media screen and (min-width: 768px) {
	.service02 .service_box01 .btn_wrap div[class*="col-"]:nth-of-type(1),
	.service03 .service_box01 .btn_wrap div[class*="col-"]:nth-of-type(1) {
		text-align: right;
	}
	.service02 .service_box01 .btn_wrap div[class*="col-"]:nth-of-type(2), 
	.service03 .service_box01 .btn_wrap div[class*="col-"]:nth-of-type(2) {
		text-align: left;
	}
} */

.service_box_container p {
    margin: 0 0 25px;
    color: #000;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
.service_box_container .img_wrap {
    margin: 0 0 20px;
}
.service_box_container .btn_wrap a {
    background: #080e3b;
    padding: 8px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.06em;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .service_box_container .btn_wrap a {
        display: inline-block;
        margin: 10px 0;
    }
}

.contact_box p {
    color: #666;
    font-size: 13px;
    letter-spacing: -0.04em;
    margin: 0 0 2px;
}
.contact_box .num {
    color: #080e3b;
    font-size: 16px;
    font-weight: 600;
}

.service02 .banner_box p.highlight,
.service03 .banner_box p.highlight,
.service04 .banner_box p.highlight {
    margin: 0 auto;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.02em;
    background: #080e3b;
    padding: 35px 0;
    max-width: 100%;
}
.service02 .service_box h4,
.service03 .service_box h4,
.service04 .service_box h4 {
    font-family: "yesteryear" !important;
    font-size: 26px;
}
.service03 .service_box_container img {
    margin-bottom: 20px;
}
.service03 .service_box_container a:not(.fig_link) {
    background: #5d649a;
    padding: 8px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.06em;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.mains_service .cont_wrap + .cont_wrap {
    margin-top: 55px;
    border-top: 1px solid #ccc;
    padding-top: 55px;
}

.mains_service .cont_wrap + .cont_wrap:not(.service03) {
    margin-top: 0;
    padding-top: 0;
}

/* bbs */
.sub04 .sub_content,
.sub05.mainsmall_all .sub_content,
.sub05.mainsmall01 .sub_content {
    padding-bottom: 0px;
}

/* 상단 노출 상품 */
.mainsmall_all .cont_wrap {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.mainsmall_all .cont_wrap figure {
    border: 1px solid #dedede;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    min-height: 380px;
}
.mainsmall_all figcaption {
    text-align: center;
}
.mainsmall_all figcaption h4 {
    margin: 15px 0 5px;
    color: #111;
    font-size: 16px;
    letter-spacing: -0.06em;
}
.mainsmall_all figcaption h5 {
    margin: 0;
    color: #666;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.04em;
}

/*dhb-Blog*/
.dhb-txt-list img.dhb-thumb {
    width: 100%;
    min-height: 250px;
}
.media-body > h5 > a {
    font-size: 12px;
}
.form-group.filter-items > a:first-child > div[data-filter="0"] {
    display: none;
}

.dhb-txt-box {
    padding: 0 10px;
    background: #fff !important;
    border: none !important;
    margin: 0 !important;
    display: inline-block;
    width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
    .dhb-txt-box {
        width: 100% !important;
    }
}

.dhb-txt-list + .col-md-4 {
    display: none;
}
.dhb-txt-box > .dhb-txt-list {
    padding: 5px;
    width: 100%;
    border: 1px solid #e1e1e1;
}
.dhb-txt-list > .row > div[class*="col-"] {
    width: 100%;
}
.dhb-txt-list > .row > div:nth-of-type(2) > h4 {
    color: #111;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.06em;
    text-align: center;
    margin: 10px 0 5px;
}
@media screen and (max-width: 991px) {
    .dhb-txt-list > .row > div:nth-of-type(2) > h4 {
        font-size: 16px;
    }
}
.dhb-txt-list > .row > div:nth-of-type(2) > h5 {
    text-align: center;
    margin: 0;
}
.dhb-txt-list > .row > div:nth-of-type(2) > h5 a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.thumb-hidden {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    min-height: 250px;
    max-height: 250px !important;
}
.dh-view-box .dh-attach h6 img {
    max-width: 480px;
    width: 100%;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 65px 20px 40px !important;
}

@media screen and (max-width: 991px) {
    .dh-attach,
    .dh-attach + div {
        width: 100% !important;
    }
    .dh-view-box > .row:nth-child(2) > div:nth-child(3) {
        padding: 0px 15px !important;
        text-indent: -8px;
    }
}

/* img_bbs */

/* membership*/
.membership_intro_box h4,
.giftpack_intro_box h4 {
    margin: 0 0 25px;
    color: #080e3b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.membership_intro_box figure {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 0 0 30px;
    text-align: center;
}

.membership_intro_box h5 {
    margin: 10px 0 0;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.mainsmall01 .link_btn_title {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.membership_intro_box .direct_link_btn {
    margin: 0 0px 30px 15px;
    border: 1px solid;
    border-radius: 0px;
    color: #080e3b;
    transition: all 0.5s ease;
}

.membership_intro_box .direct_link_btn:hover {
    background: #080e3b;
    color: #fff;
}

.mainsmall01 .giftpack_intro_box {
    margin: 0 0 70px;
}
.mainsmall01 .giftpack_box {
    height: 250px;
    position: relative;
    margin: 0 0 30px;
}
.mainsmall01 .giftpack_box a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainsmall01 .giftpack_box a h5 {
    font-size: 20px;
}

.mainsmall01 .giftpack_box01 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/mainsmall/giftpack_bg01.jpg") no-repeat center / cover;
}

.mainsmall01 .giftpack_box02 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/mainsmall/giftpack_bg02.jpg") no-repeat center / cover;
}

.mainsmall01 .giftpack_box03 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/mainsmall/giftpack_bg03.jpg") no-repeat center / cover;
}

.mainsmall01 .giftpack_box04 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/skin/img/sub/mainsmall/giftpack_bg04.jpg") no-repeat center / cover;
}

@media screen and (max-width: 767px) {
    .sub_content h4 {
        margin-top: 20px !important;
    }
}

/* ======================== End of Custom style =================== */
/* ======================== 170823 =================== */
.item_title {
    color: #080e3b;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.08em;
    display: inline-block;
    float: left;
    margin: 0px;
}
.item_title span {
    color: #333;
    font-size: 80%;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
}
/* .item_header .item_title, .item_header > span {
	display: inline-block;
	float: left;
} */
.wedding .item_header .item_title,
.wedding .item_header > span {
    display: inline-block;
    float: left;
}

.item_header {
    margin: 30px 0 30px;
}
.item_header > span > img {
    float: left;
    max-height: 40px;
    top: 5px;
    position: relative;
    left: 20px;
}
.item_header:after {
    clear: both;
    content: "";
    display: block;
}

.item_line {
    margin-top: 35px;
}

.item_line * {
    word-break: keep-all;
    word-wrap: break-word;
}
.item_line .col-sm-8 > p {
    color: #080e3b;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.8;
}

span.service_producer {
    display: block;
    color: #333;
    text-align: right;
    font-size: 15px;
    margin-top: 30px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
.item_header + ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.06em;
    line-height: 1.8;
}
.item_header + ul > li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.item_header + ul > li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    background: #aaa;
    width: 8px;
    height: 2px;
}
.item_header + ul > li .list_title {
    color: #080e3b;
    font-weight: 500;
}
.item_header + ul > li strong {
    color: #080e3b;
}

/* page */

.wedding .item_header > span > img {
    max-width: 380px;
}

.photo .item_header > span > img {
    max-width: 45%;
    top: 3px;
    position: relative;
    left: 16px;
}

.home_clinic_tb {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
}
.home_clinic_tb thead tr th {
    border: 1px solid #e6e6e6 !important;
    background: #f8f8f8;
    padding: 14px 15px;
    color: #111;
    font-size: 15px;
    text-align: center;
}
.home_clinic_tb tbody tr th,
.home_clinic_tb tbody tr td {
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    vertical-align: middle;
    color: #666;
    font-size: 15px;
    text-align: center;
}
.home_clinic_tb tbody tr th {
    color: #333;
    font-weight: 500;
}
.cont_wrap .notice {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.04em;
    margin: 0 0 20px;
}
.cont_wrap .how_to_use {
    color: #080e3b;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.8;
}
.electronic_product .item_box {
    margin: 0 0 40px;
}
.electronic_product .item_header_wrap .item_header {
    display: inline-block;
    margin: 0 0 30px;
    width: 50%;
}
.electronic_product .item_header_wrap .item_header:nth-child(1) {
    float: left;
}
.electronic_product .item_header .item_title,
.electronic_product .item_header > span {
    display: inline-block;
    float: left;
    width: 50%;
}
.electronic_product .item_header > span > img {
    float: left;
    max-width: 80%;
    top: 5px;
    position: relative;
    left: -40px;
}

.item_des dl > dt,
.item_des dl > dd {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.item_des dl > dt {
    color: #080e3b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.06em;
    margin: 0 0 5px;
}
.item_des dl > dd {
    margin: 0 0 20px;
}

.showroom_tit {
    background: #a2cd3e;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.06em;
    margin: 10px 0 0;
    display: inline-block;
}

.leisure .cont_wrap p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.03em;
    margin: 0 0 30px;
}
.car p.highlight,
.leisure p.highlight,
.communication p.highlight,
.gift p.highlight,
.jeju_travel p.highlight,
.meeting_party p.highlight,
.cell_banking p.highlight,
.english_camp p.highlight,
.parenting p.highlight,
.overseas_traveling p.highlight,
.headskin_care p.highlight,
.skin_care p.highlight,
.furniture p.highlight,
.flower p.highlight {
    color: #080e3b;
    font-size: 28px;
    letter-spacing: -0.08em;
    margin: 0 0 20px;
    font-weight: bold;
}
.car p.highlight strong,
.leisure p.highlight strong,
.communication p.highlight strong,
.gift p.highlight strong,
.jeju_travel p.highlight strong,
.meeting_party p.highlight strong,
.cell_banking p.highlight strong,
.english_camp p.highlight strong,
.parenting p.highlight strong,
.overseas_traveling p.highlight strong,
.headskin_care p.highlight strong,
.skin_care p.highlight strong,
.furniture p.highlight strong,
.flower p.highlight strong {
    color: #a2cd3e;
    font-weight: 400;
}
.car p.item_des {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.03em;
    margin: 0 0 30px;
}

.cruise .item_line h5 {
    margin: 15px 0 10px;
    color: #080e3b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.08em;
}
.cruise .item_line ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.cruise .item_line p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.medical .item_box p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
    padding: 85px 0 0;
    height: 140px;
}
.health_screen .item_box p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
    padding: 40px 0 0;
    height: 100px;
}
.medical dl dt,
.health_screen dl dt {
    color: #080e3b;
    font-size: 17px;
    letter-spacing: -0.06em;
    margin: 20px 0 10px;
}
.medical dl dt strong,
.health_screen dl dt strong {
    color: #b1d238;
    font-weight: 400;
    padding-left: 5px;
}
.medical dl dd,
.health_screen dl dd {
    border: 1px solid #b1d238;
    padding: 20px 15px;
    min-height: 100px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.health_screen .item_box {
    margin: 0 0 40px;
}
.health_screen .item_title {
    width: 50%;
}
.sub_content .title_wrap span {
    display: inline-block;
    color: #24235a;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.08em;
    line-height: 1.4;
    padding: 20px 0 0;
}
.sub_content .title_wrap span strong {
    color: #b1d238;
    font-weight: 500;
    display: block;
}
.sub_content .title_wrap span small {
    font-size: 18px;
    font-weight: 300;
}
.addtext {
    color: #24235a;
    font-size: 24px;
    letter-spacing: -0.06em;
    padding-top: 2px;
    padding-left: 15px;
    display: inline-block;
}
.addtext strong {
    color: #b1d238;
    font-weight: 500;
}
.well_ending dl dt {
    color: #24235a;
    font-size: 17px;
    letter-spacing: -0.06em;
}
.well_ending dl dd ul {
    margin: 15px 0 30px;
    padding: 0;
    list-style: none;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.06em;
    line-height: 1.8;
}
.well_ending dl dd ul > li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.well_ending dl dd ul > li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    background: #aaa;
    width: 8px;
    height: 2px;
}

.well_ending ul.notice_box {
    background: #f7f7f7;
    border-radius: 30px;
    margin: 30px 0;
    padding: 25px 30px;
    list-style: none;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.06em;
    line-height: 1.8;
}
.well_ending ul.notice_box > span {
    color: #24235a;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.well_ending ul.notice_box > li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.well_ending ul.notice_box > li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    background: #aaa;
    width: 8px;
    height: 2px;
}

.tm_gallery .sub_content .cont_wrap section + section {
    margin-top: 25px;
}

.tm_gallery .tm_title_box h4 {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.08em;
    margin: 0;
    padding: 15px 0 0;
    position: relative;
}
.tm_gallery .tm_title_box h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 20px;
    height: 2px;
}
.tm_gallery .tm_title_box strong {
    display: block;
    color: #24235a;
    font-size: 28px;
    margin-bottom: 10px;
}

.tm_des_box {
    background: #f7f7f7;
    padding: 25px 30px;
    border-radius: 20px;
}
.tm_des_box p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.04em;
    margin: 0;
}
.tm_des_box p span {
    color: #24235a;
    font-size: 17px;
    font-weight: 600;
}
.tm_gallery .writer {
    margin-top: 50px;
    text-align: right;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08em;
    text-decoration: underline;
}

/* 170831 */
.container_820 {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.container_820 .row + .row {
    margin-top: 20px;
}

.fig_link,
.fig_link:visited {
    color: #666;
    font-weight: 500;
}

.benefit_box img {
    max-width: 100%;
}

.benefit_list {
    list-style-position: inside;
    padding-left: 0;
}

.gift_box img + img {
    margin-top: 15px;
}
.gift_box h6 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.cont_wrap {
    position: relative;
}

.direct_link_btn {
    position: absolute;
    right: 0;
    padding: 10px 30px;
    background: #212155;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .direct_link_btn {
        top: -90px;
    }
}

.direct_link_btn:hover,
.direct_link_btn:visited {
    color: #fff;
}

.bg_banner {
    position: relative;
    height: 500px;
}

.bg_banner .top_title_box {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 240px;
    width: 100%;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #548235;
    border-bottom-right-radius: 50px;
}

.bg_banner .bottom_title_box {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
    height: 50px;
    width: 100%;
    background: #203864;
    color: #fff;
    justify-content: left;
    align-items: center;
    display: flex;
    font-size: 22px;
    padding: 40px 40px;
    text-align: left;
}

.bg_banner .bottom_title_box span small {
    display: block;
    font-size: 65%;
    margin-top: 5px;
}

.inline-title {
    display: inline-block;
    font-size: 20px;
    padding: 15px 40px;
    color: #fff;
    margin-right: 15px;
    font-weight: 400;
}

.meeting_party .bg_banner {
    background: url("/skin/img/sub/membership/pamplet/meeting_party_banner.jpg") no-repeat center / cover;
}

.cell_banking .bg_banner {
    background: url("/skin/img/sub/membership/pamplet/cell_banking_banner.jpg") no-repeat center / cover;
}

.dh-board,
.img-bbs-default-index-layout .page_wrap ~ div,
.dh-view-box,
.form-horizontal,
.img-bbs-default-index-layout > .row,
.img-bbs-default-edit-layout > .row,
.img-bbs-default-view-layout > .row,
#mailForm,
#joinForm {
    visibility: hidden;
}

.float_item {
    float: left;
    width: calc(100% / 5);
    padding: 0 15px;
}

.float_item .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}

.float_item img {
    width: 80%;
}

.float_item h4 {
    text-align: center;
}

.skin_care .cont_wrap > .row {
    margin-top: 35px;
}

img[src="https://placeholdit.imgix.net/~text?txtsize=30&txtclr=000000&bg=ffffff&txt=페이지 준비중 입니다&w=360&h=300&txttrack=0"] {
    display: none;
}
p.preparing {
    text-align: center;
    font-size: 32px;
    padding-top: 85px;
}

/* 170906 */
#mains_service04 .benefit_box img + img {
    margin: 25px auto;
}

#mains_service04 .benefit_item .wrapper {
    text-align: left;
}
.join-agree-area {
    display: none;
}
#joinForm {
    display: block !important;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .navbar-nav #m-19 {
        display: none;
    }
}

/* 170908 */
.img_title {
    display: inline-block;
    padding: 7px 15px;
    background: #232757;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 15px;
}

.english_camp_system {
    padding: 45px 0;
}

.english_camp .item_header,
.english_camp .item_header + ul,
.english_camp .item_header + ul > li {
    margin: 0px;
}

.english_camp .item_header .title {
    color: #ffa822;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 17px;
}

.english_camp .item_header + ul > li {
    font-size: 15px;
}

/* 170919 */

#mod_type_formForm .q_number h3 {
    margin-top: 0;
    margin-bottom: 9px;
    color: #4a4a4a;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
}

#mod_type_formForm .q_number > div[class*="col-"] {
    padding: 0px;
}

#mod_type_formForm .q_number:not(:nth-child(6)) > div[class*="col-"]:nth-child(2) {
    display: none;
}
.mod_form7 #mod_type_formForm .q_number .checkbox > label:not(:first-child),
.mod_form8 #mod_type_formForm .q_number .checkbox > label:not(:first-child) {
    display: none;
}

#mod_type_formForm .q_number .checkbox > label > input {
    top: 14px;
}

#mod_type_formForm .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    background: #f8f8f8;
    margin-bottom: 20px;
}

#mod_type_formForm .q_number div p {
    color: #888;
    font-size: 13px;
    max-width: 680px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#mod_type_formForm .q_number div label {
    font-size: 13px;
}

#mod_type_formForm .q_number:nth-child(6) {
    margin-top: 25px;
}

#mod_type_formForm .q_number:nth-child(6) h3 {
    float: none !important;
    text-align: center;
}

#mod_type_formForm .q_number:nth-child(6) .checkbox {
    text-align: center;
}

#mod_type_formForm .form-control:not(textarea) {
    height: 32px;
}

#mod_type_formForm textarea.form-control {
    height: 120px;
}

#mod_type_formForm button[type="submit"] {
    width: 200px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #111145;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 400;
    float: none !important;
}

#mod_type_formForm .q_number .input-group .input-group-btn {
    vertical-align: top;
}

#mod_type_formForm button[type="submit"] i {
    display: none;
}

.pagebanner {
    position: absolute;
    background: transparent;
    right: 0;
    top: 55%;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    display: none;
}

@media screen and (max-width: 767px) {
    .pagebanner {
        width: 30%;
    }
}

/* 170921 */
/* subpage slide */
#hotdealSlide {
    margin-bottom: 25px;
}
.sub-layout .carousel-inner {
    height: auto;
}
.mains_hotdeal .thumb-hidden {
    min-height: 0;
    max-height: none !important;
    display: table-cell;
    vertical-align: middle;
}

.mains_hotdeal .thumb-hidden img {
    max-width: 100%;
    width: auto;
    height: 160px;
    min-height: 0;
    margin: 0 auto;
}

.mains_hotdeal .dh-view-box .dh-attach h6 {
    text-align: left;
}
.mains_hotdeal .dh-view-box .dh-attach h6 img {
    max-width: 100px;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    display: block;
    margin-top: 25px;
}

.mains_hotdeal .dhb-txt-list > .row > div[class*="col-"]:first-child {
    display: table;
    min-height: 160px;
    max-height: 160px !important;
}

.mains_hotdeal .dhb-txt-box > .dhb-txt-list {
    padding: 15px 0 20px;
    min-height: 300px;
}

.mains_hotdeal .dhb-txt-list > .row > div:nth-of-type(2) > h5 a {
    line-height: 1.6;
}

.mains_hotdeal .dhb-txt-box {
    width: calc(100% / 4);
    padding: 0px 3px;
    position: relative;
}

.mains_hotdeal .dhb-txt-box .z_index_9999 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.mains_hotdeal .btnRead {
    pointer-events: none;
    cursor: default !important;
}
.mains_hotdeal .dhb-txt-list > .row > div:nth-of-type(2) > h5 a {
    font-size: 15px;
}

.text-bbs21:not(.bbs-blog-index-layout) #hotdealSlide,
.text-bbs21:not(.bbs-blog-index-layout) #hotdealSlide + img {
    display: none;
}

.bbs-blog-index-layout.text-bbs21 .dh-board {
    margin-top: 35px;
}

/* totop btn */
.to-top-btn {
    position: absolute;
    top: 85%;
    right: -100px;
    z-index: 999999;
    background: gray;
    color: white;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    opacity: 0.8;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.to-top-btn:hover {
    color: white;
    background: black;
    cursor: pointer;
}
.to-top-btn.showme {
    right: 50px;
}
.to-top-btn i {
    font-size: 30px;
    margin-top: 7px;
    margin-left: -2px;
}

/* 170922 */
/* 팝업 */
.dh-popup p a {
    float: none;
    display: block;
    margin: 0px;
}

.dh-popup .button_pop:before {
    content: "창 닫기";
    display: inline-block;
    position: relative;
    top: -1px;
}

.dh-popup input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 27px;
    visibility: visible;
}

.dh-popup input[type="checkbox"]:after {
    content: url(/skin/img/popup/o_btn.jpg);
    background: none;
    display: inline-block;
    visibility: visible;
    position: absolute;
    top: -15.5px;
    left: -2px;
}

.dh-popup input[type="checkbox"]:checked:after {
    content: "\2714";
}

.dh-popup input[type="checkbox"]:checked {
    background-color: #a77e2d !important;
    color: #ffffff !important;
}

.dh-popup p {
    margin: 0px;
}

.dh-popup p.dh-close-btn {
    text-align: right;
    margin-bottom: 0px;
    border-bottom: none;
    background: #eee;
    padding: 10px 0 5px;
}

.dh-popup.pull-left {
    padding: 0px;
}

.dh-popup .glyphicon {
    top: 0;
    position: relative;
    display: inline-block;
    background: #ffffff;
    font-size: 10px;
    padding: 4px;
    top: -1.5px;
}

.dh-popup.myModal15 {
    top: 121px;
    left: 25px !important;
}

.dh-popup.myModal13 {
    top: 457px;
    left: 25px !important;
}

.text-bbs21 .dh-board {
    display: none;
}

.sns_link {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 60px;
}
.myModal17 {
    left: 631px !important;
}

@media screen and (min-width: 992px) {
    .myModal18 {
        left: 25px !important;
        top: 656px;
    }
    .myModal21 {
        left: 555px !important;
    }
}

@media screen and (max-width: 425px) {
    .myModal18 {
        top: 426px;
    }
    .myModal21 {
        left: 555px;
    }
}

/*메인즈코나카드 모달 위치 조정*/

.navbar-inverse + .container {
    display: none;
}

/*2018-09-20*/
.img-bbs4 .dh-front-gallery.thumbs .col-md-3 a {
    height: 310px !important;
}
.img-bbs4 .sub_content {
    padding: 50px 0px 0;
}
.img-bbs4 .dh-front-gallery.thumbs .col-md-3 a:hover {
    transform: scale(1);
}

/*2018-11-08 secret5 popup*/
.popup_secret5 {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup_secret5_1 {
    position: absolute;
    width: 32%;
    height: 15%;
    top: 25%;
    left: 5%;
}

.popup_secret5_2 {
    position: absolute;
    width: 28%;
    height: 15%;
    top: 25%;
    left: 37%;
}

.popup_secret5_3 {
    position: absolute;
    width: 30%;
    height: 15%;
    top: 25%;
    left: 65%;
}

.popup_secret5_4 {
    position: absolute;
    width: 35%;
    height: 15%;
    top: 44%;
    left: 3%;
}

.popup_secret5_5 {
    position: absolute;
    width: 27%;
    height: 15%;
    top: 44%;
    left: 38%;
}

.popup_secret5_6 {
    position: absolute;
    width: 30%;
    height: 15%;
    top: 44%;
    left: 65%;
}

.popup_secret5_7 {
    position: absolute;
    width: 37%;
    height: 16%;
    top: 64%;
    left: 10%;
}

.popup_secret5_8 {
    position: absolute;
    width: 40%;
    height: 16%;
    top: 64%;
    left: 50%;
}
/*2018-12-18*/
.secret {
    padding-bottom: 26px !important;
    padding-top: 25px !important;
}
.carousel-inner {
    height: 28.3vw;
}
.container_contents,
.sub-layout {
    /*margin-top: -20px;*/
}
.shop .sub_top .top_img {
    max-width: 1170px;
    margin: 0 auto;
}
.main_subtitle {
    margin-bottom: 30px;
    margin-top: 70px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.main_subtitle + img {
    padding-bottom: 50px;
}
.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 {
    visibility: hidden;
    opacity: 0;
}
.cona-wrap .img-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.cona-wrap .img-caption small {
    font-weight: 400;
}
.cona-wrap dt {
    font-size: 16px;
}
.cona-wrap dd {
    margin-bottom: 15px;
}
.membership-wrap h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
}
.membership-wrap .col-sm-3 {
    border-right: 2px solid #888;
}
.membership-wrap .col-sm-3:last-child {
    border: none;
}
.membership-wrap h5 {
    font-size: 20px;
}
.membership-info article {
    padding-bottom: 60px;
}
