@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+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");

#site {
    padding-top: 0;
    font-family: "Roboto", "Roboto Slab", "notokr", sans-serif;
}
.container {
    width: 1300px;
    max-width: 100%;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

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

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

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 15px 0;
    max-width: 100px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffc73b;
    font-weight: 500;
}

.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: #ffc73b;
}

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

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

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

    .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 {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.navbar-inverse.on {
    background: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) {
    .navbar-inverse {
        /* border-top:4px solid #DAA520; */
    }
    .navbar-inverse > .container {
        width: 100%;
        padding: 0 17%;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        background: rgba(0, 0, 0, 0.75);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 6px 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background: transparent;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: none;
        color: #ffd15c;
    }
}

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

    .navbar-inverse .navbar-nav > li > a {
        padding: 75px 18px 35px;
        font-size: 16px;
        letter-spacing: -0.034em;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    top: 54%;
}

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

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

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 40px 0 35px;
    background-color: #fff;
    color: #ddd;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 800px;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 24px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 16px;
    }
}

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

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

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

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

.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;
    padding: 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: 155px;
}

/* 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;
}
/* personal setting 0.66v */
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/* img */
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.35;
    padding: 0 10px;
    letter-spacing: -0.06em;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* font */
.numbering {
    margin-right: 10px;
}
.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #daa520;
}
.numbering.circle {
    border-radius: 50%;
}
/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}
.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}
.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}
.li-check > li,
.li-dash > li,
.li-dot > li {
    margin-left: 0;
    padding-left: 20px;
    position: relative;
}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before {
    content: "·";
}
.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #daa520;
}
.location-li {
    border-top: 2px solid #222;
    margin: 0;
    background: #333;
    color: #fff;
    height: 450px;
    padding: 80px 50px 0 60px;
}
.location-li li {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-weight: 300;
}
.location-li span {
    display: block;
    font-weight: 400;
    color: #ffc863;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .location-li span {
        display: block;
    }
}
.location-li span i {
    margin-right: 5px;
    color: #ffc863;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}
.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #555;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 4px;
    background: #d5d5d5;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #daa520;
    font-size: 18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
    #about01 .trait-dl dt {
        width: 200px;
    }
    #about01 .trait-dl dd {
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #daa520;
}
.column-2 {
    column-count: 2;
    /* column-rule:1px solid #ddd; */
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #daa520;
    background: #daa520;
}
.more-btn:hover {
    color: #daa520;
    background: transparent;
}
.circle-wrap {
    margin: 50px -5px 50px;
    text-align: left;
}
.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 5px;
    vertical-align: top;
    border-radius: 50%;
    border: 2px solid #efd094;
}
.circle-wrap .circle > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #565656;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
    text-align: center;
}
@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 0px 0 60px;
    font-size: 36px;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
    letter-spacing: -0.06em;
}
p.quote span {
    font-weight: 500;
}
/* custom setting */
ul,
dl,
ol {
    padding: 0;
}
l {
    line-height: 1.6;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #000;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}

.table-style tr th {
    color: #333;
    text-align: center;
    background: #f8f8f8;
    font-size: 15px;
    font-weight: 500;
}

.table-style tr td {
    color: #666;
}
.history-wrap {
    position: relative;
}
.history-wrap:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #76706e;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.history-wrap .history-box {
    position: relative;
    width: 50%;
    float: left;
    padding: 30px 50px;
}

.history-wrap h6 {
    position: relative;
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap h6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #daa520;
    width: 26px;
}
.history-wrap h6:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #daa520;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li {
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #daa520;
}
@media (min-width: 768px) {
    .history-wrap .history-box:nth-child(odd) {
        text-align: right;
    }
    .history-wrap .history-box:nth-child(even) {
        margin-top: 80px;
    }
    .history-wrap .history-box:nth-child(odd) h6:before {
        left: auto;
        right: -45px;
    }
    .history-wrap .history-box:nth-child(odd) h6:after {
        left: auto;
        right: -61px;
    }
}
@media (max-width: 767px) {
    .history-wrap:before {
        left: 15px;
    }
    .history-wrap .history-box {
        width: 100%;
        padding-top: 0;
        padding-right: 15px;
        margin-left: 15px;
    }
    .history-wrap h6 {
        font-size: 26px;
    }
    .history-wrap li {
        font-size: 14px;
    }
}

/* personal setting 0.64v end */
/* navigation setting */
#scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    width: 70px;
    padding-top: 5px;
    height: 70px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #666;
}
#scroll-top i {
    display: block;
    font-size: 30px;
}
/* mainpage setting */
.main-bbs > div {
    padding: 0 50px;
}
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}
.pagination_wrap,
.search_wrap {
    visibility: hidden;
}

.main-content section {
    padding: 120px 0;
}
.main-content .main-link {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    background: #ffba66;
}
.main-link .tel {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #fff;
    position: relative;
    text-align: left;
    padding-left: 170px;
}
.main-link .tel small {
    position: absolute;
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    color: #222;
    left: 0;
}
.main-link .time {
    margin: 15px 0 0;
    padding: 17px 20px;
    background: #222;
    border-radius: 3px;
}
.main-link .time:after {
    content: "";
    display: block;
    clear: both;
}
.main-link .time li {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 16px;
    color: #fff;
}
.main-link .time li span {
    font-weight: 400;
    color: #ffcc58;
    margin-right: 5px;
}
.main-link .time li.emp {
    font-weight: 500;
    color: #ff7d70;
}
.m-link {
    padding-top: 25px;
}
.m-link .inner {
    position: relative;
    display: block;
    color: #ffb13c;
}
.m-link .inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #eee;
    position: absolute;
    right: -15px;
    top: 20px;
}
.m-link > div:last-child .inner:before {
    display: none;
}
.m-link i {
    margin-bottom: 10px;
    font-size: 45px;
    transition: transform 0.3s ease;
}
.m-link .inner:hover i {
    transform: translateY(-5px);
    color: #333;
}
.m-link h5 {
    font-size: 19px;
    color: #111;
    letter-spacing: -0.034em;
}
.m-link h5 span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0em;
}
.main-content .m-title {
    margin-bottom: 60px;
    text-align: center;
}
.main-content .m-title h3 {
    font-family: "Nanum Myeongjo", serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 800;
}
.main-content .m-title p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.06em;
}
.main-medical .row {
    margin: 0;
}
.main-medical .row > div {
    padding: 1px;
    /* padding: 0; */
}
.main-medical .inner {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.main-medical .inner img {
    transition: all 0.3s ease;
    height: 240px;
}
.main-medical .inner:hover img {
    transform: scale(1.1);
}
.main-medical .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    padding-right: 38%;
    background: rgba(0, 0, 0, 0.4);
}
.main-medical .inner:hover .txt-box {
    background: rgba(0, 0, 0, 0.7);
}
.main-medical .txt-box h4 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 30px;
    letter-spacing: -0.04em;
}
.main-medical .txt-box h4 span {
    font-weight: 100;
    display: block;
    font-size: 30px;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0;
}
.main-medical .txt-box p {
    line-height: 1.3;
    color: #debe77;
    letter-spacing: 0.02em;
}
.main-medical .txt-box i {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.main-medical .inner:hover .txt-box i {
    transform: rotate(180deg);
}
.main-content .main-bbs {
    position: relative;
    padding: 80px 0 90px;
    color: #333;
}

.main-bbs .page-header h4 {
    font-weight: 800 !important;
    color: #333;
    font-size: 26px;
    font-family: "Nanum Myeongjo", serif;
    letter-spacing: -0.034em;
    margin: 0;
}
.main-bbs .page-header a {
    font-size: 17px;
    margin-top: 6px !important;
}
.board_box_list ul li a {
    font-size: 16px;
}
.board_box_blog2 .row > div[class^="col-"] {
    width: 50%;
}
.board_box_blog2 .inner {
    border: none;
}
.board_box_list ul li + li {
    margin-top: 12px;
}
.board_box_blog2 .inner .bottom {
    padding: 10px 0;
}
.main-banner {
    position: relative;
    padding: 60px 0;
    background: #90704a;
    color: #fff;
    text-align: center;
}
.main-banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: url(/public/img/main/m-banner.jpg) no-repeat center / cover;
    background-attachment: fixed;
    opacity: 0.6;
}
.main-banner p {
    z-index: 10;
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
.main-banner p .emp {
    font-weight: 500;
    color: #ffcc4c;
}
.main-sns {
    background: #fafafa;
    padding: 80px 0 50px !important;
}
.m-sns {
    text-align: center;
}
.m-sns a {
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.04em;
    width: 153px;
    height: 112px;
}
.m-sns a:hover {
    color: #daa520;
}
.m-sns li {
    display: inline-block;
    margin: 0 35px;
}
.m-sns li img {
    margin-bottom: 20px;
    width: 70px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.m-sns li a:hover img {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}
/* footer setting */
#site footer li {
    display: inline-block;
    margin-right: 12px;
    line-height: 1.7em;
    font-size: 15px;
    color: #777;
}
.foot-logo {
    margin-bottom: 0;
}
.board_box_blog2 .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

/* subpage setting */
.pageheader {
    height: 400px;
    background: #000 url(/public/img/sub/subtop-bg1.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: -20px 0 0;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #fff;
    font-family: "Nanum Myeongjo", serif;
    letter-spacing: -0.034em;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translateX(-50%);
    margin: 20px 0 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}
.breadcrumb .active {
    color: #fff;
}
.subpage-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.subpage-content .emp {
    font-weight: 500;
    color: #daa520;
}
.subpage-content section {
    padding-bottom: 100px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: -0.06em;
    font-weight: 700;
}
.subpage-content section h4:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 3px;
    background: #333;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #f9a137;
    letter-spacing: -0.034em;
}
.snb {
    padding: 60px 0 0;
    text-align: center;
}
.snb ul {
    /* display: inline-block; */
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #333;
    margin-bottom: 0;
}
.snb ul:after {
    content: "";
    display: block;
    clear: both;
}
.snb ul li {
    flex: 1;
    display: inline-flex;
    /* justify-content: stretch; */
    justify-items: stretch;
    align-items: stretch;
    /* display: table-cell; */
    /* padding: 17px 20px 17px; */
    /* width: 1%; */
}
#news .snb ul,
#media .snb ul,
#seminar .snb ul,
#review .snb ul {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.snb ul li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 17px 10px 17px;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.06em;
    line-height: 1.4em;
}
.snb ul li.active {
    background: #333;
}
.subpage-content .s-title {
    margin-bottom: 50px;
    text-align: center;
}
.subpage-content .s-title h3 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.06em;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.subpage-content .s-title h3:before {
    content: "\f1b0";
    display: block;
    font-size: 60px;
    color: #efdeb5;
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: -35px;
    right: -20px;
    z-index: -100;
}
.subpage-content .s-title p {
    font-size: 22px;
    color: #111;
    letter-spacing: -0.06em;
    font-weight: 300;
    margin-bottom: 30px;
}

/* subpage about */
.greet .quote {
    color: #111;
}
.greet .txt-box {
    width: 60%;
    padding: 70px 20px 0 100px;
}
.greet dt {
    margin-bottom: 10px;
    font-size: 22px;
    /* padding-left: 7px; */
    /* border-left: 2px solid #d8a015; */
    line-height: 0.9em;
    letter-spacing: -0.06em;
    color: #ab7900;
    font-weight: 500;
}
.greet dd {
    font-size: 17px;
    letter-spacing: -0.034em;
}
.greet dd + dt {
    margin-top: 40px;
}
.greet .name {
    margin-top: 60px;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
}
.greet .name small {
    margin-right: 10px;
    font-size: 16px;
    letter-spacing: -0.06em;
}
#ceo .txt-box .inner {
    padding-left: 50px;
}
#ceo .li-dash {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}
#about01 section li {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
}
.about01-history ul + ul {
    margin-top: 50px;
}
.about01-history .right-con .inner {
    background: #f3f3f3;
    padding: 30px;
    margin-bottom: 0;
}

#about03 .profile-wrap > div,
#about04 .profile-wrap > div {
    padding: 0;
}
#about04 .profile-wrap .clearfix,
#about03 .profile-wrap .clearfix,
.profile-wrap .profile {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 2px dashed #eee;
}
.profile-wrap .profile:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.profile-wrap .name {
    color: #111;
    font-size: 30px;
    font-weight: 700;
    font-family: "Nanum Myeongjo", serif;
}
.profile-wrap .name:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin-bottom: 12px;
    display: none;
}
.profile-wrap .name small {
    margin-left: 3px;
    font-size: 17px;
    color: #b9711b;
    font-weight: 400;
    letter-spacing: -0.06em;
    font-family: "notokr";
}
.profile-wrap .name small i {
    font-style: initial;
    margin-left: 10px;
}
.profile .img-box {
    padding-right: 45px;
    padding-left: 0;
}
.history-li {
    margin-bottom: 0;
}
.history-li li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    letter-spacing: -0.034em;
}
#about02 .major.history-li li span,
#about02 .major.history-li li {
    font-weight: 700;
}
.history-li li span {
    /* position:absolute; */
    /* left:0; */
    /* top:0; */
    font-weight: 500;
    color: #111;
    display: block;
    line-height: 1.4em;
    letter-spacing: -0.034em;
}
.history-detail dt {
    float: left;
    font-weight: bold;
    color: #111;
    font-size: 16px;
}
.history-detail dd {
    padding-left: 150px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: -0.034em;
}
.small-quote {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.06em;
}
#meeting-time .circle p {
    font-size: 18px;
    line-height: 1;
}
#meeting-time .circle strong {
    display: block;
    margin-bottom: 20px;
    color: #d09400;
    font-size: 28px;
    font-weight: 300;
}
.quote-box {
    position: relative;
    /* padding:30px; */
    /* background:#f5f5f5; */
    text-align: center;
    text-align: left;
}
.quote-box:after {
    content: "";
    display: block;
    width: 30px;
    height: 6px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 15px;
}
.quote-box p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.034em;
    color: #ad5000;
    line-height: 1.5em;
}
.quote-box p.des {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}
.card-wrap {
    margin: 30px -3px 50px;
}
.card-wrap > div {
    padding: 0 3px;
}
.card-wrap .card {
    background: #dcbe88;
    padding: 30px 50px 35px;
    border: 0px solid #fbe0af;
}
.card-wrap .card dl {
    display: inline-block;
    margin-bottom: 0;
}
.card-wrap .card dt {
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.card-wrap .card dd {
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.034em;
    color: #482f00;
}
.card-wrap .card dd br {
    display: none;
}

/* subpage medical */
[id*="medical"] .snb ul {
    margin-inline: -100px;
    width: auto;
}
.medical-wrap {
    margin-bottom: 100px;
}
.medical-wrap .txt-box .inner {
    padding: 150px 100px 0 50px;
}
.medical-wrap .img-box .item p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
    margin-top: 12px;
}
.medical-wrap .img-box .item + .item {
    margin-top: 40px;
}
.img-wrap {
    margin: 0 -5px 50px;
}
.img-wrap > div[class^="col"] {
    padding: 0 5px;
}
.img-wrap .caption-box {
    /* position:absolute; */
    /* left: 5px; */
    /* right: 5px; */
    /* top: 5px; */
    /* bottom: 5px; */
    /* text-align:center; */
    /* color:#fff; */
    /* background: rgba(0,0,0,0.3); */
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
    margin-top: 12px;
}
.img-wrap .caption-box span {
    /* position:absolute; */
    /* left:50%; */
    /* top:50%; */
    /* transform:translate(-50%,-50%); */
    /* font-weight: 400; */
    /* letter-spacing: -0.06em; */
}
@media (max-width: 767px) {
}
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 30px;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.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: 17px;
    color: #333;
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    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;
}
.btn.btn-primary {
    background-color: #9e8067;
    border: 1px solid #9e8067;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #b4835a;
}
.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 추가 css end */

이미지게시판 .table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 14px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 19px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #a61325;
}

#site footer .copy {
    font-size: 11px;
    letter-spacing: 0.034em;
    color: #999;
}
div[class^="board_box_"] .page-header {
    border-bottom: 1px solid #999;
    padding-bottom: 17px;
}
.main-content .main-medical {
    padding: 120px 0 0;
}
.board_box_list ul li {
    padding: 2px 0;
}
.main-content .main-bbs .col-sm-6 {
    padding-left: 20px;
    padding-right: 20px;
}
.main-content .main-bbs .container > .row {
    margin-left: -20px;
    margin-right: -20px;
}
.breadcrumb > li + li:before {
    padding: 0 3px;
}
#site footer ul {
    padding-top: 5px;
}
[id^="about0"] .snb ul li {
    width: 16.93%;
}
#surgery .subpage-content .container,
#radiology .subpage-content .container,
#emergency .subpage-content .container,
#pathology .subpage-content .container {
    width: 1130px;
}
#pathology .img-wrap > div[class^="col"] {
    padding: 5px;
}
.img-wrap:last-child {
    margin-bottom: 0;
}
#radiology .img-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
#radiology .img-wrap > div {
    padding: 0 15px;
}
.medical-wrap .txt-box .inner h4 {
    margin-bottom: 80px;
}
.medical-wrap .txt-box .inner p {
    font-size: 17px;
    letter-spacing: -0.034em;
    word-break: keep-all;
    margin-bottom: 30px;
}
.medical-wrap .txt-box .inner h4::before {
    height: 1px;
    width: 60px;
    content: "";
    display: block;
    background: #333;
    margin: 20px 0;
}
.medical-wrap .txt-box .inner h4::after {
    height: 1px;
    margin: 20px 0;
    width: 60px;
    content: "";
    display: block;
    background: #333;
}
#radiology .medical-wrap .txt-box .inner {
    padding: 50px 70px 0 50px;
}
#news .subpage-content .s-title,
#media .subpage-content .s-title,
#seminar .subpage-content .s-title,
#review .subpage-content .s-title {
    margin-bottom: 0;
}
#news .subpage-content .s-title h3:before,
#media .subpage-content .s-title h3:before,
#seminar .subpage-content .s-title h3:before,
#review .subpage-content .s-title h3:before {
    display: none;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0;
}
[id^="medical"] .medical-wrap {
}
[id^="medical"] .img-wrap,
#surgery .img-wrap,
#emergency .img-wrap,
#pathology .img-wrap,
#radiology .img-wrap {
    padding: 0;
}
[id^="medical"] .img-wrap::before,
#surgery .img-wrap::before,
#emergency .img-wrap::before,
#pathology .img-wrap::before,
#radiology .img-wrap::before {
    content: "";
    display: block;
    width: 99%;
    height: 6px;
    background: url(/public/img/sub/ptn1.png);
    margin: 120px auto 80px;
}
[id^="medical"] .medical-wrap .txt-box .inner {
    padding: 10px 50px 0 100px;
}
[id^="medical"] .medical-wrap .txt-box .inner::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #999;
    margin-bottom: 70px;
    display: none;
}
#medical01 .medical-wrap .txt-box .inner {
    padding-right: 30px;
}
[id^="medical"] .medical-wrap .txt-box .inner ul {
    background: #fdf3e6;
    padding: 15px 30px;
    margin-bottom: 50px;
}
[id^="medical"] .medical-wrap .txt-box .inner ul:last-child {
    margin-bottom: 0;
}
[id^="medical"] .medical-wrap .txt-box .inner ul li {
    font-size: 15px;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    line-height: 1.45em;
    letter-spacing: -0.034em;
}
[id^="medical"] .medical-wrap .txt-box .inner ul li:last-child {
    border: 0;
}
.medical-wrap .txt-box .inner .img-wrap {
    margin-bottom: 30px;
}
.medical-wrap .txt-box .inner .img-wrap::before {
    display: none;
}
.medical-wrap .txt-box .inner .img-wrap p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #999;
    font-weight: 400;
}
[id^="medical"] .img-wrap .clearfix {
    margin-bottom: 50px;
}
#medical05 .medical-wrap {
    margin-bottom: 0;
}
.medical-wrap .txt-box .inner .clearfix {
    margin-bottom: 10px;
}
[id^="medical"] .img-wrap > div[class^="col"] img {
    border: 1px solid #ddd;
}
#medical04 .medical-wrap .txt-box .inner {
    padding-right: 140px;
}
.img-caption + img {
    margin-top: 50px;
}
#medical06 .img-wrap .clearfix {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 50px;
}
[id^="medical"] .snb ul li {
    /* width: 10.111111%; */
}
[id^="medical"] .snb ul li a {
}
[id^="medical"] .snb ul li:nth-child(2),
[id^="medical"] .snb ul li:nth-child(9) {
    /* padding: 14px 9px 12px; */
}
[id^="medical"] .snb ul li:nth-child(3) {
    /* padding: 14px 40px 12px; */
}
[id^="medical"] .snb ul li:nth-child(7) {
    /* padding: 14px 30px 12px; */
}
[id^="medical"] .snb ul li:nth-child(5) {
    /* padding: 17px 40px 15px; */
}
[id^="medical"] .pageheader {
    background: #000 url(/public/img/sub/subtop-bg1.jpg) no-repeat center / cover;
}
.snb ul li.active a {
    color: #fff;
}
.snb ul li:last-child {
    border-right: 0;
}
.greet .img-box {
    width: 40%;
}
.subpage-content .s-title h3::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #999;
    margin: 30px auto 0;
}
#about06 .right-con {
    padding-left: 100px;
    padding-top: 60px;
}
#about06 .quote {
    text-align: center;
    margin-bottom: 100px;
}
#about06 .subpage-content .s-title {
    margin-bottom: 0;
}
#about06 .se2 .small-quote {
    font-size: 20px;
}
#about06 .se2 {
    padding-bottom: 150px;
}
#about06 .se3 {
    background: #ead0a0;
    padding: 80px 0;
}
#about06 .subpage-content {
    padding-bottom: 0;
}
#about06 .se3 h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}
#about06 .se3 .map-box {
    width: 73%;
}
#about06 .se3 .add-box {
    width: 27%;
}
#about06 .se3 .map-box {
    padding-right: 0;
}
#about06 .se3 .add-box {
    padding-left: 0;
}
#about06 .se3 .small-quote {
    font-size: 30px;
    font-weight: 300;
    color: #333;
}
#about02 .history-li li span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6em;
}
#about02 .history-li li {
    padding-left: 120px;
    line-height: 1.6em;
    margin-bottom: 9px;
    font-size: 14px;
}
#about02 .profile-wrap .name {
    font-size: 32px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    padding-top: 15px;
}
#about02 .profile-wrap .profile .txt-box {
    padding-left: 15px;
    padding-right: 30px;
}
#about02 .profile-wrap .profile {
    border: 0;
    margin-bottom: 50px;
}
#about02 .profile .img-box {
    padding-right: 130px;
}
#about02 .profile-wrap .li-dash li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 12px;
}
#about02 .profile-wrap .li-dash,
#about02 .profile-wrap .li-none {
    /* background: #f3f3f3; */
    /* padding: 20px 20px 20px; */
    /* margin-bottom: 0; */
}
#about02 .profile-wrap .profile h5 + p {
    /* background: #f3f3f3; */
    /* padding: 20px 20px 20px; */
    /* margin-bottom: 0; */
    font-size: 16px;
}
#about02 .se1 {
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}
#about02 .se2 {
    padding-top: 100px;
}
#about02 .se1 .clearfix {
    padding-bottom: 30px;
}
.subpage-content section h5 small {
    font-size: 100%;
    color: #b9711b;
}
#about02 .profile-wrap .li-none li span {
    font-weight: 500;
}
#about05 .img-wrap .caption-box {
    margin-bottom: 20px;
    margin-top: 10px;
}
#radiology .subpage-content section h5 {
    color: #333;
    font-size: 20px;
    padding-left: 15px;
}
.main-link .container {
    width: 100%;
}
.main-link .right-con {
    width: 65%;
    background: #f8f8f8;
    padding-right: 8%;
    padding-left: 2%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-link .left-con {
    width: 35%;
    padding-left: 10%;
    padding-top: 50px;
    padding-right: 50px;
}
.carousel-caption h1 {
    font-size: 70px;
    letter-spacing: -0.08em;
    font-weight: 500;
    position: relative;
}
.carousel-caption p {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.08em;
}
.carousel-caption h1::after {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: #fff;
    margin: 30px auto;
}
#site #top-img-wrap:before {
    display: none;
}
#top-img-wrap {
    margin-bottom: 10px;
}
#medical08 .medical-wrap .img-box img:first-child {
    margin-bottom: 61px;
}
.profile-wrap img {
    border-radius: 50%;
}
#main-video {
    position: relative;
}
#main-video:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    #site {
        padding-top: 80px;
    }
    .navbar-inverse {
        background: #000;
    }
    .navbar-brand img {
        height: 50px;
        margin: 0 10px;
    }
    .navbar-inverse .navbar-toggle {
        top: 15px;
    }
    .navbar-toggle .icon-bar {
        background: #fff !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
    }
    .main-link .left-con {
        width: 100%;
    }
    .main-link .tel {
        padding-left: 0;
    }
    .main-link .tel small {
        position: static;
    }
    .main-link .time {
        margin-bottom: 60px;
    }
    .main-link .time li {
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .main-link .right-con {
        width: 100%;
        padding: 20px 15px;
    }
    .m-link .inner {
        /* height: 118px; */
        margin-bottom: 30px;
    }
    .m-link h5 {
        font-size: 16px;
    }
    .m-link h5 span {
        font-size: 11px;
    }
    .main-content .main-medical {
        padding: 70px 0 0;
    }
    .main-content .m-title h3 {
        font-size: 30px;
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption h1::after {
        margin: 20px auto;
    }
    .main-medical .inner {
        position: relative;
        width: 100%;
        height: 240px;
    }
    .main-medical .inner img {
        height: 240px;
        position: absolute;
        left: 50%;
        width: auto;
        max-width: initial;
        transform: translateX(-50%);
    }
    .main-medical .txt-box h4 {
        font-size: 26px;
    }
    .main-content .main-bbs {
        padding: 20px 0;
    }
    .main-bbs > div {
        padding: 0 15px;
    }
    .main-banner p {
        font-size: 24px;
    }
    .main-content section {
        padding: 100px 0;
    }
    .m-sns li {
        margin: 0 10px;
        width: 60px;
    }
    .m-sns li img {
        width: 100%;
    }
    .m-sns a {
        display: block;
        min-height: 146px;
        line-height: 1.2;
        width: 100%;
    }
    .foot-logo {
        margin: 0 auto 20px;
        height: 50px;
    }
    #site footer li {
        font-size: 13px;
    }
    .main-content .main-bbs .container > .row {
        margin: 0 -15px;
    }
    .main-content .main-bbs .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pageheader {
        height: 200px;
    }
    .pageheader h2 {
        top: 50%;
        white-space: nowrap;
        font-size: 34px;
    }
    .breadcrumb {
        top: 50%;
        white-space: nowrap;
    }
    #site .snb ul {
        margin: 0;
        flex-direction: column;
    }
    #site .snb ul li {
        display: block;
        width: 100%;
        /* padding: 10px 0; */
    }
    .snb ul li a {
        font-size: 16px;
        padding-block: 11px;
    }
    .subpage-content .s-title h3 {
        margin: 0;
        font-size: 32px;
    }
    .greet .img-box,
    .greet .txt-box {
        width: 100%;
    }
    .greet .txt-box {
        padding: 50px 15px;
    }
    .greet .quote,
    p.quote {
        font-size: 26px;
    }
    .greet dt {
        font-size: 18px;
    }
    .greet dd {
        font-size: 14px;
    }
    .subpage-content section {
        padding-bottom: 60px;
    }
    #ceo .txt-box .inner {
        padding-left: 0;
        padding-top: 20px;
    }
    #about02 .profile-wrap .name {
        font-size: 30px;
    }
    #about02 .history-li li {
        margin-bottom: 6px;
        padding-left: 100px;
    }
    .history-li li {
        font-size: 14px;
    }
    .history-detail dd {
        padding-left: 100px;
        font-size: 14px;
    }
    .subpage-content > .row {
        margin: 0;
    }
    .subpage-content > .row > section,
    .subpage-content > .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    #about02 .profile-wrap .profile .txt-box {
        padding-right: 15px;
    }
    #about02 .profile .img-box {
        padding: 0 15px;
    }
    .profile .img-box img {
        width: 220px;
    }
    .profile-wrap .profile {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .profile .img-box {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .profile .txt-box {
        padding-bottom: 80px;
    }
    #about06 .se1 .quote {
        font-size: 22px;
    }
    #about06 .right-con {
        padding-left: 15px;
    }
    .circle-wrap {
        text-align: center;
    }
    .circle-wrap .circle {
        margin-bottom: 15px;
        width: 160px;
        height: 160px;
    }
    #meeting-time .circle p {
        font-size: 16px;
    }
    #meeting-time .circle strong {
        font-size: 26px;
    }
    .quote-box p.des {
        font-size: 17px;
    }
    #about06 .se3 .add-box,
    #about06 .se3 .map-box {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .location-li {
        height: auto;
        padding: 30px 30px 10px;
    }
    #about06 .se3 .small-quote {
        font-size: 24px;
    }
    .medical-wrap {
        margin-bottom: 0;
    }
    [id^="medical"] .medical-wrap .txt-box .inner {
        padding: 30px 0px !important;
    }
    .img-wrap .caption-box,
    .img-caption {
        margin-bottom: 20px;
    }
    [id^="medical"] .img-wrap .clearfix {
        margin-bottom: 0;
    }
    .subpage-content .s-title p {
        font-size: 18px;
    }
    .medical-wrap .txt-box .inner {
        padding: 30px 0;
    }
    .subpage-content section h4 {
        font-size: 24px;
    }
    .medical-wrap .txt-box .inner h4 {
        margin-bottom: 30px;
    }
    #site .table_default {
        table-layout: auto !important;
    }
    .table_default .hits,
    .table_default .num,
    .table_default .regdate,
    .table_default .writer {
        display: none;
    }
    .table_blog2 dd {
        width: 100%;
    }
    #main-video:after {
        display: none;
    }
    .img_wrap {
        margin-top: 50px;
    }
}

#survey {
    background: #496da7;
}
#survey .pageheader {
    height: auto;
    background: none;
    border-top: 130px solid #000;
}
#survey .subpage-content {
    padding: 0;
}
#survey .subpage-content .container {
    width: 1140px;
    background: #fff;
}
.survey-wrap {
    margin: 0 auto;
    padding: 70px 0;
    width: 800px;
    max-width: 100%;
}
.survey-wrap .item {
    margin-bottom: 60px;
}
.survey-wrap h5 {
    margin: 0 0 15px;
    font-size: 18px;
}
.survey-wrap label span {
    font-size: 16px;
}
.survey-wrap h6 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #496da7;
}
.survey-wrap .custom_radio + span::before {
    color: #aaa;
}
.survey-wrap .custom_radio:checked + span::before {
    color: #6792d9;
}
#survey .table {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#survey .table th,
#survey .table td {
    border: 0;
    vertical-align: middle;
}
#survey .table th {
    width: 120px;
    padding: 20px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #6792d9;
    border-bottom: 1px solid #fff;
}
#survey .table td {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
}
#survey .radio-inline {
    margin-right: 20px;
}
#survey .radio-inline + .radio-inline {
    margin-left: 0;
}
#survey #wr_captcha {
    width: 222px;
}
#survey .btn.btn-primary {
    border-color: #628fd6;
    background: #628fd6;
}
#survey .btn.btn-primary:hover {
    border-color: #496da7;
    background: #496da7;
}

.main_popup.main_popup_center#main_popup_1 {
    z-index: 100000;
}
.main_popup_contents {
    padding: 0;
}
.main_popup_contents > p:nth-last-of-type(1) {
}
.main_popup_contents > p:nth-last-of-type(1) a {
}
.main_popup_contents > p:nth-last-of-type(1) a img {
}

@media (max-width: 767px) {
    #survey .pageheader {
        border-top: 0;
    }
    #survey .pageheader .container {
        padding: 0;
    }
    .survey-wrap .item,
    .item_captcha .row > div {
        margin-bottom: 40px;
    }
    .survey-wrap h5 {
        font-size: 16px;
    }
    #survey .table th,
    .survey-wrap h6,
    .survey-wrap label span {
        font-size: 14px;
    }
    #survey .radio-inline {
        margin-right: 8px;
    }

    .main_popup.main_popup_center#main_popup_1 {
    }
    .main_popup_contents {
    }
    .main_popup_contents > p:nth-last-of-type(1) {
    }
    .main_popup_contents > p:nth-last-of-type(1) a {
    }
    .main_popup_contents img {
        width: 100%;
        height: auto;
    }
    .main_popup_contents > p:nth-last-of-type(1) img {
        width: 100%;
        height: auto;
    }
}
/* 진료후기 이미지 크기 수정 25-03-21 */
#review :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb {
    height: 330px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
