@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&subset=korean");
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
#header,
section,
summary,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body,
html {
    line-height: 1.4;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 62.5%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: block;
    color: inherit;
    color: #383838;
    font-family: inherit;
    font-weight: normal;
    text-decoration: none;
}

a:active,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}

button {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    outline: none;
}

img {
    max-width: 100%;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    width: 0.1rem;
    height: 0.1rem;
}

fieldset {
    border: 0 none !important;
}

em {
    font-style: normal;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

#footer .sitemap ul.social {
    display: none;
}

.center_introduce .center_doc_introduce ul li > div.doc_info p{display: none;}
.subject2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 80px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #2d2d2d;
    background-color: #ffffff;
    border: 1px solid #acacac;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #005ec2;
    border-color: #005ec2;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #acacac;
}

#header .membership:after,
#header .menu .inner::after,
#header .menu .inner #nav > ul:after,
#header .menu .sub_menu .inner::after,
#footer .sitemap::after,
.navigater:after,
.navigater .inner > ul:after,
.clinic .clinic_list ul:after,
.clinic_intro .clinic_info::after,
.clinic_docter .clinic_doc_list:after,
.clinic_docter .clinic_doc_list li .doc_profile:after,
.doc_intro .doc_info:after,
.center_introduce .center_introduce_text:after,
.center_introduce .medical_introduce_text:after,
.center_introduce .pedical_tab:after,
.center_introduce .medical_tab:after,
.center_introduce .medical_datail ul:after,
.center_introduce .center_doc_introduce ul li:after,
.professional_center .center_list ul:after,
.board_wrap .board_tab:after,
.board_wrap .btn_wrap::after,
.floor .floor_table table td ul:after {
    content: "";
    display: block;
    clear: both;
}

#header {
    position: relative;
}

#header .pc {
    display: block;
}

#header .mb {
    display: none;
}

#header .membership {
    width: 1238px;
    margin: 0 auto;
    position: relative;
    transition: all .2s;
}

#header .membership > ul {
    float: right;
    padding-right: 90px;
}

#header .membership > ul > li {
    float: left;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 13px;
}

#header .membership > ul > li.lang {
    position: relative;
    background: #005ec2;
    width: 100px;
    padding: 0;
    color: #fff;
    text-align: center;
}

#header .membership > ul > li.lang > a {
    color: #fff;
}

#header .membership > ul > li.lang > a:after {
    content: "+";
    display: inline-block;
    margin-left: 5px;
}

#header .membership > ul > li.lang:hover ul {
    display: block;
}

#header .membership > ul > li.lang ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #005ec2;
    width: 100%;
    z-index: 100;
    text-align: center;
}

#header .membership > ul > li.lang ul a {
    color: #93c7fe;
    font-size: 1.3rem;
}

#header .membership .social {
    float: none;
    position: absolute;
    top: 50%;
    right: -7%;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#header .membership .social li {
    display: inline-block;
    height: 30px;
    margin: 0 2px;
    padding: 0;
    line-height: 30px;
}

#header .membership .social li a {
    width: 30px;
    height: 30px;
}

#header .membership .social li img {
    margin-top: -1px;
    vertical-align: middle;
}

@media screen and (max-width: 759px) {



    #header .social {
        display: block;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    #header .social li {
        display: inline-block;
        width: 30px;
        margin: 0 3px;
        vertical-align: middle;
    }
}

#header .menu {
    position: relative;
    border-top: solid 1px #d7d7d7;
}

#header .menu .inner {
    width: 1238px;
    margin: 0 auto;
}

#header .menu .inner .logo {
    float: left;
    margin-top: 13px;
}

#header .menu .inner #nav {
    float: right;
    position: relative;
    padding-right: 42px;
}

#header .menu .inner #nav > ul li {
    float: left;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 2rem;
}

#header .menu .inner #nav > ul li:hover {
    border-bottom: solid 6px #005ec2;
}

#header .menu .inner .first-menu {
    width: 140px;
}

#header .menu .inner .second-menu {
    width: 135px;
}

#header .menu .inner .third-menu {
    width: 140px;
}

#header .menu .inner .fourth-menu {
    width: 140px;
}

#header .menu .inner .fifth-menu {
    width: 134px;
}
#header .menu .inner .sixth-menu {
    width: 134px;
}

#header .menu .sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 15px;
    border-top: solid 1px #dcdcdc;
    clear: both;
    z-index: 100;
}

#header .menu .sub_menu.on {
    z-index: 100;
    opacity: 1;
    visibility: visible;
}

#header .menu .sub_menu .inner {
    width: 1335px;
    height: 424px;
    margin: 0 auto;
    padding-top: 15px;
}

#header .menu .sub_menu .inner > div {
    float: left;
    width: 355px;
    margin-top: 15px;
    margin-right: 70px;
}

#header .menu .sub_menu .inner ul {
    float: left;
    height: 100%;
    border-right: solid 1px #dcdcdc;
    text-align: center;
}

#header .menu .sub_menu .inner ul li {
    padding: 4px 10px;
}

#header .menu .sub_menu .inner ul li a {
    display: block;
    color: #797979;
    letter-spacing: -1px;
    font-size: 1.5rem;
}

#footer {
    padding-top: 0px;
    background: #fff;
}

#footer .sitemap {
    position: relative;
    width: 1313px;
    height: auto;
    margin: 0 auto;
}

#footer .sitemap ul {
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer .sitemap ul li {
    display: inline-block;
    padding-left: 6px;
    font-size: 1.6rem;
}

#footer .sitemap ul li a {
    display: block;
    margin-top: -2px;
    color: #5d5c5c;
    line-height: 1;
}

#footer .sitemap ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

#footer .sitemap .logo {
    display: none;
}

#footer .sitemap .lang {
    display: none;
}

#footer .footer {
    background: #34393e;
}

#footer .footer .inner {
    position: relative;
    width: 1313px;
    height: 151px;
    margin: 13px auto 0;
}

#footer .footer .inner .logo {
    position: absolute;
    top: 32px;
}

#footer .footer .inner .logo.gray {
    top: auto;
    right: 0;
    bottom: 12px;
}

#footer .footer .inner .companyinfo {
    padding-top: 10px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 1.6rem;
}

#footer .footer .inner .companyinfo span:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 15px;
    margin: 0 10px;
    vertical-align: -2px;
}

#footer .footer .inner .companyinfo span:first-child:before {
    display: none;
}

#footer .footer .inner .companyinfo span a {
    display: inline-table;
    color: #fff;
    margin: 5px;
    font-size: 13px;
}

.sub-pagination {
    position: absolute;
    top: auto !important;
    left: 20px !important;
    bottom: 25px !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    z-index: 200;
    text-align: center;
}

.sub-pagination .swiper-pagination-bullet {
    display: inline-block !important;
    top: 0 !important;
    background: #bdbec0;
    width: 8px !important;
    height: 8px !important;
    margin-right: 5px;
    padding-left: 0 !important;
    border-radius: 100%;
    line-height: 8px !important;
}

.sub-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.center_visual.new{
  display: flex;
  height:370px;
  background-image:url('/images/center_bg.png');
  background-repeat:no-repeat;
  background-size:cover;
  align-content: center;
    justify-content: center
}
    .center_visual--inner{
        display: flex;
        align-content: center;
        justify-content: center;
            flex-direction: column;
        text-align: center
    }
        .center_visual--inner h3{
            font-size: 60px;
            font-weight:500;
            color:#fff;
            margin-bottom: 30px;
        }
        .center_visual--inner p{
            font-size: 25px;
            font-weight:400;
            color:#d6d6d6;
            word-break: keep-all;
        }
.mocenter_visual{
  display: none;
}

.sub_visual{display: block;}

.mosub_visual{display: none;}


@media screen and (min-width: 760px) and (max-width: 1380px) {
    body,
    html {
        font-size: 50%;
    }
    #header .membership {
        width: 100%;
        padding: 0 100px;
    }
    #header .membership .social {
        right: 20px;
    }
    #header .menu .inner {
        width: 100%;
    }
    #header .menu .inner .logo {
        padding-left: 30px;
    }
    #header .menu .inner #nav {
        width: 70%;
        padding-right: 40px;
    }
    #header .menu .inner #nav > ul li {
        width: 20%;
    }
    #header .menu .sub_menu .inner {
        width: 100%;
        padding-right: 40px;
        padding-left: 30%;
    }
    #header .menu .sub_menu .inner > div {
        display: none;
    }
    #header .menu .sub_menu .inner ul {
        width: 20%;
    }
    #footer .sitemap {
        width: 100%;
        height: auto;
    }
    #footer .sitemap ul {
        position: static;
        text-align: center;
    }
    #footer .sitemap ul.social {
        position: static;
        padding-top: 2%;
    }
    #footer .footer .inner {
        width: 100%;
    }
    #footer .footer .inner .logo {
        display: none;
    }
    #footer .footer .inner .logo.gray {
        display: none;
    }
    #footer .footer .inner .companyinfo {
        padding-top: 3%;
    }
}

@media screen and (max-width: 759px) {
    #header .pc {
        display: none;
    }
    #header .mb {
        display: block;
        position: relative;
        padding: 30px 0;
    }
    #header .mb .logo {
        width: 120px;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
      #header .mb .lang {
       position: absolute;
        top: 50%;
        right: 60px;
        background: #005ec2;
        width: 20%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
         z-index: 1000;
    }
    #header .mb .lang a {
       color: #fff;
        font-size: 1.5rem;
    }
   #header .mb .lang ul {
        display: none;
    }
   #header .mb .lang:hover ul {
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        margin: 0;
        z-index: 1000;
    }
   #header .mb .lang:hover ul li {
        display: block;
        background: #005ec2;
        padding: 0;
    }
    #header .mb .lang:hover ul li a {
        display: block;
        height: 20px;
        margin: 0;
        line-height: 20px;
        font-size: 11px;
    }

    #header .mb .menu {
        position: absolute;
        top: 50%;
        right: 20px;
        background: url(/images/mobile_menu.png) 0 0 no-repeat;
        background-size: 25px 21px;
        width: 25px;
        height: 23px;
        font: 0/0 a;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header .mb .menu.on {
        background: url(/images/mobile_menu_close.png) 0 0 no-repeat;
        background: url(/images/mobile_menu_close.png) 0 0 no-repeat;
        background-size: 25px 21px;
        border: 0;
    }
    #header .mb .mobile_menu {
        display: none;
        position: absolute;
        top: 100%;
        background: #0a60c7;
        width: 100%;
        z-index: 10;
        font-size: 15px;
        font-weight: bold;
    }
    #header .mb .mobile_menu ul {
        position: absolute;
        background: #0a60c7;
        width: 100%;
        z-index: 10;
    }
    #header .mb .mobile_menu ul li .title {
        position: relative;
        padding: 15px 5%;
        color: #fff;
    }
    #header .mb .mobile_menu ul li .title:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 5%;
        color: #fff;
        font-size: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    #header .mb .mobile_menu ul li ul {
        display: none;
        position: static;
    }
    #header .mb .mobile_menu ul li ul li {
        background: #fff;
        padding: 15px 0;
        border-top: solid 1px #d2d2d2;
    }
    #header .mb .mobile_menu ul li ul li a {
        padding: 0 5%;
        color: #000;
    }
    #footer {
        padding-top: 20px;
    }
    #footer .sitemap {
        width: 100%;
        height: auto;
    }
    #footer .sitemap .inner ul {
        position: static;
        width: 98%;
        margin: 0 auto;
        margin-top: 15px;
        line-height: 20px;
        text-align: center;
    }
    #footer .sitemap .inner ul li a {
        font-size: 12px;
    }
    #footer .sitemap .inner ul.social {
        position: absolute;
        margin-top: 40px;
        text-align: right;
    }
    #footer .sitemap .inner ul.social li {
        width: 30px;
        height: 30px;
        padding-left: 0px;
        margin-left: 5px;
    }
    #footer .sitemap .inner ul.social li:last-child {
        width: 35px;
    }
    #footer .sitemap .inner ul.social li a {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }
    #footer .sitemap .inner ul.social li a img {
        width: 30px;
        height: 30px;
    }
    #footer .sitemap .inner .logo {
      display: block;
      width: 125px;
      padding-top: 30px;
      padding-left: 12px;
    }
    #footer .sitemap .inner .lang {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 10px;
        background: #005ec2;
        width: 80px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }
    #footer .sitemap .inner .lang a {
        color: #fff;
        font-size: 13px;
    }
    #footer .sitemap .inner .lang ul {
        display: none;
    }
    #footer .sitemap .inner .lang:hover ul {
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        margin: 0;
        z-index: 10;
    }
    #footer .sitemap .inner .lang:hover ul li {
        display: block;
        background: #005ec2;
        padding: 0;
    }
    #footer .sitemap .inner .lang:hover ul li a {
        display: block;
        height: 20px;
        margin: 0;
        line-height: 20px;
        font-size: 11px;
    }
    #footer .footer .inner {
        width: 100%;
        height: 100px;
    }
    #footer .footer .inner .logo {
        display: none;
    }
    #footer .footer .inner .companyinfo {
        padding-top: 0px;
        font-size: 10px;
    }
    #footer .footer .inner .companyinfo span {
        margin: 0 5px;
    }
    #footer .footer .inner .companyinfo span:first-child {
        display: block;
    }
    #footer .footer .inner .companyinfo span:before {
        display: none;
    }
    #footer .footer .inner .companyinfo p {
        margin-top: 10px;
        color: #979ca4;
    }
    #footer .footer .inner .companyinfo span a {
        margin: 5px 0;
        font-size: 10px;
    }
}

.navigater {
    background: #005ec2;
}

.navigater .inner {
    max-width: 1314px;
    margin: 0 auto;
    width: 100%;
}

.navigater .inner > ul > li {
    float: left;
    position: relative;
    background: #3d90e8;
    width: 188px;
    border-left: solid 1px #81acd9;
    color: #fff;
    letter-spacing: -1px;
    font-size: 1.7rem;
    transition: all .3s;
}

.navigater .inner > ul > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(/images/icon_arrow.png) 0 0 no-repeat;
    background-size: 15px 8px;
    width: 15px;
    height: 8px;
    transform: translateY(-50%);
}

.navigater .inner > ul > li.home {
    background: #005ec2 url(/images/icon_home.png) 50% no-repeat;
    width: 93px;
    padding-left: 0;
    border-left: 0;
    text-align: center;
    font: 0/0 a;
}

.navigater .inner > ul > li.home:after {
    display: none;
}

.navigater .inner > ul > li:nth-child(2) {
    background: #1b76d6;
}

.navigater .inner > ul > li:nth-child(3) {
    background: #3d90e8;
    border-right: solid 1px #81acd9;
}

.navigater .inner > ul > li:nth-child(3) ul {
    background: #3d90e8;
}

.navigater .inner > ul > li:nth-child(3) ul li {
    background: none;
}

.navigater .inner > ul > li:last-child {
    background: #3d90e8;
    border-right: solid 1px #81acd9;
}

.navigater .inner > ul > li:last-child ul {
    background: #3d90e8;
}

.navigater .inner > ul > li:last-child ul li {
    background: none;
}

.navigater .inner > ul > li a {
    height: 45px;
    padding-left: 15px;
    color: #fff;
    line-height: 45px;
}

.navigater .inner > ul > li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1b76d6;
    z-index: 100;
}

.navigater .inner > ul > li ul li {
    background: none;
    font-size: 12px;
}

.navigater .inner > ul > li ul li:last-child {
    background: none;
    border: 0;
}

.navigater .inner > ul > li ul li:after {
    display: none;
}

.navigater .inner > ul > li:hover ul {
    display: block;
}

@media screen and (max-width: 759px) {
    #footer .sitemap ul.social {
        display: block;
    }
    .navigater .inner ul li {
        background: #3d90e8;
        min-width: 70px;
        width: auto;
        padding-right: 40px;
        border-left: solid 1px #81acd9;
        color: #fff;
        letter-spacing: -1px;
        font-size: 14px;
    }
    .navigater .inner ul li:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        background: url(/images/icon_arrow.png) 0 0 no-repeat;
        background-size: 15px 8px;
        width: 15px;
        height: 8px;
        transform: translateY(-50%);
    }
    .navigater .inner > ul > li.home {
        display: none;
    }
    .navigater .inner ul li:nth-child(2) {
        background: #1b76d6;
    }
    .navigater .inner ul li:last-child {
        background: #3d90e8;
        border-right: solid 1px #81acd9;
    }
    .navigater .inner ul li a {
        height: 35px;
        padding-left: 15px;
        color: #fff;
        line-height: 35px;
        white-space: nowrap;
    }
}

.clinic {
    width: 1236px;
    margin: 45px auto 0;
}

.clinic .clinic_list {
    margin-top: 30px;
    margin-bottom: 4%;
}

.clinic .clinic_list ul li {
    float: left;
    width: 12%;
    margin-right: 7px;
    margin-bottom: 5px;
    border: solid 1px #d2d2d2;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.clinic .clinic_list ul li.internal_medicine::after {
    content: '내과';
    width:100px;
    height:20px;
    font-size:14px;
    text-align: center;
    color:#fff;
    background:#005EC2;
    position: absolute;
    left:-30px;
    top:10px;
    transform: rotate(-45deg);
}
.clinic .clinic_list ul li.external_medicine::after {
    content: '외과';
    width:100px;
    height:20px;
    font-size:14px;
    text-align: center;
    color:#fff;
    background:#f39800;
    position: absolute;
    left:-30px;
    top:10px;
    transform: rotate(-45deg);
}
.clinic .clinic_list ul li:nth-child(8n) {
    margin-right: 0;
}

.clinic .clinic_list ul li a {
    position: relative;
    height: 145px;
    color: #005ec2;
    font-size: 2rem;
}

.clinic .clinic_list ul li a p {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    letter-spacing: -1px;
    text-align: center;
}

.clinic .clinic_list ul li a p em {
    font-size: 1.3rem;
}

.clinic .clinic_list ul li a span {
    display: none;
    margin-top: 5px;
    font-size: 1.3rem;
}

.clinic .clinic_list ul li.active {
    background: #005ec2;
    border-color: #005ec2;
}

.clinic .clinic_list ul li.active a {
    color: #fff;
}

.clinic_intro {
    width: 1236px;
    margin: 40px auto 60px;
}

.clinic_intro .clinic_info {
    padding: 30px 0;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}

.clinic_intro .clinic_info > h2 {
    display: none;
}

.clinic_intro .clinic_info > div {
    float: left;
    width: 700px;
}

.clinic_intro .clinic_info > div.imgBox {
    width: 464px;
    margin-right: 45px;
}

.clinic_intro .clinic_info > div h2 {
    color: #005ec2;
    font-size: 3.5rem;
    font-weight: normal;
}

.clinic_intro .clinic_info > div dl {
    margin-top: 100px;
}

.clinic_intro .clinic_info > div dl dt {
    margin-bottom: 25px;
    color: #383838;
    line-height: 1;
    font-size: 2.3rem;
}

.clinic_intro .clinic_info > div dl dt:before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 3px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.clinic_intro .clinic_info > div dl dd {
    color: #383838;
    font-size: 1.6rem;
}
.clinic_intro .clinic_info > div dl dd h3{ margin-bottom: 10px; font-weight: 400 }
.clinic_intro .clinic_info > div dl dd a
{
text-align: center;
color: #fff;
font-weight: bold;
padding: 15px;
margin: 0px 36%;
background: #005ec2;
display: block;
word-break: keep-all;
}

.clinic_docter {
    margin-top: 90px;
}

.clinic_docter .clinic_doc_list li {
    float: left;
    width: 50%;
    padding-left: 30px;
    border-left: solid 1px #d7d7d7;
}

.clinic_docter .clinic_doc_list li:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
    padding-right: 30px;
}

.clinic_docter .clinic_doc_list li .doc_profile {
    position: relative;
}

.clinic_docter .clinic_doc_list li .doc_profile button.btn_like {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
}

.clinic_docter .clinic_doc_list li .doc_profile button.btn_like:before {
    content: "";
    display: inline-block;
    background: url(/images/like.png) 0 0 no-repeat;
    width: 17px;
    height: 15px;
    margin-right: 5px;
}

.clinic_docter .clinic_doc_list li .doc_profile button.btn_like.on:before {
    background-position: 0 -15px;
}

.clinic_docter .clinic_doc_list li .doc_profile > div {
    float: left;
    width: 420px;
}

.clinic_docter .clinic_doc_list li .doc_profile > div.profile_img {
    width: 140px;
    margin-right: 24px;
    height: 160px;
    overflow: hidden;
}

.clinic_docter .clinic_doc_list li .doc_profile > div strong {
    font-size: 3rem;
    color: #005ec2;
    line-height: 1;
}

.clinic_docter .clinic_doc_list li .doc_profile > div dl {
    color: #383838;
    margin-top: 30px;
    max-height: 68px;
}

.clinic_docter .clinic_doc_list li .doc_profile > div dl dt {
    font-size: 2.3rem;
}

.clinic_docter .clinic_doc_list li .doc_profile > div dl dd {
    font-size: 1.7rem;
}

.clinic_docter .clinic_doc_list li .btn_box {
    margin: 40px 0 20px;
}

.clinic_docter .clinic_doc_list li .btn_box button {
    width: 130px;
    font-size: 1.68rem;
    text-align: left;
    padding: 0;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.clinic_docter .clinic_doc_list li .btn_box button span {
    position: relative;
}

.clinic_docter .clinic_doc_list li .btn_box button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.clinic_docter .clinic_doc_list li .btn_box button.btn_like:before {
    background: url(/images/btn_like.png) 0 0 no-repeat;
    width: 31px;
    height: 27px;
}

.clinic_docter .clinic_doc_list li .btn_box button.btn_detail:before {
    background: url(/images/btn_detail.png) 0 0 no-repeat;
    width: 30px;
    height: 29px;
}

.clinic_docter .clinic_doc_list li .btn_box button.btn_schedule:before {
    background: url(/images/btn_schedule.png) 0 0 no-repeat;
    width: 30px;
    height: 28px;
}

.clinic_docter .clinic_doc_list li .doc_schedule table {
    width: 100%;
}

.clinic_docter .clinic_doc_list li .doc_schedule table th {
    color: #fff;
    background: #3d90e8;
    height: 44px;
    text-align: center;
    font-size: 1.6rem;
    width: 12.5%;
    border: solid 1px #d2d2d2;
}

.clinic_docter .clinic_doc_list li .doc_schedule table td {
    font-size: 1.4rem;
    color: #383838;
    font-weight: bold;
    text-align: center;
    height: 44px;
    border: solid 1px #d2d2d2;
}

.clinic_docter .clinic_doc_list li .doc_schedule table td:first-child {
    background: #bdc6d0;
    color: #fff;
}

.clinic_docter .clinic_doc_list li .doc_schedule p {
    margin-top: 20px;
    color: #383838;
    font-size: 1.5rem;
    margin-bottom: 50px;
}
.doctor_timetable_sub{
    display: flex;
    align-items:center;
    justify-content: flex-start;
}
.clinic_docter .clinic_doc_list li .doc_schedule p:before {
    content: "!";
    display: block;
    float: left;
    background: #3d90e8;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}

.doc_schedule_rest table {
    width: 100% !important;
    border-collapse: collapse !important;           /* 표 테두리 붙이기 */
}

.doc_schedule_rest th {
    color: #fff !important;
    background: #3d90e8 !important;
    height: 44px !important;
    text-align: center !important;
    font-size: 1.6rem !important;
    width: 12.5% !important;
    border: 1px solid #d2d2d2 !important;
}

.doc_schedule_rest td {
    font-size: 1.4rem !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 44px !important;
    border: 1px solid #d2d2d2 !important;
}

/* SCSS의 &:first-child 를 CSS로 변경 */
.doc_schedule_rest td:first-child {
    background: #ffffff !important;
    color: #000000 !important;
}
.center_introduce .center_doc_introduce .doc_schedule .doc_schedule_rest p{
    margin-top:0 !important;
}
.center_introduce .center_doc_introduce .doc_schedule .doc_schedule_rest p:before{
    display : none;
}

.clinic_docter .clinic_doc_list li .doc_schedule .doc_schedule_rest p{
    margin-top:0 !important;
    margin-bottom: 0 !important;
}
.clinic_docter .clinic_doc_list li .doc_schedule .doc_schedule_rest p:before{
    display : none;
}

.doc_intro {
    width: 1236px;
    margin: 45px auto 0;
}

.doc_intro .doc_info {
    padding: 25px 0;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}

.doc_intro .doc_info > div {
    float: left;
    width: 700px;
    text-align: center;
    transition: all .5s;
}

.doc_intro .doc_info > div .slogan {
    font-size: 3rem;
    color: #383838;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    margin: 100px auto 50px;
}

.doc_intro .doc_info > div .slogan:before {
    content: "";
    position: absolute;
    background: url(/images/icon_ql.png) 0 0 no-repeat;
    width: 19px;
    height: 15px;
    top: 0;
    left: -19px;
}

.doc_intro .doc_info > div .slogan:after {
    content: "";
    position: absolute;
    background: url(/images/icon_qr.png) 0 0 no-repeat;
    width: 19px;
    height: 15px;
    bottom: 0;
    right: -19px;
}

.doc_intro .doc_info > div .slogan span {
    color: #ff9103;
    vertical-align: top;
    word-break: keep-all;
}

.doc_intro .doc_info > div dl {
    text-align: left;
}

.doc_intro .doc_info > div dl dt {
    color: #383838;
    font-size: 2.4rem;
    font-weight: bold;
    height: 40px;
    border-bottom: solid 1px #d7d7d7;
    margin-bottom: 20px;
}

.doc_intro .doc_info > div dl dt strong {
    border-bottom: solid 2px #005ec2;
    padding-right: 50px;
}

.doc_intro .doc_info > div dl dd {
    font-size: 1.7rem;
    color: #383838;
    width: 35%;
    display: inline-block;
    margin-bottom: 5px;
}

.doc_intro .doc_info .profile {
    width: 360px;
    margin-right: 65px;
    text-align: left;
    transition: all .5s;
    position: relative;
}

.doc_intro .doc_info .profile p {
  display: none;
    color: #828282;
    font-size: 1.4rem;
}

.doc_intro .doc_info .profile strong {
    display: block;
    margin-bottom: 10px;
    color: #005ec2;
    font-size: 3rem;
}

.doc_intro .doc_info .profile strong em {
    color: #383838;
    font-size: 2rem;
    font-weight: normal;
    margin-left: 5px;
}

.doc_intro .doc_info .profile button {
    position: absolute;
    top: 32px;
    padding: 0;
    color: #383838;
    font-size: 21px;
    righT: 0;
}

.doc_intro .doc_info .profile button:before {
    content: "";
    display: inline-block;
    background: url(/images/like.png) 0 0 no-repeat;
    width: 17px;
    height: 15px;
}

.doc_intro .doc_info .profile button.on:before {
    background-position-y: 100%;
}

.doc_intro .doc_career dl {
    width: 1015px;
    margin: 50px auto 0;
    transition: all .5s;
}

.doc_intro .doc_career dl dt {
    color: #383838;
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
}

.doc_intro .doc_career dl dt:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #ff9103;
    margin-right: 5px;
    vertical-align: bottom;
}

.doc_intro .doc_career dl dd {
    font-size: 1.6rem;
    color: #383838;
    margin: 2px 0;
}

.doc_intro .doc_career dl dd p {
/*    margin-bottom: 30px;*/
    text-align: justify;
}
.doc_intro .doc_career dl dd p a {
    text-decoration: underline;
    color: #3d90e8;
    display: inline-block;
}
.doc_intro .doc_career dl dd a {
    text-decoration: underline;
    color: #3d90e8;
    display: inline-block;
}

.doc_intro .doc_career dl dd button {
    width: 120px;
    font-size: 1.7rem;
    text-align: right;
    padding: 0;
    font-weight: bold;
    margin-bottom: 15px;
    float: right;
}

.doc_intro .doc_career dl dd button span {
    position: relative;
}

.doc_intro .doc_career dl dd button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.doc_intro .doc_career dl dd button.btn_schedule:before {
    background: url(/images/btn_schedule.png) 0 0 no-repeat;
    width: 30px;
    height: 28px;
}

.doc_intro .doc_career dl dd div {
    width: 100%;
}

.doc_intro .doc_career dl dd div table {
    width: 100%;
}

.doc_intro .doc_career dl dd div table th {
    color: #fff;
    background: #3d90e8;
    height: 44px;
    text-align: center;
    font-size: 1.6rem;
    width: 12.5%;
    border: solid 1px #d2d2d2;
}

.doc_intro .doc_career dl dd div table td {
    font-size: 1.4rem;
    color: #383838;
    font-weight: bold;
    text-align: center;
    height: 44px;
    border: solid 1px #d2d2d2;
}

.doc_intro .doc_career dl dd div table td:first-child {
    background: #bdc6d0;
    color: #fff;
}

.doc_intro .doc_career dl dd div p {
    margin-top: 20px;
    color: #383838;
    font-size: 1.5rem;
}

.doc_intro .doc_career dl dd div p:before {
    content: "!";
    display: block;
    float: left;
    background: #3d90e8;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}


/*사회사업팀*/

.SWT_intro h2 {
    margin: 60px 0 40px;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.SWT_intro h2:before {
    content: "";
    display: inline-block;
    background: url(/images/history/historyicon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.SWT_intro .SWT_info {
    padding: 30px 0;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}

.SWT_intro .SWT_info > div {
    float: left;
    width: 700px;
}

.SWT_intro .SWT_info > div.imgBox {
    width: 464px;
    margin-right: 45px;
}

.SWT_intro .SWT_info > div h2 {
    color: #005ec2;
    font-size: 3.5rem;
    font-weight: normal;
}

.SWT_intro .SWT_info > div dl {
    margin-top: 100px;
}

.SWT_intro .SWT_info > div dl dt {
    margin-bottom: 25px;
    color: #383838;
    line-height: 1;
    font-size: 2.3rem;
}

.SWT_intro .SWT_info > div dl dt:before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 3px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.SWT_intro .SWT_info > div dl dd {
    color: #383838;
    font-size: 1.6rem;
}

@media screen and (min-width: 760px) and (max-width: 1360px) {
  .clinic_intro .clinic_info > div dl dd{
    word-break: keep-all;
  }
  .clinic_intro .clinic_info > div dl dd br{
    display: none;
  }

    .doc_intro {
        width: 100%;
        padding: 0 16px;
    }
    .doc_intro .doc_info > div {
        width: 100%;
    }
    .doc_intro .doc_info > div dl {
        width: 90%;
        margin: 0 auto;
    }
    .doc_intro .doc_info > div dl dt {
        font-size: 3rem;
    }
    .doc_intro .doc_info > div dl dd {
        font-size: 2.3rem;
        width: 48%;
    }
    .doc_intro .doc_info > div .slogan {
        margin: 40px auto 20px;
    }
    .doc_intro .doc_info .profile {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .doc_intro .doc_info .profile p {
      display: none;
        font-size: 3rem;
    }
    .doc_intro .doc_info .profile strong {
        font-size: 4rem;
    }
    .doc_intro .doc_career dl {
        width: 90%;
        margin: 40px auto;
    }
    .doc_intro .doc_career dl dt {
        font-size: 3rem;
        margin-bottom: 20px;
        border-top: solid 3px #707070;
        border-bottom: solid 1px #707070;
        padding: 10px;
    }
    .doc_intro .doc_career dl dt:before {
        display: none;
    }
    .doc_intro .doc_career dl dd {
        font-size: 2.5rem;
        padding: 0 10px;
    }
    .doc_intro .doc_career dl dd p {
/*        margin-bottom: 20px;*/
        text-align: left;
    }
    .doc_intro .doc_career dl dd div p {
        font-size: 2rem;
    }
    .clinic_intro {
        width: 100%;
    }
    .clinic_intro .clinic_info {
        max-width: 464px;
        margin: 0 auto;
        padding: 0;
        border: 0;
        text-align: center;
    }
    .clinic_intro .clinic_info > h2 {
        display: block;
        margin: 20px 0 10px;
        color: #005ec2;
        font-size: 35px;
    }
    .clinic_intro .clinic_info > div {
        float: none;
        width: 100%;
        text-align: center;
    }
    .clinic_intro .clinic_info > div h2 {
        display: none;
    }
    .clinic_intro .clinic_info > div.imgBox {
        margin: 0 auto;
    }
    .clinic_intro .clinic_info > div dl {
        margin-top: 20px;
        text-align: left;
    }
    .clinic_intro .clinic_info > div dl dt {
        font-size: 25px;
        font-weight: bold;
    }
    .clinic_intro .clinic_info > div dl dt::before {
        display: none;
    }
    .clinic_docter {
        margin-top: 0;
    }
    .clinic_docter .clinic_doc_list li {
        float: none;
        width: 96%;
        margin: 30px auto;
        padding: 0;
        border: 0;
        border-top: solid 1px #d2d2d2;
        padding-top: 30px;
    }
    .clinic_docter .clinic_doc_list li:nth-child(odd) {
        padding-right: 0;
    }
    .clinic {
        width: 100%;
        margin: 45px auto 0;
    }
    .clinic .clinic_list {
        margin-top: 30px;
    }
    .clinic .clinic_list ul {
        margin-left: 0.5%;
    }
    .clinic .clinic_list ul li {
        width: 15.5%;
        margin: 0 0.5%;
        margin-bottom: 5px;
    }
    .clinic .clinic_list ul li:nth-child(8n) {
        margin-right: 0.5%;
    }
    
}

.center_visual {
    max-width: 1920px;
    margin: 0 auto;
}

.center_introduce {
    max-width: 1236px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.center_introduce .center_introduce_tab {
    padding: 53px 0 83px;
    text-align: center;
    font-size: 0;
    transition: all .3s;
}

.center_introduce .center_introduce_tab li {
    display: inline-block;
    width: 260px;
    height: 76px;
    margin-left: 17px;
    border: solid 1px #d2d2d2;
    color: #383838;
    line-height: 76px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    font-weight: bold;
    transition: all .3s;
}

.center_introduce .center_introduce_tab li:first-child {
    margin-left: 0;
}

.center_introduce .center_introduce_tab li.on {
    background: #005ec2;
    border-color: #005ec2;
    color: #fff;
}

.center_introduce .tab_list {
    display: none;
}

.center_introduce .tab_list.on {
    display: block;
}

.center_introduce .center_introduce_text {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 30px 0;
}

.center_introduce .center_introduce_text div {
    float: left;
}

.center_introduce .center_introduce_text div.center_img {
    width: 475px;
    margin-right: 45px;
    margin-left: 15px;
}

.center_introduce .center_introduce_text div h2 {
    font-size: 37px;
    color: #005ec2;
    padding: 30px 0 35px;
}

.center_introduce .center_introduce_text div p {
    color: #383838;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -.5px;
}

.center_introduce .center_disease {
    margin-top: 40px;
}

.center_introduce .center_disease h3 {
    background: #005ec2;
    height: 72px;
    margin-bottom: 18px;
    padding-left: 50px;
    color: #fff;
    line-height: 72px;
    font-size: 41px;
    transition: all .3s;
}

.center_introduce .center_disease dl {
    display: table;
    width: 100%;
    color: #383838;
}

.center_introduce .center_disease dl:nth-of-type(1) {
    border-top: solid 1px #e7e7e7;
}

.center_introduce .center_disease dl dt {
    display: table-cell;
    width: 220px;
    height: 147px;
    border: solid 1px #e7e7e7;
    border-top: 0;
    letter-spacing: -1px;
    text-align: left;
    padding-left: 2%;
    font-size: 26px;
    vertical-align: middle;
    transition: all 0.3s;
}

.center_introduce .center_disease dl dd {
    display: table-cell;
    padding-left: 25px;
    border: solid 1px #e7e7e7;
    border-top: 0;
    border-left: 0;
    letter-spacing: -1px;
    font-size: 19px;
    vertical-align: middle;
    transition: all 0.3s;
}

.center_introduce .center_waring {
    max-width: 730px;
    margin-top: 40px;
    padding: 25px 40px;
    border: outset 10px #e5e5e5;
}

.center_introduce .center_waring h4 {
    color: #005ec2;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 10px;
}

.center_introduce .center_waring h4:before {
    content: "";
    display: inline-block;
    background: url(/images/icon_warning_blue.png) 0 0 no-repeat;
    width: 29px;
    height: 26px;
    margin-right: 6px;
    vertical-align: -2px;
}

.center_introduce .center_waring p {
    color: #383838;
    line-height: 1.7;
    letter-spacing: -1px;
    font-size: 18px;
}

.center_introduce .medical_introduce_text {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 30px 0;
}

.center_introduce .medical_introduce_text > h2 {
    display: none;
}

.center_introduce .medical_introduce_text div {
    float: left;
}
.center_introduce .medical_introduce_text div.center_txt {
    width:calc(100% - 430px)
}
.center_introduce .medical_introduce_text div.center_txt p {
    line-height: 1.8; font-size:16px; word-break: keep-all;
}
.center_introduce .medical_introduce_text div.center_img2 {
    width: 400px;
    margin-right: 15px;
    margin-left: 15px;
}
.center_introduce .medical_introduce_text div.center_img2 p{
    font-size:16px; letter-spacing: -1px;
}
.center_introduce .medical_introduce_text div.center_img {
    width: 475px;
    margin-right: 45px;
    margin-left: 15px;
}

.center_introduce .medical_introduce_text div h2 {
    font-size: 37px;
    color: #005ec2;
    padding: 30px 0 35px;
}

.center_introduce .medical_introduce_text div h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 3px;
    letter-spacing: -1px;
    font-size: 28px;
}

.center_introduce .medical_introduce_text div h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #005ec2;
    width: 50px;
    height: 3px;
}

.center_introduce .medical_introduce_text div p {
    color: #383838;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -.5px;
}

.center_introduce .medical_introduce_text div p .highlight {
    background: #3490f2;
    color: #fff;
    font-style: normal;
}

.center_introduce .medical_tab {
    margin-left: 5px;
    margin-bottom: 19px;
    transition: all .3s;
}

.center_introduce .medical_tab li {
    float: left;
    color: #383838;
    font-size: 20px;
    margin-right: 38px;
    cursor: pointer;
    transition: all .3s;
}

.center_introduce .medical_tab li.on {
    border-bottom: solid 4px #000;
}

.center_introduce .medical_tab_list {
    display: none;
}

.center_introduce .medical_tab_list.on {
    display: block;
}


/*탭2*/

.center_introduce .pedical_tab {
    margin-left: 5px;
    margin-bottom: 19px;
    transition: all .3s;
}

.center_introduce .pedical_tab li {
    float: left;
    color: #383838;
    font-size: 20px;
    margin-right: 38px;
    cursor: pointer;
    transition: all .3s;
}

.center_introduce .pedical_tab li.on {
    border-bottom: solid 4px #000;
}

.center_introduce .pedical_tab_list {
    display: none;
}

.center_introduce .pedical_tab_list.on {
    display: block;
}


/*탭2*/

.center_introduce .medical_step h3 {
    color: #005ec2;
    font-size: 37px;
    padding-top: 30px;
}

.center_introduce .medical_step ul li {
    display: table;
    margin-top: 100px;
    position: relative;
    min-height: 150px;
}

.center_introduce .medical_step ul li img {
    width: 158px;
	display: table-cell;
	margin-bottom:80px;
}

.center_introduce .medical_step ul li dl {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
    transition: all .3s;
}

.center_introduce .medical_step ul li dl dt {
    font-size: 24px;
    font-weight: bold;
    transition: all .3s;
}

.center_introduce .medical_step ul li dl dt:before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 4px;
    height: 22px;
    margin-right: 5px;
    vertical-align: -2px;
}

.center_introduce .medical_step ul li dl dd {
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 20px;
    letter-spacing: -1px;
    text-indent: -16px;
    font-size: 18px;
    transition: all .3s;
}

.center_introduce .medical_step ul li dl dd:before {
    content: "";
    display: inline-block;
    background: url(/images/center_intro/medical_step_arrow_orange.png) 0 0 no-repeat;
    width: 9px;
    height: 10px;
    margin-right: 10px;
    vertical-align: 2px;
}

.center_introduce .medical_step ul li:after {
    content: "";
    display: table-row;
	background: url(/images/center_intro/medical_step_arrow.png) 65px 0 no-repeat;
    width: 23px;
    height: 13px;
}

.center_introduce .medical_step ul li:last-child:after {
    display: none;
}

.center_introduce .medical_datail {
    border-top: solid 1px #e5e5e5;
    padding-bottom: 100px;
}

.center_introduce .medical_datail h2 {
    font-size: 37px;
    color: #005ec2;
    padding: 50px 0 70px;
}

.center_introduce .medical_datail ul {
    width: 1100px;
    margin: 0 auto;
}

.center_introduce .medical_datail ul li {
    float: left;
    width: 45%;
    min-height: 440px;
    padding-right: 5%;
    border-right: solid 1px #ddd;
}

.center_introduce .medical_datail ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 5%;
    border-right: 0;
}

.center_introduce .medical_datail ul li:last-child {
    min-height: auto;
}

.center_introduce .medical_datail dl dt {
    margin-top: 30px;
    letter-spacing: -1px;
    font-size: 28px;
    font-weight: bold;
}

.center_introduce .medical_datail dl dt:before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 4px;
    height: 25px;
    margin-right: 5px;
    vertical-align: -2px;
}

.center_introduce .medical_datail dl dd {
    margin-top: 20px;
    letter-spacing: -1px;
    font-size: 18px;
    word-break: break-all;
}

.center_introduce .center_doc_introduce h2 {
    font-size: 37px;
    color: #005ec2;
    border-bottom: solid 1px #e5e5e5;
}

.center_introduce .center_doc_introduce ul li {
    margin-top: 50px;
    padding-bottom: 25px;
    border-bottom: solid 1px #dcdcdc;
}

.center_introduce .center_doc_introduce ul li > div {
    float: left;
    width: 800px;
}

.center_introduce .center_doc_introduce ul li > div.doc_info {
    width: 360px;
    margin-right: 68px;
}

.center_introduce .center_doc_introduce ul li > div.doc_info p {
    color: #828282;
    font-size: 14px;
}

.center_introduce .center_doc_introduce ul li > div.doc_info strong {
    display: block;
    margin-bottom: 10px;
    color: #005ec2;
	font-size: 30px;
	white-space: nowrap;
}

.center_introduce .center_doc_introduce ul li > div.doc_info strong em {
    margin-left: 5px;
    color: #383838;
    font-size: 2rem;
    font-weight: normal;
}

.center_introduce .center_doc_introduce ul li > div.doc_professional dl {
    margin-top: 60px;
}

.center_introduce .center_doc_introduce ul li > div.doc_professional dl dt {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dcdcdc;
    color: #383838;
    font-size: 24px;
    font-weight: bold;
}

.center_introduce .center_doc_introduce ul li > div.doc_professional dl dt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #005ec2;
    width: 190px;
    height: 4px;
}

.center_introduce .center_doc_introduce ul li > div.doc_professional dl dd {
    font-size: 17px;
}

.center_introduce .center_doc_introduce ul li > div.doc_schedule {
    width: 580px;
}

.center_introduce .center_doc_introduce .btn_box {
    margin: 30px 0 20px;
}

.center_introduce .center_doc_introduce .btn_box button {
    width: auto;
    margin-right: 10px;
    font-size: 1.7rem;
    text-align: left;
    padding: 0;
    font-weight: bold;
}

.center_introduce .center_doc_introduce .btn_box button span {
    position: relative;
}

.center_introduce .center_doc_introduce .btn_box button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.center_introduce .center_doc_introduce .btn_box button.btn_like:before {
    background: url(/images/btn_like.png) 0 0 no-repeat;
    width: 31px;
    height: 27px;
}

.center_introduce .center_doc_introduce .btn_box button.btn_detail:before {
    background: url(/images/btn_detail.png) 0 0 no-repeat;
    width: 30px;
    height: 29px;
}

.center_introduce .center_doc_introduce .btn_box button.btn_schedule:before {
    background: url(/images/btn_schedule.png) 0 0 no-repeat;
    width: 30px;
    height: 28px;
}

.center_introduce .center_doc_introduce .doc_schedule table {
    width: 100%;
}

.center_introduce .center_doc_introduce .doc_schedule table th {
    background: #3d90e8;
    width: 12.5%;
    height: 44px;
    border: solid 1px #d2d2d2;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
}

.center_introduce .center_doc_introduce .doc_schedule table td {
    height: 44px;
    border: solid 1px #d2d2d2;
    color: #383838;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.center_introduce .center_doc_introduce .doc_schedule table td:first-child {
    background: #bdc6d0;
    color: #fff;
}

.center_introduce .center_doc_introduce .doc_schedule p {
    margin-top: 20px;
    color: #383838;
    font-size: 1.5rem;
}

.center_introduce .center_doc_introduce .doc_schedule p:before {
    content: "!";
    display: block;
    float: left;
    background: #3d90e8;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}


/*사회사업팀*/

.SWT_intro .SWT_info {
    padding: 30px 0;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}

.SWT_intro .SWT_info > div {
    float: left;
    width: 700px;
}

.SWT_intro .SWT_info > div.imgBox {
    width: 464px;
    margin-right: 45px;
}

.SWT_intro .SWT_info > div h2 {
    color: #005ec2;
    font-size: 3.5rem;
    font-weight: normal;
}

.SWT_intro .SWT_info > div dl {
    margin-top: 100px;
}

.SWT_intro .SWT_info > div dl dt {
    margin-bottom: 25px;
    color: #383838;
    line-height: 1;
    font-size: 2.3rem;
}

.SWT_intro .SWT_info > div dl dt:before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 3px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.SWT_intro .SWT_info > div dl dd {
    color: #383838;
    font-size: 1.6rem;
}

@media screen and (min-width: 760px) and (max-width: 1200px) {
    .center_introduce .center_introduce_tab {
        padding: 50px 0 50px;
    }
    .center_introduce .center_introduce_tab li {
        width: 25%;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
    .center_introduce .medical_introduce_text div {
        float: none;
        padding: 0 50px;
    }
    .center_introduce .medical_introduce_text div.center_img {
        margin: 0 auto;
    }
    .center_introduce .medical_introduce_text div.center_img2{
        width:calc(100% - 30px);
    }
    .center_introduce .medical_introduce_text div.center_txt{ width:100% }
    .center_introduce .center_disease h3 {
        font-size: 25px;
        height: 36px;
        line-height: 36px;
        padding-left: 25px;
    }
    .center_introduce .center_disease dl dt {
        font-size: 25px;
    }
    .center_introduce .center_disease dl dd {
        font-size: 17px;
        padding: 10px;
    }
    .center_introduce .medical_tab {
        margin-top: -30px;
        padding: 20px 0 20px;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
        text-align: center;
    }
    .center_introduce .medical_tab li {
        display: inline-block;
        float: none;
        font-size: 18px;
    }
    .center_introduce .medical_tab li.on {
        border-bottom: solid 2px #000;
    }
    /*    탭2*/
    .center_introduce .pedical_tab {
        margin-top: -30px;
        padding: 20px 0 20px;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
        text-align: center;
    }
    .center_introduce .pedical_tab li {
        display: inline-block;
        float: none;
        font-size: 18px;
    }
    .center_introduce .pedical_tab li.on {
        border-bottom: solid 2px #000;
    }
    /*    탭2*/
    .center_introduce .medical_introduce_text {
        padding: 15px 80px;
        border-top: 0;
        text-align: center;
    }
    .center_introduce .medical_introduce_text h2 {
        display: block;
        padding: 10px 0 35px;
        color: #005ec2;
        font-size: 37px;
    }
    .center_introduce .medical_introduce_text div h2 {
        display: none;
    }
    .center_introduce .medical_introduce_text div h3 {
        padding: 10px 0;
        text-align: left;
        font-size: 22px;
    }
    .center_introduce .medical_introduce_text div.center_img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .center_introduce .medical_introduce_text div p {
        text-align: justify;
    }
    /*
    .center_introduce .medical_introduce_text div p br {
        display: none;
    }
*/
    .center_introduce .medical_step {
        padding: 0 50px;
    }
    .center_introduce .medical_step h3 {
        padding-top: 20px;
        font-size: 28px;
    }
    .center_introduce .medical_step ul li {
        margin-top: 50px;
    }
    .center_introduce .medical_step ul li:after {
		content: "";
		display: table-row;
		background: url(/images/center_intro/medical_step_arrow.png) 65px 0 no-repeat;
		width: 23px;
		height: 13px;
    }
    .center_introduce .medical_step ul li img {
        display: block;
        float: left;
        width: 158px;
        max-width: 158px;
    }
    .center_introduce .medical_step ul li dl {
        display: block;
        float: left;
        width: calc(100% - 158px);
        padding-left: 5%;
    }
    .center_introduce .medical_step ul li dl dt {
        font-size: 25px;
    }
    .center_introduce .medical_step ul li dl dd {
        font-size: 15px;
    }
    .center_introduce .medical_datail {
        text-align: center;
    }
    .center_introduce .medical_datail h2 {
        padding: 25px 0 35px;
    }
    .center_introduce .medical_datail ul {
        width: 96%;
        margin: 0 auto;
    }
    .center_introduce .medical_datail ul li {
        width: 49%;
        padding-right: 1%;
    }
    .center_introduce .medical_datail ul li:nth-child(even) {
        width: 49%;
        padding-left: 1%;
    }
    .center_introduce .medical_datail dl dt {
        margin-top: 20px;
        font-size: 20px;
    }
    .center_introduce .medical_datail dl dd {
        font-size: 15px;
    }
    .center_introduce .center_doc_introduce h2 {
        padding: 20px 0 20px;
        border-top: solid 1px #e5e5e5;
        text-align: center;
    }
    .center_introduce .center_doc_introduce ul li {
        padding: 0 30px 25px;
        margin-top: 25px;
    }
    .center_introduce .center_doc_introduce ul li > div {
        width: 55%;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info {
        width: 40%;
        margin-right: 5%;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl {
        margin-top: 60px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl dt {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: solid 1px #dcdcdc;
        color: #383838;
        font-size: 24px;
        font-weight: bold;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl dt:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        background: #005ec2;
        width: 190px;
        height: 4px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl dd {
        font-size: 17px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_schedule {
        width: 100%;
    }
}

@media screen and (max-width: 759px) {

  .sub_visual{display: none;}
  .mosub_visual{display: block;}
  .center_visual{
      
    display: none;
  }
    .center_visual.new{ display: flex; height:250px; }
    .center_visual--inner h3{ font-size:40px; margin-bottom: 10px; }
    .center_visual--inner p{font-size:16px;}
  .mocenter_visual{
    display: block;
  }


.center_introduce .center_doc_introduce .doc_schedule p br{
  display: none;
}
  .center_introduce .center_doc_introduce .doc_schedule p{
    font-size: 1.1rem;
  }
    .center_introduce {
        padding: 0 10px 20px;
    }
    .center_introduce .center_introduce_tab {
        padding: 30px 0 20px;
    }
    .center_introduce .center_introduce_tab li {
		width: 30%;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		margin-left: 1%;
    }
    .center_introduce .medical_introduce_text div {
        float: none;
        padding: 0 50px;
    }
    .center_introduce .medical_introduce_text div.center_img {
        margin: 0 auto;
        width: 100%;
    }
    .center_introduce .medical_introduce_text div.center_img img {
        width: 100%;
    }
    .center_introduce .medical_introduce_text div h2 {
        font-size: 18px;
        padding: 15px 0 17px;
    }
    .center_introduce .medical_introduce_text div p {
        font-size: 14px;
        word-break: keep-all;
        padding: 0 10px;
    }

    .center_introduce .medical_introduce_text div p br {
        display: none;
    }

    .center_introduce .center_disease h3 {
        font-size: 20px;
        height: 36px;
        line-height: 36px;
        padding-left: 25px;
    }
    .center_introduce .center_disease dl {
		margin-bottom:10px;
        display: block;
	}
	.center_introduce .center_disease dl:nth-of-type(1) { border-top:0;}
    .center_introduce .center_disease dl dt {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
		font-size: 18px;
		border:0;
		text-align: center;
    }
    .center_introduce .center_disease dl dd {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 20px;
		text-align:left;
		border:0;
		border-top:solid 1px #e7e7e7;
	}
	.center_introduce .center_disease dl dd br {display: none;}

    .center_introduce .center_waring {
        width: 100%;
        padding: 3%;
    }
    .center_introduce .center_waring h4 {
        font-size: 20px;
    }
    .center_introduce .center_waring p {
        font-size: 12px;
    }
    .center_introduce .medical_tab {
        margin: 0;
        padding: 10px 0 10px;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
        text-align: center;
    }
    .center_introduce .medical_tab li {
        display: inline-block;
        float: none;
        font-size: 12px;
        margin: 0 5px;
    }
    .center_introduce .medical_tab li.on {
        border-bottom: solid 1px #000;
    }
    .center_introduce .pedical_tab {
        margin: 0;
        padding: 10px 0 10px;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
        text-align: center;
    }
    .center_introduce .pedical_tab li {
        display: inline-block;
        float: none;
        font-size: 12px;
        margin: 0 5px;
    }
    .center_introduce .pedical_tab li.on {
        border-bottom: solid 1px #000;
    }
    .center_introduce .medical_introduce_text {
        padding: 15px 0;
        border-top: 0;
        text-align: center;
    }
    .center_introduce .medical_introduce_text h2 {
        display: block;
        padding: 10px 0 15px;
        color: #005ec2;
        font-size: 27px;
    }
    .center_introduce .medical_introduce_text div {
        padding: 0;
    }
    .center_introduce .medical_introduce_text div.center_txt{ width:100% }
    .center_introduce .medical_introduce_text div h2 {
        display: none;
    }
    .center_introduce .medical_introduce_text div h3 {
        padding: 10px 0;
        text-align: left;
		font-size: 22px;
		margin-bottom:10px;
    }
    .center_introduce .medical_introduce_text div.center_img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .center_introduce .medical_introduce_text div.center_img2{ width:calc(100% - 30px) }
    .center_introduce .medical_introduce_text div.center_img2 img{  }
    .center_introduce .medical_introduce_text div.center_img2 p{ font-size: 13px; }
    .center_introduce .medical_introduce_text div.center_txt p{ font-size:13px; }
    .center_introduce .medical_introduce_text div p {
        text-align: left;
    }

        .center_introduce .medical_introduce_text div p br {
        display: none;
    }

    .center_introduce .medical_step {
        padding: 0 10px;
    }
    .center_introduce .medical_step h3 {
        padding-top: 20px;
        font-size: 15px;
    }
    .center_introduce .medical_step ul li {
        overflow: hidden;
        margin-top: 50px;
        min-height: 75px;
    }
    .center_introduce .medical_step ul li:after {
        content: "";
		display: table-row;
		position: static;
		background-position: 25px 0;
        /* display: none; */
    }
    .center_introduce .medical_step ul li img {
        width: 76px;
		max-width: 158px;
		margin-bottom: 30px;
    }
    .center_introduce .medical_step ul li dl {
        width: calc(100% - 15px);
    }
    .center_introduce .medical_step ul li dl dt {
        font-size: 18px;
        word-break: keep-all;
    }
    .center_introduce .medical_step ul li dl dt:before {
        height: 18px;
    }
    .center_introduce .medical_step ul li dl dd {
        font-size: 14px;
        text-indent: -20px;
        margin-top: 10px;
        word-break: keep-all;
    }
    .center_introduce .medical_step ul li dl dd:before {
        vertical-align: 0;
    }
    .center_introduce .medical_datail {
        /*        text-align: center;*/
    }
    .center_introduce .medical_datail h2 {
        display: block;
        padding: 10px 0 15px;
        color: #005ec2;
        font-size: 27px;
    }
    .center_introduce .medical_datail ul {
        width: 96%;
        margin: 0 auto;
    }
    .center_introduce .medical_datail ul li {
        width: 100%;
        min-height: auto;
        padding-right: 0;
        padding-bottom: 20px;
        border: 0;
    }
    .center_introduce .medical_datail ul li:nth-child(even) {
        width: 100%;
        padding-left: 0;
    }
    .center_introduce .medical_datail dl dt {
        margin-top: 20px;
        font-size: 20px;
    }
    .center_introduce .medical_datail dl dd {
        font-size: 15px;
    }
    .center_introduce .center_doc_introduce h2 {
        padding: 20px 0 20px;
        border-top: solid 1px #e5e5e5;
        text-align: center;
        font-size: 27px;
    }
    .center_introduce .center_doc_introduce ul li {
        margin-top: 25px;
    }
    .center_introduce .center_doc_introduce ul li > div {
        width: 45%;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info {
        width: 50%;
        margin-right: 5%;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info strong {
		font-size: 17px;
		white-space: nowrap;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_info strong em {
        font-size: 15px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl {
        margin-top: 30px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl dt {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: solid 1px #dcdcdc;
        color: #383838;
        font-size: 15px;
        font-weight: bold;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl dt:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        background: #005ec2;
        width: 110px;
        height: 2px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_professional dl dd {
        font-size: 14px;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_schedule {
        width: 100%;
    }
    .center_introduce .center_doc_introduce ul li > div.doc_schedule p:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 15px;
    }
    /*
    .center_introduce .center_doc_introduce ul li > div.doc_schedule p br {
        display: none;
    }
*/
    .center_introduce .center_doc_introduce .btn_box {
        margin: 15px 0 10px;
    }
    .center_introduce .center_doc_introduce .btn_box button {
        margin-right: 5px;
        font-size: 14px;
    }
    .center_introduce .center_doc_introduce .btn_box button span {
        position: relative;
    }
    .center_introduce .center_doc_introduce .btn_box button:before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }
    .center_introduce .center_doc_introduce .btn_box button.btn_like:before {
        background: url(/images/btn_like.png) 0 0 no-repeat;
        background-size: 100%;
        width: 20px;
        height: 16px;
    }
    .center_introduce .center_doc_introduce .btn_box button.btn_detail:before {
        background: url(/images/btn_detail.png) 0 0 no-repeat;
        background-size: 100%;
        width: 22px;
        height: 22px;
    }
    .center_introduce .center_doc_introduce .btn_box button.btn_schedule:before {
        background: url(/images/btn_schedule.png) 0 0 no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
    }
}

.professional_center {
    width: 1236px;
    margin: 45px auto 0;
}

.professional_center .center_list {
    margin-top: 30px;
    padding-bottom: 200px;
}

.professional_center .center_list ul li {
    float: left;
    width: 302px;
    height: 300px;
    margin-right: 9px;
    margin-bottom: 9px;
    padding-top: 50px;
    border: solid 1px #d2d2d2;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.professional_center .center_list ul li:nth-child(4n) {
    margin-right: 0;
}

.professional_center .center_list ul li p {
    margin-top: 5px;
    color: #005ec2;
    font-size: 35px;
    letter-spacing: -1px;
}

.professional_center .center_list ul li p span {
    display: block;
    font-size: 23px;
}

.professional_center .center_list ul li.on {
    background: #0a60c7;
}

.professional_center .center_list ul li.on p {
    color: #fff;
}

.professional_center .center_list ul li:hover {
    background: #0a60c7;
}

.professional_center .center_list ul li:hover p {
    color: #fff;
}

@media screen and (min-width: 760px) and (max-width: 1260px) {
    .professional_center {
        width: 100%;
        margin: 45px auto 0;
    }
    .professional_center .center_list {
        margin-top: 30px;
        padding-bottom: 200px;
    }
    .professional_center .center_list ul li {
        float: left;
        width: 32%;
        margin: 0.5%;
        height: 250px;
    }
    .professional_center .center_list ul li:nth-child(4n) {
        margin-right: 0.5%;
    }
    .professional_center .center_list ul li p {
        font-size: 23px;
    }
    .professional_center .center_list ul li p span {
        font-size: 15px;
    }
}

@media screen and (max-width: 759px) {
    .professional_center {
        width: 100%;
        margin: 20px auto 0;
    }
    .professional_center .center_list {
        margin-top: 30px;
        padding-bottom: 200px;
    }
    .professional_center .center_list ul li {
        float: left;
        width: 48%;
        margin: 0.5%;
        height: 200px;
        padding-top: 25px;
    }
    .professional_center .center_list ul li p {
        font-size: 18px;
    }
    .professional_center .center_list ul li p span {
        font-size: 13px;
    }
    .clinic {
        width: 100%;
    }
    .clinic .clinic_list ul li {
        width: 32%;
        margin: 0.5%;
    }
    .clinic .clinic_list ul li:nth-child(8n) {
        margin-right: 0;
    }
    .clinic .clinic_list ul li a {
        position: relative;
        height: 105px;
        color: #005ec2;
        font-size: 2rem;
    }
    .clinic .clinic_list ul li a p {
      top:12px;
        letter-spacing: -1px;
        font-size: 14px;
    }
    .clinic .clinic_list ul li a p em {
        font-size: 1.2rem;
    }
    .clinic .clinic_list ul li a span {
        padding: 0 5px;
        word-break: keep-all;
    }
    .clinic .clinic_list ul li.active {
        background: #005ec2;
        border-color: #005ec2;
    }
    .clinic .clinic_list ul li.active a {
        color: #fff;
    }
    .clinic_intro {
        width: 100%;
        margin: 20px auto;
    }
    .clinic_intro .clinic_info {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 16px;
        border: 0;
        text-align: center;
    }
    .clinic_intro .clinic_info > h2 {
        display: block;
        margin: 20px 0 10px;
        color: #005ec2;
        font-size: 20px;
    }
    .clinic_intro .clinic_info > div {
        float: none;
        width: 100%;
        text-align: center;
    }
    .clinic_intro .clinic_info > div h2 {
        display: none;
    }
    .clinic_intro .clinic_info > div.imgBox {
        width: 100%;
        margin: 0 auto;
    }
    .clinic_intro .clinic_info > div.imgBox img {
        width: 100%;
    }
    .clinic_intro .clinic_info > div dl {
        margin-top: 10px;
        text-align: left;
    }
    .clinic_intro .clinic_info > div dl dt {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
    }
    .clinic_intro .clinic_info > div dl dt::before {
        display: none;
    }
    .clinic_intro .clinic_info > div dl dd {
        font-size: 14px;
        word-break: keep-all;
    }
    .clinic_intro .clinic_info > div dl dd br{
      display: none;
    }
    .clinic_intro .clinic_info > div dl dd a{
      margin: 20px 26% 0px;
    }
    .clinic_docter {
        margin-top: 0;
    }
    .clinic_docter .clinic_doc_list li {
        float: none;
        width: 96%;
        margin: 30px auto;
        padding: 0;
        border: 0;
        border-top: solid 1px #d2d2d2;
        padding-top: 30px;
    }
    .clinic_docter .clinic_doc_list li:nth-child(odd) {
        padding: 15px 10px;
    }
    .clinic_docter .clinic_doc_list li .doc_profile > div {
        width: 70%;
    }
    .clinic_docter .clinic_doc_list li .doc_profile > div.profile_img {
      height: 110px;
        width: 25%;
        margin-right: 5%;
    }
    .clinic_docter .clinic_doc_list li .doc_profile > div strong {
        color: #005ec2;
        line-height: 1;
        font-size: 16px;
    }
    .clinic_docter .clinic_doc_list li .doc_profile > div dl {
        margin-top: 10px;
        color: #383838;
    }
    .clinic_docter .clinic_doc_list li .doc_profile > div dl dt {
        font-size: 15px;
    }
    .clinic_docter .clinic_doc_list li .doc_profile > div dl dd {
        font-size: 12px;
        max-height: 50px;
    }
    .clinic_docter .clinic_doc_list li .btn_box {
        margin: 15px 0;
    }
    .clinic_docter .clinic_doc_list li .btn_box button {
        width: auto;
        padding-right: 8%;
        font-size: 12px;
    }
    .clinic_docter .clinic_doc_list li .btn_box button span {
        position: relative;
    }
    .clinic_docter .clinic_doc_list li .btn_box button:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .clinic_docter .clinic_doc_list li .btn_box button.btn_like:before {
        background-size: contain;
        width: 15px;
        height: 15px;
    }
    .clinic_docter .clinic_doc_list li .btn_box button.btn_detail:before {
        background-size: contain;
        width: 15px;
        height: 15px;
    }
    .clinic_docter .clinic_doc_list li .btn_box button.btn_schedule:before {
        background-size: contain;
        width: 15px;
        height: 15px;
    }
    .clinic_docter .clinic_doc_list li .doc_schedule table {
        width: 100%;
    }
    .clinic_docter .clinic_doc_list li .doc_schedule table th {
        font-size: 12px;
    }
    .clinic_docter .clinic_doc_list li .doc_schedule table td {
        font-size: 12px;
    }
    .clinic_docter .clinic_doc_list li .doc_schedule table td:first-child {
        background: #bdc6d0;
        color: #fff;
    }
    .clinic_docter .clinic_doc_list li .doc_schedule p {
        margin-top: 10px;
        color: #383838;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }
      .clinic_docter .clinic_doc_list li .doc_schedule p  br {
        display: none;
      }
    .clinic_docter .clinic_doc_list li .doc_schedule p:before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        border-radius: 50%;
        color: #fff;
        line-height: 15px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }
    
    .clinic .clinic_list ul li.internal_medicine::after {
        width:80px;
        height:15px;
        font-size:12px;
        left:-30px;
        top:5px;
    }
    .clinic .clinic_list ul li.external_medicine::after {
        width:80px;
        height:15px;
        font-size:12px;
        left:-30px;
        top:5px;
    }
    /*
    .clinic_docter .clinic_doc_list li .doc_schedule p br {
        display: none;
    }
*/
    .doc_intro {
        width: 100%;
    }
    .doc_intro .doc_info {
        border: 0;
        padding: 0;
    }
    .doc_intro .doc_info > div {
        width: 100%;
    }
    .doc_intro .doc_info > div dl {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        background: #005ec2;
    }
    .doc_intro .doc_info > div dl dt {
        font-size: 20px;
        color: #fff;
        padding: 0px 20px 10px;
        border: 0;
        margin: 0;
        height: auto;
    }
    .doc_intro .doc_info > div dl dd {
        width: 35%;
        font-size: 14px;
        padding-left: 20px;
        color: #fff;
        white-space: normal;
        overflow: hidden;
    }
    .doc_intro .doc_info > div dl dd p{
    }
    .doc_intro .doc_info > div .slogan {
        margin: 10px auto;
        font-size: 15px;
        padding: 0 30px;
    }
    .doc_intro .doc_info > div .slogan:before {
        left: 10px;
    }
    .doc_intro .doc_info > div .slogan:after {
        right: 10px;
    }
    .doc_intro .doc_info .profile {
        width: 100%;
        margin-right: 0;
        text-align: left;
        padding: 0 16px;
    }
    .doc_intro .doc_info .profile p {
      display: none;
        font-size: 14px;
    }

    .doc_intro .doc_info .profile strong {
        font-size: 16px;
    }
    .doc_intro .doc_info .profile strong em {
        font-size: 14px;
    }
    .doc_intro .doc_info .profile img {
        width: 100%;
        max-width: 360px;
        margin: 20px auto;
        display: block;
    }
    .doc_intro .doc_info .profile button {
        font-size: 14px;
        right: 16px;
        top: 25px;
        font-size: 18px;
    }
    .doc_intro .doc_career dl {
        width: 90%;
        margin: 20px auto;
    }
    .doc_intro .doc_career dl dt {
        margin-bottom: 10px;
        padding: 5px;
        border-top: solid 3px #707070;
        border-bottom: solid 1px #707070;
        font-size: 3rem;
        font-size: 18px;
        color: #ff9103;
    }
    .doc_intro .doc_career dl dt:before {
        display: none;
    }
    .doc_intro .doc_career dl dd {
        padding: 0 10px;
        font-size: 13px;
    }
    .doc_intro .doc_career dl dd p {
/*        margin-bottom: 10px;*/
        text-align: left;
    }
    .doc_intro .doc_career dl dd div {
        width: 100%;
    }
    .doc_intro .doc_career dl dd div p {
        margin-top: 10px;
        color: #383838;
        font-size: 12px;
    }
    .doc_intro .doc_career dl dd div p:before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        border-radius: 50%;
        color: #fff;
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        word-break: keep-all;
    }
    .doc_intro .doc_career dl dd div p br {
        display: none;
    }
    .doc_intro .doc_career dl dd div table {
        width: 100%;
    }
    .doc_intro .doc_career dl dd div table th {
        font-size: 12px;
    }
    .doc_intro .doc_career dl dd div table td {
        font-size: 12px;
    }
    .doc_intro .doc_career dl dd div table td:first-child {
        background: #bdc6d0;
        color: #fff;
    }
    .doc_intro .doc_career dl dd button.btn_schedule {
        font-size: 12px;
    }
    .doc_intro .doc_career dl dd button.btn_schedule:before {
        background-size: contain;
        width: 15px;
        height: 15px;
    }
}

.map {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
}

.map h2 {
    margin: 60px 0 40px;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.map h2:before {
    content: "";
    display: inline-block;
    background: url(/images/map/pointer.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.map .address img {
    width: 100%;
    vertical-align: top;
}

.map .address .address_text {
    background: #f9f9f9;
    padding: 15px 80px;
    border: solid 1px #d2d2d2;
}

.map .address .address_text dl {
    padding: 10px 0;
    color: #383838;
    font-size: 0;
}

.map .address .address_text dl dt {
    display: inline-block;
    padding-right: 20px;
    border-right: solid 1px #7a7a7a;
    line-height: 1;
    font-size: 19px;
    font-weight: bold;
    vertical-align: middle;
}

.map .address .address_text dl dd {
    display: inline-block;
    margin: 0 100px 0 20px;
    line-height: 1;
    font-size: 17px;
    vertical-align: middle;
}

.map .traffic {
    display: table;
    padding: 40px 0 60px;
}

.map .traffic > div {
    display: table-cell;
    vertical-align: top;
}

.map .traffic > div.traffic_img {
    width: 80px;
}

.map .traffic > div dl {
    padding-left: 20px;
}

.map .traffic > div dl dt {
    font-size: 21px;
    font-weight: bold;
}

.map .traffic > div dl dd {
    margin-bottom: 15px;
    padding-left: 64px;
    text-indent: -64px;
    font-size: 17px;
}

.map .traffic > div dl dd span {
    display: inline-block;
    width: 60px;
    text-indent: 0;
    vertical-align: 0;
}

.parking {
    padding-bottom: 100px;
    color: #383838;
}

.parking h2:before {
    content: "";
    display: inline-block;
    background: url(/images/map/parking.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.parking h3 {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 21px;
}

.parking h3:before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 4px;
    height: 21px;
    margin-right: 5px;
    vertical-align: -3px;
}

.parking > div {
    margin-bottom: 45px;
}

.parking > div p {
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 17px;
}

.parking > div span {
    letter-spacing: -2px;
    font-size: 37px;
}

.parking > div.parking_price > p {
    padding-bottom: 10px;
    padding-left: 0;
    color: #005ec2;
    font-size: 37px;
    font-weight: normal;
}

.parking > div.parking_price table {
    width: 100%;
    margin-bottom: 50px;
    border: solid 1px #d2d2d2;
    border-top: solid 2px #3c90e8;
}

.parking > div.parking_price table caption {
    padding-bottom: 5px;
    text-align: left;
    font-size: 27px;
}

.parking > div.parking_price table .first {
    width: 280px;
}

.parking > div.parking_price table .second {
    width: 474px;
}

.parking > div.parking_price table .third {
    width: 474px;
}

.parking > div.parking_price table th {
    height: 50px;
    border: solid 1px #d2d2d2;
    font-size: 21px;
    font-weight: bold;
}

.parking > div.parking_price table td {
    height: 50px;
    border: solid 1px #d2d2d2;
    text-align: center;
    text-align: center;
    font-size: 17px;
}

.parking > div.parking_price table td:first-child {
    font-weight: bold;
}

.board_wrap {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding: 50px 0 150px;
}

.board_wrap .board_tab {
    margin-bottom: 2px;
}

.board_wrap .board_tab li {
    float: left;
    width: 20%;
    border: solid 1px #d3d3d3;
    border-left: 0;
    text-align: center;
}

.board_wrap .board_tab li a {
    display: block;
    height: 50px;
    color: #504450;
    line-height: 50px;
    font-size: 18px;
}

.board_wrap .board_tab li:first-child {
    border-left: solid 1px #d3d3d3;
}

.board_wrap .board_tab li.active {
    background: #3d90e8;
    color: #fff;
}

.board_wrap .board_tab li.active a {
    color: #fff;
}

.board_wrap .board_rule {
    margin: 40px 0 60px;
    padding: 0 100px;
}

.board_wrap .board_rule div {
    padding: 20px 50px;
    border: solid 4px #e5e5e5;
    font-size: 15px;
}

.board_wrap .board_rule div span {
    display: block;
    margin-top: 10px;
    color: #3c90e8;
    line-height: 1.4;
}

.board_wrap .board_rule div span:before {
    content: "";
    display: inline-block;
    background: url(/images/board/icon_waring.png) 0 0 no-repeat;
    width: 16px;
    height: 15px;
    margin-right: 5px;
    vertical-align: 0;
}

.board_wrap .btn_wrap {
    font-size: 0;
    padding: 40px 0 20px;
}

.board_wrap .btn_wrap button {
    width: 135px;
    height: 50px;
    padding: 0;
    border: solid 1px #d3d3d3;
    color: #565656;
    letter-spacing: -1px;
    font-size: 17px;
    font-weight: bold;
}

.board_wrap .btn_wrap button.all {
    border-right: 0;
}

.board_wrap .btn_wrap button.regist {
    background: #005ec2;
    color: #fff;
    margin-right: 9px;
}

.board_wrap .btn_wrap button.on {
    background: #005ec2;
    color: #fff;
}

.board_wrap .btn_wrap .btn_list {
    width: 110px;
    height: 50px;
    background: #005ec2;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
}

.board_wrap .btn_wrap .btn_list:before {
    content: "";
    display: inline-block;
    background: url(/images/board/icon_list.png) 0 0 no-repeat;
    width: 24px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -1px;
}

.board_wrap .btn_wrap .left {
    float: left;
}

.board_wrap .btn_wrap .right {
    float: right;
}

.board_wrap .board {
    text-align: center;
}

.board_wrap .board table {
    width: 100%;
    border-top: solid 2px #3c90e8;
    border-bottom: solid 1px #d3d3d3;
}

.board_wrap .board table th {
    height: 45px;
    font-size: 15px;
}
.board_wrap .board table th  {
    height: 45px;
    font-size: 15px;
}

.board_wrap .board table td {
    height: 68px;
    border-top: solid 1px #d3d3d3;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
}

.board_wrap .board table td.title {
    padding-left: 50px;
    text-align: left;
}

.board_wrap .board table td.title a {
    display: block;
    overflow: hidden;
    max-width: 600px;
    height: 100%;
    line-height: 68px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_wrap .board table td.title a.new:before {
    content: "";
    display: inline-block;
    background: url(/images/board/icon_new.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.board_wrap .board table td.title a.lock:after {
    content: "";
    display: inline-block;
    background: url(/images/board/icon_lock.png) 0 0 no-repeat;
    width: 21px;
    height: 21px;
    margin-left: 5px;
    vertical-align: text-top;
}

.board_wrap .board table td .complete {
    display: block;
    background: #3d90e8;
    width: 90px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-family: "굴림";
    font-size: 12px;
}

.board_wrap .board .btn_write {
    float: right;
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #005ec2;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.board_wrap .board.write th {
    background: #f9f9f9;
    padding-left: 35px;
    border-top: solid 1px #d3d3d3;
    text-align: left;
    font-size: 15px;
}

.board_wrap .board.write th span {
    color: #e72c2c;
    vertical-align: top;
}

.board_wrap .board.write td {
    text-align: left;
    padding-left: 45px;
}

.board_wrap .board.write td input {
    width: 225px;
    height: 47px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding-left: 15px;
}
 .filebox input[type="file"] {
      position: absolute;
      width: 1px !important; 
      height: 1px !important; 
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip:rect(0,0,0,0);
      border: 0;
    }

    .filebox label {
      display: inline-block;
      height: 47px;
      padding:0 10px;
      vertical-align: middle;
      color: #999;
      font-size: inherit;
      line-height: 47px;
      vertical-align: middle;
      background-color: #fdfdfd;
      cursor: pointer;
      border: 1px solid #ebebeb;
      border-bottom-color: #e2e2e2;
      border-radius: .25em;
    }

    /* named upload */
    .filebox .upload-name {
      display: inline-block;
      width: 225px;
        height: 47px;
        border: solid 1px #e5e5e5;
        border-radius: 3px;
        padding-left: 15px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
    }

    .filebox.bs3-primary label {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4;
    }


.board_wrap .board.write td input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    padding: 0;
}

.board_wrap .board.write td input.long {
    max-width: 660px;
    width: 100%;
}

.board_wrap .board.write td input label {
    font-size: 15px;
    vertical-align: middle;
}

.board_wrap .board.write td textarea {
    height: 465px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    resize: none;
    width: 98%;
    margin: 20px 0;
    padding: 2%;
}

.board_wrap .board.write td .warning_text {
    color: #e72c2c;
    font-size: 12px;
    padding-left: 35px;
}

.board_wrap .board.write td .upload_file {
    max-width: 660px;
    width: 100%;
    height: 47px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    display: inline-block;
    margin-right: 20px;
}

.board_wrap .board.write td .upload_file input {
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.board_wrap .board.write td .upload_file + label {
    display: inline-block;
    width: 130px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    background: #005ec2;
}

.board_wrap .board.write td .auto_prevent span {
    margin-right: 10px;
    color: #62768c;
    font-size: 33px;
    font-weight: bold;
}

.board_wrap .board.write td .auto_prevent button {
    background: #f9f9f9;
    width: 133px;
    height: 47px;
    margin-left: 10px;
    letter-spacing: -1px;
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
}

.board_wrap .board.view {
    margin-top: 50px;
}

.board_wrap .board.view th {
    background: #f9f9f9;
    padding-left: 35px;
    border-top: solid 1px #d3d3d3;
    text-align: left;
    font-size: 15px;
}
.board_wrap .board.view a{
  display: contents;
}

.board_wrap .board.view td {
  padding: 15px 0;
    max-width: 400px;
    padding-left: 45px;
    text-align: left;
}

.board_wrap .board.view td div {
    padding: 20px 0;
}

.board_wrap .pager {
    clear: both;
    text-align: center;
}

.board_wrap .pager ul {
    display: inline-block;
    margin: 0 15px;
}

.board_wrap .pager ul li {
    display: inline-block;
    font-size: 0;
}

.board_wrap .pager ul li:first-child a:before {
    display: none;
}

.board_wrap .pager ul li a {
    height: 15px;
    line-height: 1;
    font-size: 14px;
}

.board_wrap .pager ul li a:before {
    content: "";
    display: inline-block;
    background: url(/images/board/slash.png) 0 0 no-repeat;
    width: 6px;
    height: 15px;
    margin: 0 5px;
    vertical-align: top;
}

.board_wrap .pager ul li a.on {
    font-weight: bold;
}

.board_wrap .pager button {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: solid 1px #c9c9c9;
    font-size: 0;
}

.board_wrap .pager button.btn_prev_first {
    background: url(/images/board/icon_d_prev.png) 50% no-repeat;
    background-size: 12px 11px;
}

.board_wrap .pager button.btn_prev {
    background: url(/images/board/icon_prev.png) 50% no-repeat;
    background-size: 6px 11px;
}

.board_wrap .pager button.btn_next_end {
    background: url(/images/board/icon_d_next.png) 50% no-repeat;
    background-size: 12px 11px;
}

.board_wrap .pager button.btn_next {
    background: url(/images/board/icon_next.png) 50% no-repeat;
    background-size: 6px 11px;
}

.board_wrap .pager button[class^=btn_next] {
    margin-left: 6px;
}

.board_wrap .pager button[class^=btn_prev] {
    margin-right: 6px;
}

.board_wrap .search_wrap {
    margin-top: 30px;
    text-align: center;
}

.board_wrap .search_wrap select {
    width: 128px;
    height: 38px;
    vertical-align: middle;
    border: solid 1px #949494;
    font-size: 13px;
    padding-left: 15px;
}

.board_wrap .search_wrap input {
    width: 360px;
    height: 38px;
    vertical-align: middle;
    margin: 0 5px;
    border: solid 1px #c9c9c9;
    font-size: 13px;
    padding: 0 15px;
}

.board_wrap .search_wrap button {
    width: 80px;
    height: 38px;
    vertical-align: middle;
    background: #4a4a4a;
    font-size: 17px;
    color: #fff;
}

.certificate {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
}

.certificate .step h2 {
    margin: 60px 0 40px;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.certificate .step h2:before {
    content: "";
    display: inline-block;
    background: url(/images/certificate/certificate_icon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.certificate .step p {
    padding-left: 10px;
    color: #383838;
    font-size: 17px;
}

.certificate .step div {
    margin: 23px 0;
    transition: all .3s;
}

.certificate .step div strong {
    display: inline-block;
    width: 155px;
    padding-left: 10px;
    font-size: 21px;
}

.certificate .step div a {
    display: inline-block;
    margin-left: 5px;
    transition: all .3s;
}

.certificate .patient {
    padding: 35px 0;
    border-top: solid 1px #e5e5e5;
}

.certificate .patient h3 {
    line-height: 1;
    font-size: 24px;
}

.certificate .patient h3::before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 4px;
    height: 22px;
    margin-right: 10px;
    vertical-align: -4px;
}

.certificate .patient h3 + p {
    margin-top: 5px;
    padding-left: 14px;
}

.certificate .patient div {
    padding: 30px 0;
}

.certificate .patient p {
    font-size: 17px;
}

.certificate .patient p em {
    color: #ff9103;
    vertical-align: top;
}

.certificate .patient p span {
    color: #005ec2;
    vertical-align: top;
}

.certificate .document_table {
    padding-bottom: 100px;
    border-top: solid 1px #e5e5e5;
    padding-top: 35px;
    transition: all .3s;
}

.certificate .document_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.certificate .document_table table caption {
    font-size: 29px;
    text-align: left;
    margin-bottom: 5px;
}

.certificate .document_table table th {
    border: solid 1px #d2d2d2;
    background: #e7edf4;
    font-size: 21px;
    height: 50px;
}

.certificate .document_table table td {
    border: solid 1px #d2d2d2;
    font-size: 17px;
    padding: 25px 0 25px 25px;
}

.certificate .document_table table td.title {
    background: #f9f9f9;
    transition: all .3s;
    font-size: 21px;
    font-weight: bold;
}

.certificate .document_table table td.center {
    background: #ffe2bc;
    text-align: center;
}

.certificate .document_table table td ul li {
    margin-top: 20px;
}

.certificate .document_table table td ul li:first-child {
    margin-top: 0;
}

.floor {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
}

.floor h2 {
    margin: 60px 0 40px;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.floor h2:before {
    content: "";
    display: inline-block;
    background: url(/images/certificate/certificate_icon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.floor .swiper-container {
    text-align: center;
    margin: 35px 0 30px;
}

.floor .gallery-thumbs {
    max-width: 1056px;
    margin: 0 auto 35px;
    position: relative;
    padding: 0 30px;
}

.floor .gallery-thumbs .gallery-next {
    background: #fff url(/images/floor/icon_ar_left.png) center no-repeat;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.floor .gallery-thumbs .gallery-prev {
    background: #fff url(/images/floor/icon_ar_right.png) center no-repeat;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.floor .floor_table {
    padding-top: 90px;
    border-top: solid 1px #d2d2d2;
}

.floor .floor_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.floor .floor_table table th {
    border: solid 1px #d2d2d2;
    background: #f9f9f9;
    font-size: 21px;
    height: 50px;
    width: 287px;
}

.floor .floor_table table td {
    border: solid 1px #d2d2d2;
    font-size: 17px;
    padding: 25px 0;
    padding-left: 45px;
}

.floor .floor_table table td > div {
    padding: 5px 0;
}

.floor .floor_table table td ul li {
    float: left;
    width: 33%;
    line-height: 25px;
    padding-left: 10px;
    text-indent: -10px;
}
.floor .floor_table table td ul li .pc_cut{ display: inline; }
.floor .floor_table table td ul li.none:before {
    display: none;
}
.floor .floor_table table td ul li .floor_table_sub_txt { font-size:0.8em }
.floor .floor_table table td ul li.long {
    width: 100%;
}

.floor .floor_table table td ul li:before {
    content: "";
    display: inline-block;
    vertical-align: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #3c90e8;
    margin-right: 5px;
}


/* 연혁 */

.history {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
}

.history h2 {
    margin: 60px 0 40px;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.history h2:before {
    content: "";
    display: inline-block;
    background: url(/images/history/historyicon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.history .history_table {
    padding-top: 90px;
    /* border-top: solid 1px #d2d2d2; */
}

.history .history_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.history .history_table table th {
    border-bottom: solid 1px #d2d2d2;
    font-size: 30px;
    height: 50px;
    width: 287px;
    text-align: left;
    vertical-align: text-top;
    margin: 10px;
}

.history .history_table table td {
    border-bottom: solid 1px #d2d2d2;
    font-size: 17px;
    padding: 25px 0;
    padding-left: 45px;
}

.history .history_table table td > div {
    padding: 5px 0;
}

.history .history_table table td p {
    color: #383838;
}

.history .history_table table td p span {
    color: #005ec2;
    padding-right: 10px;
}

.history .history_table table td ul li {
    float: left;
    width: 33%;
    line-height: 25px;
    padding-left: 10px;
    text-indent: -10px;
}

.history .history_table table td ul li.none:before {
    display: none;
}

.history .history_table table td ul li.long {
    width: 100%;
}

.history .history_table table td ul li:before {
    content: "";
    display: inline-block;
    vertical-align: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #3c90e8;
    margin-right: 5px;
}


/* 주요전화 */

.infor_call {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
}

.infor_call h2 {
    margin: 60px 0 0 0;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.infor_call h2:before {
    content: "";
    display: inline-block;
    background: url(/images/inforcall/call_icon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.infor_call .call_tab {
    margin-bottom: 2px;
}

.infor_call .call_tab li {
    float: left;
    width: 25%;
    border: solid 1px #d3d3d3;
    border-left: 0;
    text-align: center;
}

.infor_call .call_tab li a {
    display: block;
    height: 50px;
    color: #504450;
    line-height: 50px;
    font-size: 18px;
}

.infor_call .call_tab li:first-child {
    border-left: solid 1px #d3d3d3;
}

.infor_call .call_tab li.on {
    background: #3d90e8;
    color: #fff;
}

.infor_call .call_tab li.on a {
    color: #fff;
}

.infor_call .step p {
    padding-left: 10px;
    color: #383838;
    font-size: 17px;
}

.infor_call .step div {
    margin: 23px 0;
    transition: all .3s;
}

.infor_call .step div strong {
    display: inline-block;
    width: 155px;
    padding-left: 10px;
    font-size: 21px;
}

.infor_call .step div a {
    display: inline-block;
    margin-left: 5px;
    transition: all .3s;
}

.infor_call .patient {
    padding: 35px 0;
    border-top: solid 1px #e5e5e5;
}

.infor_call .patient h3 {
    line-height: 1;
    font-size: 20px;
}

.infor_call .patient h3::before {
    content: "";
    display: inline-block;
    background: #ff9103;
    width: 4px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -4px;
}

.infor_call .patient h3 + p {
    margin-top: 5px;
    padding-left: 14px;
}

.infor_call .patient div {
    padding: 30px 0;
}

.infor_call .patient p {
    font-size: 17px;
}

.infor_call .patient p em {
    color: #ff9103;
    vertical-align: top;
}

.infor_call .patient p span {
    color: #005ec2;
    vertical-align: top;
}

.infor_call .document_table {
    padding-bottom: 100px;
    border-top: solid 1px #e5e5e5;
    padding-top: 35px;
    transition: all .3s;
}

.infor_call .document_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.infor_call .document_table table caption {
    font-size: 29px;
    text-align: left;
    margin-bottom: 5px;
}

.infor_call .document_table table th {
    border: solid 1px #d2d2d2;
    background: #e7edf4;
    font-size: 21px;
    height: 50px;
}

.infor_call .document_table table td {
    border: solid 1px #d2d2d2;
    font-size: 17px;
    padding: 25px 0 25px 50px;
}

.infor_call .document_table table td.title {
    background: #f9f9f9;
    transition: all .3s;
    font-size: 21px;
    font-weight: bold;
}

.infor_call .document_table table td.center {
    background: #ffe2bc;
    text-align: center;
}

.infor_call .document_table table td ul li {
    margin-top: 20px;
}

.infor_call .document_table table td ul li:first-child {
    margin-top: 0;
}


/*진료시간*/

.time_table {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
}

.time_table h2 {
    margin: 60px 0 0 0;
    border-bottom: solid 1px #d2d2d2;
    color: #005ec2;
    font-size: 37px;
}

.time_table h2:before {
    content: "";
    display: inline-block;
    background: url(/images/inforcall/time_icon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.time_table .document_table {
    padding-bottom: 100px;
    border-top: solid 1px #e5e5e5;
    padding-top: 35px;
    transition: all .3s;
}

.time_table .document_table table {
    width: 100%;
    border-top: solid 3px #3c90e8;
}

.time_table .document_table table caption {
    font-size: 29px;
    text-align: left;
    margin-bottom: 5px;
}

.time_table .document_table table th {
    border: solid 1px #d2d2d2;
    background: #e7edf4;
    font-size: 21px;
    height: 50px;
}

.time_table .document_table table td {
    border: solid 1px #d2d2d2;
    font-size: 17px;
    padding: 25px 0 25px 50px;
}

.time_table .document_table table td.title {
    background: #f9f9f9;
    transition: all .3s;
    font-size: 21px;
    font-weight: bold;
}

.time_table .document_table table td.center {
    background: #ffe2bc;
    text-align: center;
}

.time_table .document_table table td ul li {
    margin-top: 20px;
}

.time_table .document_table table td ul li:first-child {
    margin-top: 0;
}

@media screen and (min-width: 760px) and (max-width: 1260px) {
    .map {
        padding: 0 20px;
    }
    .map h2 {
        margin: 40px 0 20px;
        font-size: 27px;
    }
    .map h2:before {
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .map .address img {
        width: 100%;
        vertical-align: top;
    }
    .map .address .address_text {
        padding: 15px 20px;
    }
    .map .address .address_text dl dt {
        padding-right: 10px;
        font-size: 17px;
    }
    .map .address .address_text dl dd {
        font-size: 15px;
    }
    .map .traffic {
        display: table;
        padding: 20px 0;
    }
    .map .traffic > div {
        display: table-cell;
        vertical-align: top;
    }
    .map .traffic > div.traffic_img {
        width: 80px;
    }
    .map .traffic > div dl {
        padding-left: 20px;
    }
    .map .traffic > div dl dt {
        font-size: 18px;
    }
    .map .traffic > div dl dd {
        margin-bottom: 15px;
        padding-left: 64px;
        text-indent: -64px;
        font-size: 15px;
    }
    .map .traffic > div dl dd span {
        display: inline-block;
        width: 60px;
        text-indent: 0;
        vertical-align: 0;
    }
    .map .parking h3 {
        font-size: 18px;
    }
    .map .parking > div {
        margin-bottom: 20px;
    }
    .map .parking > div p {
        font-size: 15px;
    }
    .map .parking > div span {
        font-size: 25px;
    }
    .map .parking > div.parking_price > p {
        font-size: 20px;
    }
    .map .parking > div.parking_price table caption {
        font-size: 20px;
    }
    .map .parking > div.parking_price table th {
        font-size: 15px;
    }
    .map .parking > div.parking_price table td {
        font-size: 15px;
    }
    .board_wrap .board_rule {
        margin: 40px 0 60px;
        padding: 0 5%;
    }
    .board_wrap .board_rule div {
        padding: 20px 50px;
        border: solid 4px #e5e5e5;
        font-size: 15px;
    }
    .board_wrap .board_rule div span {
        display: block;
        margin-top: 10px;
        color: #3c90e8;
        line-height: 1.4;
    }
    .board_wrap .board_rule div span:before {
        content: "";
        display: inline-block;
        background: url(/images/board/icon_waring.png) 0 0 no-repeat;
        width: 16px;
        height: 15px;
        margin-right: 5px;
        vertical-align: 0;
    }
    .board_wrap .board.write {
        padding: 0 10px;
    }
    .board_wrap .board.write td .upload_file {
        max-width: 300px;
    }
    .board_wrap .board.write td input {
        width: 30%;
    }
    .board_wrap .board.write td .auto_prevent button {
        width: 20%;
        font-size: 12px;
    }
    .certificate {
        padding: 0 16px;
    }
    .certificate .step h2 {
        font-size: 27px;
    }
    .certificate .step h2:before {
        content: "";
        display: inline-block;
        background: url(/images/certificate/certificate_icon.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .certificate .step p {
        padding: 0 10px;
        font-size: 15px;
        margin-top: -20px;
    }
    .certificate .document_table table caption {
        font-size: 20px;
    }
    .certificate .document_table table th {
        height: 50px;
        font-size: 16px;
    }
    .certificate .document_table table td {
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
        word-break: keep-all;
    }
    .certificate .document_table table td.title {
        font-size: 15px;
    }
    .certificate .document_table table td.center {
        background: #ffe2bc;
        text-align: center;
    }
    .certificate .document_table table td ul li {
        margin-top: 10px;
        padding: 0 10px;
        text-align: left;
    }
    .certificate .document_table table td ul li:first-child {
        margin-top: 0;
    }
    .floor {
        width: 100%;
        max-width: 1236px;
        margin: 0 auto;
    }
    .floor h2 {
        font-size: 27px;
    }
    .floor h2:before {
        content: "";
        display: inline-block;
        background: url(/images/certificate/certificate_icon.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .floor .swiper-container {
        text-align: center;
        margin: 35px 0 30px;
    }
    .floor .gallery-thumbs {
        max-width: 1056px;
        margin: 0 auto 35px;
        position: relative;
        padding: 0 30px;
    }
    .floor .gallery-thumbs .gallery-next {
        background: #fff url(/images/floor/icon_ar_left.png) center no-repeat;
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .floor .gallery-thumbs .gallery-prev {
        background: #fff url(/images/floor/icon_ar_right.png) center no-repeat;
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    .floor .floor_table {
        padding: 20px 10px;
    }
    .floor .floor_table table th {
        width: 25%;
        padding: 10px 0;
        font-size: 16px;
    }
    .floor .floor_table table td {
        padding: 10px 5%;
        font-size: 14px;
    }
    .floor .floor_table table td h3 {
        font-size: 15px;
    }
    .floor .floor_table table td > div {
        padding: 5px 0;
    }
    .floor .floor_table table td ul li {
        white-space: nowrap;
    }
    .floor .floor_table table td ul li .floor_table_sub_txt {
        font-size:0.6em;    
        
    }
    /*연혁 */
    .history {
        width: 100%;
        max-width: 1236px;
        margin: 0 auto;
    }
    .history h2 {
        font-size: 27px;
    }
    .history h2:before {
        content: "";
        display: inline-block;
        background: url(/images/history/historyicon.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .history .history_table {
        padding: 20px 10px;
    }
    .history .history_table table th {
        width: 25%;
        padding: 10px 0;
        font-size: 16px;
    }
    .history .history_table table td {
        padding: 10px 5%;
        font-size: 14px;
    }
    .history .history_table table td h3 {
        font-size: 15px;
    }
    .history .history_table table td > div {
        padding: 5px 0;
    }
    .history .history_table table td ul li {
        white-space: nowrap;
    }
    /*주요전화 */
    .infor_call {
        width: 100%;
        max-width: 1236px;
        margin: 0 auto;
    }
    .infor_call h2 {
        font-size: 27px;
    }
    .infor_call h2:before {
        content: "";
        display: inline-block;
        background: url(/images/inforcall/call_icon.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .infor_call .step p {
        padding: 0 10px;
        font-size: 15px;
        margin-top: -20px;
    }
    .infor_call .document_table table caption {
        font-size: 20px;
    }
    .infor_call .document_table table th {
        height: 50px;
        font-size: 16px;
    }
    .infor_call .document_table table td {
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
        word-break: keep-all;
    }
    .infor_call .document_table table td.title {
        font-size: 15px;
    }
    .infor_call .document_table table td.center {
        background: #ffe2bc;
        text-align: center;
    }
    .infor_call .document_table table td ul li {
        margin-top: 10px;
        padding: 0 10px;
        text-align: left;
    }
    .infor_call .document_table table td ul li:first-child {
        margin-top: 0;
    }
    /*진료시간*/
    .time_table {
        width: 100%;
        max-width: 1236px;
        margin: 0 auto;
    }
    .time_table h2 {
        font-size: 27px;
    }
    .time_table h2:before {
        content: "";
        display: inline-block;
        background: url(/images/inforcall/time_icon.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .time_table .step p {
        padding: 0 10px;
        font-size: 15px;
        margin-top: -20px;
    }
    .time_table .document_table table caption {
        font-size: 20px;
    }
    .time_table .document_table table th {
        height: 50px;
        font-size: 16px;
    }
    .time_table .document_table table td {
        padding: 10px 0;
        text-align: left;
        font-size: 15px;
        word-break: keep-all;
    }
    .time_table .document_table table td.title {
        font-size: 15px;
    }
    .time_table .document_table table td.center {
        background: #ffe2bc;
        text-align: center;
    }
    .time_table .document_table table td ul li {
        margin-top: 10px;
        padding: 0 10px;
        text-align: left;
    }
    .time_table .document_table table td ul li:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 759px) {
    .map {
        padding: 0 10px;
    }
    .map h2 {
        margin: 20px 0 10px;
        font-size: 17px;
    }
    .map h2:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .map .address img {
        width: 100%;
        vertical-align: top;
    }
    .map .address .address_text {
        padding: 5px 10px;
    }
    .map .address .address_text dl {
        padding: 0 0 5px;
    }
    .map .address .address_text dl dt {
        display: block;
        padding: 5px 0;
        border-right: 0;
        font-size: 13px;
    }
    .map .address .address_text dl dd {
        margin: 0;
        font-size: 12px;
    }
    .map .traffic {
        display: table;
        padding: 20px 0;
    }
    .map .traffic > div {
        display: table-cell;
        vertical-align: top;
    }
    .map .traffic > div.traffic_img {
        display: none;
    }
    .map .traffic > div dl {
        padding-left: 0;
    }
    .map .traffic > div dl dt {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .map .traffic > div dl dd {
        margin-bottom: 5px;
        padding-left: 64px;
        text-indent: -64px;
        font-size: 13px;
        word-break: keep-all;
    }
    .map .traffic > div dl dd span {
        display: inline-block;
        width: 60px;
        text-indent: 0;
        vertical-align: 0;
    }
    .map .parking {
        padding-bottom: 30px;
    }
    .map .parking h3 {
        line-height: 1.4;
        font-size: 14px;
    }
    .map .parking h3:before {
        display: none;
    }
    .map .parking > div {
        margin-bottom: 20px;
    }
    .map .parking > div p {
        font-size: 13px;
    }
    .map .parking > div span {
        font-size: 25px;
    }
    .map .parking > div.parking_price > p {
        font-size: 20px;
    }
    .map .parking > div.parking_price table caption {
        font-size: 18px;
    }
    .map .parking > div.parking_price table th {
        font-size: 12px;
    }
    .map .parking > div.parking_price table td {
        font-size: 11px;
    }
    .board_wrap {
        padding: 20px 0 50px;
    }
    .board_wrap .board_tab {
        margin-bottom: 0;
    }
    .board_wrap .board_tab li a {
        display: block;
        height: 30px;
        color: #504450;
        line-height: 30px;
        font-size: 12px;
    }
    .board_wrap .board_tab li:first-child {
        border-left: solid 1px #d3d3d3;
    }
    .board_wrap .board_tab li.on {
        background: #3d90e8;
        color: #fff;
    }
    .board_wrap .board_tab li.on a {
        color: #fff;
    }
    .board_wrap .board_rule {
        margin: 10px 0;
        padding: 0 20px;
    }
    .board_wrap .board_rule div {
        padding: 20px;
        font-size: 13px;
    }
    .board_wrap .board_rule div span {
        display: block;
        margin-top: 10px;
        color: #3c90e8;
        line-height: 1.4;
    }
    .board_wrap .board_rule div span:before {
        content: "";
        display: inline-block;
        background: url(/images/board/icon_waring.png) 0 0 no-repeat;
        width: 16px;
        height: 15px;
        margin-right: 5px;
        vertical-align: 0;
    }
    .board_wrap .btn_wrap {
        font-size: 0;
        padding: 10px 0;
    }
    .board_wrap .btn_wrap button {
        width: 70px;
        height: 35px;
        font-size: 14px;
        font-weight: bold;
    }
    .board_wrap .btn_wrap .btn_list {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .board_wrap .btn_wrap .btn_list:before {
        width: 20px;
        height: 12px;
        background-size: cover;
    }
    .board_wrap .board {
        padding: 0 10px;
    }
    .board_wrap .board table td {
        font-size: 11px;
    }
    .board_wrap .board table td.title {
        padding-left: 5%;
        height: auto;
        width: 40%;
    }
    .board_wrap .board table td.title a {
        font-size: 11px;
        white-space: normal;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .board_wrap .board table td:nth-child(3) {
        display: none;
    }

    .board_wrap .board table th:nth-child(2) {
        width:78%;
    }
    .board_wrap .board table td .complete {
        width: 90%;
    }
    .board_wrap .board table th {
        font-size: 11px;
    }
    .board_wrap .board table th:nth-child(3) {
        display: none;
    }
    .board_wrap .board.write {
        padding: 0 10px;
    }
    .board_wrap .board.write th {
        padding: 0 2%;
        font-size: 12px;
    }
    .board_wrap .board.write td {
        height: auto;
        padding: 5px 0;
        padding-left: 5%;
    }
    .board_wrap .board.write td .upload_file {
        max-width: 60%;
        height: 30px;
        margin-right: 5%;
    }
    .board_wrap .board.write td .upload_file + label {
        height: 30px;
        width: 34%;
        line-height: 30px;
    }
    .board_wrap .board.write td input {
        height: 30px;
        width: 225px;
    }
    .filebox label {height: 30px; line-height: 30px; }
    .board_wrap .board.write td .auto_prevent span {
        font-size: 20px;
    }
    .board_wrap .board.write td .auto_prevent button {
        width: auto;
        font-size: 12px;
        margin: 5px 0;
    }
    .board_wrap .board.write td .warning_text {
        display: block;
        padding: 0;
        margin-top: 5px;
    }
    .board_wrap .board.write td textarea {
        height: 150px;
        margin: 0;
    }
    .board_wrap .board.view {
        padding: 0 10px;
        margin-top: 20px;
    }
    .board_wrap .board.view th {
        padding: 0 2%;
        font-size: 12px;
    }
    .board_wrap .board.view td {
      padding: 10px 0;
        height: auto;
        padding: 5px 0;
        padding-left: 5%;
        font-size: 13px;
    }
    .board_wrap .board.view td .upload_file {
        max-width: 60%;
        height: 30px;
        margin-right: 5%;
    }
    .board_wrap .board.view td .upload_file + label {
        height: 30px;
        width: 34%;
        line-height: 30px;
    }
    
    
    .board_wrap .board.view td input {
        width: 100%;
        height: 30px;
    }
    .board_wrap .board.view td .auto_prevent span {
        font-size: 20px;
    }
    .board_wrap .board.view td .auto_prevent button {
        width: auto;
        font-size: 12px;
        margin: 5px 0;
    }
    
  .board_wrap .board.view td .warning_text {
        display: block;
        padding: 0;
        margin-top: 5px;
    }
    .board_wrap .board .btn_write {
        float: right;
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }
    .board_wrap .pager {
        clear: both;
        text-align: center;
        padding-top: 20px;
    }
    .board_wrap .pager ul {
        display: inline-block;
        margin: 0 5px;
        vertical-align: -3px;
    }
    .board_wrap .pager ul li {
        display: inline-block;
        font-size: 0;
    }
    .board_wrap .pager ul li:first-child a:before {
        display: none;
    }
    .board_wrap .pager ul li a {
        height: 15px;
        line-height: 1;
        font-size: 14px;
    }
    .board_wrap .pager ul li a:before {
        width: 6px;
        height: 15px;
        margin: 0 1px;
        vertical-align: top;
    }
    .board_wrap .pager ul li a.on {
        font-weight: bold;
    }
    .board_wrap .pager button {
        display: inline-block;
        width: 19px;
        height: 19px;
        border: solid 1px #c9c9c9;
        font-size: 0;
    }
    .board_wrap .pager button.btn_prev_first {
        background: url(/images/board/icon_d_prev.png) 50% no-repeat;
        background-size: 6px 5px;
    }
    .board_wrap .pager button.btn_prev {
        background: url(/images/board/icon_prev.png) 50% no-repeat;
        background-size: 3px 5px;
    }
    .board_wrap .pager button.btn_next_end {
        background: url(/images/board/icon_d_next.png) 50% no-repeat;
        background-size: 6px 5px;
    }
    .board_wrap .pager button.btn_next {
        background: url(/images/board/icon_next.png) 50% no-repeat;
        background-size: 3px 5px;
    }
    .board_wrap .pager button[class^=btn_next] {
        margin-left: 2px;
    }
    .board_wrap .pager button[class^=btn_prev] {
        margin-right: 2px;
    }
    .board_wrap .search_wrap {
        margin-top: 30px;
        text-align: center;
    }
    .board_wrap .search_wrap select {
        width: 25%;
        height: 38px;
        vertical-align: middle;
        border: solid 1px #949494;
        font-size: 13px;
        padding-left: 15px;
    }
    .board_wrap .search_wrap input {
        width: 40%;
        height: 38px;
        vertical-align: middle;
        margin: 0 5px;
        border: solid 1px #c9c9c9;
        font-size: 13px;
        padding: 0 15px;
    }
    .board_wrap .search_wrap button {
        width: 80px;
        height: 38px;
        vertical-align: middle;
        background: #4a4a4a;
        font-size: 17px;
        color: #fff;
    }
    .certificate {
        padding: 0 16px;
    }
    .certificate .step h2 {
        margin: 20px 0 10px;
        font-size: 17px;
    }
    .certificate .step h2:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .certificate .step p {
        padding: 0 10px;
        font-size: 14px;
        margin-top: 00px;
    }
    .certificate .step div strong {
        font-size: 15px;
    }
    .certificate .step div a {
        display: block;
        margin-top: 10px;
    }
    .certificate .patient {
        padding: 15px 0;
    }
    .certificate .patient h3 {
        font-size: 15px;
        padding-bottom: 7px;
    }
    .certificate .patient h3:before {
        content: "";
        display: inline-block;
        background: #ff9103;
        width: 4px;
        height: 15px;
        margin-right: 5px;
        vertical-align: -2px;
    }
    .certificate .patient h3 + p {
        font-size: 14px;
        padding: 0;
        word-break: keep-all;
    }
    .certificate .patient P {
        font-size: 14px;
    }
    .certificate .document_table {
        padding-bottom: 20px;
    }
    .certificate .document_table table caption {
        font-size: 14px;
    }
    .certificate .document_table table th {
        font-size: 11px;
        height: 50px;
    }
    .certificate .document_table table td {
        font-size: 11px;
        padding: 10px 0;
        text-align: center;
        word-break: keep-all;
    }
    .certificate .document_table table td.title {
        font-size: 11px;
        padding: 0 10px;
    }
    .certificate .document_table table td.center {
        background: #ffe2bc;
        text-align: center;
    }
    .certificate .document_table table td ul li {
        margin-top: 10px;
        padding: 0 10px;
        padding-left: 20px;
        text-align: left;
        text-indent: -12px;
    }
    .certificate .document_table table td ul li:first-child {
        margin-top: 0;
    }
    .floor {
        padding: 0 10px;
    }
    .floor h2 {
        margin: 20px 0 10px;
        font-size: 17px;
    }
    .floor h2:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .floor .swiper-container {
        text-align: center;
        margin: 15px 0 10px;
    }
    .floor .gallery-thumbs {
        margin: 0 auto 15px;
        position: relative;
        padding: 0 30px;
    }
    .floor .floor_table {
        padding: 20px 10px;
    }
    .floor .floor_table table th {
        width: 25%;
        padding: 10px 0;
        font-size: 13px;
    }
    .floor .floor_table table td {
        padding: 10px 5%;
        font-size: 11px;
    }
    .floor .floor_table table td h3 {
        font-size: 12px;
    }
    .floor .floor_table table td > div {
        padding: 5px 0;
    }
    .floor .floor_table table td ul li {
        float:none;width:100%;
    }
    .floor .floor_table table td ul li.none {
        display: none;
    }
    /*연혁*/
    .history {
        padding: 0 10px;
    }
    .history h2 {
        margin: 20px 0 10px;
        font-size: 17px;
    }
    .history h2:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .history .history_table {
        padding: 20px 10px;
    }
    .history .history_table table th {
        width: 25%;
        padding: 10px 0;
        font-size: 13px;
    }
    .history .history_table table td {
      word-break: keep-all;
        padding: 10px 5%;
        font-size: 14px;
    }
    .history .history_table table td h3 {
        font-size: 15px;
    }
    .history .history_table table td > div {
        padding: 5px 0;
    }
    .history .history_table table td ul li {
        white-space: nowrap;
    }
    .history .history_table table td ul li.none {
        display: block;
    }
    /*주요전화*/
    .infor_call {
        padding: 0 10px;
    }
    .infor_call h2 {
        margin: 20px 0 10px;
        font-size: 17px;
    }
    .infor_call h2:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .infor_call .call_tab {
        margin-bottom: 0;
    }
    .infor_call .call_tab li a {
        display: block;
        height: 30px;
        color: #504450;
        line-height: 30px;
        font-size: 12px;
    }
    .infor_call .call_tab li:first-child {
        border-left: solid 1px #d3d3d3;
    }
    .infor_call .call_tab li.on {
        background: #3d90e8;
        color: #fff;
    }
    .infor_call .call_tab li.on a {
        color: #fff;
    }
    .infor_call .step p {
        padding: 0 10px;
        font-size: 12px;
        margin-top: 00px;
    }
    .infor_call .step div strong {
        font-size: 15px;
    }
    .infor_call .step div a {
        display: block;
        margin-top: 10px;
    }
    .infor_call .patient {
        padding: 15px 0;
    }
    .infor_call .patient h3 {
        font-size: 15px;
    }
    .infor_call .patient h3:before {
        content: "";
        display: inline-block;
        background: #ff9103;
        width: 4px;
        height: 15px;
        margin-right: 5px;
        vertical-align: -2px;
    }
    .infor_call .patient h3 + p {
        font-size: 12px;
        padding: 0;
    }
    .infor_call .patient P {
        font-size: 12px;
    }
    .infor_call .document_table {
        padding-bottom: 20px;
    }
    .infor_call .document_table table caption {
        font-size: 14px;
    }
    .infor_call .document_table table th {
        font-size: 11px;
        height: 50px;
    }
    .infor_call .document_table table td {
        font-size: 11px;
        padding: 10px 0;
        text-align: center;
        word-break: keep-all;
    }
    .infor_call .document_table table td.title {
        font-size: 11px;
        padding: 0 10px;
    }
    .infor_call .document_table table td.center {
        background: #ffe2bc;
        text-align: center;
    }
    .infor_call .document_table table td ul li {
        margin-top: 10px;
        padding: 0 10px;
        padding-left: 20px;
        text-align: left;
        text-indent: -12px;
    }
    .infor_call .document_table table td ul li:first-child {
        margin-top: 0;
    }
    /*진료시간*/
    .time_table {
        padding: 0 10px;
    }
    .time_table h2 {
        margin: 20px 0 10px;
        font-size: 17px;
    }
    .time_table h2:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .time_table .document_table {
        padding-bottom: 20px;
    }
    .time_table .document_table table caption {
        font-size: 14px;
    }
    .time_table .document_table table th {
        font-size: 11px;
        height: 50px;
    }
    .time_table .document_table table td {
        font-size: 11px;
        padding: 10px 0;
        text-align: left;
        word-break: keep-all;
    }
    .time_table .document_table table td.title {
        font-size: 11px;
        padding: 0 10px;
    }
    .time_table .document_table table td.center {
        background: #ffe2bc;
        text-align: center;
    }
    .time_table .document_table table td ul li {
        margin-top: 10px;
        padding: 0 10px;
        padding-left: 20px;
        text-align: left;
        text-indent: -12px;
    }
    .time_table .document_table table td ul li:first-child {
        margin-top: 0;
    }
    /*사회사업팀*/
}
@media screen and (max-width: 480px) {
    .center_visual.new{
      height:220px;
/*    display: none;*/
  }
    .center_visual--inner h3{ font-size:25px; margin-bottom: 5px; }
    .center_visual--inner p{font-size:14px;}
}

/*# sourceMappingURL=sub.css.map */
