@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;
}
@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');}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}

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;
}

.chk_box{ display: none; }
.chk_box + label{
    font-size:15px;
    color:#000000;
    display: flex;
    align-items: flex-start;
    justify-content:flex-start;
}
.chk_box + label span{
    display:block;
    width:16px;
    height:16px;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius: 2px;
    position: relative;
}
.chk_box + label span::before{
    content: '';
    width:4px;
    height:1px;
    display: block;
    position: absolute;
    left:2px;
    top:5px;
    transform: rotate(-45deg)
}
.chk_box + label span::after{
    content: '';
    width:8px;
    height:1px;
    display: block;
    position: absolute;
    right:2px;
    top:3px;
    transform: rotate(45deg)
}
.chk_pop{
    color:#000000;
    border-bottom:1px solid #000000;
}

#header .membership:after,
#header .menu .inner::after,
#header .menu .inner #nav > ul:after,
#header .menu .sub_menu .inner::after,
#footer .sitemap::after,
.hospital_info .inner:after,
.medical_dep .inner ul::after,
.professional_center .inner ul::after,
.review_wrap .inner ul::after,
.board_wrap .inner::after,
.quick .inner 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: 10px;
     
}

#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 {
    transform: translateY(4px);
/*
    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;
}
a.review_more{
  text-align: right;
    color: #002364;
    font-size: 1.7rem;
    margin-bottom: 1%;
}
.hospital_info .info_inner .time h4{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}


.hospital_info .info_inner .time .checkup_title{
    margin-top: 20px;
    font-size: inherit;
    font-weight: 700;
}

.hospital_info .info_inner .time .checkup_list{
    margin-top: 8px;
}

.hospital_info .info_inner .time .time-divider{
    height: 2px;
    background: #000;
    margin: 12px 0;
}

.popup_slider_wrap{
    position: fixed;
    z-index: 9999;
    top: 80px;     /* 원하는 위치로 조정 */
    left: 80px;    /* 원하는 위치로 조정 */
}

/* 슬라이더 프레임: PHP에서 maxW/maxH로 고정 */
.popup_slider{
    position: relative;
    overflow: hidden;
    background: transparent;
}

/* 가로 트랙 */
.popup_track{
    display: flex;
    margin: 0;
    padding: 0;
    transition: transform .4s ease;
}

/* 각 슬라이드: 프레임과 동일 크기 */
.popup_item{
    list-style: none;
    flex: 0 0 100%;
}

/* 이미지: 프레임에 맞게 꽉 채우기(비율 유지 + 잘림 허용) */
.popup_img{
    width: 100%;
    height: 100%;
    object-fit: cover;   /* 비율 유지하면서 프레임 채움(짤릴 수 있음) */
    display: block;
    cursor: pointer;
}

/* 좌/우 화살표 */
.popup_nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    z-index: 2;
}
.popup_nav.prev{ left: 10px; }
.popup_nav.next{ right: 10px; }

/* 도트 */
.popup_dots{
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}
.popup_dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.9);
    background: rgba(255,255,255,.25);
    cursor: pointer;
}
.popup_dot.active{
    background: rgba(255,255,255,.95);
}

@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;
    }
    #footer .sitemap ul.social {
        display: block;
    }
    a.review_more{
      font-size: 11px;
      margin-right: 5%;
      margin-bottom: 4%;
    }
}


#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: 135px;
}

#header .menu .inner .second-menu {
    width: 135px;
}

#header .menu .inner .third-menu {
    width: 135px;
}

#header .menu .inner .fourth-menu {
    width: 135px;
}

#header .menu .inner .fifth-menu {
    width: 135px;
}
#header .menu .inner .sixth-menu {
    width: 135px;
}

#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;
}

#footer .sitemap {
    position: relative;
    width: 1313px;
    height: 55px;
    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: 170px;
    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;
}

@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 {
        transform: translateY(4px);
    }
    #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: 100;
    }
    #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: 100;
    }
   #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 .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%);
    }
    #header .mb .lang a {
        color: #fff;
        font-size: 1.5rem;
    }
    #header .mb .lang ul {
        display: none;
    }

*/

/*    해더 랭 */

    #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: 0px;
    }
    #footer .footer .inner .companyinfo span:first-child {
        display: block;
    }
    #footer .footer .inner .companyinfo span:before {
        display: none;
    }
    #footer .footer .inner .companyinfo span a {
        margin: 5px 0;
        font-size: 10px;
    }
    #footer .footer .inner .companyinfo p {
        margin-top: 10px;
        color: #979ca4;
    }
}

.main_visual .swiper-container.pc {
    display: block;
}
.main_visual .swiper-container .swiper-slide .pc { display: block; margin-left: auto; margin-right: auto; }
.main_visual .swiper-container .swiper-slide .m { display: none; }
.main_visual .swiper-container.mb {
    display: none;
}

.hospital_info {
    background: #f7f7f7;
}

.hospital_info .inner {
    max-width: 1238px;
    margin: 0 auto;
}

.hospital_info .inner > div {
    float: left;
    width: 50%;
}

.hospital_info .inner > div.res {
    margin: 28px 0;
    padding: 10px 60px 0 100px;
    border-right: solid 1px #d7d7d7;
}

.hospital_info .inner > div.res h3 {
    color: #383838;
    font-size: 30px;
}

.hospital_info .inner > div.res h3::before {
    content: "";
    display: inline-block;
    background: url(/images//icon_res.png) 0 0 no-repeat;
    width: 57px;
    height: 58px;
    margin-right: 5px;
    vertical-align: middle;
}

.hospital_info .inner > div.res p {
    margin-top: 15px;
    color: #383838;
    letter-spacing: -0.5px;
    font-size: 1.5rem;
    font-weight: bold;
}

.hospital_info .inner > div.res .res_box {
    padding: 20px 0 20px;
}

.hospital_info .inner > div.res .res_box input {
    width: 277px;
    height: 50px;
    border: solid 1px #d7d7d7;
    color: #383838;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    vertical-align: middle;
}

.hospital_info .inner > div.res .res_box input::placeholder {
    color: #747677;
}

/*.hospital_info .inner > div.res .res_box button {*/
/*    background: #005ec2;*/
/*    width: 136px;*/
/*    height: 50px;*/
/*    margin-left: 10px;*/
/*    color: #fff;*/
/*    font-size: 29px;*/
/*    vertical-align: middle;*/
/*}*/

.hospital_info .inner > div.res .res_box button {
    width: 100%;
    height: 50px;
    margin-left: 0;
    background: #005ec2;
    color: #fff;
    font-size: 25px;
    border-radius:10px;
}

.hospital_info .inner > div.res .res_box p {
    font-weight: 500;
    word-break: keep-all;
}

.hospital_info .inner > div.res .res_box p:before {
    content: "";
    display: inline-block;
    background: url(/images/icon_warning.png) 0 0 no-repeat;
    width: 24px;
    height: 21px;
    margin-right: 5px;
    color: #383838;
    font-size: 1.5rem;
    vertical-align: -2px;
}

.hospital_info .inner > div.info {
    margin: 28px 0;
    padding: 10px 40px 0 40px;
}
.hospital_info .inner .info_inner{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    gap:20px;
}
.hospital_info .inner > div.info h3 {
    margin-bottom: 10px;
    color: #383838;
    font-size: 30px;
}

.hospital_info .inner > div.info h3::before {
    content: "";
    display: inline-block;
    background: url(/images//icon_call.png) 0 0 no-repeat;
    width: 51px;
    height: 51px;
    margin-right: 5px;
    vertical-align: middle;
}

.hospital_info .inner > div.info .callcenter {
/*    float: left;*/
/*    margin-right: 25px;*/
}

.hospital_info .inner > div.info .callcenter strong {
    color: #383838;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 3.7rem;
    font-weight: bold;
}

.hospital_info .inner > div.info .callcenter span {
    display: block;
    background: #005ec2;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 15px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.hospital_info .inner > div.info .time {
/*    float: left;*/
/*    float:right;*/
    width:calc(100% - 250px);
}

.hospital_info .inner > div.info .time h4 {
    font-size: 2.3rem;
}
.hospital_info .inner > div.info .time h4 > span{ 
    font-size:1.2rem ; letter-spacing: -0.7px;
    width:100%;
    word-break: break-all
}
.hospital_info .inner > div.info .time ul {
    margin-top: 10px;
}

.hospital_info .inner > div.info .time ul li {
    line-height: 1.6;
    font-size: 1.6rem;
}

.hospital_info .inner > div.info .time ul li strong {
    display: inline-block;
    width: 80px;
    text-align: justify;
    vertical-align: 0;
}

.medical_dep {
    padding-bottom: 60px;
}

.medical_dep .inner {
    max-width: 1048px;
    margin: 0 auto;
}

.medical_dep .inner ul li {
    display: table;
    float: left;
    position: relative;
    background: #dae0e7;
    width: 168px;
    height: 77px;
    margin-right: 8px;
    margin-bottom: 5px;
    border: solid 4px #e9ecf1;
    transition: all .2s;
    overflow: hidden;
}
.medical_dep .inner 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);
}
.medical_dep .inner 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);
}
.medical_dep .inner ul li a {
    display: table-cell;
    text-align: center;
    font-size: 2.2rem;
    vertical-align: middle;
}

.medical_dep .inner ul li a span {
    display: block;
    font-size: 1.5rem;
}

.medical_dep .inner ul li:hover {
    background: #005ec2;
    border-color: #669eda;
}

.medical_dep .inner ul li:hover a {
    color: #fff;
}

.medical_dep .inner ul li:nth-child(6n) {
    margin-right: 0;
}

.professional_center {
    padding-bottom: 50px;
}

.professional_center .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.professional_center .inner ul {
    max-width: 1256px;
    margin: 0 auto;
}

.professional_center .inner ul li {
    float: left;
    overflow: hidden;
    background: #f9f9f9;
    width: 24%;
    max-height: 200px;
    min-height: 200px;
    margin-right: 1%;
    margin-bottom: 10px;
    border-top: solid 5px #005ec2;
}

.professional_center .inner ul li.orange {
    border-color: #999999;
}

.professional_center .inner ul li.orange dl dt {
    color: #383838;
}

.professional_center .inner ul li a {
    display: table;
    padding: 40px 10px 25px;
    width:100%;
}

.professional_center .inner ul li a .center_thum {
    display: table-cell;
    overflow: hidden;
    width: 125px;
    text-align: center;
    vertical-align: top;
}

.professional_center .inner ul li a .center_thum img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.professional_center .inner ul li a dl {
    display: table-cell;
    padding-left: 5%;
}

.professional_center .inner ul li a dl dt {
    color: #005ec2;
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 26px;
    font-weight: bold;
}

.professional_center .inner ul li a dl dd {
    margin-top: 10px;
    color: #383838;
    font-size: 17px;
    word-break: keep-all;
}

.review_wrap {
    background: #f7f7f7;
}

.review_wrap .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.review_wrap .inner ul {
    width: 1136px;
    margin: 0 auto;
}

.review_wrap .inner ul li {
    float: left;
    width: 260px;
    margin-left: 32px;
}

.review_wrap .inner ul li:first-child {
    margin-lefT: 0;
}

.review_wrap .inner ul li span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.8rem;
}

.board_wrap {
    padding-top: 60px;
    background: #f7f7f7;
}

.board_wrap .inner {
    width: 1319px;
    margin: 0 auto;
    padding: 24px 0 20px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
}

.board_wrap .inner .board_tab {
    display: none;
}

.board_wrap .inner > div {
    float: left;
    position: relative;
    width: 430px;
    padding-right: 30px;
}

.board_wrap .inner > div h3 {
    width: 147px;
    height: 42px;
    margin-bottom: 19px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 2.2rem;
}

.board_wrap .inner > div.news h3 {
    background: #f0831e;
}

.board_wrap .inner > div.news p {
    display: block;
    margin-top: 10px;
    letter-spacing: -0.5px;
    font-size: 1.9rem;
}

.board_wrap .inner > div[class^="board"] {
    padding: 0 30px;
    border-left: solid 1px #dcdcdc;
}

.board_wrap .inner > div[class^="board"] ul li {
    display: table;
    width: 100%;
    padding-left: 10px;
    border-bottom: solid 1px #d7d7d7;
    font-size: 1.8rem;
}

.board_wrap .inner > div[class^="board"] ul li a {
    display: table-cell;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_wrap .inner > div[class^="board"] ul li span {
    display: table-cell;
    width: 85px;
    font-size: 1.2rem;
}

.board_wrap .inner > div.board_notice h3 {
    background: #92ce37;
}

.board_wrap .inner > div.board_focus h3 {
    background: #ce6637;
}

.board_wrap .inner > div.board_review h3 {
    background: #3073ed;
}

.board_wrap .inner > div .btn_more {
    position: absolute;
    top: 22px;
    right: 30px;
    color: #002364;
    font-size: 1.7rem;
}

.sub_title {
    padding: 70px 0 40px;
    text-align: center;
    font-size: 3.7rem;
}

.sub_title hr {
    background: #005ec2;
    width: 58px;
    height: 3px;
    margin: 10px auto 0;
}

.sub_title span {
    display: inline-block;
    margin-top: -20px;
    font-size: 1.3rem;
    font-weight: normal;
}

.banner {
    background: #fff url(/images/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.banner .bx-viewport{ height:200px !important;  }
.midbanner_cnt {
    display: flex !important;
    position: relative;
    width: 1200px;
    height:200px;
    
/*    height: 192px;*/
    align-content: center;
    align-items: center;
    justify-content: space-between;;
    margin: 0 auto;
}

.banner a div {
/*    display: table-cell;*/
    letter-spacing: -1px;
}

.banner a div.vission_text {
    width: 263px;
    color: #004084;
    text-align: left;
    font-size: 30px;
}

.banner a div.vission_text span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.banner a div.doc_img {
    margin-left: auto;
    margin-right: 20px;
    vertical-align: bottom;
    height:200px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}
.banner a div.doc_img img{ max-height: 100%; }

.banner a div.doc_text {
    word-break: keep-all;
    color: #004186;
    font-size: 24px;
    width:500px;
    text-align: left;
}

.banner a div.doc_text .name {
    display: inline-block;
    background: url(/images/doc/bg_name.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
}

.banner a div.doc_text .name strong {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.banner a .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.quick {
    background: #fff;
/*    padding: 25px 0;*/
}

.quick .inner {
    max-width: 1048px;
    width: 100%;
    margin: 10px auto;
}

.quick .inner ul li {
    float: left;
    width: 11.6%;
    margin: 0 0.2%;
    text-align: center;
    background: #e8e8e8;
    border-radius: 10px;
    transition-duration: 0.5s;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.2);
}
.quick .inner ul li a {
    display: block;
    padding: 20px 0;
}

.quick .inner ul li p {
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: -1px;
    word-break: keep-all;
}
.quick .inner ul li:hover { background:#005ec2; }
.quick .inner ul li:hover p { color:#fff; }
.popup .inner {
    transition: all .3s;
    position: relative;
    max-width: 1920px;
    width: 100%;
}

.popup .inner div {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #183859;
    width: 100%;
    max-width: 390px;
    height: 30px;
    padding-left: 10px;
    color: #fff;
    line-height: 25px;
    font-size: 17px;
}

.popup .inner div input {
    width: 15px;
    height: 15px;
    margin: 0;
    vertical-align: text-bottom;
}

.popup .inner div label {
    line-height: 1;
    vertical-align: middle;
}

.popup .inner div button {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
}

#footer {
    background: #f7f7f7;
}
.review_wrap .inner ul li a img{
    width: 100%;
}




@media screen and (min-width: 760px) and (max-width: 1360px) {
    .hospital_info .inner .info_inner{
        flex-direction: column;
        align-content: center;
        justify-content: center
    }
    .hospital_info .inner > div.info .time{ width:initial; }
    .hospital_info .inner > div.info .time ul{ display: inline-block; }
    .hospital_info .inner {
        width: 100%;
    }
    .hospital_info .inner > div.res {
        width: 100%;
        margin: 2% 0;
        padding: 0;
        border: 0;
        text-align: center;
    }
    .hospital_info .inner > div.res p {
        font-size: 2rem;
    }
    .hospital_info .inner > div.info {
        width: 100%;
        margin: 2% 0;

        padding: 0;
        padding-bottom: 2%;
        text-align: center;

    }
    .hospital_info .inner > div.info .callcenter {
/*        display: inline-block;*/
        display: block;
        float: none;
    }
    .hospital_info .inner > div.info .callcenter span{
        width:200px;
        margin-left: auto;
        margin-right: auto;
    }
    .hospital_info .inner > div.info .time {
        display: inline-block;
        float: none;
    }
    .hospital_info .inner > div.info .time ul li {
        text-align: left;
        font-size: 2rem;
    }
    .medical_dep {
        padding-bottom: 5%;
    }
    .medical_dep .inner ul {
        width: 96%;
        margin: 0 auto;
    }
    .medical_dep .inner ul li {
        width: 15.7%;
        margin-right: 1%;
    }
    .medical_dep .inner ul li:nth-child(6n) {
        margin-right: 0;
    }
    .professional_center .inner {
        width: 96%;
        margin: 0 auto;
    }
    .professional_center .inner ul li {
        width: 33%;
        margin-right: 0.5%;
    }
    .professional_center .inner ul li:nth-child(4n) {
        margin-right: 0.5%;
    }
    .professional_center .inner ul li:nth-child(3n) {
        margin-right: 0;
    }
    .professional_center .inner ul li a {
        display: table;
        padding: 40px 10px 25px;
    }
    .professional_center .inner ul li a .center_thum {
        display: table-cell;
        overflow: hidden;
        width: 125px;
        text-align: center;
    }
    .professional_center .inner ul li a dl {
        display: table-cell;
    }
    .professional_center .inner ul li a dl dt {
        color: #002364;
        line-height: 1.2;
        letter-spacing: -1px;
        font-size: 20px;
        font-weight: bold;
    }
    .professional_center .inner ul li a dl dd {
        margin-top: 10px;
        color: #383838;
        font-size: 14px;
        word-break: keep-all;
    }
    .review_wrap .inner ul {
        width: 96%;
        margin: 0 auto;
    }
    .review_wrap .inner ul li {
        width: 24%;
        margin-right: 1%;
        margin-left: 0;
    }
    .review_wrap .inner ul li:nth-child(4n) {
        margin-right: 0;
    }

    .board_wrap .inner {
        width: 96%;
        margin: 0 auto;
    }
    .board_wrap .inner > div {
        width: 33%;
        margin-right: 0.5%;
        padding-right: 2%;
    }
    .board_wrap .inner > div[class^="board"] {
        padding: 0 2%;
    }
    .board_wrap .inner > div[class^="board"] ul li span {
        width: 55px;
        text-align: right;
    }
    .board_wrap .inner > div.board_review {
        margin-right: 0;
    }
    .board_wrap .inner > div h3 {
        width: 120px;
    }
    .banner a {
/*        max-width: 760px;*/
    }
    .midbanner_cnt{ width:90%; }
    .banner a div.vission_text {
        font-size: 20px;
    }
    .banner a div.doc_img {
/*        width: 220px; padding-left: 30px;*/
    }
    .banner a div.doc_text {
        color: #004186;
        font-size: 16px;
        width:auto;
    }
    .banner a div.doc_text .name {
        font-size: 18px;
        margin-top: 10px;
    }
    .banner a .arrow {
        display: none;
    }
    .sub_title {
        padding: 2% 0 1%;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem;
    }
    .quick {
        padding: 10px 0;
    }
    .quick .inner ul li {  }
    .quick .inner ul li img {
        width: 35px;
        height: 35px;
    }
    .quick .inner ul li p {
        margin-top: 5px;
        font-size: 14px;
    }
    .popup .inner {
        padding-bottom: 20px;
    }
    .popup .inner div {
        max-width: 30%;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .popup .inner div input {
        width: 11px;
        height: 11px;
    }
}

@media screen and (max-width: 759px) {
    .chk_sec{gap:20px;}
  .main_visual .swiper-container .swiper-slide .pc { display: none; }
  .main_visual .swiper-container .swiper-slide .m { display: block; }
  .bxslider a:first-child{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
    .wrap {
        overflow: hidden;
    }
/*
    .main_visual .swiper-container.pc {
        display: none;
    }
*/
    .swiper-container-horizontal > 
    .swiper-pagination-bullets 
    .swiper-pagination-bullet h3 {
        display: none;
    }
    .swiper-container-horizontal > 
    .swiper-pagination-bullets 
    .swiper-pagination-bullet{ 
        width:10px;
        height:10px;
        border-radius: 50%;
        background:rgba(255,255,255,0.3)
    }
    
    
    .swiper-pagination-fraction, 
    .swiper-pagination-custom, 
    .swiper-container-horizontal > 
    .swiper-pagination-bullets {
        background: rgba(255, 255, 255, 0); 
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .swiper-pagination-bullet{ border:1px solid #fff; margin: 10px 4px ; }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{ 
        background: #007aff !important; border:1px solid #007aff;
    }
    .main_visual .swiper-container.mb {
/*        display: block;*/
    }
    .main_visual .swiper-container.mb .btn_view {
        position: absolute;
        left: 50%;
        bottom: 50px;
        background: #f0831e;
        width: 85px;
        height: 25px;
        color: #fff;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: center;
        transform: translateX(-50%);
    }
    .main_visual .swiper-container.mb .swiper-pagination {
        left: 50%;
        bottom: 20px;
        background: none !important;
        width: auto;
        transform: translateX(-50%);
        transition: none;
    }
    .main_visual .swiper-container.mb .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 2px;
        border: solid 1px #fff;
        border-radius: 50%;
    }
    .main_visual .swiper-container.mb .swiper-pagination .swiper-pagination-bullet-active {
        border-color: #007aff;
    }
    .hospital_info .inner {
        width: 100%;
    }
    .hospital_info .inner > div.res {
      background: #dae0e7;
      padding-top: 5%;
        width: 100%;
        margin: 2% 0;
        margin-top: 0;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #d7d7d7;
        text-align: center;
    }
    .hospital_info .inner > div.res h3 {
        font-size: 18px;
        text-align: left;
        padding-left: 5%;
        padding-top: 4%;
    }
    .hospital_info .inner > div.res h3:before {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .hospital_info .inner > div.res p {
        font-size: 13px;
        word-break: keep-all;
        text-align: left;
        padding-left: 5%;
        padding-right:5px;
    }
    .hospital_info .inner > div.res .res_box input {
        width: 66%;
        height: 30px;
        font-size: 14px;
    }
    .hospital_info .inner > div.res .res_box button {
        width: 90%;
        height: 40px;
        font-size: 14px;
    }
    .hospital_info .inner > div.info {
        width: 100%;
        margin: 2% 0;
        padding: 0;
        text-align: center;
    }
    .hospital_info .inner > div.info h3 {
      font-size: 18px;
      text-align: left;
      padding-left: 5%;
    }
    .hospital_info .inner > div.info h3:before {
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
    }

    .hospital_info .inner > div.info .callcenter {
        display: inline-block;
        float: none;
        width: 41%;
        margin: 0 4%;
    }
    .hospital_info .inner > div.info .callcenter strong {
        display: block;
        text-align: left;
        font-size: 22px;
    }
    /* .hospital_info .inner > div.info .callcenter strong:before {
        content: "";
        display: inline-block;
        background: url(/images/icon_call.png) 0 0 no-repeat;
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
        margin-right: 5px;
    } */

    .hospital_info .inner > div.info .callcenter span {
        font-size: 11px;
    }
    .hospital_info .inner > div.info .time {
        display: inline-block;
        float: none;
        width: 50%;
        margin-top: 0;
        padding-left: 5%;

    }
    .hospital_info .inner > div.info .time h4 {
        text-align: left;
        font-size: 14px;
    }
    .hospital_info .inner > div.info .time ul li {
        letter-spacing: 0px;
        text-align: left;
        font-size: 12px;
    }
    .hospital_info .inner > div.info .time ul li strong {
        width: auto;
        margin-right: 13px;
    }
    .medical_dep {
        padding-bottom: 20px;
    }
    .medical_dep .inner ul {
        width: 100%;
        padding: 0 8px;
    }
    .medical_dep .inner ul li {
        width: 32%;
        height: 45px;
        margin-right: 1%;
    }
    .medical_dep .inner ul li a {
      font-weight: bold;
        font-size: 13px;
        letter-spacing: -1px;
    }
    .medical_dep .inner ul li a span {
        display: none;
    }
    .medical_dep .inner ul li a br {
        display: none;
    }
    .medical_dep .inner ul li:nth-child(6n) {
        margin-right: 1%;
    }
    .medical_dep .inner ul li.internal_medicine::after{
         width:80px;
        height:15px;
        font-size:12px;
        left:-30px;
        top:5px;
    }
    .medical_dep .inner ul li.external_medicine::after{
         width:80px;
        height:15px;
        font-size:12px;
        left:-30px;
        top:5px;
    }
    .professional_center {
        padding-bottom: 20px;
    }
    .professional_center .inner ul {
        padding: 0 8px;
    }
    .professional_center .inner ul li {
        width: 49%;
        min-height: 130px;
        margin: 0.5%;
    }
    .professional_center .inner ul li a {
        padding: 30px 0 5px;
        width: 100%;
    }
    .professional_center .inner ul li a .center_thum {
        width: 30%;
        padding-left: 5%;
    }
    .professional_center .inner ul li a .center_thum img {
        width: 50px;
        height: 50px;
    }
    .professional_center .inner ul li a dl {
        width: 65%;
    }
    .professional_center .inner ul li a dl dt {
        font-size: 13.5px;
        letter-spacing: 1px;
    }
    /* .professional_center .inner ul li a dl dt br {
        display: none;
    } */
    .professional_center .inner ul li a dl dd {
        font-size: 12px;
        font-weight: bold;
    }
    .banner a {
        max-width: 100%;
       
    }
    .banner .bx-viewport {height: 180px !important;}
    .midbanner_cnt{ width:90%; height:180px; }
    .banner a div.vission_text {
        width: 20%;
        padding-left: 10px;
        font-size: 12px;
        display: none;
        
    }
    .banner a div.vission_text span {
        font-size: 13px;
        word-break: keep-all;
    }
    .banner a div.doc_img {
        width: 40%;
        height:180px;
        padding: 0 2%;
        text-align: center;
        margin-left: 0;
        margin-right: 0px
    }
    .banner a div.doc_img img {
        
    }
    .banner a div.doc_text {
        color: #004186;
        font-size: 13px;
        width:60%;
    }
    .banner a div.doc_text p {
        width: 100%;
    }
    .banner a div.doc_text .name {
        margin-top: 10px;
        font-size: 12px;
    }
    .banner a .arrow {
        display: block;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .review_wrap .inner ul {
        width: 90%;
        padding: 0 8px;
    }
    .review_wrap .inner ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        margin-left: 0;
    }
    .review_wrap .inner ul li:nth-child(even) {
        margin-right: 0;
    }
    .review_wrap .inner ul li span {
        font-size: 11px;
    }
    .board_wrap {
        padding-top: 20px;
    }
    .board_wrap .inner {
        width: 90%;
        margin: 0 auto;
    }
    .board_wrap .inner .board_tab {
        display: block;
        overflow: hidden;
        padding-bottom: 1px;
        border-bottom: solid 1px #d7d7d7;
    }
    .board_wrap .inner .board_tab li {
        float: left;
        background: #dcdcdc;
        width: 33%;
        height: 30px;
        margin-right: 0.5%;
        color: #3f3f3f;
        line-height: 30px;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
    }
    .board_wrap .inner .board_tab li:last-child {
        margin-right: 0;
    }
    .board_wrap .inner .board_tab li.active {
        background: #ff9103;
        color: #fff;
        font-weight: bold;
    }
    .board_wrap .inner > div {
        display: none;
        width: 100%;
        padding: 0;
    }
    .board_wrap .inner > div[class^="board"] {
        padding: 0 5px;
        border: 0;
    }
    .board_wrap .inner > div[class^="board"] ul li a {
        height: 25px;
        font-size: 13px;
    }
    .board_wrap .inner > div[class^="board"] ul li span {
        text-align: right;
    }
    .board_wrap .inner > div h3 {
        visibility: hidden;
        margin: 0;
        height: 40px;
    }
    .board_wrap .inner > div img {
        width: 100%;
    }
    .board_wrap .inner > div.news p {
        font-size: 13px;
    }
    .board_wrap .inner > div .btn_more {
        right: 0;
        font-size: 11px;
        top: 10px;
    }
    .sub_title {
        padding: 20px 0 10px;
        font-size: 25px;
    }
    .sub_title hr {
        margin: 10px auto;
    }
    .quick {
        padding: 5px 0;
    }
    .quick .inner ul {
        text-align: center;
    }
    .quick .inner ul li {
        float: none;
        display: inline-block;
        width: 23%;
        margin: 0 auto 5px;
        padding: 10px 0;
    }
    .quick .inner ul li img {
        width: 25px;
        height: 25px;
    }
    .quick .inner ul li p {
        margin-top: 5px;
        font-size: 11px;
    }
    .popup .inner {
        padding-bottom: 20px;
    }
    .popup .inner div {
        max-width: 200px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .popup .inner div input {
        width: 11px;
        height: 11px;
    }
}

@media screen and (max-width:480px){
    .midbanner_cnt {height: 160px;}
    .banner a div.doc_img {width: 110px;}
    .banner a div.doc_text { width: calc(100% - 120px);}
    .banner a div.doc_img{ height:160px; }
    .banner .bx-viewport { height: 160px !important; }
/*
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ 
        width:14px;height:14px;
    }
*/
}
/*# sourceMappingURL=main.css.map */
