<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url('/public/font/NanumSquare/NanumSquareEB.eot');
    src: url('/public/font/NanumSquare/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareEB.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareEB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('/public/font/NanumSquare/NanumSquareB.eot');
    src: url('/public/font/NanumSquare/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareB.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('/public/font/NanumSquare/NanumSquareR.eot');
    src: url('/public/font/NanumSquare/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareR.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url('/public/font/NanumSquare/NanumSquareL.eot');
    src: url('/public/font/NanumSquare/NanumSquareL.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareL.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareL.ttf') format('truetype');
}

#site {
    padding-top: 96px;
    font-size: 18px;
    font-family: 'Poppins', 'NanumSquare', 'notokr', sans-serif;
    letter-spacing: -0.034em;
}

a,
button,
.main-contents .main-banner &gt; a::before,
.main-contents .main-banner .more {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

a[href^="mailto"] {
    color: #f5bf2b;
    text-decoration: underline;
}

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: #f5bf2b;
    border-color: #f5bf2b;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #333;
    border-color: #333;
}

.wrap-btn-top {  /* 스크립트로 추가 */
    z-index: 999;
    right: 0;
    bottom: 0;
    position: fixed;
    font-size: 0;
}
.btn-top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    display: none;
    padding: 16px;
    background-color: rgba(0,0,0,.6);
    border-radius: 100%;
}
.btn-top:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{
    position: absolute;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}

.navbar-inverse .navbar-brand img{height: 54px;margin-top: 6px;}

.navbar-inverse .navbar-nav &gt; li &gt; a{font-size: 19px;font-weight:600;color:#333;}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus{
    font-weight: 400;
    color:#fff;
    background: #f5bf2b;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{
    color: #fff;
    background: #f1b100;
}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:20px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#f5bf2b;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#f5bf2b;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
.navbar-inverse .navbar-nav .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translate(-50%,0);
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.125);
    box-shadow: 0px 4px 8px rgba(0,0,0,.125);
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;
    background: rgb(0 0 0 / 0.7);
}
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a{
    padding: 12px 15px;
    font-size: 15px;
    font-family: 'notokr', sans-serif;
    text-align: center;
    color: rgb(255 255 255 / 0.9);
    font-weight: 300;
}
.navbar-inverse .navbar-nav .dropdown-menu&gt;li+li&gt;a{
    border-top: 1px solid #333;
}
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus{
    color: #000;
    background: #f1b128;
    font-weight: 500;
}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav &gt; li &gt; a{padding: 40px 30px 36px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators {bottom: 5px;}
.carousel-indicators li{width:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 4px;border-radius:20px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow:0px 0px 10px rgba(0, 0, 0, .75);}

@media (max-width: 767px) {
 .carousel-control{font-size:20px;}
 .carousel-indicators {
    width: 80%;
    margin-left: -40%;
 }
 .carousel-indicators li,
 .carousel-indicators li.active{
    width: 8px;
    height: 8px;
    margin: 0 3px;
 }
}

/* 푸터 */
#site footer{margin-top:0px;background-color:#444;color:#eee}
#site footer .footer-info{padding:30px 0}
#site footer .footer-info img {
    margin-bottom: 20px;
}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0;text-align:center;}
#site footer .footer-info ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    font-family: 'Poppins', 'notokr', sans-serif;
    font-size: 14px;
    list-style: none;
    line-height: 24px;
    font-weight: 300;
}
#site footer .footer-info ul li+li::before {
    content: '';
    top: 5px;
    left: -16px;
    width: 1px;
    height: 14px;
    position: absolute;
    border-left: 1px solid rgb(255 255 255 / 0.3);
}
#site footer .footer-info ul li.copy {
    font-size: 11px;
    color: rgb(255 255 255 / 0.4);
    letter-spacing: 0.034em;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:600px}
#mainCarousel .carousel-inner {background: #000;}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:230px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row &gt; div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 */
.main-contents #seq1 {
    padding: 70px 0;
    background: url('/public/img/main-back.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.main-contents #seq1 .row &gt; div {
    padding: 0;
}
.main-contents #seq1 &gt; .container {
    padding: 0 30px;
}
.main-contents .main-banner &gt; a {
    width: 100%;
    height: 200px;
    position: relative;
    display: inline-block;
    padding: 27px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}
.main-contents #banner2.main-banner &gt; a,
.main-contents #banner4.main-banner &gt; a,
.main-contents #banner6.main-banner &gt; a {
    color: #fff;
}
.main-contents .main-banner &gt; a::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid transparent;
}
.main-contents .main-banner &gt; a:hover,
.main-contents .main-banner &gt; a:focus {
    text-decoration: none;
}
.main-contents .main-banner &gt; a:hover::before,
.main-contents .main-banner &gt; a:focus::before {
    border-color: #f5bf2b;
}
.main-contents #banner1.main-banner &gt; a {background-image: url('/public/img/main-banner1.jpg');}
.main-contents #banner2.main-banner &gt; a {background-image: url('/public/img/main-banner2.jpg');}
.main-contents #banner3.main-banner &gt; a {background-image: url('/public/img/main-banner3.jpg');}
.main-contents #banner4.main-banner &gt; a {background-image: url('/public/img/main-banner4.jpg');}
.main-contents #banner5.main-banner &gt; a {background-image: url('/public/img/main-banner5.jpg');}
.main-contents #banner6.main-banner &gt; a {background-image: url('/public/img/main-banner6.jpg');}

.main-contents .main-banner h3 {
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 800;
    font-family: 'NanumSquare';
}
.main-contents .main-banner p {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 500;
}
.main-contents .main-banner .more {
    position: relative;
    display: inline-block;
    padding: 8px 36px 8px 16px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    border: 1px solid #999;
}
.main-contents .main-banner .more::before {
    content: url('/public/img/icon-arrow.png');
    top: 10px;
    right: 12px;
    position: absolute;
}
.main-contents #banner2.main-banner .more,
.main-contents #banner4.main-banner .more,
.main-contents #banner6.main-banner .more {
    border-color: #ddd;
}
.main-contents #banner2.main-banner .more::before,
.main-contents #banner4.main-banner .more::before,
.main-contents #banner6.main-banner .more::before {
    content: url('/public/img/icon-arrow-white.png');
}
.main-contents .main-banner &gt; a:hover .more,
.main-contents .main-banner &gt; a:focus .more {
    color: #fff;
    background-color: #f5bf2b;
    border-color: #f5bf2b !important;
}
.main-contents .main-banner &gt; a:hover .more::before,
.main-contents .main-banner &gt; a:focus .more::before {
    content: url('/public/img/icon-arrow-white.png');
}
.main-contents #seq2 {
    padding: 60px 0 50px;
    background-color: #f6f6f6;
    background-image: url('/public/img/main-back2.png');
    background-repeat: no-repeat;
    background-position: 98% 110%;
    background-size: 350px;
}
.main-contents .main-box h4 {
    margin: 0 0 30px;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.06em;
}
.main-contents #box1.main-box h4 {
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: -0.02em;
}
.main-contents #box1.main-box &gt; a {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.main-contents #box1.main-box &gt; a:hover {
    color: #fff;
    background-color: #f5bf2b;
}
.main-contents #box1.main-box &gt; a .icon {
    float: left;
    width: 18%;
    display: inline-block;
    padding: 17px;
    line-height: 1em;
    border-right: 1px solid #ddd;
}
.main-contents #box1.main-box &gt; a .text {
    width: 82%;
    display: inline-block;
    padding: 18px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
}

.main-contents #box2.main-box {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 15px 35px;
    color: #fff;
    background-color: #ddae59;
    border-radius: 2px;
    border: 1px solid #cea661;
}
.main-contents #box2.main-box &gt; .wrap-img {
    float: left;
    display: inline-block;
    margin-top: -5px;
    margin-right: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
}
.main-contents #box2.main-box &gt; .wrap-img img {
    width: 55px;
}
.main-contents #box2.main-box &gt; h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
.main-contents #box2.main-box &gt; .number {
    font-size: 25px;
    font-weight: 600;
}

.main-contents #box3 {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eee;
}
.main-contents #box3 h4 &gt; i {
    padding-right: 5px;
    color: #ddae59;
    display: none;
}
.main-contents #box3.main-box &gt; .hours {
    float: left;
    width: 50%;
    height: 265px;
    display: inline-block;
    padding: 40px 30px;
}
.main-contents #box3.main-box &gt; .hours+.hours {
    border-left: 1px dashed #ddd;
}
.main-contents #box3.main-box &gt; .hours ul &gt; li {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
}
.main-contents #box3.main-box &gt; .hours ul &gt; li &gt; strong {
    width: 75px;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 0 6px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 20px;
}
.main-contents #box3.main-box &gt; .hours .guide {
    font-size: 17px;
    font-weight: 600;
}
.main-contents #box3.main-box &gt; .hours .guide .tel {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
}
.main-contents #box3.main-box &gt; .hours .guide .tel span {
    float: left;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 4px 14px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: #ddae59;
    border-radius: 20px;
}
.main-contents #box3.main-box &gt; .hours .guide .tel i {
    padding-left: 3px;
    padding-top: 3px;
    font-size: 15px;
    transform: rotate(95deg);
}

.main-contents #seq2 #box4.main-box {
    padding: 43px 35px;
    border: 7px solid #ffe37f;
}
.main-contents #seq2 #box4.main-box &gt; .addr {
    font-size: 17px;
    font-weight: 600;
    word-break: keep-all;
}
.main-contents #seq2 #box4.main-box &gt; .btn {
    margin-top: 20px;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0em;
    border: 1px solid #999;
}
.main-contents #seq2 #box4.main-box &gt; .btn:hover {
    color: #fff;
    background-color: #f5bf2b;
    border-color: #f5bf2b;
}

/********** 서브 시작 **********/
/* 공통 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
/* Page Top */
.sub-contents &gt; .page-top {
    height: 300px;
    background: #333 url('/public/img/sub/back-page-top1.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.sub-contents &gt; #back2.page-top {background: url('/public/img/sub/back-page-top2.jpg') no-repeat;}
.sub-contents &gt; #back3.page-top {background: url('/public/img/sub/back-page-top3.jpg') no-repeat;}
.sub-contents &gt; #back4.page-top {background: url('/public/img/sub/back-page-top4.jpg') no-repeat;}

.sub-contents &gt; .page-top .wrap-title {
    padding: 130px 0 0;
}
.sub-contents &gt; .page-top .wrap-title &gt; h3 {
    display: inline-block;
    margin: 0;
    font-size: 44px;
    font-weight: 200;
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1em;
}
.sub-contents &gt; .page-top .wrap-title &gt; h3 &gt; span {
    padding-left: 5px;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: -0.05em;
}
.sub-contents &gt; .page-top .wrap-title &gt; .sm {
    margin: 15px 0 0 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
}

/* Subpage Navigation */
.sub-contents &gt; .link {
    background-color: #f1b100;
}
.sub-contents &gt; .link ul {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}
.sub-contents &gt; .link ul &gt; li &gt; a {
    width: 100%;
    display: inline-block;
    padding: 17px 5px 15px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.04em;
}
.sub-contents  &gt;.link ul &gt; li.active &gt; a {
    background-color: #17161e;
}
.sub-contents &gt; .link ul &gt; li &gt; a:hover,
.sub-contents &gt; .link ul &gt; li &gt; a:focus {
    text-decoration: none;
}

.sub-contents .contents &gt; section {
    padding: 100px 0 150px;
}

.space-bottom {
    margin-bottom: 100px;
}
.space-bottom2 {
    margin-bottom: 40px;
}

.sub-contents &gt; .contents .page-title {
    text-align: center;
}
.title-lv-2 {
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    font-family: 'NanumSquare', 'notokr', sans-serif;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}
.title-lv-2 + hr {
    width: 60px;
    margin: 30px auto 90px;
    border-top: 1px solid #999;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 34px;
    font-size: 28px;
    font-weight: 600;
    color: #111;
    word-break: keep-all;
    letter-spacing: -0.07em;
}
.title-lv-3::before {
    content: '\f1b0';
    top: 2px;
    left: 0;
    position: absolute;
    font-size: 26px;
    font-family: 'Font Awesome 5 Free';
    color: #f1b128;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default &gt; li {
    position: relative;
    margin-bottom: 5px;
}
.list-style-1 &gt; li {
    padding-left: 15px;
}
.list-style-1 &gt; li::before {
    content: '';
    top: 12px;
    left: 0;
    width: 6px;
    height: 3px;
    position: absolute;
    background-color: #f5bf2b;
}
.list-num &gt; li {
    padding-left: 28px;
    font-weight: 700;
}
.list-num &gt; li .num {
    left: 0;
    top: 3px;
    float: left;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #333;
    border-radius: 50%;
}
table .list-num &gt; li .num {
    background: #999;
}

.tb-default &gt; thead &gt; tr &gt; th,
.tb-default &gt; thead &gt; tr &gt; td,
.tb-default &gt; tbody &gt; tr &gt; th,
.tb-default &gt; tbody &gt; tr &gt; td {
    padding: 14px;
    font-size: 18px;
    vertical-align: middle;
}
.tb-style-1 {
    border-top: 3px solid #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
.tb-style-1 &gt; thead &gt; tr &gt; th,
.tb-style-1 &gt; tbody &gt; tr &gt; th {
    font-weight: 500;
    text-align: center;
    background-color: #f6f6f6;
}
.tb-style-1 &gt; thead &gt; tr &gt; th,
.tb-style-1 &gt; tbody &gt; tr &gt; th,
.tb-style-1 &gt; tbody &gt; tr &gt; td {
    border-right: 1px solid #ddd;
}
.tb-style-1 &gt; thead &gt; tr &gt; th:last-child, 
.tb-style-1 &gt; tbody &gt; tr &gt; td:last-child {
    border-right: none;
}
.tb-style-1 &gt; thead &gt; tr &gt; th {
    padding: 12px;
    color: #333;
    letter-spacing: -0.01em;
    background-color: #f0f0f0;
    border-bottom: 1px solid #bbb;
    font-size: 18px;
    font-weight: 900;
    font-family: 'NanumSquare';
}
.tb-style-1 &gt; tbody &gt; tr &gt; td {
    padding: 20px;
    word-break: keep-all;
}

/* 인사말 (서브) */
#greeting .image {
    width: 45%;
}
#greeting .image img {
    border-radius: 10px;
    margin-bottom: 20px;
}
#greeting .text {
    padding: 0 40px 0 70px;
    word-break: keep-all;
}
#greeting .text p {
    line-height: 1.8em;
    font-size: 19px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
}
#greeting .text p &gt; strong {
    color: #1864ab;
}
#greeting .text p.txt-big {
    margin: 15px 0 40px;
    font-size: 36px;
    color: #333;
    line-height: 1.4em;
    letter-spacing: -0.06em;
    font-weight: 500;
}
#greeting #row1 {
    margin-bottom: 80px;
}
#greeting #row2 .text {
    padding: 68px 40px;
}

/* 진료시간 안내 및 오시는길 (서브) */
#operating_location .box-addr {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
#operating_location .box-addr &gt; .addr {
    width: 60%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
#operating_location .box-addr &gt; .addr &gt; i {
    padding-right: 3px;
    color: #3496fc;
}
#operating_location .box-addr &gt; ul {
    margin-bottom: 0;
    padding-left: 22px;
}
#row1 .box-addr &gt; ul &gt; li {
    margin: 10px 0 0;
    padding-left: 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1em;
}
#row1 .box-addr &gt; ul &gt; li::before {
    content: '';
    left: 0;
    top: 7px;
    width: 7px;
    height: 3px;
    background: #ccc;
    position: absolute;
}
#operating_location #row2 {
    margin: 0;
}
#operating_location #row2 &gt; div[class^="col-"] {
    padding: 0;
}
#operating_location #row2 h3 {
    float: left;
}
#operating_location .guide1 {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
}
#operating_location .guide1 &gt; i {
    padding-right: 5px;
    color: #ddae59;
}
#operating_location .hours {
    min-height: 250px;
    padding: 40px 30px;
    background-color: #f6f6f6;
}
#operating_location #hours2.hours {
    background-color: #f6f0e2;
}
#operating_location .hours h4 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 14px;
    font-size: 22px;
    font-weight: 800;
}
#operating_location .hours h4::before {
    content: '';
    top: 0px;
    left: 0;
    width: 4px;
    height: 92%;
    position: absolute;
    background-color: #333;
    border-radius: 2px;
}
#operating_location .hours &gt; .image {
    float: left;
    width: 30%;
}
#operating_location .hours &gt; .image img {
    width: 130px;
}
#operating_location #hours2.hours &gt; .image img {
    width: 110px;
    margin-top: 10px;
}
#operating_location .hours &gt; .text {
    width: 70%;
    display: inline-block;
    padding-left: 20px;
}
#operating_location .hours &gt; .text h5 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
}
#operating_location .hours h5 &gt; strong {
    width: 70px;
    display: inline-block;
    margin-right: 5px;
    padding: 4px 0 5px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    background-color: #999;
    border-radius: 20px;
    color: #fff;
}
#operating_location .hours &gt; .text .guide2 {
    font-size: 19px;
    font-weight: 600;
    padding-left: 10px;
}
#operating_location .hours &gt; .text .guide2 .tel {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
}
#operating_location .hours &gt; .text .guide2 .tel span {
    float: left;
    display: inline-block;
    margin: -1px 10px 0 0;
    padding: 6px 18px;
    font-size: 17px;
    color: #fff;
    background-color: #ddae59;
    border-radius: 20px;
}
#operating_location .hours &gt; .text .guide2 .tel i {
    padding-left: 3px;
    padding-top: 3px;
    font-size: 15px;
    transform: rotate(100deg);
}

/* 진료클리닉 공통 스타일 */
.sub-contents.clinic &gt; .link ul &gt; li &gt; a {
    font-weight: 700;
    font-size: 17px;
    font-family: 'NanumSquare', 'notokr', sans-serif;
}
.sub-contents.clinic .guide {
    width: 100%;
    display: inline-table;
    border-radius: 10px;
    background: #f6f6f6;
}
.sub-contents.clinic .guide .left {
    width: 20%;
    display: table-cell;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
}
.sub-contents.clinic .guide .right {
    width: 75%;
    display: table-cell;
    padding: 32px 30px 20px 10px;
    font-size: 17px;
    vertical-align: middle;
}
.sub-contents.clinic .guide .right li {
    padding-bottom: 5px;
    font-size: 16px;
    word-break: keep-all;
}
.sub-contents.clinic .guide h4 {
    font-size: 20px;
    font-weight: 800;
    font-size: 18px;
    border-bottom: 1px solid #999;
    display: initial;
    padding-bottom: 4px;
}

/* 진료클리닉 1 - 최소절개 중성화수술 (서브) */
#clinic1 #row1 h4 {
    margin: 0 0 50px;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
}
#clinic1 #row1 h4 &gt; strong {
    font-weight: 800;
    color: #de9700;
}
#clinic1 #row1 table {
    margin-top: 80px;
    margin-bottom: 0;
    border-top: none;
}
#clinic1 #row1 table &gt; thead &gt; tr &gt; th {
    padding: 15px;
    color: #fff;
    font-weight: 400;
    background-color: #333;
    border-top: none;
    border-right: 1px solid #000;
}
#clinic1 #row1 table &gt; tbody &gt; tr &gt; th {
    font-weight: 600;
}
#clinic1 #row1 table &gt; tbody &gt; tr:first-child &gt; td {
    text-align: center;
}
#clinic1 #row1 table &gt; tbody &gt; tr &gt; td &gt; ol {
    margin-bottom: 0;
    padding-left: 10px;
}
#clinic1 #row2 .wrap-step {
    width: 100%;
    display: inline-block;
    padding: 0;
}
#clinic1 #row2 ul &gt; li {
    float: left;
    width: 25%;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
#clinic1 #row2 ul &gt; li+li::before {
    content: '\f105';
    top: 35%;
    left: -24px;
    position: absolute;
    font-size: 44px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #a8a8a8;
}
#clinic1 #row2 ul &gt; li .circle {
    width: 225px;
    height: 225px;
    padding: 30px;
    text-align: center;
    background-color: #fff0bd;
    border-radius: 100%;
}
#clinic1 #row2 ul &gt; li h5 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 800;
}
#clinic1 #row2 .box-list {
    margin: 30px 0 40px 30px;
}
#clinic1 #row3 h3 {
    margin: 0 0 28px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
#clinic1 #row3 h3 &gt; span {
    color: #de9722;
}
#clinic1 #row3 table {
    border-top: none;
}
#clinic1 #row3 table &gt; thead &gt; tr &gt; th {
    width: 29%;
    font-weight: 600;
    color: #fff;
    background-color: #333;
}
#clinic1 #row3 table &gt; tbody &gt; tr &gt; td {
    text-align: center;
}
#clinic1 #row3 table &gt; thead &gt; tr &gt; th:nth-child(1),
#clinic1 #row3 table &gt; thead &gt; tr &gt; th:nth-child(4) {
    color: #fff;
    background-color: #f1b100;
}
#clinic1 #row3 table &gt; tbody &gt; tr:nth-child(odd) &gt; th:nth-child(1),
#clinic1 #row3 table &gt; tbody &gt; tr:nth-child(odd) &gt; td:nth-child(4) {
    background-color: #fff0c8;
}
#clinic1 #row3 table &gt; tbody &gt; tr:nth-child(even) &gt; th:nth-child(1),
#clinic1 #row3 table &gt; tbody &gt; tr:nth-child(even) &gt; td:nth-child(4) {
    background-color: #fff8e5;
}
#clinic1 #row3 table &gt; thead &gt; tr &gt; th:nth-child(1) {
    width: 13%;
}
#clinic1 #row3 .sm {
    margin-top: -40px;
    font-size: 17px;
    text-align: right;
}
#clinic1 #row4 {
    margin: 0 -3px;
}
#clinic1 #row4 &gt; div[class^='col-'] {
    padding: 0 3px;
}

/* 진료클리닉 2 - 건강검진 program (서브) */
#clinic2 .guide .right li {
    font-size: 17px;
    padding-bottom: 0;
}
#clinic2 #seq1 {
    padding-bottom: 100px;
}
#clinic2 #seq1 h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 800;
    color: #de9722;
    text-align: center;
    line-height: 1.5em;
}
#clinic2 #seq1 h4 &gt; strong {
    display: inline-block;
    padding: 25px 0 40px;
    font-size: 72px;
    font-weight: 800;
    color: #17161e;
    letter-spacing: -0.05em;
    margin: 20px 0 40px;
}
#clinic2 #seq2 {
    text-align: center;
    background-color: #f6f0e2;
    padding-bottom: 120px;
}
#clinic2 #seq2 h5 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 400;
    color: #af7700;
}
#clinic2 #seq2 h4 {
    margin: 0 0 80px;
    font-size: 33px;
    font-weight: 800;
    padding: 0 180px;
    line-height: 1em;
}
#clinic2 #seq2 h4 &gt; strong {
    display: inline-block;
    margin: 10px 0 5px;
    padding: 8px 8px 10px;
    font-size: 31px;
    color: #fff;
    font-weight: 800;
    line-height: 1em;
    background-color: #333;
}
#clinic2 #seq2 h4 &gt; strong span {
    font-weight: 600;
}
#clinic2 #seq2 img {
    border-radius: 10px;
}
#clinic2 #seq3 {
    padding: 120px 0 150px;
}
#clinic2 #seq3 .image {
    float: left;
    width: 35%;
    position: relative;
}
#clinic2 #seq3 .image &gt; img {
    border-radius: 100%;
    margin-top: 30px;
}
#clinic2 #seq3 .text {
    width: 65%;
    display: inline-block;
    padding: 30px 0 0 110px;
    word-break: keep-all;
}
#clinic2 #seq3 .text &gt; #inner1 {
    margin-bottom: 60px;
    height: 160px;
}
#clinic2 #seq3 .text h5 {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 800;
    color: #333;
    letter-spacing: -0.06em;
}
#clinic2 #seq3 .text h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
}
#clinic2 #seq3 .text h4 strong {
    float: left;
    width: 120px;
    height: 120px;
    margin-top: -16px;
    margin-right: 20px;
    padding: 44px 14px;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background-color: #f2b24b;
}
#clinic2 #seq4 {
    text-align: center;
    background-color: #f6f6f6;
    padding: 120px 0 150px;
}
#clinic2 #seq4 .txt {
    width: 46%;
    padding-right: 60px;
}
#clinic2 #seq4 .wrap-img {
    width: 165px;
    margin: 10px auto 50px;
    padding: 30px;
    background-color: #fff;
    border-radius: 100%;
}
#clinic2 #seq4 h5 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    line-height: 1.5em;
}
#clinic2 #seq4 h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
}
#clinic2 #seq4 .image {
    width: 54%;
}
#clinic2 #seq4 .image img {
    border-radius: 5px;
}
#clinic2 #seq5 {
    padding-bottom: 0;
}
#clinic2 #seq6 {
    padding-top: 70px;
}
#clinic2 #seq5 h3,
#clinic2 #seq6 h3 {
    margin: 0 0 40px;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.06em;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr:first-child &gt; th {
    padding: 22px 12px;
    font-size: 28px;
    color: #fff;
    background: #f2b24b;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr:nth-child(2) &gt; th {
    width: 20%;
    padding: 16px;
    font-size: 19px;
    font-family: 'notokr', sans-serif;
    background: #fff;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr:nth-child(2) &gt; th:nth-child(2) {
    background: #d0bfff;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr:nth-child(2) &gt; th:nth-child(3) {
    background: #e9ecef;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr:nth-child(2) &gt; th:nth-child(4) {
    background: #ffec99;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr:nth-child(2) &gt; th:nth-child(5) {
    background: #ffd8a8;
}
#clinic2 #seq5 #package table &gt; thead &gt; tr &gt; th img {
    width: 160px;
}
#clinic2 #seq5 #package table &gt; tbody &gt; tr &gt; th {
    font-weight: 800;
    font-family: 'notokr', sans-serif;
    background: #fff4d5;
}
#clinic2 #seq5 #package table &gt; tbody &gt; tr &gt; th .red {
    font-weight: 700;
    color: #c92a2a;
}
#clinic2 #seq5 #package table &gt; tbody &gt; tr &gt; td {
    font-weight: 800;
    text-align: center;
}
#clinic2 #seq5 #package2 table &gt; tbody &gt; tr &gt; td {
    width: 25%;
    font-weight: 800;
    font-family: 'notokr', sans-serif;
    text-align: center;
}
#clinic2 #seq5 #package2{
    margin-top: -51px;
}
#clinic2 #seq5 #package2 table {
    border-top: 1px solid #bbb;
}
#clinic2 #seq5 #package2 table &gt; thead &gt; tr &gt; th {
    padding: 18px 12px;
    font-size: 25px;
}
#clinic2 #seq6 table &gt; tbody &gt; tr &gt; th {
    width: 220px;
    font-size: 18px;
    font-weight: 800;
    font-family: 'notokr', sans-serif;
}
#clinic2 #seq6 table &gt; tbody &gt; tr &gt; th:not(.sub) {
    padding: 24px 20px;
    background-color: #fff4d5;
}
#clinic2 #seq6 table &gt; tbody &gt; tr &gt; td {
    padding: 30px;
    font-weight: 600;
    font-size: 17px;
}

/* 진료클리닉 3 - 슬개골 탈구 (서브) */
#clinic3 .space-bottom {
    margin-bottom: 0;
}
#clinic3 .tb-style-1 {
    margin-bottom: 10px;
}
#clinic3 #seq1 {
    padding-bottom: 0;
    background: #f6f0e2;
}
#clinic3 #seq1 .image,
#clinic6 #seq1 .image {
    border-radius: 500px 500px 0 0;
    background: #fff;
    width: 900px;
    margin: auto;
    height: 500px;
    overflow: hidden;
}
#clinic3 #seq1 .image img {
    width: 50%;
    padding-top: 130px;
}
#clinic3 #seq1 .space-bottom,
#clinic6 #row1 {
    margin-bottom: 0;
}
#clinic3 #row1 h4,
#clinic6 #row1 h4 {
    margin: 0 0 70px;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.06em;
}
#clinic3 #row3 .box-list {
    padding: 30px 30px 25px;
    margin-bottom: 10px;
    background: #f4f4f4;
}
#clinic3 #row4 .wrap-step {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
#clinic3 #row4 ul {
    margin: 0 -5px;
}
#clinic3 #row4 ul &gt; li {
    float: left;
    width: 25%;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
#clinic3 #row4 ul &gt; li h5 {
    margin: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    background-color: #666;
    font-family: 'NanumSquare';
    border-radius: 6px 6px 0 0;
}
#clinic3 #row4 ul &gt; li p {
    min-height: 200px;
    margin: 0;
    padding: 20px 20px;
    font-size: 17px;
    word-break: keep-all;
    background: #f3f3f3;
}
#clinic3 #row5 table &gt; tbody &gt; tr &gt; th {
    width: 180px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background-color: #666;
    font-family: 'NanumSquare';
}
#clinic3 #row6 .wrap-images {
    display: inline-block;
}
#clinic3 #row6 .wrap-images &gt; img {
    float: left;
}
#clinic3 #row6 #images1.wrap-images {
    margin-bottom: 25px;
}
#clinic3 #row6 #images1.wrap-images &gt; img {
    width: 25%;
    padding: 3px;
}
#clinic3 #row6 #images2.wrap-images &gt; img {
    width: 20%;
    padding: 3px;
}
#clinic3 #seq3 {
    padding: 120px 0;
    background-color: #f6f0e2;
}
#clinic3 #seq3 h4 {
    margin: 0 0 50px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
#clinic3 #seq3 h4 &gt; span {
    color: #de9722;
}
#clinic3 #seq3 img {
    width: 100%;
    border-radius: 10px;
}

/* 진료클리닉 4 - 고양이 전문 클리닉 (서브) */
#clinic4 #row1 .text {
    padding: 0 80px;
}
#clinic4 #row1 h4 {
    margin: 0;
    padding: 0 0 80px;
    font-size: 30px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: -0.06em;
}
#clinic4 #row2 {
    padding: 50px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
#clinic4 #row2 img {
    padding: 20px 0;
    border-radius: 5px;
}
#clinic4 #row2 figure {
    margin-bottom: 25px;
}
#clinic4 #row2 figure &gt; figcaption {
    padding: 0 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
#clinic4 #row3 .box-text {
    margin-top: 0;
}
#clinic4 #row3 .text {
    padding: 90px 0 0 15px;
    word-break: keep-all;
    text-align: center;
}
#clinic4 #row3 .box-text p {
    font-size: 20px;
}
#clinic4 #row3 .box-text p.size-lg {
    margin: 0 0 35px;
    font-size: 32px;
    font-weight: 800;
}
#clinic4 #row3 .image {
    padding: 0 0 0 60px;
}
#clinic4 #row3 img {
    margin-bottom: 20px;
    border-radius: 10px;
}
/*
#clinic4 #row4 .wrap-step {
    width: 100%;
    display: inline-block;
    padding: 0;
}
#clinic4 #row4 .wrap-step ul &gt; li {
    float: left;
    width: 25%;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
#clinic4 #row4 .wrap-step ul &gt; li+li::before {
    content: '\f105';
    top: 35%;
    left: -10px;
    position: absolute;
    font-size: 44px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #a8a8a8;
}
#clinic4 #row4 .wrap-step ul &gt; li .circle {
    width: 225px;
    height: 225px;
    margin: 0 auto;
    padding: 45px;
    text-align: center;
    background-color: #fff0bd;
    border-radius: 100%;
}
#clinic4 #row4 .wrap-step ul &gt; li img {
    width: 90px;
}
#clinic4 #row4 .wrap-step ul &gt; li h5 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 800;
}
*/
#clinic4 #row5 img {
    border-radius: 50%;
}
#clinic4 #row5 .text {
    padding: 0 60px;
}
#clinic4 #row5 h4 {
    margin: 0;
    padding: 130px 0 0 30px;
    font-size: 27px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.5em;
    text-align: center;
}

/* 진료클리닉 5 - 반려동물 잡지(건강정보) (서브) */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 0 60px 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 10px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #f5bf2b;
}

#clinic5 .box-blog {
    padding: 70px 50px;
    text-align: center;
    border: 7px solid #ddd;
}
#clinic5 .box-blog &gt; p {
    margin: 0 0 50px;
    font-size: 22px;
    font-weight: 600;
}
#clinic5 .box-blog &gt; a {
    width: 60%;
    display: inline-block;
    color: #fff;
    background-color: #575757;
    border-radius: 2px;
}
#clinic5 .box-blog &gt; a .icon {
    float: left;
    width: 15%;
    display: inline-block;
    padding: 20px;
    line-height: 1em;
    border-right: 1px solid #fff;
}
#clinic5 .box-blog &gt; a .text {
    width: 85%;
    display: inline-block;
    padding: 21px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
}
#clinic5 .box-blog &gt; a:hover {
    background-color: #f5bf2b;
}

/* 진료클리닉 6 - 치과질환 (서브) */
.box-text {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding: 30px 30px 20px;
    font-size: 18px;
    word-break: keep-all;
    border: 7px solid #eee;
}
.box-text h3 {
    margin-bottom: 15px;
}
#clinic6 #seq1 {
    padding-bottom: 0;
    background: #f6f0e2;
}
#clinic6 #row1 .image img {
    padding-top: 20px;
}
#clinic6 #row1 .text {
    width: 45%;
}
#clinic6 #row2 #box3 &gt; div[class^='col-sm-'],
#clinic6 #row2 #box5 &gt; div[class^='col-sm-'] {
    padding: 0;
}
#clinic6 #row2 #box3 &gt; div.text {
    padding-top: 80px;
}
#clinic6 #row2 #box3 .image &gt; img {
    margin-top: -30px;
}
#clinic6 #row2 #box3 h4,
#clinic6 #row2 #box5 h4 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 800;
}
#clinic6 #row2 #box3 h4::before,
#clinic6 #row2 #box5 h4::before {
    content: '';
    top: 1px;
    left: 0;
    width: 4px;
    height: 92%;
    position: absolute;
    background-color: #333;
    border-radius: 2px;
}
#clinic6 #row2 #box3 .symptom ul {
    margin: 0 -5px;
}
#clinic6 #row2 #box3 .symptom ul &gt; li {
    float: left;
    width: 25%;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
#clinic6 #row2 #box3 .symptom ul &gt; li h5 {
    margin: 0;
    padding: 10px;
    font-size: 17px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #fff;
    text-align: center;
    background-color: #666;
    border-radius: 6px 6px 0 0;
}
#clinic6 #row2 #box3 .symptom ul &gt; li p {
    min-height: 165px;
    margin-bottom: 0;
    padding: 20px 15px;
    font-size: 17px;
    word-break: keep-all;
    background: #f3f3f3;
}
#clinic6 #row2 #box5 .top {
    margin: 20px 0 40px;
}
#clinic6 #row2 #box5 .bottom {
    margin-bottom: 10px;
}
#clinic6 #row2 #box5 .images &gt; div[class^='col-sm-'] {
    padding: 0 5px;
}
#clinic6 .guide {
    margin-top: 50px;
}
#clinic6 .guide .right li {
    font-size: 17px;
    padding-bottom: 0;
}

/* 병원둘러보기 (서브) */
#subCarousel {
    overflow: hidden;
}
#subCarousel &gt; .wrap-indicators {
    bottom: 0;
    width: 100%;
    height: 88px;
    position: absolute;
    display: inline-block;
    background-color: rgb(0 0 0 / 0.3);
    z-index: 100;
}
#subCarousel .carousel-indicators {
    left: 0;
    bottom: 0;
    width: auto;
    height: 88px;
    margin: 0;
    padding: 8px 0 8px 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
#subCarousel .carousel-indicators &gt; li,
#subCarousel .carousel-indicators &gt; li.active {
    width: 106px;
    height: auto;
    transform: none;
    border-radius: 0;
}
#subCarousel .carousel-indicators &gt; li {
    float: left;
    margin: 0 4px;
    border: 1px solid #000;
}
#subCarousel .carousel-indicators &gt; li.active {
    box-shadow: none;
    border:2px solid #fff;
}
#subCarousel .carousel-control {
    text-shadow: none;
    background-image: none;
}
#subCarousel .carousel-control &gt; .glyphicon {
    padding: 4px;
    font-size: 18px;
    color: #777;
    background-color: #fff;
    border-radius: 20px;
}
#subCarousel .carousel-control &gt; .glyphicon-chevron-left {
    left: 25px;
}
#subCarousel .carousel-control &gt; .glyphicon-chevron-right {
    right: 25px;
}

/* 장비소개 (서브) */
#equipment .space-bottom {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
#equipment .image,
#equipment .text {
    float: none;
    max-width: 585px;
    display: table-cell;
    word-break: keep-all;
    vertical-align: middle;
}
#equipment .image &gt; img {
    padding: 40px 20px;
}
#equipment .text &gt; h4 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
}
#equipment .text &gt; p {
    word-break: keep-all;
}
#equipment #row8 {
    padding-top: 40px;
    padding-bottom: 30px;
}
/*
#equipment #row8 {
    padding-top: 40px;
}
#equipment #row8 p {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
#equipment #row8 p &gt; i {
    color: #f1b128;
}
#equipment #row8 p &gt; span {
    color: #1864ab;
}
#equipment #row8 table {
    border-top: none;
}
#equipment #row8 table &gt; thead &gt; tr &gt; th {
    color: #fff;
    font-weight: 400;
    background-color: #333;
    border-right: 1px solid #000;
}
#equipment #row8 table &gt; tbody &gt; tr &gt; th {
    font-weight: 600;
}
#equipment #row8 table &gt; tbody &gt; tr &gt; td {
    width: 40%;
    padding: 40px 20px;
    word-break: keep-all;
}
#equipment #row8 table &gt; tbody &gt; tr &gt; td &gt; ol {
    margin-bottom: 0;
    padding-left: 10px;
}
*/
#equipment .guide {
    margin-top: 50px;
    background: #f6f6f6;
    border-radius: 10px;
}
#equipment .guide .left {
    width: 18%;
    display: table-cell;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
}
#equipment .guide h4 {
    display: initial;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 800;
    border-bottom: 1px solid #999;
}
#equipment .guide .right {
    width: 81%;
    display: table-cell;
    padding: 32px 30px 20px 10px;
    font-size: 17px;
    vertical-align: middle;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1119px) { /* 태블릿, 모바일 */
    .sub-contents &gt; .link {
        margin: 20px 0;
        background-color: #fff;
    }
    .sub-contents &gt; .link ul &gt; li {
        width: 100%;
        display: inline-block;
    }
    .sub-contents &gt; .link ul &gt; li &gt; a {
        padding: 8px 5px;
        font-size: 17px;
        color: #444;
        border: 1px solid #ddd;
    }
    .sub-contents &gt;.link ul &gt; li.active &gt; a {
        color: #fff;
        background-color: #f1b100;
        border-color: #f1b100;
    }
    #greeting #row1 {
        margin-bottom: 0;
    }
    #greeting .image {
        width: 100%;
    }
    #greeting .text {
        padding: 20px 15px 0 15px;
    }
    #operating_location .box-addr &gt; .addr {
        width: 100%;
        word-break: keep-all;
    }
    #clinic1 #row4 img {
        margin-bottom: 6px;
    }
    #clinic2 #seq5 #package table &gt; tbody &gt; tr &gt; th,
    #clinic2 #seq5 #package2 table &gt; tbody &gt; tr &gt; td,
    #clinic2 #seq6 table &gt; tbody &gt; tr &gt; th {
        font-size: 16px;
    }
    #clinic2 #seq6 table &gt; tbody &gt; tr &gt; td {
        padding: 20px;
    }
    #clinic5 .box-blog {
        padding: 40px 30px;
    }
    #clinic5 .box-blog &gt; p {
        margin: 0 0 25px;
        font-size: 20px;
        word-break: keep-all;
        line-height: 1.3em;
    }
    #clinic5 .box-blog &gt; a {
        width: 100%;
    }
    #clinic5 .box-blog &gt; a .icon {
        width: 20%;
    }
    #clinic5 .box-blog &gt; a .text {
        width: 80%;
    }
    #clinic6 #row2 #box3 &gt; div.text {
        padding-top: 0;
    }
    #clinic6 #row2 #box3 h4 {
        margin-top: 50px;
    }
}
@media (max-width: 767px) { /* 모바일 */
    #site {
        padding-top: 70px;
    }
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-brand img {
        height: 38px;
        margin-top: 2px;
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav &gt; .open {
        background-color: #f6f6f6;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 12px 15px;
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu {
        padding: 10px 0;
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu &gt; li &gt; a {
        padding: 7px 25px;
        color: #111;
    }
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu &gt; li &gt; a:focus {
        font-weight: 600;
        color: #111;
    }

    .main-contents #seq1,
    .main-contents #seq2 {
        padding: 15px;
    }
    .main-contents #seq1 &gt; .container {
        padding: 0;
    }
    .main-contents #seq1 .row &gt; div {
        padding: 0 15px;
    }
    .main-contents .main-banner h3 {
        font-size: 22px;
    }
    .main-contents #banner3.main-banner &gt; a,
    .main-contents #banner5.main-banner &gt; a {
        background-position: 25% 50%;
    }
    .main-contents #seq2 {
        padding: 40px 0;
        background-position: 90% 100%;
        background-size: 200px;
    }
    .main-contents #box3.main-box &gt; .hours {
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .main-contents #box3.main-box &gt; .hours+.hours {
        border-top: 1px dashed #ddd;
        border-left: none;
    }
    .main-contents .main-box h4 {
        margin: 0 0 25px;
        font-size: 24px;
    }
    .main-contents #box3.main-box &gt; .hours ul &gt; li {
        font-size: 21px;
    }
    .main-contents #seq2 #box4.main-box {
        margin-top: 5px;
        padding: 30px;
    }

    #site footer .footer-info {
        padding: 20px 0;
    }
    #site footer .footer-info img {
        height: 60px;
        margin-bottom: 15px;
    }
    #site footer .footer-info ul li {
        margin-right: 15px;
        font-size: 11px;
        line-height: 20px;
    }
    #site footer .footer-info ul li+li::before {
        left: -6px;
        height: 11px;
    }
    #site footer .footer-info ul li.copy {
        font-size: 10px;
    }

    .btn-top {
        width: 50px;
        height: 50px;
        padding: 12px;
    }
    .sub-contents &gt; .page-top {
        height: 180px;
    }
    .sub-contents &gt; #back1.page-top {background-position: 42% 50%;}
    .sub-contents &gt; #back2.page-top {background-position: 20% 0%;}
    .sub-contents &gt; #back3.page-top {background-position: 20% 50%;}
    .sub-contents &gt; #back4.page-top {background-position: 72% 49%;}

    .sub-contents &gt; .page-top .wrap-title {
        padding: 60px 0 0;
    }
    .sub-contents &gt; .page-top .wrap-title &gt; h3 {
        font-size: 38px;
    }
    .sub-contents &gt; .page-top .wrap-title &gt; h3 &gt; span {
        font-size: 17px;
    }
    .sub-contents &gt; .page-top .wrap-title &gt; .sm {
        margin-top: 10px;
        font-size: 13px;
    }
    .sub-contents .contents &gt; section {
        padding: 60px 0 70px;
    }
    .title-lv-2 {
        font-size: 35px;
    }
    .title-lv-2 + hr {
        margin: 25px auto 50px;
    }
    .title-lv-3 {
        font-size: 26px;
        line-height: 1.2em;
    }
    .title-lv-3::before {
        top: 0;
    }
    .space-bottom {
        margin-bottom: 50px;
    }

    #greeting .text p.txt-big {
        font-size: 26px;
    }
    #operating_location .title-lv-2 {
        font-size: 30px;
    }
    #operating_location .root_daum_roughmap {
        height: 250px;
    }
    #operating_location .box-addr &gt; ul {
        padding-left: 0;
        word-break: keep-all;
    }
    #operating_location #row2 h3 {
        margin-bottom: 10px;
    }
    #operating_location .guide1 {
        display: inline-block;
        margin: 0 0 20px;
        text-align: left;
    }
    #operating_location .hours {
        min-height: auto;
        padding: 30px;
    }
    #operating_location .hours &gt; .image {
        width: 100%;
    }
    #operating_location .hours &gt; .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    #operating_location .hours &gt; .text h5 {
        font-size: 21px;
    }
    #operating_location .hours &gt; .text .guide2 .tel {
        font-size: 22px;
    }
    #clinic1 #row1 h4 {
        margin: 0 0 20px;
        font-size: 37px;
        line-height: 1.3em;
    }
    #clinic1 #row1 h4 &gt; strong {
        display: block;
    }
    #clinic1 #row1 .table-responsive {
        margin-top: 40px;
    }
    #clinic1 #row1 table {
        margin-top: 0;
    }
    #clinic1 #row2 ul &gt; li {
        width: 50%;
        margin-bottom: 40px;
    }
    #clinic1 #row2 ul &gt; li+li::before {
        top: 35%;
        left: -5px;
        font-size: 35px;
    }
    #clinic1 #row2 ul &gt; li .circle {
        width: 140px;
        height: 140px;
        padding: 20px;
    }
    #clinic1 #row2 ul &gt; li h5 {
        padding-top: 10px;
        font-size: 17px;
    }
    #clinic1 #row2 .box-list {
        margin: 30px 0;
    }
    .sub-contents.clinic .guide .left,
    .sub-contents.clinic .guide .right {
        width: 100%;
        display: inline-block;
    }
    .sub-contents.clinic .guide .right {
        padding: 25px 25px 15px 40px;
    }
    .sub-contents.clinic .guide .right &gt; ol {
        padding-left: 20px;
    }
    #clinic1 #row3 h3 {
        font-size: 30px;
        line-height: 1.3em;
    }
    #clinic1 #row3 .sm {
        margin-top: 0;
    }
    #clinic2 #seq1 {
        padding-bottom: 70px;
    }
    #clinic2 #seq1 h4 {
        font-size: 25px;
        word-break: keep-all;
        line-height: 1.3em;
    }
    #clinic2 #seq1 h4 &gt; strong {
        padding-bottom: 0;
        font-size: 44px;
    }
    #clinic2 #seq2 {
        padding-bottom: 70px;
    }
    #clinic2 #seq2 h5 {
        font-size: 25px;
        word-break: keep-all;
    }
    #clinic2 #seq2 h4 {
        margin: 20px 0 50px;
        padding: 0;
        font-size: 26px;
        word-break: keep-all;
    }
    #clinic2 #seq2 h4 &gt; strong {
        padding: 6px 8px 8px;
        font-size: 24px;
    }
    #clinic2 #seq2 img {
        margin-top: 20px;
    }
    #clinic2 #seq3,
    #clinic2 #seq4 {
        padding: 60px 0 70px;
    }
    #clinic2 #seq3 .image {
        width: 100%;
    }
    #clinic2 #seq3 .image img {
        width: 60%;
    }
    #clinic2 #seq3 .text {
        width: 100%;
        padding: 0;
    }
    #clinic2 #seq3 .text &gt; #inner1 {
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }
    #clinic2 #seq3 .text h5 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 1.4em;
        text-align: center;
    }
    #clinic2 #seq3 .text h4 {
        font-size: 18px;
    }
    #clinic2 #seq3 .text h4 strong {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 15px;
        padding: 17px 15px 13px;
        font-size: 26px;
        border-radius: 50px;
    }
    #clinic2 #seq4 .txt {
        width: 100%;
        padding-right: 0;
    }
    #clinic2 #seq4 .wrap-img {
        margin-bottom: 30px;
    }
    #clinic2 #seq4 h5 {
        font-size: 26px;
        line-height: 1.4em;
    }
    #clinic2 #seq4 h4 {
        font-size: 24px;
        line-height: 1.3em;
    }
    #clinic2 #seq4 .image {
        margin-top: 30px;
        width: 100%;
    }
    #clinic2 #seq5 h3,
    #clinic2 #seq6 h3 {
        font-size: 34px;
    }
    #clinic2 #seq5 #package2 {
        margin-top: -17px;
    }
    .sub-contents.clinic .guide .right {
        padding: 25px 0 15px 10px;
        word-break: keep-all;
    }
    #clinic3 #row1 h4 {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 1.3em;
    }
    #clinic3 #seq1 .image,
    #clinic6 #seq1 .image {
        width: 100%;
        height: auto;
    }
    #clinic3 #seq1 .image img {
        padding-top: 60px;
    }
    .box-text {
        padding: 20px 20px 10px;
    }
    .box-text &gt; .title-lv-3 {
        padding-left: 30px;
        font-size: 23px;
    }
    .box-text &gt; .title-lv-3::before {
        font-size: 23px;
    }
    #clinic3 #row3 .box-list {
        padding: 20px 20px 15px;
    }
    #clinic3 #row4 ul &gt; li {
        width: 100%;
        margin-bottom: 20px;
    }
    #clinic3 #row4 ul &gt; li p {
        min-height: auto;
        padding: 15px;
    }
    #clinic3 #row4 img {
        margin-top: 20px;
    }
    #clinic3 #row5 table &gt; tbody &gt; tr &gt; th,
    #clinic3 #row5 table &gt; tbody &gt; tr &gt; td {
        width: 100%;
        display: inline-block;
    }
    #clinic3 #row5 table &gt; tbody &gt; tr &gt; th {
        border-top: 0;
    }
    #clinic3 #row6 .box-text h3 {
        padding-left: 28px;
        font-size: 19px;
    }
    #clinic3 #row6 .box-text h3::before {
        font-size: 20px;
    }
    #clinic3 #row6 #images1.wrap-images &gt; img,
    #clinic3 #row6 #images2.wrap-images &gt; img {
        width: 50%;
    }
    #clinic3 #seq3 {
        padding: 60px 0 70px;
    }
    #clinic3 #seq3 h4 {
        margin-bottom: 30px;
        font-size: 24px;
        word-break: keep-all;
        line-height: 1.2em;
    }
    #clinic3 #seq3 h4 &gt; span {
        display: block;
    }
    #clinic3 #seq3 img {
        margin-top: 20px;
    }
    #clinic4 #row1 .text {
        padding: 0;
    }
    #clinic4 #row1 h4 {
        padding: 0 15px 40px;
        font-size: 20px;
    }
    #clinic4 #row1 img {
        height: 300px;
    }
    #clinic4 #row2 figure {
        margin-bottom: 10px;
    }
    #clinic4 #row2 &gt; div:last-child figure {
        padding: 0 60px;
    }
    #clinic4 #row3 .text {
        padding: 0;
    }
    #clinic4 #row3 .box-text p.size-lg {
        margin: 20px 0 15px;
        font-size: 25px;
    }
    #clinic4 #row3 .image {
        padding: 20px 0 0;
    }
    #clinic4 #row5 .text {
        padding: 0 15px;
    }
    #clinic4 #row5 h4 {
        padding: 30px 0 0;
        font-size: 25px;
        line-height: 1.3em;
    }
    .slick-list {
        padding: 0 0 50px 0;
    }
    .slick-slide {
        margin: 0px 10px;
    }
    .slick-dots li {
        margin: 0;
    }
    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    #clinic6 #row1 h4 {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 1.3em;
    }
    #clinic6 #row2 #box3 .image &gt; img {
        margin-top: 20px;
    }
    #clinic6 #row2 #box3 .symptom ul &gt; li {
        width: 100%;
        margin-bottom: 20px;
    }
    #clinic6 #row2 #box3 .symptom ul &gt; li p {
        min-height: auto;
    }
    #clinic6 #row2 #box5 h4 {
        margin-top: 40px;
    }
    #clinic6 #row2 #box5 img {
        margin-bottom: 10px;
    }
    #subCarousel &gt; .carousel-inner {
        padding-bottom: 88px;
    }
    #subCarousel .carousel-control &gt; .glyphicon {
        top: 37%;
        padding: 4px 8px;
        font-size: 14px;
    }
    #equipment .image, #equipment .text {
        min-width: auto;
        display: inline-block;
    }
    #equipment .image &gt; img {
        padding: 0 0 30px;
    }
    #equipment .space-bottom {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #equipment .text &gt; h4 {
        font-size: 25px;
    }
    #equipment .guide {
        margin-top: 0;
    }
    #equipment .guide .left,
    #equipment .guide .right {
        width: 100%;
        display: inline-block;
    }
    #equipment .guide .right {
        padding: 25px 0 15px 10px;
        word-break: keep-all;
    }
    .member_wrapper {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}
@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
    #site {
        padding-top: 160px;
    }
    .container &gt; .navbar-header,
    .navbar-inverse .navbar-brand {
        width: 100%;
        margin-left: 0 !important;
    }
    .navbar-inverse .navbar-brand {
        margin: 10px 0 30px;
    }
    .navbar-inverse .navbar-brand img {
        margin: 0 auto;
    }
    .navbar-inverse .navbar-collapse {
        text-align: center;
    }
    .navbar-inverse .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: 0;
        margin-bottom: -6px;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 25px 10px;
        font-size: 18px;
    }

    .main-contents #seq1 {
        padding: 15px;
    }
    .main-contents #seq1 &gt; .container {
        padding: 0;
    }
    #mainCarousel .carousel-inner .item {
        height: 530px;
    }
    .main-contents #seq2 {
        padding: 40px 15px;
        background-position: 95% 100%;
        background-size: 250px;
    }
    .sub-contents .contents &gt; section {
        padding: 80px 0 100px;
    }
    #operating_location .hours {
        min-height: auto;
    }
    #clinic1 #row2 ul &gt; li {
        margin-bottom: 30px;
    }
    #clinic1 #row2 ul &gt; li+li::before {
        top: 35%;
        left: -4px;
        font-size: 35px;
    }
    #clinic1 #row2 ul &gt; li .circle {
        width: 150px;
        height: 150px;
        padding: 20px;
    }
    #clinic1 #row2 ul &gt; li h5 {
        padding-top: 15px;
    }
    .sub-contents.clinic .guide .left {
        width: 30%;
        padding-left: 15px;
    }
    .sub-contents.clinic .guide .right {
        width: 70%;
    }
    #clinic2 #seq2 h4 {
        margin-top: 30px;
        padding: 0;
    }
    #clinic2 #seq3 .image {
        float: none;
        width: 100%;
        padding: 0 200px;
    }
    #clinic2 #seq3 .text {
        width: 100%;
        padding: 50px 0 0 0;
    }
    #clinic2 #seq4 .txt {
        width: 100%;
        padding-right: 15px;
    }
    #clinic2 #seq4 .image {
        width: 100%;
        margin-top: 30px;
        padding: 0 200px;
    }
    #clinic3 #row1 h4,
    #clinic6 #row1 h4 {
        font-size: 42px;
    }
    #clinic3 #seq1 .image,
    #clinic6 #seq1 .image {
        width: 100%;
    }
    #clinic3 #row4 ul &gt; li {
        width: 50%;
    }
    #clinic4 #row3 .text {
        padding-top: 0;
    }
    #clinic4 #row5 h4 {
        padding-top: 30px;
    }
    #clinic6 #row2 #box3 .image &gt; img {
        margin-top: 0;
    }
    #clinic6 #row2 #box3 .symptom ul &gt; li {
        width: 50%;
    }
}
@media (min-width: 1200px) {  /* 데스크탑 */
    .container {
        width: 1200px;
    }
    .main-contents section &gt; .container {
        width: 1200px;
    }
    .sub-contents &gt; .link ul &gt; li {
        width: 1%;
        display: table-cell;
    }
    .table-responsive {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #clinic4 #row2 &gt; div:last-child {
        width: 19%;
    }
}
@media (min-width: 768px) and (max-width: 1499px) { /* 데스크탑 */
    .main-contents #box1.main-box {
        float: left;
        width: 55%;
        padding-right: 15px;
    }
    .main-contents #box2.main-box {
        width: 45%;
        display: inline-block;
        margin-top: 35px;
        padding: 20px;
    }
    .main-contents #box3 {
        margin-top: 25px;
    }
    .main-contents #seq2 #row1 &gt; div {
        width: 100%;
    }
    .main-contents #seq2 #box4.main-box {
        margin-top: 30px;
    }
    .main-contents #seq2 #box4.main-box &gt; .btn {
        float: right;
        margin-top: -30px;
    }
}
@media (min-width: 1500px) {  /* 데스크탑 */
    .main-contents section &gt; .container {
        width: 1500px;
    }
}
/******* 모바일 최적화 끝 *******/</pre></body></html>