/* */

#bo_vc_w .btn-group.btn-group-sm {
    display: none;
}

#offcanvas-site-menu a span {
    font-size: 20px;
}

body {
    word-break: keep-all;
}

/* 레이아웃 */

#header-navbar .container {
    max-width: 1400px !important;
}

#main-wrap .con-clinic.container {
    max-width: 100% !important;
}

p {
    font-size: 16px;
    font-weight: 300;
}

/* 메뉴 */

#header-navbar .site-nav a {
    font-size: 18px;
}
 
.site-nav > ul > li {
    position: relative;
}

.site-nav > ul > li:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60%;
    margin-left: 20%;
    height: 5px;
    background-color: transparent;
    border-bottom: 5px solid #60B515;
    transition: all .1s ease-in-out;
}

#header-navbar .site-nav .has-sub .dropdown > li > a {
    font-size: 16px;
    color: #fff;
}

/* popup */

.dialog {
    position: relative;
    max-width: 500px;
    margin: 40px auto;
}

.modal_box {
    position: relative;
    padding: 40px 10px;
    background: #fff;
    text-align: center;
}

.modal_header {
    text-align: left
}

.mfp-content .mfp-close {
    display: block;
    overflow: hidden;
    top: -40px;
    right: 2px;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    text-indent: -9999em;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
    transition: transform 1s cubic-bezier(.075,.82,.165,1);
    transition: transform 1s cubic-bezier(.075,.82,.165,1), -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
}

.mfp-content .mfp-close:before,
.mfp-content .mfp-close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out
}

.mfp-content .mfp-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.mfp-content .mfp-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.mfp-content .mfp-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

/* ICON */

i.i-com {
    flex-shrink: 0;
    display: inline-block;
    /* margin: 0 10px 0 0; */
}

i.i-blog {
    width: 20px;
    height: 20px;
    background: url(../img/comm/ico_blog.png) no-repeat 0 0;
    background-size: 20px;
}

i.i-insta {
    width: 20px;
    height: 20px;
    background: url(../img/comm/ico_insta.svg) no-repeat 0 0;
    background-size: 20px;
}

/* footer */

.site-footer-wrap {
    margin: 80px 0 0;
    background-color: #60B515;
    color: #fff;
}

.site-footer-wrap .bar:after {
    background-color: #fff;
}

.site-footer-wrap .bar-sm:after {
    background-color: #fff;
}

.site-footer-wrap a {
    color: #fff;
}

.site-footer-wrap .copyr {
    color: #fff;
}