@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

#site {
    padding-top: 102px;
    letter-spacing: -0.03em;
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "Noto Sans JP", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

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

p {
    font-size: 16px;
    line-height: 1.6;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

/* =============== 네비게이션 =============== */
.nav-top {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 0;
    width: 100%;
}

.nav-top .flag-wrap {
    display: inline-flex;
    float: right;
}

.nav-top .flag-wrap div+div {
    margin-left: 5px;
}

.nav-top .flag-wrap div {
    border: 1px solid #666;
}

.nav-top .flag-wrap img {
    height: 22px;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

.nav-top>.container,
.navbar-inverse>.container {
    width: 100%;
    padding: 0 50px;
    text-align: right;
}

.navbar-inverse>.container {
    border-bottom: 1px solid #e5e5e5;
}

.navbar-inverse .navbar-brand {
    margin: 14px 0 0 !important;
    padding: 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 50px 20px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #96b541;
}

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

/* PC */
@media (min-width: 767px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 1px solid #d5d5d5;
        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);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
    }
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .nav-top {
        margin-top: 5px;
        position: static;
    }

    .nav-top .flag-wrap img {
        height: 20px;
    }

    .nav-top>.container {
        padding: 0 15px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin-top: 10px;
        margin-right: 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;
    }
}

/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 102px);
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    background: transparent !important;
    width: 8%;
    text-shadow: none;
    opacity: 0.18;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px;
    margin-top: -25px;
}

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

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

.carousel-indicators {
    bottom: 4%;
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 40px;
    height: 5px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 4px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}

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

.carousel-caption {
    text-shadow: none;
    padding: 0;
    text-align: left;
    left: 14%;
    right: 14%;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#mainCarousel .carousel-inner>.item:nth-child(1) .carousel-caption {
    top: 33%;
    left: 40%;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.11);
}

/* #mainCarousel .carousel-inner>.item:nth-child(3) .carousel-caption {
    text-align: center;
} */

.carousel-caption h1 {
    font-size: 43px;
    font-family: "Noto Serif KR", "notokr";
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.36;
    margin-bottom: 45px;
}

.carousel-caption .comp {
    font-family: "Noto Serif KR", "notokr";
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
}

.carousel-caption h1 .comp {
    line-height: 1.35;
}

.carousel-caption p {
    font-size: 28px;
    font-family: "Noto Serif KR", "notokr";
    line-height: 2;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.carousel-caption p+p {
    margin-top: 34px;
    line-height: 1.8;
}

#mainCarousel .carousel-inner .item h1::after {
    content: "";
    width: 85px;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 40px;
}

#mainCarousel .carousel-inner .item p {
    font-size: 27px;
    line-height: 1.65;
    letter-spacing: 0;
    margin-top: 50px;
    font-weight: 400;
}

#mainCarousel .carousel-inner .item p .txt {
    font-family: "Noto Serif KR", "notokr";
    display: block;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.03em;
}

#mainCarousel .carousel-inner .item p .txt small {
    display: block;
    margin-bottom: 6px;
    font-style: italic;
    font-size: 30px;
}

#mainCarousel .carousel-inner .item:nth-child(2) p:first-child,
#mainCarousel .carousel-inner .item:nth-child(3) p:first-child {
    font-weight: bold;
    line-height: 1.875;
    font-size: 30px;
    margin-bottom: 40px;
}

/* 공통 */

.main-content section {
    padding: 100px 0 110px;
}

.main-content section:nth-child(odd) {
    background: #fff;
}

.main-content section:nth-child(even) {
    background: #f3f1f0;
}

.main-content section .medical-subject {
    background: #ccc;
}

.main-sec-tit {
    margin: 0 0 60px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.main-sec-tit::after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 50px;
    height: 3px;
    background: #96b341;
}

.main-con-tit {
    position: relative;
    margin: 0 0 28px;
    padding-left: 27px;
    font-size: 26px;
    font-weight: 600;
    color: #211d1b;
    letter-spacing: -0.05em;
}

.main-con-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 17px;
    background: linear-gradient(44deg, #c5d81e, #88a736);
    border-radius: 12px 0 12px 0;
}

/* //공통 */

/* 메인 - 한의원소개 */
.hospital-greeting {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 50px auto 0;
    text-align: center;
}

.hospital-greeting blockquote {
    border-left: none;
    margin-top: 30px;
}

.hospital-greeting blockquote h5 {
    margin: 0 0 30px;
    line-height: 1.6;
    font-size: 20px;
    font-family: "Noto Serif KR";
    font-weight: 600;
}

.hospital-greeting blockquote p {
    letter-spacing: -0.035em;
    line-height: 1.8;
    font-weight: 500;
    color: #3f3f3f;
    font-size: 18px;
}

.hospital-greeting blockquote cite {
    margin: 32px 0 0;
    display: block;
    font-size: 18px;
    color: #999;
}

.hospital-greeting .right {
    padding-right: 40px;
}

#sec1 .txt-box {
    font-size: 18px;
    text-align: center;
}

#sec1 .txt-box+.txt-box {
    margin-top: 25px;
}

.hospital-slogan {
    margin-top: 50px;
    padding: 30px;
}

.hospital-slogan li {
    font-size: 17px;
    line-height: 1.8;
    list-style: 0.1em;
}

/* //메인 - 한의원소개 */

/* 메인 - 의료진소개 */
.half::after {
    content: "";
    clear: both;
    display: block;
}

.half>ul,
.half>dl {
    float: left;
    width: 50%;
}

.doctor .profile {
    background: #fff;
    margin: 0;
    min-height: 570px;
    box-shadow: 0 30px 25px -18px rgba(0, 0, 0, 0.08);
}

.doctor .profile+.profile {
    margin-top: 120px;
}

.doctor .profile>div {
    padding: 0;
}

.doctor .desc {
    padding: 22px 50px 0;
}

.doctor ul li {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.025em;
    margin: 0 0 2px;
    color: #000;
}

.doctor .info {
    margin-top: 20px;
}

.doctor .info h4 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 500;
    color: #111;
}

.doctor .info h4 b {
    font-size: 50%;
    font-weight: 400;
    color: #333;
}

.doctor .info ul {
    margin: 0 0 20px;
}

.doctor .info ul li {
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.033em;
    color: #333;
}

.doctor .info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #96b341;
    border-radius: 50%;
}

.doctor .career {
    margin: 0 0 22px;
}

.doctor .career>ul:last-child {
    padding-left: 25px;
}

.doctor .career ul li .prev {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    color: #000;
}

.doctor .major {
    margin-top: 50px;
}

.doctor .major .tab-content {
    padding: 18px 25px 13px;
    border: 1px solid #d0d0d0;
    border-top: none !important;
    background: #fff;
}

.tab-content .case-btn {
    width: 170px;
    height: 50px;
    padding: 10px;
    background: #fff;
    color: #4d651d;
    border: 1px solid #bdd47f;
    display: inline-block;
    text-align: center;
    margin: 30px 0;
}

.tab-content .case-btn a {
    text-decoration: none;
    color: #333;
    line-height: 30px;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.tab-content .case-btn:hover {
    background: #96b541;
    border-color: #96b541;
}

.tab-content .case-btn:hover a {
    color: #fff;
}

.tab-content #suj-tab2 .case-btn {
    width: 200px;
}

.tab-content .txt-deco {
    text-decoration: underline;
}

.doctor .nav-tabs>li>a {
    font-size: 14px;
}

.doctor .nav-tabs>li {
    margin-bottom: -1px;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    padding: 4px 18px;
    background: #96b341;
    font-weight: 500;
    color: #fff;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background: #96b341;
    font-weight: 500;
    color: #fff;
    border-color: #96b541;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #fff;
    color: #657d1c;
    font-weight: 500;
    border-color: #d0d0d0;
    border-bottom: 1px solid #fff;
}

.doctor .major .tab-content ul li {
    position: relative;
    padding-left: 10px;
}

.doctor .major .tab-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
}

/* //메인 - 의료진소개 */

/* 메인 - 둘러보기 */
.location-slide .slide {
    margin: 5px;
}

.location-slide .slick-dots {
    bottom: -55px;
}

.location-slide .slick-dots li button:before {
    font-size: 13px;
}

.location-slide .slick-prev,
.location-slide .slick-next {
    z-index: 99;
    background: rgba(20, 20, 20, 0.8);
    opacity: 1;
    width: 65px;
    height: 65px;
}

.slick-dots li button:before {
    opacity: 0.3;
    color: #444;
}

.slick-dots li button:before:hover,
.slick-dots li button:before:hover {
    opacity: 0.15;
}

.location-slide .slick-prev:hover,
.location-slide .slick-next:hover {
    background: rgba(20, 20, 20, 0.9);
    opacity: 1;
}

.location-slide .slick-prev {
    left: 10%;
}

.location-slide .slick-next {
    right: 10%;
}

.location-slide .slick-prev:before,
.location-slide .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
    font-size: 25px;
    opacity: 1;
}

.location-slide .slick-prev:before {
    content: "\f053" !important;
}

.location-slide .slick-next:before {
    content: "\f054" !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #96b341;
}

/* //메인 - 둘러보기 */

/* 진료과목 */
.medical-subject .nav-tabs {
    margin: 0 0 55px;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.medical-subject .nav-tabs li {
    width: calc(100% / 6);
    margin: 0;
}

.medical-subject .nav-tabs li+li a {
    border-left: none;
}

.medical-subject .nav-tabs li a,
.medical-subject .nav-tabs li a:focus {
    margin: 0;
    padding: 20px 15px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #bdd47f;
    font-size: 16px;
    text-align: center;
    color: #4d651d;
    letter-spacing: -0.05em;
}

.medical-subject .nav-tabs li a:hover {
    background: #fff;
}

.medical-subject .nav-tabs li.active a,
.medical-subject .nav-tabs li.active a:hover,
.medical-subject .nav-tabs li.active a:focus {
    background: #96b541;
    color: #fff;
    border-color: #96b541;
}

.medical-subject .col-sm-5 {
    padding-right: 45px;
}

.medical-subject img {
    box-shadow: 0 30px 25px -18px rgba(0, 0, 0, 0.2);
}

.medical-subject p {
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
    color: #222;
    line-height: 1.6;
}

#suj-tab2 figure {
    margin: 15px 0 50px;
    padding: 50px 50px 40px;
    background: #fff;
    box-shadow: 0 30px 25px -18px rgba(0, 0, 0, 0.05);
}

#suj-tab2 figure img {
    box-shadow: none;
    max-width: 500px;
}

#suj-tab2 figure figcaption {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.medical-subject p+p {
    margin: 30px 0 0;
}

#suj-tab2 p span {
    display: block;
}

#suj-tab5 .imgs-wrap {
    text-align: center;
    margin-bottom: 15px;
}

#suj-tab5 ul li {
    margin-bottom: 5px;
    font-size: 16px;
}

#suj-tab5 ul li::before {
    content: "*";
    color: red;
    margin-right: 10px;
}

#suj-tab5 .imgs-wrap img {
    display: inline-block;
}

#suj-tab5 .imgs-wrap img+img {
    margin-left: 30px;
}

#suj-tab6 ul {
    margin: 18px 0 0;
}

#suj-tab6 ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
}

#suj-tab6 .imgs-wrap {
    padding-bottom: 30px;
    text-align: center;
}

#suj-tab6 .imgs-wrap cite {
    display: block;
    margin-top: 20px;
}

#suj-tab6 ul li span.num {
    background: #96b541;
    border-radius: 15px 0 15px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote {
    border-left: 8px solid #e2ded7;
    padding: 0 0 0 35px;
    margin: 0 0 30px;
}

.medical-subject .tab-content .desc blockquote p {
    margin: 0 0 20px;
    font-size: 14px;
}

blockquote h5,
.medical-subject .tab-content .desc blockquote p span,
.medical-subject .tab-content .desc blockquote h5 {
    margin-bottom: 2px;
    color: #8a775a;
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Noto Serif KR";
    font-weight: 600;
    line-height: 1.5;
}

.medical-subject .tab-content .desc blockquote h5 {
    margin: 30px 0 12px;
    font-size: 16px;
}

/* //진료과목 */

/* 진료시간 */

.medical-date .container>.row {
    margin: 0;
}

.medical-date .container>.row>div {
    padding: 0;
}

/* 
.medical-date .container>.row>div:last-child {
    height: 399px;
    background: #95b536;
} */

.clinic-time,
.clinic-sbj {
    min-height: 340px;
    padding: 50px 55px;
    position: relative;
    overflow: hidden;
    background: #95b536;
}

.clinic-time {
    background: #42362f;
}

.medical-date h6 {
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 3px 45px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #fff;
}

.medical-date h6::before {
    content: "";
    width: 42px;
    height: 42px;
    background: url("/public/img/main/medical-date-icon1.png") no-repeat left top;
    position: absolute;
    left: 0;
    bottom: 0;
}

.medical-date .clinic-sbj h6 {
    margin-bottom: 23px;
}

.medical-date .clinic-sbj h6::before {
    background: url("/public/img/main/medical-date-icon2.png") no-repeat left top;
}

.medical-date .clinic-sbj>ul {
    padding-top: 30px;
}

.clinic-time ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.clinic-time ul+p {
    margin: 18px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
}

.clinic-time ul li {
    flex: 1;
    text-align: left;
    /* display: table; */
    width: 100%;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #69574c;
    color: #fff;
}

.clinic-time ul li span.tit {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #e3ea59;
}

.clinic-time ul li span.des {
    display: block;
    font-weight: 350;
    color: #fff;
    font-size: 20px;
}

.clinic-sbj ul {
    margin-bottom: 0;
}

.clinic-sbj ul li {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.08em;
    font-weight: 500;
    padding: 28px 0;
    color: #3e5412;
    background: #fff;
    border-radius: 4px;
}

.clinic-sbj ul li:nth-child(3n) {
    margin-right: 0;
}

/* //진료시간 */

.root_daum_roughmap {
    width: 100% !important;
}

/* =============== 푸터 =============== */
.footer-wrap {
    padding: 50px 0;
    background: #202020;
    color: #999;
    font-size: 15px;
    text-align: center;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
    font-size: 15px;
    color: #eee;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

/* 예약/상담 */
#sec6 h3 {
    position: relative;
    padding-left: 25px;
}

#sec6 h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 17px;
    background: linear-gradient(44deg, #c5d81e, #88a736);
    border-radius: 12px 0 12px 0;
}

#sec6 .col-sm-12 {
    position: relative;
    border-bottom: 1px solid rgb(214, 213, 213);
    padding: 20px 50px;
}

#sec6 .res-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    float: right;
}

#sec6 .res-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

/* 오시는길  */
#sec7 i {
    color: #96b541;
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

#sec7 .col-sm-5 ul {
    background: #f8f8f8;
    padding: 40px 30px;
    height: 450px;
}

#sec7 .col-sm-5 ul li {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
}

#sec7 .col-sm-5 ul li span {
    display: block;
}

#sec7 .col-sm-5 ul li strong {
    font-size: 28px;
    vertical-align: middle;
}

#sec7 .col-sm-5 ul .sec7-st {
    padding: 5px 0;
}

#sec7 .col-sm-5 ul li:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}

/* 211123 */
.link-img img {
    width: 100px;
    margin-top: 20px;
}

.link-img:nth-child(2) img {
    width: 120px;
}

.link-logo {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.global {
    padding: 140px 0;
    background: #f3f1f0;
}

.sub-global-wrap p {
    color: #555;
    font-size: 15px;
    word-break: break-all;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}

#english01 .sub-global-wrap p {
    word-break: keep-all;
}

.sub-global-wrap p+p {
    margin-top: 20px;
}

.sub-global-wrap p.top {
    font-weight: 500;
    color: #96b341;
}

#english01 p {
    letter-spacing: -0.03em;
}

#english01 p.top {
    font-size: 28px;
}

#china01 p.top,
#japan01 p.top {
    font-size: 34px;
}

#vietnam01 p.top {
    font-size: 24px;
}

#vietnam01 p {
    word-break: keep-all;
}

#china01 p+p,
#english01 p+p,
#japan01 p+p {
    margin-top: 35px;
}

#china01 p:not(.top),
#japan01 p:not(.top) {
    font-size: 18px;
    line-height: 1.65;
}

#english01 p:not(.top) {
    font-size: 17px;
    line-height: 1.5;
}

#vietnam01 p:not(.top) {
    line-height: 1.65;
}

@media (max-width: 767px) {
    .sub-global-wrap {
        padding: 50px 0;
    }

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

/* =============== 게시판 =============== */

.btn.btn-primary {
    background: #96b341;
    border-color: #96b341;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #6f8a1f;
    border-color: #6f8a1f;
}

.btn.btn-dark {
    background: #333;
    border-color: #333;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #1f1f1f;
    border-color: #1f1f1f;
}

@media (max-width: 767px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset>.text-center {
        display: flex;
    }

    #board_write_form fieldset>.text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

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

/* =============== 로그인 =============== */

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

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item:nth-child(1) {
        background-image: url(/public/img/slide/slide2022-1-mo.jpg) !important;
    }

    #mainCarousel .carousel-inner .item:nth-child(2) {
        background-image: url(/public/img/slide/slide2022-2-mo.jpg) !important;
    }

    #mainCarousel .carousel-inner .item:nth-child(3) {
        background-image: url(/public/img/slide/slide2022-3-mo.jpg) !important;
    }

    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }

    .navbar-brand>img {
        height: 30px;
    }

    #site {
        padding-top: 78px;
    }

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

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

    .carousel-caption h1 {
        font-size: 32px;
    }

    #mainCarousel .carousel-inner .carousel-caption {
        top: auto !important;
        transform: translateY(0) !important;
        bottom: 30px !important;
        left: 5% !important;
        right: 5%;
        padding: 0;
    }

    #mainCarousel .carousel-inner .item h1 {
        margin-bottom: 20px;
    }

    #mainCarousel .carousel-inner .item h1::after {
        margin-top: 20px;
    }

    #mainCarousel .carousel-inner .item:nth-child(2) p:first-child,
    #mainCarousel .carousel-inner .item:nth-child(3) p:first-child {
        font-size: 16px;
        margin-bottom: 0;
    }

    #mainCarousel .carousel-inner .item p {
        font-size: 16px;
        margin-top: 20px;
    }

    .carousel-caption p+p {
        margin-top: 20px;
    }

    .carousel-caption p {
        font-size: 16px;
        line-height: 1;
    }

    #mainCarousel .carousel-inner .item:nth-child(1) p .txt {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #mainCarousel .carousel-inner .item:nth-child(1) p .txt small {
        margin-bottom: 0;
        font-size: 16px;
    }

    /* 한의원소개 */
    .main-sec-tit {
        font-size: 25px;
    }

    #sec1 .txt-box {
        font-size: 14px;
    }

    blockquote {
        padding: 0;
        margin: 30px 0;
        border-left: 5px solid #e2ded7;
        padding-left: 10px;
    }

    .hospital-greeting blockquote p {
        font-size: 14px;
    }

    .hospital-greeting blockquote cite {
        font-size: 14px;
    }

    .hospital-slogan {
        padding: 15px;
    }

    .hospital-slogan li {
        font-size: 12px;
    }

    .nav-tabs {
        display: flex;
    }

    .nav-tabs>li {
        flex: 1;
    }

    .nav-tabs>li>a,
    .nav-tabs>li>a:focus,
    .nav-tabs>li>a:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding: 4px 10px; */
        width: 100%;
        height: 100%;
        padding: 3px 0;
        text-align: center;
    }

    .doctor .info ul li {
        font-size: 14px;
    }

    .doctor .major {
        margin-top: 30px;
    }

    .doctor .major .tab-content {
        padding: 18px 20px 13px;
    }

    .location-slide .slick-prev,
    .location-slide .slick-next {
        width: 35px;
        height: 35px;
    }

    .location-slide .slick-next {
        right: 3%;
    }

    .location-slide .slick-prev {
        left: 3%;
    }

    .medical-subject .col-sm-5 {
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .medical-subject .nav-tabs li a,
    .medical-subject .nav-tabs li a:focus {
        padding: 10px 0;
        font-size: 12px;
    }

    .desc {
        margin-top: 30px;
    }

    .medical-subject p {
        font-size: 14px;
    }

    .main-con-tit {
        font-size: 20px;
    }

    .clinic-time,
    .clinic-sbj {
        padding: 50px 15px;
    }

    .medical-date h6 {
        font-size: 25px;
        font-weight: 500;
    }

    .clinic-time ul li {
        flex: inherit;
        width: 100%;
    }

    .clinic-time ul li span.des {
        font-size: 16px;
    }

    /* 의료진소개 */
    .doctor .desc {
        padding: 30px 20px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 10px;
        font-size: 14px;
    }

    .navbar-inverse .navbar-brand {
        margin: 10px 0 0 !important;
    }

    .medical-subject .nav-tabs li {
        width: calc(100% / 3);
    }

    #sec7 .col-sm-5 ul li {
        font-size: 14px;
    }

    #sec7 .col-sm-5 ul li strong {
        font-size: 18px;
    }

    #sec7 i {
        font-size: 18px;
    }

    .root_daum_roughmap {
        width: auto !important;
    }
}

/* =============== 문의폼 =============== */
.board_wrapper .table.board_write_table tbody tr th {
    position: static;
}

.s-title {
    display: block;
}

/* popup */
#popup .inner {
    padding: 20px;
    border: 10px solid #f2f2f2;
    text-align: center;
}

#popup .inner p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#popup .color-p {
    font-size: 26px;
    margin-bottom: 30px;
    color: #f19720;
    font-weight: 900;
}

.main_popup.main_popup_left,
.main_popup.main_popup_center,
.main_popup.main_popup_right {
    top: 120px !important;
}

.main_popup.main_popup_center .main_popup_contents {
    padding: 0;
    /* max-width: 500px; */
}

.main_popup.main_popup_left .main_popup_contents,
.main_popup.main_popup_right .main_popup_contents {
    padding: 5px 15px;
}
.main_popup_contents .tit{
    margin: 20px 0 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #111;
}
.main_popup_contents .num-list{
    text-align: center;
}
.main_popup_contents .num-list li{
    font-size: clamp(14px,1vw,18px);
    line-height: 1.4;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}
.main_popup_contents .num-list li + li{
}
.main_popup_contents .pop-table{
    min-width: 300px;
}
.main_popup_contents .pop-table td{
    text-align : center;
    border: 1px solid #333;
    padding: 4px clamp(5px,0.8vw,13px);
    font-weight : 500;
    font-size: clamp(12px,1vw,16px);
}
@media(max-width:767.98px) {

    .main_popup.main_popup_left .main_popup_contents img,
    .main_popup.main_popup_center .main_popup_contents img,
    .main_popup.main_popup_right .main_popup_contents img {
        width: 100%;
        height: auto;
    }

    #main_popup_44 .main_popup_contents span {
        font-size: 14px !important;
    }
}

#main_popup_4 {
    top: 520px !important;
}

#main_popup_13 .main_popup_contents {
    padding: 0;
}

#main_popup_5 p {
    margin: 0;
}

#main_popup_5 p:first-child {
    padding: 10px 15px 10px;
}

#main_popup_5 p>b {
    color: #f19720;
    font-weight: 600;
}

#main_popup_5 p>span {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
}

.m-p-txt {
    margin-top: 60px;
}

.m-p-txt p {
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 15px 0;
    /* background: #42362f; */
    /* color: #96b341; */
}

.m-p-txt p a {
    text-decoration: none;
    color: #222;
}

.m-p-txt p i {
    margin: 0 5px 0 10px;
    color: #96b341;
}

.main_popup_contents .popup_txt p {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}
.main_popup_contents .popup_txt h5{
    font-size: 27px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 7px;
    margin-bottom: 15px;
    text-align: center;
}
.main_popup_contents .popup_txt p b{}
.main_popup_contents .popup_txt p span{
    color: rgb(237, 12, 12);
    font-weight: 600;
}
.main_popup_contents .popup_txt h6{
    color: #78c13f;
    margin-top: 27px;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
}
.main_popup_contents .popup_txt {
    padding: 10px;
    
}

.main_popup_contents .popup_txt p strong {
    color: #16a085;
}

.main_popup_contents .popup_img {
    width: 600px !important;
}

@media (max-width: 768px) {
    .main_popup_contents .popup_txt p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    #main_popup_15 .main_popup_contents img {
        width: 100%;
        height: auto;
    }

    .main_popup {
        width: 90%;
        min-width: 90%;
    }

    .main_popup.main_popup_left,
    .main_popup.main_popup_center,
    .main_popup_right {
        left: 50% !important;
        transform: translate(-50%) !important;
    }

    .popup_230814 {
        height: 100% !important;
    }
}

#main_popup_15 .main_popup_contents {
    padding: 0;
}

.sns-li {
    display: inline-flex;
    margin-right: 21px;
    margin-bottom: 0;
}

.sns-li li {
    padding: 0 7px;
}

.sns-li li img {
    height: 32px;
    border-radius: 50%;
}

.lang-li {
    z-index: 100;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.lang-li .on,
.lang-li a {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.lang-li .on {
    cursor: pointer;
    padding: 3px 13px;
    display: block;
    border: 1px solid #ddd;
}

.lang-li .on i {
    margin-left: 5px;
}

.lang-li .on i.reverse {
    transform: rotate(180deg);
}

.lang-li .lang-drop {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    margin-top: -1px;
}

.lang-li .lang-drop li+li {
    margin-top: 5px;
}

.lang-li .lang-drop li a:not(.disabled):hover {
    color: #95b536;
}

.lang-li a.disabled {
    color: #999;
    text-decoration: underline;
}

@media (max-width: 767px) {

    .lang-li .on,
    .lang-li a {
        font-size: 14px;
    }

    .sns-li li img {
        height: 26px;
    }

    .sns-li li {
        padding: 0 5px;
    }

    .lang-li .on {
        padding: 3px 10px;
    }

    .lang-li .lang-drop {
        padding: 8px 11px;
    }

    .sns-li {
        margin-right: 10px;
    }
}

.root_daum_roughmap p.map-text {
    display: flex;
    flex-direction: column;
    z-index: 100;
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin-bottom: 0;
    font-size: 19px;
    background-color: #fff;
    padding: 15px 20px;
}

.root_daum_roughmap p.map-text b {
    font-size: 15px;
    color: #96b541;
}

.root_daum_roughmap p.map-text span {
    font-size: 23px;
}

.root_daum_roughmap p.map-text small {
    display: block;
    margin-top: 2px;
}