@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
* {
    word-break: keep-all;
}

#site {
    padding-top: 0;
    letter-spacing: -0.034em;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

dd {
    line-height: 1.6;
}

dl,
ul {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

span[class^="material-icons"] {
    user-select: none;
    line-height: 1;
}

#site>.container {
    width: 100%;
    padding: 0;
}

@media (min-width:1200px) {
    .container {
        width: 1430px;
        width: 1400px;
    }
}

.sub-btn-wrap .container {
    width: 100%;
    padding: 0;
}

.subpage-inner {
    margin: 0;
}

.subpage-content section {
    padding: 100px 0 150px;
}

.subpage-content #se1 {
    position: relative;
}

.subpage-content #se1::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1400px;
    min-width: 100px;
    height: 1px;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.subpage-content h3 {
    font-weight: 500;
    color: #333;
    position: relative;
    font-size: 52px;
    margin: 85px 0 0;
    text-align: center;
    letter-spacing: -0.04em;
}

.subpage-content .inner h4 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    font-size: 54px;
    font-weight: 700;
    color: #001f7d;
    margin: 0;
}

.subpage-content .inner h4 span {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 10px;
    color: #a4a9b9;
}

.subpage-content .inner h4::before {
    content: '';
    color: #fff;
    padding: 8px 25px 7px;
    border-radius: 50px;
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    margin: 0 auto 20px;
    letter-spacing: -0.034em;
}

.subpage-content h5 {
    display: inline-block;
    font-size: 34px;
    color: #333;
    border-bottom: 1px solid #222;
    padding-bottom: 7px;
    margin: 0 0 30px;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    content: '-';
    position: absolute;
    left: 0;
}



.table_blog dd {
    padding: 10px 20px 20px;
}

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

#gnbauth {
    display: none;
}

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;

}


.navbar>.container::before,
.navbar>.container::after {
    display: none;
}

.navbar-inverse {
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav>li>a {
    height: 64px;
    position: relative;
    z-index: 10;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #008e63;
}

/* 드롭다운 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #444;
}

/* 드롭다운 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    color: #333;
}

.nav-top .navbar-top p {
    margin: 0;
}

.nav-top .customer {
    display: flex;
    align-items: center;
}

.nav-top .customer span[class^="material-icons"] {
    font-size: 36px;
    margin-right: 10px;
    color: #6d68bd;
    background: #eaeaea;
    border-radius: 50%;
    padding: 8px;
    display: none;
}

.nav-top .customer p {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    color: #3c4ea9;
    font-weight: 500;
}

.nav-top .customer p span {
    display: block;
    font-size: 14px;
    color: #333;
}

.nav-top .li-home {
    float: right;
    margin: 0;
}

.notice-btn{
    display: block;
    line-height: 40px;
    background: #3c4ea9;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 30px;
}
.notice-btn:hover{
    color: #fff;
}
.nav-top .li-home li {
    display: inline;
    margin-left: 12px;
}

@media (max-width: 767px) {

    .nav-top>.container>.row>div:first-child{
        width: 40% !important;
    }
    .nav-top>.container>.row>div:last-child{
        width: 60% !important;
    }
    .nav-top>.container>.row>div:last-child{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    }
    #site {
        padding-top: 97px;
    }

    .navbar-inverse {
        position: fixed;
        z-index: 15000;
    }

    .navbar-header {
        display: flex;
        justify-content: space-between;
        height: 60px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
        width: 100vw;
    }

    .nav-top {
        background: #f8f8f8;
    }

    .nav-top .row::before,
    .nav-top .row::after {
        display: none;
    }

    .nav-top .row {
        display: flex;
        padding: 7px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .nav-top .row>div {
        width: inherit;
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .nav-top .customer span[class^="material-icons"] {
        font-size: 22px;
        color: #001f7d;
        display: inline-block;
        background: transparent;
        margin-right: 5px;
        padding: 0;
    }

    .nav-top .customer p span {
        display: inline-block;
        display: none;
        font-size: 12px;
    }

    .nav-top .customer p {
        font-size: 16px !important;
    }

    .nav-top .li-home {
        font-size: 12px;
    }
    .notice-btn{
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
}
    .nav-top .li-home li {
        margin-left: 10px;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 200px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #444;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    /* menu */
    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px;
        font-size: 16px;
        justify-content: flex-start;
        font-weight: 500;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #f8f8f8;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #666;
        font-size: 15px;
    }

    /* 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #222;
        background: #eee;
    }
}


@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }

    #site .navbar-collapse.collapse {
        width: 100%;
        background: #fff;
        display: flex !important;
        justify-content: center;

        /* 메인메뉴높이값 */
        height: 64px !important;
    }

    #site .navbar-nav {
        position: static;
        z-index: 1000;
        width: 1430px !important;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .navbar-nav>li {
        flex-grow: 1;
    }

    .navbar-nav::before,
    .navbar-nav::after,
    .navbar-collapse::before,
    .navbar-collapse::after {
        display: none;
    }

    .navbar-inverse .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nav-top {
        background: #fff;
        border-bottom: 1px solid #eee;
    }

    .nav-top>.container>.row {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 106px;
    }
    .nav-top .navbar-top {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-top>.container>.row>div:last-child{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .nav-top>.container>.row>div:last-child ul{}
    .nav-top>.container>.row>div:last-child > a{}



    /* //all dropdown custom */

    /* 트렌지션 */
    .navbar-nav,
    .navbar-nav::after,
    .navbar-inverse .navbar-nav .dropdown-menu {
        transition: .5s;
    }

    /* 메뉴높이값 */
    .navbar-inverse .navbar-nav .dropdown-menu,
    .navbar-nav .dropdown.open::after {
        top: 64px;
    }

    .navbar-nav,
    .navbar-inverse .navbar-nav .dropdown-menu {
        height: 64px;
    }


    .navbar-nav {
        overflow: hidden;
    }

    .navbar-nav:hover {
        height: 360px;
    }

    /* dropdown snb 배경 기본 값 */
    .navbar-nav::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #11ac7d;
        top: 169px;
        left: 0;
    }

    .navbar-nav::after {
        pointer-events: none;
        content: '';
        position: absolute;
        display: block;
        left: 0;
        margin-top: 64px;
        width: 100%;
        height: 0px;
        background: #f1f1f1;
    }

    /* hvoer dropdown snb 배경 높이 값 - 메뉴 높이 값*/
    .navbar-nav:hover::after {
        height: 296px;
    }

    .navbar-inverse {
        background: #fff;

    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        display: block !important;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }

    .navbar-inverse .navbar-nav .dropdown {
        position: relative;
    }

    /* 메인메뉴 구분선 */
    .navbar-inverse .navbar-nav .dropdown::before {
        content: '';
        display: block;
        position: absolute;
        height: 20px;
        width: 2px;
        /* background: #ddd; */
        border-left: 1px dotted #ddd;
        top: 22px;
        left: -.5px;
    }

    .navbar-inverse .navbar-nav .dropdown:first-child::before {
        content: none;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        height: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 0;
        padding: 10px 0;
        text-align: center;
        margin: 0;
        opacity: 0;
        width: 100%;
        border: 1px solid #ddd;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .dropdown:nth-child(1) .dropdown-menu {
        margin-left: 0px;
    }

    .navbar-inverse .navbar-nav .dropdown:nth-child(1n+2) .dropdown-menu {
        border-left: 0;
    }

    .navbar-inverse .navbar-nav:hover .dropdown-menu {
        opacity: 1;
    }

    .navbar-inverse.opened .dropdown-menu {
        display: block !important;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        font-size: 15.5px;
        padding: 5px 0;
    }

    /* pc nav 드롭다운 후버 */
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #444;
        text-shadow: 0 0 .1px #000;
        background: transparent;
    }

    .navbar-nav .dropdown.open::after {
        content: '';
        z-index: 5;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: #fff;
    }

}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}



/* =================================== main =================================== */

/* 슬라이드 */

#mainCarousel .carousel-inner .item {
    height: calc(100vh - 171px);
}

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    /* background: rgba(0,90,171,.45); */
}

.carousel-caption {
    top: 47.5%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main_popup .main_popup_contents::after,
.carousel-caption h1::before,
.subpage-content .inner h4::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3c61f+0,49a842+100 */
    background: rgb(152, 218, 46);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(152, 218, 46, 1) 0%, rgb(50, 182, 142) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(152, 218, 46, 1) 0%, rgb(50, 182, 142) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6577c7 0%, #32b68e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3c61f', endColorstr='#49a842', GradientType=1);
    /* IE6-9 */
}

.carousel-caption h1::before {
    content: 'PREMIUM CLINIC CENTER';
    padding: 10px;
    width: 300px;
    border-radius: 50px;
    font-size: 19px;
    display: block;
    font-weight: 400;
    margin: 0px auto 30px;
    letter-spacing: 0.034em;
}

.carousel-caption h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 69%;
    height: 1px;
    background: #fff;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.carousel-caption p {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.75;
    font-weight: 300;
    padding-top: 0;
    color: rgba(255, 255, 255, 0.8);
}

.carousel-caption p span {
    font-family: 'notokr', sans-serif;
    font-size: 20px;
    letter-spacing: -.25px;
    color: #fff;
    display: block;
    margin-top: 20px;
    font-weight: 400;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 190px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .0);
}

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

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}

/* =================================== main =================================== */
.main-wrap .se1,
.main-wrap .se3 {
    padding: 100px 0;
    background: #f8f8f8;
}

.main-wrap h3 {
    margin: 0;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
}

.main-box-wrap h3 span {
    color: #3c4ea9;
    display: block;
    margin: 15px 0 30px;
    font-size: 28px;
    font-weight: 200;
}

.main-box-wrap p.info {
    font-size: 18px;
    text-align: center;
    color: #444;
    margin: 0;
    line-height: 1.5em;
}

.main-box-wrap .box {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0;
}

.main-box-wrap .box .item {
    flex: 1;
    padding: 0 20px;
}

.main-box-wrap .box .item:first-child {
    border-left: 0;
}

.main-box-wrap .item img {
    border-radius: 50%;
    border: 1px solid #eee;
}

.main-box-wrap .item p {
    text-align: center;
    margin-top: 25px;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.034em;
}

.main-clinic-wrap>div {
    padding: 0;
}

.main-clinic-wrap .inner {
    background: #eee;
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}

.main-clinic-wrap .inner.box01 {
    background: #89ca6e;
}

.main-clinic-wrap .inner.box02 {
    background: #00b57a;
}

.main-clinic-wrap .inner.box03 {
    background: #385488;
}

.main-clinic-wrap h4 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.main-clinic-wrap img {
    width: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.main-clinic-wrap .info {
    margin-top: 10px;
    font-size: 17px;
    color: #fff;
}

.main-clinic-wrap .category {
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
    border: 1px solid #fff;
    margin-bottom: 0;
}

div[class^="board_box_"] .page-header h4,
.main-card-wrap h4 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
}

.main-card-wrap .inner {
    height: 340px;
    background: #eee;
    padding: 30px;
    position: relative;
}

.main-card-wrap .logo {
    width: 140px;
    position: absolute;
    bottom: 30px;
}

.main-card-wrap .box01 {
    background: url(/public/img/main/main01-03-img01.jpg) no-repeat center/cover;
}

.main-card-wrap>div>a {
    display: block;
    background: #fff;
}

.main-card-wrap>div:nth-child(2) a {
    background: #c4e9df;
}

.main-card-wrap .box02 {
    background: url(/public/img/main/main01-03-img02.png) no-repeat center/cover;
}

.main-card-wrap .box03 {
    background: #f1fcef;
}

.main-card-wrap .box04 {
    background: #fff;
}

.main-card-wrap p {
    color: #7690bf;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.034em;
}

.main-card-wrap {
    /* padding: 0 15px; */
    margin: 0;
    /* border: 1px solid #ddd; */
}

.main-card-wrap>div {
    padding: 0;
}

.main-card-wrap .board_box_list {
    padding: 0;
    margin: 0;
}

.main-card-wrap .page-header {
    margin: 0;
    border-bottom: 0;
    padding: 0;
}

.main-card-wrap .li-time {
    margin-top: 20px;
    font-size: 18px;
}

.main-card-wrap .inner .li-time li {
    font-size: 16px;
    margin-bottom: 5px;
}

.main-card-wrap .inner .li-time span {
    width: 70px;
    display: inline-block;
}

.main-card-wrap .li-time li:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #0541b1;
}

.main-card-wrap .board_box_list ul {
    margin-top: 15px;
}

.main-card-wrap .dl-cs {
    margin-top: 20px;
}

.main-card-wrap dl dd {
    font-size: 32px;
    color: #11ac7d;
    font-weight: 500;
}


.notice-wrap h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.notice-wrap .board_box_list ul li {
    padding: 6px 0;
}

.notice-wrap .board_box_list ul li a {
    font-size: 17px;
}

.notice-wrap .board_box_list ul li .info {
    font-size: 15px;
}

/* =================================== sub(all) =================================== */

#info01 .subpage-content h4::before {
    content: '허리통증';
}

#info02 .subpage-content h4::before {
    content: '목통증';
}

#info03 .subpage-content h4::before {
    content: '어깨통증';
}

#info04 .subpage-content h4::before {
    content: '팔꿈치/손목통증';
}

#info05 .subpage-content h4::before {
    content: '골반통증';
}

#info06 .subpage-content h4::before {
    content: '무릎/발목통증';
}

#info07 .subpage-content h4::before {
    content: '흉부통증';
}

#info08 .subpage-content h4::before {
    content: '질환정보';
}

#good01 .subpage-content h4::before {
    content: 'Good Neighbors';
}

#guide01 .subpage-content h4::before {
    content: '초음파 검사';
}

#clinic01 .subpage-content h4::before {
    content: '주사치료';
}

#clinic02 .subpage-content h4::before {
    content: '체외충격파치료';
}

.subpage-inner section:nth-child(even) {
    background: #f0f1f5;
}

.subpage-inner section:nth-child(odd) .sub-list-wrap .inner {}

section:nth-child(even) .li-cure li {
    background: #fff;
}

.subpage-content .container>.row {
    margin-top: 80px;
}

.subpage-content .container>.row:first-child {
    margin-top: 0;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    background: none;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.breadcrumb .active {
    color: #fff;
}

.pageheader {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.pageheader.visual01 {
    background: url(/public/img/sub/sub-top01-re.jpg) no-repeat center / cover;
}

.pageheader.visual02 {
    background: url(/public/img/sub/sub-top02.jpg) no-repeat center / cover;
}

.pageheader.visual03 {
    background: url(/public/img/sub/sub-top03-re.jpg) no-repeat center / cover;
}

.pageheader.visual04 {
    background: url(/public/img/sub/sub-top04.jpg) no-repeat center / cover;
}

.pageheader.visual05 {
    background: url(/public/img/sub/sub-top05.jpg) no-repeat center / cover;
}

.pageheader.visual06 {
    background: url(/public/img/sub/sub-top06-re.jpg) no-repeat center / cover;
}

.pageheader::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .45);
}

.subheader-wrap {
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.subheader-wrap h2 {
    position: relative;
    font-size: 54px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.034em;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 25px 0;
}

.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
}

.snb ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.snb li {
    width: 20%;
    border-right: 1px solid #ddd;
}

.snb li:first-child {
    border-left: 1px solid #ddd;
}

.snb li:hover a {
    color: #332d9e;
    background: #fff;
    transform: translateY(1px);
}

.snb li a {
    color: #666;
    line-height: 78px;
    display: block;
    width: 100%;
    height: 76px;
    text-align: center;
    font-size: 18px;
}

.snb li.active a {
    position: relative;
    z-index: 100;
    transform: translateY(1px);
    font-weight: 500;
    color: #332d9e;
    background: #fff;
}

.snb li.active a::after,
.snb li a:hover::after {
    content: '';
    position: absolute;
    display: block;
    background: #6677c7;
    width: 100%;
    height: 4px;
    top: -1px;
}

/* =================================== subpage =================================== */
.wrap-title{
    margin-bottom: 60px;
    font-size: 20px;
}
/* 01 */
.sub-greet01-wrap .box {
    display: flex;
}

.sub-greet01-wrap .item {
    flex: 1;
}

.sub-greet02-wrap {
    padding: 0 75px;
}

.sub-greet02-wrap>div {
    width: 100%;
    margin: 0;
    padding: 0 65px;
}

.sub-greet02-wrap .top {
    position: relative;
    font-size: 37px;
    color: #2840a9;
    margin-bottom: 80px;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.35em;
}

.sub-greet02-wrap .top::after {
    position: absolute;
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #999;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-greet02-wrap p {
    color: #444;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
}

.sub-greet02-wrap .name {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 50px;
}

.sub-greet02-wrap .name strong {
    font-weight: 600;
    font-size: 24px;
}

.sub-member-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sub-member-wrap>div:first-child {
    padding-right: 0;
}

.sub-member-wrap>div:last-child {
    padding-left: 0;
}

.sub-member-wrap .inner {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px 60px 30px;
    border: 12px solid #e8ecf3;
}

.sub-member-wrap .name {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sub-member-wrap .name span {
    color: #342d9e;
}

.sub-member-wrap dl {
    margin-bottom: 10px;
}

.sub-member-wrap dt {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.li-carrer li {
    font-size: 16px;
    position: relative;
    margin-bottom: 4px;
    padding-left: 12px;
}

.li-carrer li::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
    background: #5d55da;
}

.sub-map-wrap .li-map {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 0;
}

.sub-map-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sub-map-wrap .map {
    /* margin-bottom: -5px; */
    height: 100%;
}
.sub-map-wrap .root_daum_roughmap{
    height: 100%;
}
.sub-map-wrap .root_daum_roughmap .wrap_map{
    height: 100%;
}

.sub-map-wrap>div:first-child {
    padding-right: 0;
}

.sub-map-wrap>div:last-child {
    padding-left: 0;
}

.sub-map-wrap .inner {
    padding: 40px 50px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
    border: 12px solid #e8ecf3;
}

.sub-map-wrap .inner dl {
    padding-bottom: 18px;
}

.dl-map dt {
    font-size: 30px !important;
}

.dl-map dd {
    font-size: 40px !important;
    font-weight: 300;
    color: #2441c1;
}

dl.parking dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

dl.parking ol {
    margin: 0;
    padding: 0;
}

dl.parking ol li {
    margin-bottom: 5px;
}

dl.parking ol li:last-child {
    margin-bottom: 0;
}

dl.parking img {
    width: 160px;
    margin-top: -30px;
    margin-left: 15px;
    border-radius: 25px;
}

.sub-map-wrap .inner dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sub-map-wrap .inner dt {
    font-size: 17px;
    margin-bottom: 5px;
}

.sub-map-wrap .inner dd {
    font-size: 17px;
    line-height: 1.5;
}

.sub-map-wrap .inner .li-time {
    font-size: 17px;
}

.sub-map-wrap .inner .li-time li {
    margin-bottom: 5px;
}

.sub-map-wrap .inner .li-time span {
    width: 50px;
    display: inline-block;
}

.sub-product-wrap p {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
}

.sub-product-wrap p.detail {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.sub-slide-nav-wrap {
    margin-top: 30px;
}

.sub-slide-nav-wrap .next-btn,
.sub-slide-nav-wrap .prev-btn {
    z-index: 5;
    border: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    background: #fff;
    width: 50px;
    height: 101%;
    font-size: 18px;
}

.sub-slide-nav-wrap .next-btn {
    right: 15px;
}

.sub-slide-nav-wrap .prev-btn {
    left: 15px;
}

.sub-slide-nav-wrap .slick-slide {
    opacity: .5;
    cursor: pointer;
}

.sub-slide-nav-wrap .slick-slide:hover {
    opacity: 1;
}

.sub-slide-nav-wrap .slick-center {
    opacity: 1;
}

/* 02 */
.sub-info-wrap .inner {
    padding: 0 150px;
}

.sub-info-wrap p {
    text-align: center;
    margin: 40px 0;
    line-height: 1.6;
}

.sub-info-wrap p.info {
    display: inline-block;
    width: 100%;
    color: #111;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.75px;
    line-height: 1.5;
}

.sub-info-wrap p.info+.info {
    margin-top: -15px;
}

.sub-info-wrap p.detail {
    font-size: 18px;
    color: #777;
    letter-spacing: -.5px;
    margin: 0;
}

.sub-info-wrap .inner p:last-child {
    margin-bottom: 0;
}

.title {
    display: flex;
    justify-content: center;
}

.sub-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.sub-list-wrap::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: calc(100% + 2px);
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: -1px;
}

.sub-list-wrap .align-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0 !important;
}

.sub-list-wrap video {
    width: 100%;
    height: 525px;
    background: #000;
}

.sub-list-wrap .inner {
    background: #fff;
    padding: 0 60px 0 70px;
    height: 100%;
}

.sub-list-wrap .inner img {
    margin-top: 20px;
    height: 190px;
}

.sub-list-wrap p {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #777;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
}

#clinic01 #se2 .row:nth-child(3) dt {
    margin-bottom: 0;
}

#clinic01 #se2 .row:nth-child(3) dd {
    line-height: 1.45em;
}

#clinic02 .sub-list-wrap p {
    margin-bottom: 7px;
    color: #1a4fbf;
}

#clinic02 .sub-video-wrap img {
    height: 525px;
}

.sub-list-wrap p:last-child {
    margin-bottom: 0;
}

.sub-list-wrap .title {
    display: flex;
    justify-content: center;
}

.sub-list-wrap>div:first-child {
    padding-right: 0;
}

.sub-list-wrap>div:last-child {
    padding-left: 0;
}

.sub-list-wrap .sub-cure-wrap {
    background: #364777;
}

.sub-list-wrap .sub-cure-wrap h5 {
    color: #fff;
    border-color: #fff;
    font-weight: 500;
}

.sub-list-wrap .sub-cure-wrap ul {
    max-width: 100%;
}

.sub-list-wrap .sub-cure-wrap ul li {
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding-left: 88px;
    padding-right: 0;
}

.sub-list-wrap .sub-cure-wrap ul li::before {
    border: 0;
    color: #fff;
    left: 0;
    background: #5e75b5;
}

#good01 .subpage-content h3 {
    display: none;
}

.good-logo {
    margin-bottom: 10px;
}

.good-info {
    font-size: 20px;
    color: #4d6300;
    letter-spacing: -0.034em;
}

.sub-cure-wrap .inner {
    display: flex;
    align-items: flex-start;
}

/* 03 */

/* 04 */

/* 05 */

/* table */

/* li-cure 가로정렬 */
.li-cure.li-row {
    flex-wrap: wrap;
    background: #fff;
}

.li-cure.li-row li {}

.li-cure.li-row li:last-child {
    margin-right: 0;
}

.sub-cure-wrap .inner h5 {
    width: 20%;
    line-height: 1.2em;
}

.sub-cure-wrap .inner h5 ul {
    width: 70%;
}

.sub-cure-wrap .inner ul {
    width: 80%;
    margin-left: 55px;
}

/* li-cure 숫자 -> 아이콘 변경*/
.num-icon li::before {
    content: '\f48e' !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 5 free';
    font-size: 28px !important;
}

.li-cure {}

.li-cure li {
    counter-increment: number;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 72px;
    background: #f4f4f4;
    min-height: 80px;
    margin-bottom: 15px;
    padding: 0 40px 0 95px;
    font-size: 17px;
    color: #11235a;
}

.li-cure li span {
    font-size: 20px;
    line-height: 1.4em;
    padding: 25px 0;
}

.li-cure li::before {
    content: counter(number, decimal-leading-zero);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #425aa5;
    font-size: 22px;
    text-align: center;
    border: 3px solid #8ba3f1;
    font-weight: 700;
    color: #fff;
}

.li-cure li:nth-child(odd)::before {}

.li-cure li:nth-child(even)::before {}

.li-cure dl {
    margin: 0;
    padding: 25px 0;
}

.li-cure dt {
    color: #11235a;
    font-size: 20px;
    margin-bottom: 3px;
    letter-spacing: -0.034em;
}

.li-cure dd {
    color: #666;
    font-size: 16px;
    line-height: 1.45em;
}

.li-cause {
    background: #f4f4f4;
    padding: 25px 30px 15px;
}

.li-cause li {
    color: #333;
    background: transparent;
    padding: 0 0 0 45px;
    min-height: auto;
    margin-bottom: 10px;
}

.li-cause li span {
    font-size: 18px;
    padding: 0;
}

.li-cause li::before {
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 22px;
    background: transparent;
    color: #41ab94;
    left: 0;
}

.li-check {
    width: 100%;
    margin: 0;
}

.li-check>li {
    width: 100%;
    display: inline-flex;
    font-size: 18px;
    margin-bottom: 7px;
    color: #333;
    letter-spacing: -0.034em;
    font-weight: 400;
}

.li-check>li:last-child {
    margin-bottom: 0;
}

.li-check>li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff3434;
    margin-right: 10px;
}

.li-check dl {
    width: 100%;
    margin-bottom: 10px;
}

.li-check li:last-child dl {
    margin-bottom: 0;
}

.li-check dt {
    font-size: 18px;
    margin-bottom: 5px;
}

.li-check .li-dash {
    display: flex;
    flex-wrap: wrap;
}

.li-check .li-dash li {
    min-width: 40%;
}

.li-check dd {
    color: #666;
    font-size: 16px;
}

.li-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
}

.li-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    z-index: -1;
    top: 50%;
    /* transform: translateY(-50%); */
}

.li-btn li:nth-child(1n+2) {
    margin-left: 25px;
}

.li-btn li button {
    transition: .3s;
    color: #555;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 25px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.034em;
    border-radius: 40px;
    /* box-shadow: 3px 2px 6px -3px rgb(0 0 0 / 20%); */
}

.li-btn li button:hover {
    background: #4764b9;
    border-color: #4764b9;
    color: #fff;
}

.li-link {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.li-link li {
    flex: 1;
}

.li-link li a {
    display: flex;
    width: 100%;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.li-link li:nth-child(1n+2) {
    margin-left: 10px;
}

.li-link li span {
    font-size: 20px;
}

.li-link .homepage a {
    border: 1px solid #8aa330;
    color: #8aa330;
}

.li-link .support a {
    background: #8aa330;
    color: #fff;
}

.sub-img-wrap p {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
}

.sub-img-wrap .box {
    display: flex;
    justify-content: center;
}

.sub-img-wrap .box .img-item {
    flex: 1;
}

.sub-img-wrap .box .img-item:nth-child(1n+2) {
    margin-left: 15px;
}

.sub-img-wrap .box .img-item p {}

.sub-table-wrap {
    margin-top: 30px;
}

.sub-table-wrap:first-child {
    margin-top: 0;
}

.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
}

.sub-table-wrap .table-style thead th {
    background: #0c3274;
    color: #fff;
    border: 0;
}

.sub-table-wrap .table-style tbody th {
    background: #efefef;
}

#notice01 #se1 {
    padding-top: 70px;
}

#notice01 .search_wrap {
    margin-bottom: 0;
}
.sub-contract-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px !important;
}
.sub-contract-wrap .clearfix{
    width: 100%;
    display: block;
    margin-top: 40px;
}

.img-caption{
    text-align: center;
    margin: 0;
}
/* bbs */

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 50px 0 40px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.footer-info {
    color: #888;
    font-size: 15px;
    margin: 25px 0 10px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.034em;
}

.footer-logo img {
    opacity: 0.7;
}

.footer-info li {
    display: inline-block;
}

.footer-info li:nth-child(1n+2) {
    margin-left: 12px;
}

.footer-info span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-left: 7px;
    margin-right: 5px;
    background: #ccc;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.02em;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 60px;
    bottom: 60px;
    display: none;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #249472;
    border-radius: 50%;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scrolltop .inner span {
    font-size: 35px;
}

#scrolltop .inner i {
    font-size: 30px;
}

/* =================================== map, board, bbs =================================== */
/* bbs btn */

.bbs-area h4 {
    font-weight: 500;
    color: #222;
}

.bbs-area .title h4 {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.btn.btn-primary {
    border: 0;
    background: #444;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #000;
}

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

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

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

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

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

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

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

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

.board_wrapper {
    margin-top: 0;
}


.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

/* =================================== tablet =================================== */
/* max-width : 1024 추가 부분 */
@media(max-width:1024px) {
    .nav-top>.container>.row {
        justify-content: space-between;
    }

    .nav-top .customer p {
        font-size: 28px;
    }

    .nav-top>.container>.row::before,
    .nav-top>.container>.row::after {
        display: none;
    }

    .nav-top>.container>.row>div:first-child,
    .nav-top>.container>.row>div:last-child {
        width: 30%;
    }

    .nav-top>.container>.row>div:nth-child(2) {
        width: 40%;
    }

    #mainCarousel .carousel-inner .item {
        height: 700px;
    }
    .main-box-wrap .box {
        justify-content: center;
    }
    .main-clinic-wrap>div{
        width: 100%;
    }
    .main-card-wrap>div{
        width: 50%;
    }
    .main-card-wrap .inner{
        padding: 20px;
    }
    .main-card-wrap .notice-btn{width: calc(100% - 40px)}
    div[id^="info"] img,
    div[id^="guide"] img,
    div[id^="clinic"] img,
    div[id^="good"] img,
    div[id^="info"] .subpage-content .container>.row>div,
    div[id^="guide"] .subpage-content .container>.row>div,
    div[id^="clinic"] .subpage-content .container>.row>div,
    div[id^="good"] .subpage-content .container>.row>div,
    #about03 .subpage-content .container>.row>div {
        width: 100%;
    }
    .sub-product-wrap > div{
        height: 340px;
    }
    .sub-map-wrap .inner dl:nth-child(2){
        width: 100%;
    }
    dl.parking dd ol{
        margin: 0 40px 0 15px;
    }
    
}

/* max-width : 767 -> 1024 교체한 부분 */

@media(max-width:1024px) {

    .col-sm-offset-3 {
        margin: 0;
    }
    .navbar-inverse .navbar-nav .dropdown:nth-child(1) .dropdown-menu,
    .navbar-inverse .navbar-nav .dropdown:nth-child(1n+2) .dropdown-menu{
        border: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{
        font-size: 13px;
    }
    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

    /* .member_wrapper .text-center,
    .board_wrapper .text-center {
        display: flex;
        justify-content: center;
    } */

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

    #email01 .container {
        width: 100%;
        padding: 0;
    }

    .main-wrap .se1,
    .main-wrap .se3 {
        padding: 50px 0;
    }

    .carousel-caption {
        top: 50%;
    }

    .carousel-caption h1::before {
        width: 200px;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .member_wrapper h1 {
        font-size: 30px;
    }

    .main-box-wrap h3 span {
        font-size: 20px;
    }

    .main-box-wrap p.info {
        font-size: 16px;
    }

    .main-box-wrap .box {
        margin-top: 40px;
    }

    .main-box-wrap .box .item {
        flex: inherit;
        width: 33%;
    }

    .main-box-wrap .item p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .main-clinic-wrap .inner {
        height: inherit;
        padding: 40px 0;
    }

    .main-clinic-wrap .info {
        font-size: 15px;
    }

    .main-clinic-wrap h4 {
        font-size: 30px;
    }

    .main-clinic-wrap .category {
        margin-top: 15px;
        font-size: 16px;
    }

    .main-clinic-wrap img {
        width: 175px;
    }

    /* .main-card-wrap > div{
        width: 100%;
    } */
    .carousel-indicators {
        bottom: 30px;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
    }

    .carousel-caption h1 {
        font-size: 52px;
        margin-bottom: 15px;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .main-wrap h3 {
        font-size: 32px;
    }

    .pageheader {
        height: 220px;
    }

    .subheader-wrap h2 {
        font-size: 38px;
        padding: 15px 0;
    }

    .snb {
        margin-top: 15px;
        border: 0;
        background: transparent;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        flex: auto;
        width: 100%;
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 1px solid #ddd !important;
    }

    .snb li.active a {
        font-weight: 700;
        background: transparent;
    }

    .snb li.active a::after,
    .snb li a:hover::after {
        content: none;
    }

    .snb li a {
        color: #888;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .snb ul {
        border-top: 3px solid #6677c7;
    }

    .pageheader.visual06 {
        background: url(/public/img/sub/sub-top06-re.jpg) no-repeat 40% / cover;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        right: auto;
    }

    .subpage-content h3 {
        font-size: 40px;
        margin: 50px 0 0;
    }

    .subpage-content section {
        padding: 50px 0 75px;
    }

    .subpage-content .container>.row {
        margin-top: 40px;
    }

    .sub-greet02-wrap>div {
        padding: 0;
    }

    .sub-greet02-wrap {
        padding: 0 15px;
    }

    .sub-greet02-wrap .top {
        margin-top: 0px;
        font-size: 28px;
        margin-bottom: 60px;
    }

    .sub-greet02-wrap p {
        font-size: 16px;
        padding: 0 15px;
    }

    dl.parking dd ol {
        order: 2;
        padding-left: 0px;
    }

    .sub-list-wrap > div:first-child,
    .sub-map-wrap > div:first-child,
    .sub-member-wrap > div:first-child{
        padding-right: 15px;
    }
    .sub-list-wrap > div:last-child,
    .sub-map-wrap > div:last-child,
    .sub-member-wrap > div:last-child{
        padding-left: 15px;
    }
    .sub-member-wrap .inner{
        padding: 30px;
    }
    .sub-member-wrap .name{
        font-size: 34px;
    }
    .sub-map-wrap{
        display: block;
    }
    .sub-map-wrap .inner{
        padding: 20px;
    }
    .sub-map-wrap .map iframe{
        height: 400px;
    }
    .dl-map dt{
        font-size: 22px !important;
    }
    .dl-map dd{
        font-size: 36px !important;
    }
    dl.parking dd{
        flex-wrap: wrap;
    }
    dl.parking dd ol{
        order: 2;
    }
    dl.parking dd img{
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 15px;
        order: 1;
    }
    .sub-map-wrap .inner dd{
        font-size: 16px;
    }
    .sub-map-wrap .inner .li-time li{
        font-size: 16px;
    }
    .footer-logo img {
        width: 250px;
    }

    .footer-info {
        margin-top: 15px;
    }

    .slick-slider {
        overflow: hidden;
    }

    .li-btn::before {
        display: none;
    }

    .li-btn {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .li-btn li {
        width: 100%;
        margin-bottom: 5px;
    }

    .li-btn li:nth-child(1n+2) {
        margin-left: 0;
    }

    .li-btn li button {
        width: 100%;
    }

    .sub-info-wrap .inner {
        padding: 0;
    }

    .sub-cure-wrap .inner {
        flex-wrap: wrap;
    }

    .sub-list-wrap {
        display: block;
    }

    .subpage-content .inner h4 {
        font-size: 36px;
    }

    .subpage-content .inner h4::before {
        font-size: 18px;
    }

    .sub-info-wrap p.info {
        font-size: 18px;
        margin: 20px 0;
    }

    .sub-list-wrap::before {
        transform: translateX(-50%);
        left: 50%;
    }

    .subpage-content h5 {
        font-size: 28px;
        text-align: center;
    }

    .sub-list-wrap .inner {
        padding: 30px 20px !important;
        justify-content: center;
        align-items: center;
    }

    .sub-list-wrap p {
        font-size: 16px;
        line-height: 1.65;
        text-align: center;
    }

    .sub-cure-wrap .inner {
        justify-content: center;
    }

    .sub-cure-wrap .inner h5 {
        width: auto;
        font-size: 24px;
    }

    .sub-cure-wrap .inner ul {
        width: 100%;
        margin-left: 0;
    }

    .li-cause li::before {
        left: 0px !important;
    }

    .li-cure li::before {
        left: 15px;
    }

    .li-cure li span {
        font-size: 16px;
        padding: 15px 0;
    }

    .li-cause {
        padding: 20px;
    }

    .li-check>li {
        font-size: 16px;
    }

    .sub-list-wrap video,
    #clinic02 .sub-video-wrap img {
        height: 290px;
    }

    .sub-img-wrap .box {
        flex-wrap: wrap;
    }

    .sub-img-wrap .box .img-item {
        flex: inherit;
        width: 50%;
        padding: 5px;
    }

    .sub-img-wrap .box .img-item:nth-child(1n+2) {
        margin: 0;
    }

    .sub-img-wrap .box .img-item p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .good-logo {
        width: 250px;
    }

    .li-link li a {
        font-size: 15px;
    }

    #site footer {
        padding: 30px 0 60px;
    }

    .footer-info li {
        display: block;
        line-height: 1.25;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .footer-info li+li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .copyright {
        font-size: 12px;
    }

    .bbs-area .board_wrapper .text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn+.btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .member_wrapper {
        padding-top: 50px;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .member_wrapper .login_extra ul li+li::before {
        content: none;
    }

    #scrolltop {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }

    #scrolltop .inner span {
        font-size: 24px;
    }

    .main_popup.main_popup_right.show {
        display: block !important;
    }

    .main_popup.main_popup_center {
        transform: translateX(0);
    }
}

@media(max-width:767px) {
    img {
        width: auto !important;
    }

    #mainCarousel .carousel-inner .item {
        height: 400px;
    }

    #mainCarousel .carousel-inner .item:nth-child(1) {
        background-position: 75% 100%;
        background-size: 300%;
    }

    .carousel-caption h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    .main-wrap h3 {
        font-size: 28px;
    }

    .main-box-wrap .box .item {
        flex: inherit;
        width: 50%;
    }

    .main-card-wrap>div {
        width: 100%;
    }
    .sub-list-wrap video,
    #clinic02 .sub-video-wrap img {
        height: auto;
    }
    dl.parking dd ol{
        margin: 0;
    }
}

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap .title {
    font-size: 32px;
    letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view {
    border-top: 1px solid #333;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 18px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr td {
    color: #777;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

/* board 추가 css end */

/* 팝업 css */


.main_popup {
    z-index: 5000 !important;
}
.main_popup img{
    max-width: 100%;
    height: auto;
}
#mainPopup>.main_popup {
    margin-top: 100px;
}

#main_popup_2.main_popup .main_popup_contents::after {
    content: '훈훈한마취통증의학과의원';
    font-family: 'notokr', sans-serif;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 0.034em;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    position: relative;
}

/* #main_popup_3.main_popup .main_popup_contents::after{
    display: none;
} */

#main_popup_4 {
    top: 150px !important;
}
#main_popup_5 {
    top: 200px !important;
}
@media (min-width: 1200px) {
    #main_popup_4 {
        top: 180px !important;
    }
    #main_popup_5 {
        top: 180px !important;
    }
}