/* */

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 {
    padding: 15px 0;
}

/* 메뉴 */

#header-navbar .site-nav a {
    font-size: 18px;
}

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

/* 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;
}