@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");
@import url("https://fonts.googleapis.com/css?family=Nanum+Myeongjo:700&display=swap");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-size: 16px;
}
.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all;
}
a:hover {
    text-decoration: none;
}
/* 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: #117b4e;
    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: #11ab69;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "·";
}
* {
    word-break: keep-all;
}
.subContent ul {
    padding: 0;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-width: 0;
    box-shadow: 2px 2px 4px rgba(190, 190, 190, 0.4);
    padding: 0;
    margin: 0;
}
.navbar-inverse > .container {
    width: 100%;
    padding: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-header {
    float: none;
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.navbar-inverse .navbar-brand {
    padding: 15px;
    position: relative;
}
.navbar-inverse .navbar-brand:after {
    content: "건강검진센터 | 비만클리닉";
    display: inline-block;
    position: absolute;
    right: -210px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 1;
}
.navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-header .menu-top {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 27px;
    transform: translateY(-50%);
}
.navbar-inverse .navbar-header .menu-top i {
    margin-right: 10px;
    color: #00696d;
}
.navbar-inverse .navbar-header .menu-top span {
    display: inline-block;
    line-height: 1;
    color: #555;
    font-size: 32px;
    letter-spacing: -0.034em;
}
.menu-top i:before {
    content: "\f879";
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-collapse {
    border-top: 1px solid #ddd;
}
.navbar-inverse .navbar-nav {
    float: none !important;
    margin-right: -15px;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
}
.navbar-inverse .navbar-nav > li {
    float: left;
    width: calc(100% / 8);
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.034em;
    padding: 20px 12px;
    margin: 0px 0px 0px 0px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #008ba9;
    font-weight: 500;
}
/* 상단 메인 메뉴 설정 끝*/
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .navbar-inverse .navbar-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .navbar-inverse .navbar-nav::before,
    .navbar-inverse .navbar-nav::after {
        content: none;
    }
}
@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: 0;
        border-radius: 0;
        border: none;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #17ecff;
    font-weight: 500;
    text-decoration: none;
}

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #333;
    color: #aaa;
    font-size: 14px;
    padding: 30px 0 40px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    letter-spacing: -0.034em;
    font-weight: 400;
}
.footer_copy .text-center li {
    line-height: 1;
    margin-bottom: 5px;
}
.footer_copy .text-center li span {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #5f5f5f;
    display: inline-block;
    margin-bottom: 6px;
}
.footer_copy .text-center li span:last-child {
    border-right: none;
}
/* 하단 카피라이트 설정 끝*/
.container_contents,
.sub-layout {
    padding-top: 135px;
}
/*slide*/
.carousel-inner .item {
    width: 100%;
    height: 785px;
}
.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide1_240814.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide2_240814.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide3_250204.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(4) {
    background: url(/skin/img/slide/slide4_240814.jpg) no-repeat center / cover;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    left: 20%;
    right: auto;
    transform: translateY(-50%);
    text-align: left;
    text-shadow: none;
    color: #fff;
    padding-top: 0;
}
.carousel-caption h2 {
    font-size: 60px;
    letter-spacing: -0.034em;
    line-height: 1.2;
    margin-bottom: 40px;
}
.carousel-caption h2 span {
    display: block;
    /* font-family: 'Nanum Myeongjo', serif; */
    font-size: 28px;
    letter-spacing: -0.034em;
    margin-bottom: 15px;
}
.carousel-caption p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.034em;
}
.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    display: none;
}
.left.carousel-control {
    background: url(/skin/img/slide/btn_prev.png) no-repeat center;
}
.right.carousel-control {
    background: url(/skin/img/slide/btn_next.png) no-repeat center;
}
.carousel-indicators {
    display: inline-block;
    width: auto;
    margin-left: 0;
    left: 20%;
    bottom: 15%;
}
.carousel-indicators .active,
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #222;
    border-color: #222;
    margin: 5px;
    border-radius: 0;
}
.carousel-indicators .active {
    background: #1cd6c6;
    border-color: #1cd6c6;
}
.carousel-inner .item:nth-of-type(1) .carousel-caption h2 {
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
}
.carousel-inner .item:nth-of-type(2) .carousel-caption {
    text-align: center;
    left: 50%;
    top: 57%;
    margin-left: -25%;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}
.carousel-inner .item:nth-of-type(2) .carousel-caption h2 {
    font-weight: 400;
    border: 6px solid #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
    padding: 50px 38px;
    letter-spacing: -0.06em;
    line-height: 1.25em;
    font-size: 58px;
}
.carousel-inner .item:nth-of-type(2) .carousel-caption p {
    font-family: "Nanum Myeongjo", serif;
    font-size: 40px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.indicator-wrap {
    display: none;
}
.logo_area {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: -80px;
}
.logo_area img {
    float: left;
}
.logo_area img:first-child {
    margin-top: 10px;
    margin-right: 20px;
}
/*main*/
.main-business01 {
    padding: 120px 0 150px;
    background: #f4f4f4;
}
.main_busi01_inner {
    background: #fff;
    padding: 70px;
}
.main_busi01_inner .clearfix {
    display: none;
}
.main_busi01_inner .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.main_busi01_inner .row::before,
.main_busi01_inner .row::after {
    content: none !important;
}
.main_busi01_inner p {
    font-size: clamp(20px, 3vw, 40px);
    letter-spacing: -0.08em;
    line-height: 1.2;
    font-weight: 300;
    color: #111;
    text-align: left;
    padding: 5px;
}
.main-business01 .main_quick {
    width: 100%;
    /* height: 300px; */
}

.main-business01 .main_quick.quick02 {
    background: url(/skin/img/main/quick01.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick03 {
    background: url(/skin/img/main/quick02.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick04 {
    background: url(/skin/img/main/quick03.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick05 {
    background: url(/skin/img/main/quick04.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick06 {
    background: url(/skin/img/main/quick05.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick07 {
    background: url(/skin/img/main/quick06.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick08 {
    background: url(/skin/img/main/quick07.jpg) no-repeat center / cover;
}
.main-business01 .main_quick.quick09 {
    background: url(/skin/img/main/quick08.jpg) no-repeat center / cover;
}

.main_quick a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    position: relative;
    aspect-ratio: 1;
}
.main_quick a h6 {
    font-size: clamp(16px, 5vw, 24px);
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: -0.034em;
}
.main_quick a span {
    padding: 5px;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 100px;
    border: 1px solid #ccc;
    right: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    transition: all ease 0.3s;
}
.main_quick a:hover span {
    opacity: 1;
}
.main_busi01_inner .clearfix {
    margin-bottom: 30px;
}

.main-business02 {
    padding: 100px 0;
    background: #005f66 url(/skin/img/main/ptn.png);
}
.main_busi02_inner,
.main_busi03_inner {
    padding: 40px;
    background: rgba(248, 248, 248, 0.98);
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
.main_busi03_inner + .main_busi03_inner {
    margin-top: clamp(30px, 5vw, 50px);
}
.main_busi03_inner .parking {
    /* margin-top: 30px; */
}
.main-business04 {
    padding: 60px 0;
}

.main-business03 {
    padding: 100px 0;
    background: #005f66 url(/skin/img/main/ptn.png);
}
.main-business03 .col-md-5 {
    padding-right: 30px;
}
.main-business03 .col-md-5 > span {
    font-size: 22px;
}
.main-business03 .col-md-5 h4 {
    font-size: 46px;
    line-height: 58px;
}
.main-business03 .col-md-5 h4 i {
    display: inline-block;
    width: 58px;
    height: 58px;
    color: #ea5415;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    font-size: 46px;
    line-height: 1;
    transform: rotate(-45deg);
}
.main-business03 .parking h4 {
    font-size: 32px;
    line-height: 1.4;
}
.main-business03 .col-md-5 h4 p {
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5px;
}
.main-business03 .col-md-5 h4 small {
    font-size: 70%;
    display: block;
}
.main-business03 .col-md-5 p.notice {
    font-size: 18px;
    margin-top: 15px;
}
.main-business03 .col-md-5 p.addr {
    font-size: clamp(13px, 2vw, 18px);
    line-height: 1.5;
    margin-top: 20px;
    padding-block: 10px;
}
.main-business03 .col-md-5 h4 + p {
    background: #ea5415;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
}
.main-business03 .col-md-5 ul li {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
    gap: 30px;
    font-size: 21px;
    padding: 0.2vw;
}
.main-business03 .col-md-5 ul li small {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #333;
    padding: 4px 6px;
    font-size: 13px;
    border-radius: 20px;
    margin-left: 25px;
}
.main-business03 .col-md-5 ul + p {
    padding: 20px 0 0;
    margin-bottom: 0;
    margin-top: 25px;
    border-top: 1px solid #c2c2c2;
}

.main-business03 .col-md-7 p {
    padding: 0 40px;
    line-height: 82px;
    height: 82px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 25px;
}
.main-business03 .col-md-7 p span {
    /*float: right; */
    text-align: center;
    display: block;
    font-size: 18px;
}

.time_area {
    margin-top: 50px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 5px 5px rgb(0 0 0 / 20%);
}
.time_area img {
    width: 100%;
    max-width: 900px;
}
.time_area2 {
    margin-top: 50px;
}
/*준비중*/
.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    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;
}

/*subTop*/
.subTop {
    width: 100%;
    height: 200px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}
.subTop h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #fff;
    font-size: 50px;
    letter-spacing: -0.034em;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.subTitle {
    text-align: center;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 50px;
}
.subTitle h3 {
    font-size: 36px;
    letter-spacing: -0.034em;
    text-align: center;
    font-weight: 600;
    color: #222;
    margin-top: 0;
}
.subTitle .breadcrumb {
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    letter-spacing: -0.034em;
    color: #666;
    font-size: 14px;
}
.subContent {
    padding: 80px 0 100px;
}
.subContent .con {
    margin-bottom: 80px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}
.subContent .con h4 {
    font-size: 30px;
    letter-spacing: -0.05em;
    color: #333;
    font-weight: 600;
    margin: 0 0 20px;
}
.subContent .con h4:before {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background: #ea5516;
    margin-bottom: 4px;
}
.subContent .con dl {
    margin-bottom: 30px;
}
.subContent .con dl dt {
    font-size: 18px;
    letter-spacing: -0.034em;
    color: #008b91;
    font-weight: 600;
    margin-bottom: 5px;
}
.subContent .con dl dd,
.subContent .con p,
.subContent .con li {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.55;
}
.subContent .con h5 {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 15px;
}

/*table*/
.subContent .table.table-type03 {
    border-top: 2px solid #ea703c;
}
.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px !important;
    border: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    text-align: center;
}
.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
}
.subContent .table.table-type03 tr td {
    color: #666;
}

/*company*/
#company01 .subContent {
    background: #f6fcff;
}
#company01 .con dl {
    padding: 22px 30px;
    background: #fff;
    border: 1px solid #c1dae6;
    margin: 0;
    min-height: 442px;
}
#company01 .con .col-md-6 dl {
    min-height: 250px;
}
#company01 .con dl dt {
    font-size: 22px;
    margin-bottom: 10px;
}
#company01 .con dl dd {
    font-size: 16px;
    letter-spacing: -0.034em;
    margin-bottom: 3px;
}
#company01 .con dl dd + dt {
    margin-top: 20px;
}
#company01 .con img {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}
#company01 .con .col-md-5 + .clearfix {
    margin-bottom: 50px;
}
.slick-track {
    height: 100% !important;
}
[class*="slider-nav"] .slick_con {
    padding: 10px;
    aspect-ratio: 5/3;
}
[class*="slider-for"] .slick_con img,
[class*="slider-nav"] .slick_con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
[class*="slider-for"] .slick_con {
    aspect-ratio: 5/3;
}
.slick_con p {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00696d;
    margin: 0;
    font-size: 20px;
    z-index: 999;
    width: 180px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
    display: none;
}
.slick-slider {
    border: none;
}

#company03 .con h3,
.main-business02 h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: -0.034em;
    clear: both;
}
#company03 .con h3 i,
.main-business02 h3 i {
    color: #ea703c;
}
#company03 .comp03_right ul,
.main-business02 .comp03_right ul {
    overflow: hidden;
}
#company03 .comp03_right ul li,
.main-business02 .comp03_right ul li {
    font-size: 16px;
    letter-spacing: 0.034em;
    margin-bottom: 0;
    width: 50%;
    float: left;
}
#company03 .comp03_right ul li:nth-of-type(3),
#company03 .comp03_right ul li:nth-of-type(4),
.main-business02 .comp03_right ul li:nth-of-type(3),
.main-business02 .comp03_right ul li:nth-of-type(4) {
    width: 100%;
    float: none;
}
#company03 .comp03_right ul li span,
.main-business02 .comp03_right ul li span {
    display: inline-block;
    width: 68px;
    letter-spacing: -0.034em;
    margin-bottom: 5px;
    font-weight: 500;
    margin-right: 10px;
    color: #005f66;
    font-size: 15px;
}
#company03 .comp03_right ul li i,
.main-business02 .comp03_right ul li i {
    font-size: 14px;
    margin-left: 15px;
    font-style: normal;
    letter-spacing: -0.034em;
}
.color_r {
    color: #ec2424;
}
#company03 .con ul,
.main-business02 ul {
    margin-top: 30px;
    margin-bottom: 0;
}
#company03 .comp03_left ul li,
.main-business02 .comp03_left ul li {
    font-size: 16px;
    letter-spacing: -0.034em;
    margin-bottom: 5px;
}
#company03 .comp03_left ul li span,
.main-business02 .comp03_left ul li span {
    display: inline-block;
    width: 70px;
    /* letter-spacing: -0.034em; */
    margin-bottom: 0px;
    font-weight: 500;
    margin-right: 10px;
    color: #005f66;
    font-size: 15px;
}
#company03 .con .col-md-6 > div,
.main-business02 .con .col-md-6 > div {
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3f3;
}
#company03 .con .col-md-6 > div {
    min-height: 390px;
}

#company03 .main-business03 {
    padding: 0;
    background: transparent;
}
/*center*/
#center01 .con3 dl dt span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-left: 10px;
}
#center01 .con .box_area {
    min-height: auto;
}

#center02 .con2 .clearfix {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #ddd;
}
#center02 .con2 img {
    margin-bottom: 30px;
    box-shadow: 4px 4px 0 rgba(190, 190, 190, 0.2);
    border: 1px solid #ddd;
}
#center02 .con2 .col-md-6 > ul > li {
    font-size: 17px;
    letter-spacing: -0.034em;
    margin-bottom: 10px;
    padding-left: 100px;
}
#center02 .con2 .col-md-6 ul li span {
    font-weight: 500;
    margin-right: 10px;
    color: #09a1a7;
    position: absolute;
    left: 15px;
}
#center03 .con2 .col-md-12 p {
    text-align: center;
    font-size: 26px;
    margin-bottom: 60px;
    color: #333;
    font-weight: 600;
    line-height: 1.6;
}
#center03 .con2 .col-md-12 p span {
    display: block;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #09a1a7;
    font-size: 20px;
}
#center03 .con2 .col-md-6 dl:nth-of-type(2),
#center03 .con2 .col-md-6 dl:nth-of-type(3) {
    float: left;
    width: 50%;
    margin-bottom: 0;
}
.center03_con2_inner {
    background: #f8f8f8;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #ddd;
    min-height: 326px;
}
#center03 .subContent .table.table-type03 tr td {
    text-align: left;
    padding: 12px 20px !important;
}

/*endoscope*/
#endoscope01 .con2 .col-md-12 p,
#endoscope02 #home .con2 .col-md-12 p,
#clinic01 .con2 h4 + p {
    font-size: 22px;
    font-weight: 400;
    color: #00474b;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

#endoscope01 .con2 > div:nth-child(2) > p,
#endoscope02 #home .con2 > div:nth-child(2) > p {
    text-align: center;
    font-size: 18px;
    background: #00979d;
    border-radius: 5px;
    color: #fff;
    padding: 12px 0;
    font-weight: 500;
    margin-bottom: 20px;
}
#endoscope01 .con2 > .col-md-6 .row p,
#endoscope02 #home .con2 > .col-md-6 .row p {
    min-height: 150px;
    text-align: center;
    line-height: 1.4em;
    background: #f4f4f4;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 62px 0;
    color: #00474a;
}
#endoscope01 .con2 > .col-md-6 .row .col-md-6:nth-of-type(2) p,
#endoscope02 #home .con2 > .col-md-6 .row .col-md-6:nth-of-type(2) p,
#endoscope02 #home .con2 > .col-md-6 .row .col-md-6:nth-of-type(1) p {
    padding: 37px;
}
.nav-justified {
    max-width: 800px;
    margin: 0 auto 80px;
}
.nav-justified li a {
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 0 2px;
    background: #fff;
    font-weight: 500;
    color: #333;
}
.nav-justified li a:hover {
    background: #ededed;
}
.nav-justified > li.active > a,
.nav-pills > li.active > a:hover {
    background: #007177 !important;
    color: #fff !important;
}

.tab02_inner {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    min-height: 315px;
    margin-bottom: 20px;
}
.tab02_inner img {
    max-width: 150px;
    margin-bottom: 20px;
}
#endoscope02 #profile .con2 .col-md-12 p {
    text-align: center;
    font-size: 17px;
}
#endoscope02 #profile .con2 .col-md-12 p span {
    display: block;
    font-weight: 500;
    color: #ea5415;
    font-size: 16px;
}
#endoscope02 #profile .con2 ul li {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: -0.034px;
}
#endoscope02 #messages .con dl {
    background: #f8f8f8;
    padding: 30px;
    border: 1px solid #ddd;
    min-height: 145px;
}
#endoscope02 #messages .con2 .col-md-6 dl {
    min-height: 200px;
}
#endoscope02 #messages .con dl dd {
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
#endoscope02 #messages .con3 dl dd {
    padding-left: 0;
}
#endoscope02 #messages .con dl dd span {
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    top: 0;
    line-height: 1.5;
}
#endoscope02 #messages .con3 ul li,
#endoscope03 .con2 ul li {
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: -0.034em;
    color: #222;
}
@media (min-width: 768px) {
    #endoscope03 .con3 .col-md-3 {
        width: 20%;
    }
}

/*clinic*/
.clinic01_inner {
    background: #f8f8f8;
    border: 1px solid #ddd;
    position: relative;
    margin: 20px 0 40px;
    padding: 30px 50px;
    z-index: 0;
}
.subContent .con .clinic01_inner p {
    font-size: 120px;
    position: absolute;
    right: 40px;
    top: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    color: #09a1a7;
    z-index: -1;
    opacity: 0.2;
}
.clinic01_inner h6 {
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #00687e;
    font-weight: 700;
    margin-bottom: 15px;
}
.clinic01_inner li {
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    #clinic01 .con2 .col-md-3,
    #clinic01 .con4 .col-md-2 {
        width: calc(100% / 7);
    }
}
.subContent .con dl.icon_area {
    text-align: center;
}
.subContent .con dl.icon_area dt {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.subContent .con dl.icon_area dd,
.subContent .con p.icon_area {
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
}
.subContent .con .numbering {
    text-align: center;
    padding: 0 5px;
    height: 137px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 50%;
    /* box-shadow: 1px 3px 3px rgba(0,0,0,0.1); */
    /* border: 5px solid #ffd5c4; */
    letter-spacing: -0.08em;
    line-height: 1.3em;
}
.subContent .con .numbering span {
    display: block;
    font-weight: 400;
    /* border-bottom: 1px solid #f2eae7; */
    color: #fff;
    padding-top: 15px;
    padding-bottom: 0;
    margin: 25px auto 14px;
    background: #ff9e9e;
    font-size: 22px;
    line-height: 1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
#clinic01 .con7 dl {
    border: 1px solid #ddd;
    padding: 40px;
    box-shadow: 4px 4px 0px rgba(120, 120, 120, 0.1);
}
#clinic01 .con8 img {
    margin-bottom: 20px;
}

#clinic02 .con2 .col-md-6 dl {
    padding: 18px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
#clinic02 .con2 div:nth-of-type(3) dl {
    min-height: 214px;
}
#clinic02 .con3 .clearfix {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
@media (min-width: 768px) {
    #clinic02 .con4 .col-md-3,
    #clinic02 .con12 .col-md-3 {
        width: 20%;
    }
}
.subContent .con .box_area {
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    min-height: 190px;
}
.subContent .con .box_area dd,
.subContent .con p.box_area,
.subContent .con .box_area li {
    font-size: 15px;
    margin-bottom: 15px;
}
#clinic02 .con7 dl.box_area {
    min-height: 275px;
}
#clinic02 .con9 .clearfix {
    margin-bottom: 40px;
}
#clinic02 .con9 .box_area,
#clinic02 .con10 .box_area,
#clinic02 .con8 .box_area {
    min-height: 300px;
}
#clinic02 .con13 .box_area {
    min-height: 382px;
}

/* #clinic03 .con .col-md-12 img{margin:20px auto} */
.icon_image {
    max-width: 120px;
    padding: 20px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f4f4f4;
    /* border: 1px solid #ddd; */
}
#clinic03 .con2 .box_area {
    min-height: 290px;
}

#clinic04 .con2 .box_area {
    min-height: 272px;
}
#clinic04 .con2 .box_area .clinic04_color {
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}
.clinic04_con1_inner,
.inoculation_con1_inner {
    background: url(/skin/img/sub/clinic04_con1_inner.jpg) no-repeat center / cover;
    text-align: center;
    position: relative;
    height: 200px;
}
/* .nutrition_con1_inner{ background: url(/skin/img/sub/nutrition_con1_inner.jpg)no-repeat center / cover;} */
.subContent .con .clinic04_con1_inner p,
.inoculation_con1_inner p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 300;
    line-height: 1.55;
    font-size: 20px;
}
.subContent .con .clinic04_con1_inner p big {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.subContent .con .nutrition_con1_inner + p,
.inoculation_con1_inner + p {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

.nutrition_con1_inner {
    text-align: center;
}
.subContent .con .nutrition_con1_inner p {
    display: inline-block;
    font-size: 20px;
    position: relative;
    color: #000;
}
.nutrition_con1_inner p:before {
    content: "\f10d";
    font-family: "fontAwesome";
    position: absolute;
    left: -63px;
    top: -34px;
    font-size: 50px;
    color: #ddd;
}
.nutrition_con1_inner p:after {
    content: "\f10e";
    font-family: "fontAwesome";
    position: absolute;
    right: -63px;
    bottom: -34px;
    font-size: 50px;
    color: #ddd;
}
/* #nutrition .con3{    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px dashed #ddd;} */
#nutrition .con3 img,
#nutrition .con4 img,
#inoculation .con2 img,
#obesity02 .con img {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
#nutrition .con3 .clearfix,
#nutrition .con4 .clearfix,
#inoculation .con2 .clearfix,
#obesity02 .con1 .clearfix {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}
#nutrition .subContent .con dl dt,
#inoculation .subContent .con dl dt,
#obesity02 .subContent .con dl dt {
    font-size: 22px;
    margin-bottom: 10px;
}
#nutrition .subContent .con dl dt {
    float: left;
    margin-bottom: 15px;
}
#nutrition .subContent .con dl dt span {
    display: block;
    font-size: 14px;
    color: #222;
}
#nutrition .subContent .con .clinic04_color + dd,
#nutrition .subContent .con dl dt + dd {
    clear: both;
}
#nutrition .subContent .con .clinic04_color {
    padding: 5px 20px;
    background: #ddd;
    margin-top: 10px;
    font-weight: 500;
    color: #000;
    border-radius: 50px;
    float: right;
    clear: none;
}

.inoculation_con1_inner {
    background: url(/skin/img/sub/inoculation_con1_inner.jpg) no-repeat center / cover;
}
.footer_copy .col-sm-10 {
    padding-left: 40px;
}

.footer_copy .copy {
    margin-top: 20px;
    font-size: 13px;
}
.breadcrumb > li + li:before {
    content: "\f105 ";
    color: #bdbdbd;
    font-family: "FontAwesome";
}
.main_busi01_inner .col-md-4 {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
.main_quick a h6 strong {
    font-weight: 500;
}
#endoscope01 img,
#endoscope02 img,
#endoscope03 .con1 img,
#clinic01 .con1 img,
#clinic02 .con1 img,
#clinic03 .con1 .col-md-6 img,
#clinic03_2 .con1 img {
    border-radius: 5px;
}
#center01 .con1 .box_area {
    min-height: 240px;
}
.slick-prev::before,
.slick-next::before {
    color: #999 !important;
}
.subContent .con .box_area dd:last-child {
    margin-bottom: 0;
}
#endoscope01 .con1 .col-md-6:last-child,
#endoscope01 .con2 > .col-md-6:last-child,
#endoscope02 .con1 > .col-md-6:last-child,
#endoscope02 .con2 > .col-md-6:last-child,
#endoscope03 .con1 .col-md-6:last-child,
#clinic01 .con1 .col-md-6:last-child,
#clinic02 .con1 .col-md-6:last-child,
#clinic03 .con1 .col-md-6:last-child,
#clinic03_2 .con1 .col-md-6:last-child {
    padding-left: 30px;
}
#clinic01 .con2 {
    margin-bottom: 0;
}
.clinic01_inner ul li ul li {
    font-size: 14px;
}
#clinic03_1 .col-md-12 img {
    margin: 20px 0;
}
#clinic03_2 .con3 .col-md-12 img {
    margin-bottom: 20px;
}
#clinic03_2 .con5 .clearfix {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}

#center04 .con1 dd big {
    margin-bottom: 15px;
    display: block;
}
#center04 .con2 p:first-child {
    font-size: 20px;
    color: #111;
}
#center04 .con2 p.bg_B,
#ultrasonic01 .con2 p.bg_B,
#ultrasonic02 .con p.bg_G {
    text-align: center;
    background: #00696d;
    color: #fff;
    padding: 10px;
}
#ultrasonic01 .con2 p.bg_B {
    font-size: 17px;
}
#center04 .con4 .table tr td[colspan="2"] {
    text-align: left;
    line-height: 1.7;
}

#ultrasonic03 .subContent .con2 dl,
#ultrasonic03 .subContent .con4 dl {
    border: 1px solid #ddd;
    padding-bottom: 20px;
    min-height: 281px;
}
#ultrasonic03 .subContent .con2 dl dt,
#ultrasonic03 .subContent .con4 dl dt {
    padding: 10px;
    background: #00696d;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
#ultrasonic03 .subContent .con2 dl dd,
#ultrasonic03 .subContent .con4 dl dd {
    margin: 0 30px 10px;
}
#ultrasonic03 .subContent .con4 dl {
    min-height: 333px;
}
#ultrasonic03 .subContent .con4 .col-md-4:last-child dl dt {
    color: #fff;
    background: #00696d;
}
#obesity01 .con1 dl dd {
    font-size: 18px;
}
#obesity01 .con h5 {
    text-align: center;
    font-size: 30px;
    color: #222;
    font-weight: 700;
}
#obesity01 .con3 h5 {
    margin-bottom: 40px;
}
#obesity01 .con h5 + p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
#obesity01 .con4 p {
    text-align: center;
    font-size: 22px;
    background: #00696d;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px;
}
#obesity01 .con4 p strong {
    font-weight: 500;
    margin-right: 5px;
}
#obesity02 .con .col-md-8 dl dd {
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;
}
#obesity02 .con .col-md-8 ul li span {
    font-weight: 700;
    margin-right: 10px;
    color: #ea5415;
}
#obesity02 .con .col-md-8 ul li b {
    font-weight: 500;
    text-decoration: line-through;
    font-size: 16px;
    color: #666;
}

/*popup*/
.dh-popup p {
    margin: 0;
}
/* .dh-popup p:first-child{display: none;} */
.myModal13.dh-popup.pull-left {
    left: 365px;
}
.popup02 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background: #ea5415;
    padding: 10px 0;
    color: #fff;
}

/*2020-01-23*/
#company03 .main_busi03_inner .clearfix {
    margin-bottom: 50px;
}
#company03 .main_busi03_inner .col-md-6 dl {
    background: #fff;
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    min-height: 140px;
}
#company03 .main_busi03_inner .col-md-6 dl dt {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 500;
    /* letter-spacing: 0.1em; */
    margin-bottom: 10px;
}
#company03 .main_busi03_inner .col-md-6 dl dt small {
    font-size: 70%;
}
#company03 .main_busi03_inner .col-md-6 dl dd {
    margin-bottom: 3px;
    font-weight: 500;
}
#company03 .main_busi03_inner .col-md-6 dl dd span {
    margin-right: 10px;
    font-weight: 400;
    color: #008ba9;
}

/*2020-03-10*/
.pop_area {
    width: 800px;
    height: 533px;
    background: url(/skin/img/sub/comp01_2.jpg) no-repeat center / cover;
    position: relative;
}
.pop_left {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.pop_left h2 {
    margin: 0;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.06em;
    color: #008ba9;
}
.pop_left h2 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #008ba9;
}
.pop_left p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #222;
    margin: 5px 0 20px;
}
.pop_left dl dt {
    font-size: 25px;
    letter-spacing: -0.034em;
    margin-bottom: 10px;
    color: #222;
}
.pop_left dl dd {
    font-size: 15px;
}
.pop_left .pop_bottom {
    background: #5db3c5;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
}
.pop_left .pop_bottom strong {
    display: block;
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.03em;
    border-radius: 50px;
    line-height: 1;
    margin: 0 0 5px;
}
.pop_left .pop_bottom strong big {
    font-weight: 900;
    margin-left: 5px;
    letter-spacing: 0.01em;
}
.pop_left .pop_bottom span {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.034em;
}

.sub_time_area {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
}
.sub_time_area img {
    width: 100%;
    max-width: 900px;
}

.myModal21 {
    top: 325px;
    left: 73% !important;
    transform: translateX(-50%);
    padding: 0;
    border: 0;
    z-index: 99;
}
.myModal21 > p {
    display: none;
}
.myModal21 > p:last-child {
    display: block;
}
.myModal21 .popup_wrap {
    padding: 0 0 15px;
}
.myModal21 .popup_wrap ul {
    width: 298px;
    margin: 20px auto;
}
.myModal21 .popup_wrap ul li {
    font-size: 20px;
    font-weight: 600;
}
.myModal21 .popup_wrap ul li span {
    font-weight: 600;
    color: #00696d;
    display: inline-block;
    width: 80px;
    font-size: 16px;
    vertical-align: middle;
    /* padding-right: 15px; */
    text-align: center;
}
.myModal21 .popup_wrap p {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 0 15px;
}
.myModal21 .popup_wrap p.tit {
    background: #00696d;
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.myModal21 .popup_wrap p.date {
    font-size: 16px;
    font-weight: 500;
}
.myModal21 .popup_wrap p.date b {
    color: #ea5415;
    font-size: 20px;
}

/*모바일*/
@media (max-width: 767px) {
    .sub_time_area {
        padding: 5px;
    }
    .time_area {
        padding: 8px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
    }
    .navbar-inverse .navbar-brand {
        padding: 7px;
        position: static;
        display: block;
        margin-top: 50px;
    }
    .navbar-brand img {
        max-width: 158px;
    }
    .navbar-inverse .navbar-brand:after {
        display: block;
        position: static;
        margin-top: 7px;
        font-size: 15px;
        transform: translateY(0%);
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 60px;
        border-color: rgba(0, 0, 0, 0);
        margin-right: 7px;
    }
    .map-box [id*="daumRoughmapContainer"] {
        width: 100% !important;
    }
    .navbar-inverse .navbar-header .menu-top {
        left: 0;
        top: 0;
        font-size: clamp(20px, 2vw, 24px);
        transform: translateY(0);
        width: 100%;
        text-align: center;
        background: #00696d;
        padding: 8px 5px;
        right: auto;
    }
    .navbar-inverse .navbar-header .menu-top i {
        color: #fff;
    }
    .navbar-inverse .navbar-header .menu-top span {
        color: #fff;
        font-size: 26px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #555;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0);
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #ea5415;
    }
    .navbar-inverse .navbar-nav > li {
        float: none;
        width: 100%;
        text-align: left;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px 20px;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #00696d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 30px;
        color: #222 !important;
    }
    .container_contents,
    .sub-layout {
        padding-top: 110px;
    }
    .carousel-inner .item {
        height: 450px;
    }
    .logo_area {
        top: -60px;
    }
    .logo_area img {
        max-width: 150px;
    }
    .carousel-inner .item:nth-of-type(2) .carousel-caption h2 {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .carousel-inner .item:nth-of-type(2) .carousel-caption p {
        font-size: 22px;
    }
    .carousel-indicators {
        left: 50%;
        bottom: 5%;
        transform: translateX(-50%);
    }
    .carousel-inner .item:nth-of-type(2) .carousel-caption {
        left: 5%;
        right: 5%;
        margin-left: 0;
    }
    .carousel-caption h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        font-size: 15px;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
    .carousel-inner .item:nth-of-type(1) {
        background: url(/skin/img/slide/m_slide1_240814.jpg) no-repeat left center / cover;
    }
    .carousel-inner .item:nth-of-type(2) {
        background: url(/skin/img/slide/m_slide2_240814.jpg) no-repeat left center / cover;
    }
    .carousel-inner .item:nth-of-type(3) {
        background: url(/skin/img/slide/m_slide3_250305.jpg) no-repeat left center / cover;
    }
    .carousel-inner .item:nth-of-type(4) {
        background: url(/skin/img/slide/m_slide4_240814.jpg) no-repeat left center / cover;
    }
    .carousel-inner .item {
        width: 100%;
        height: auto;
        aspect-ratio: 5/4;
    }
    .carousel-inner .item:nth-of-type(1) .carousel-control-box {
        display: none;
    }
    .main_busi01_inner .row {
        margin: 0;
    }
    .main_busi01_inner .col-md-4 {
        padding: 0;
        margin: 0;
    }
    .main_busi01_inner .col-md-4:first-child {
        grid-column: span 2;
        padding-block: 15px 30px;
    }
    .main_busi01_inner p {
        font-size: 20px;
        padding-right: 20px;
        line-height: 1.3;
    }
    .main_busi01_inner .clearfix {
        margin-bottom: 0px;
    }
    .main_busi01_inner {
        padding: 15px;
    }
    .main-business01 {
        padding: 20px 0;
    }
    .main-business04 {
        padding: 40px 0;
    }
    .main-business03 {
        padding: 60px 0;
    }
    .main-business03 .col-md-5 {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .main-business03 .col-md-5 ul li {
        font-size: clamp(15px, 5vw, 18px);
        gap: 20px;
        display: flex;
        justify-content: space-between;
        max-width: 270px;
        width: 100%;
        /* grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); */
    }
    .main_busi02_inner,
    .main_busi03_inner {
        padding: 20px;
    }
    .main-business03 .col-md-5 h4 {
        font-size: 25px;
    }
    .main-business03 .parking h4 {
        font-size: 22px;
        line-height: 1.75;
    }
    .main-business03 .col-md-5 h4 i {
        font-size: 40px;
        width: 50px;
        height: 50px;
    }
    .main-business03 .col-md-5 ul + p {
        font-size: 14px;
        margin-top: 25px;
        letter-spacing: -0.08em;
        margin-bottom: 20px;
    }
    .main-business03 .col-md-7 p {
        padding: 10px;
        line-height: 1.5;
        height: auto;
    }
    .main-business03 .col-md-7 p span {
        font-size: 14px;
    }
    .footer_copy .text-center {
        padding: 30px 0;
    }
    .footer_copy .text-center img {
        margin-bottom: 15px;
    }
    .footer_copy .col-sm-10 {
        padding-left: 15px;
    }
    #company01 .con img {
        margin-bottom: 15px;
    }
    .subContent {
        padding: 60px 0;
    }
    .subTitle {
        margin-bottom: 30px;
    }
    [class*="slider-nav"] .slick_con {
        padding: 5px;
    }
    #company02 .con1 .col-md-10 {
        padding: 0 25px;
    }
    #company03 .main-business03 .col-md-5 ul li:first-child {
        position: relative;
    }
    .main-business03 .col-md-5 ul li small {
        right: 8px;
        top: -16px;
        font-size: 12px;
        padding: 2px 8px;
        position: absolute;
    }
    .subContent .con {
        margin-bottom: 60px;
    }
    .subContent .con h4 {
        margin: 0 0 15px;
        font-size: 23px;
    }
    .subTitle h3 {
        font-size: 30px;
    }
    #center02 .con2 .col-md-6 ul {
        margin-bottom: 30px;
    }
    #center02 .con2 .clearfix {
        padding-bottom: 30px;
    }
    #center04 .con1 img {
        margin-bottom: 30px;
    }
    #endoscope01 img,
    #endoscope02 img,
    #endoscope03 .con1 img,
    #clinic01 .con1 img,
    #clinic02 .con1 img,
    #clinic03 .con1 .col-md-6 img,
    #clinic03_2 .con1 img {
        margin-bottom: 30px;
    }
    #endoscope01 .con2 .col-md-12 p,
    #endoscope02 #home .con2 .col-md-12 p,
    #clinic01 .con2 h4 + p {
        font-size: 16px;
    }
    #endoscope01 .con2 > .col-md-6 .row p,
    #endoscope02 #home .con2 > .col-md-6 .row p {
        padding: 20px 0;
        min-height: auto;
    }
    #endoscope01 .con1 .col-md-6:last-child,
    #endoscope01 .con2 > .col-md-6:last-child,
    #endoscope02 .con1 > .col-md-6:last-child,
    #endoscope02 .con2 > .col-md-6:last-child,
    #endoscope03 .con1 .col-md-6:last-child,
    #clinic01 .con1 .col-md-6:last-child,
    #clinic02 .con1 .col-md-6:last-child,
    #clinic03 .con1 .col-md-6:last-child,
    #clinic03_2 .con1 .col-md-6:last-child {
        padding-left: 15px;
    }
    .nav-justified > li {
        float: left;
        width: calc(100% / 2 - 2px);
    }
    .nav-justified li a {
        font-size: 14px;
    }
    #endoscope02 #profile .con2 .col-md-12 p {
        text-align: left;
    }
    .subContent .con dl dd,
    .subContent .con p,
    .subContent .con li {
        margin-bottom: 5px;
    }
    #ultrasonic01 .con1 img,
    #ultrasonic02 .con1 img,
    #ultrasonic03 .con1 img,
    #ultrasonic04 .con1 img {
        margin-bottom: 30px;
    }
    #center04 .con2 p.bg_B,
    #ultrasonic01 .con2 p.bg_B,
    #ultrasonic02 .con p.bg_G {
        font-size: 16px;
        padding: 20px 10px;
    }
    .clinic01_inner {
        padding: 30px 15px;
    }
    .subContent .con .clinic01_inner p {
        right: 15px;
        top: 10px;
        font-size: 100px;
    }
    #clinic02 .con8 img,
    #clinic02 .con9 img,
    #clinic02 .con10 img {
        margin-bottom: 30px;
    }
    .subContent .con .clinic04_con1_inner p,
    .inoculation_con1_inner p {
        font-size: 15px;
        padding: 20px;
    }
    .clinic04_con1_inner {
        height: 180px;
        background: url(/skin/img/sub/clinic04_con1_inner.jpg) no-repeat left / cover;
    }
    .inoculation_con1_inner {
        height: 180px;
        background: url(/skin/img/sub/inoculation_con1_inner.jpg) no-repeat center / cover;
    }
    .nutrition_con1_inner p:before {
        left: -13px;
        top: -10px;
        font-size: 20px;
    }
    .subContent .con .nutrition_con1_inner p {
        font-size: 15px;
    }
    .nutrition_con1_inner p:after {
        right: -10px;
        bottom: -10px;
        font-size: 20px;
    }
    #nutrition .con3 .clearfix,
    #nutrition .con4 .clearfix,
    #inoculation .con2 .clearfix,
    #obesity02 .con1 .clearfix {
        padding-bottom: 20px;
    }
    #obesity02 .con .col-md-8 dl dd {
        font-size: 16px;
    }
    .myModal13.dh-popup.pull-left {
        left: 25px;
    }

    .myModal21 {
        left: 50% !important;
    }
    .myModal21 > p {
        display: none;
    }
    .myModal21 > p:last-child {
        display: block;
    }
    .myModal21 .popup_wrap {
    }
    .myModal21 .popup_wrap ul {
    }
    .myModal21 .popup_wrap ul li {
    }
    .myModal21 .popup_wrap ul li span {
    }
    .myModal21 .popup_wrap p {
    }
    .myModal21 .popup_wrap p.tit {
    }
    .myModal21 .popup_wrap p.date {
    }
    .myModal21 .popup_wrap p.date b {
    }
    #company01 .con dl {
        min-height: auto;
    }
    #company01 .con.con3 .col-md-6:nth-child(6) dl {
        display: none;
    }
    .main_busi01_inner .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .main_quick a {
        padding: 15px;
        position: relative;
    }
    .main_quick a span {
        width: 50%;
    }
}

.root_daum_roughmap_landing {
    width: 100% !important;
}

#snsQuick {
    z-index: 1000;
    transition: 0.6s;
    position: fixed;
    bottom: 40px;
    right: 50px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        :is(a, button) {
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            width: 65px;
            aspect-ratio: 1;
            border-radius: 50%;
            span.text {
                display: none;
            }
            span:is([class^="fa"], .material-symbols-outlined) {
                color: #fff;
            }
        }
        img {
            width: 55%;
        }
        .kakao {
            padding-top: 2px;
            background-color: #ffe812;
        }
        .blog {
            padding-top: 3px;
            padding-right: 1px;
            background-color: #03cf5c;
        }
        .insta {
            background: #d6249f;
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
        }
    }
    /* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
    @media (max-width: 767.98px) {
        & ul{
            flex-direction: row;
        }
    }
}
