<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');

* {
    word-break: keep-all;
}

#site {
    padding-top: 140px;
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.035em;
}

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

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

/*=================================== reset =================================== */

img {
    flex-shrink: 0;
}

.img-box {
    position: relative;
}

.img-box.bordered {
    border: 1px solid #ccc;
    padding: 10px;
}

ol,
ul,
li,
dl {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt dd,
th,
td,
li {
    position: relative;
    font-weight: normal;
    letter-spacing: -0.034em;
}

a,
a:hover {
    text-decoration: none;
    color: #337ab7;
}

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
}

br {
    visibility: visible;
    opacity: 0;
}

/*=================================== common =================================== */
[class$="-dash"] {
    margin: 0;
    padding: 0;
}

[class$="-dash"]&gt;*:not(dt) {
    position: relative;
    padding-left: 15px;
}

[class$="-dash"]&gt;*:not(dt)::before {
    position: absolute;
    left: 0;
    top: -2px;
}

[class$="-dash"]&gt;*:not(dt)::before {
    content: '-';
}

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

.li-box {
    padding: 25px;
    background: #f4f4f4;
}

/* =================================== navbar =================================== */
#gnbauth i {
    display: none;
}

.navtop-inner {
    position: relative;
}

.nav-top ul.lang-btn {
    position: relative;
    z-index: 100;
    margin-top: 30px;
    display: flex;
}

.nav-top ul.lang-btn li {
    line-height: .8;
}
.nav-top ul.lang-btn li.login&gt;a,
.nav-top ul.lang-btn li&gt;button {
    line-height: .8;
    color: #aab1b5;
    text-decoration: none;
    letter-spacing: 0;
}
.nav-top ul.lang-btn li&gt;button{
    border: 0;
    padding: 0;
    margin: 0;
}
.nav-top ul.lang-btn li.login&gt;a {
    font-size: 12px;
}

.nav-top ul.lang-btn li&gt;button.active {
    color: #000;
    font-weight: 500;
}

.nav-top ul.lang-btn li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

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

/* 상단 메뉴 */
.navbar-header,
.navbar&gt;.container {
    display: flex;
}

.navbar-header {
    height: 100%;
    align-items: center;
}

.navbar&gt;.container {
    position: relative;
    justify-content: center;
}

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

.navbar-inverse {
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    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&gt;li&gt;a {
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;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: #ee4a70;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #fff;
}

/* dropdown-menu 메뉴 기본 */
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a,
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
    color: #333;
}

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover {
    background: #e4718c;
    color: #fff;
}

@media (min-width: 768px) {
    .nav-top {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .navbar-header {
        position: absolute;
        left: 15px;
        top: 0;
        justify-content: center;
    }

    .navbar-brand {
        margin-top: 10px;
    }

    .navbar-brand&gt;img {
        height: 70px;
    }

    .navbar-inverse {
        position: absolute;
    }
    
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        margin-left: 70px;
    }

    /* pc nav 메뉴 */
    .navbar-inverse .navbar-nav&gt;li {
        margin-top: 40px;
    }

    .navbar-inverse .navbar-nav&gt;li&gt;a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        font-size: 20px;
        padding: 0px 25px 20px;
    }

    :lang(en) .navbar-inverse .navbar-nav&gt;li&gt;a {
        font-size: 19px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, -30px);
        border-radius: 0;
        border: 0;
        border-top: 2px solid #ffbdcd;
        padding: 0;
        /* text-align: center; */
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
        padding: 14px 12px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        border-bottom: 1px solid #ececec;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li:last-child&gt;a {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    #site {
        padding-top: 91px;
    }

    .nav-top ul.lang-btn {
        margin-top: 10px;
    }

    .nav-top ul.lang-btn a {
        font-size: 12px;
    }

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

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

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

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

    .navbar&gt;.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 160px;
        margin: 0 0 0 20px !important;
        transform: translateY(-10px);
    }

    .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&gt;.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

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

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

    .navbar-inverse .navbar-collapse.in {
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 15px;
    }

    .navbar-inverse .navbar-nav&gt;li.open&gt;a {
        border-bottom: 2px solid #f37b97;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        padding: 15px 15px 15px 25px;
        font-size: 15px;
    }

    /* 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* 드롭다운 폰트 */
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #444;
    }

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

/* =================================== footer =================================== */
#site footer {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
    background-color: #f7f7f7;
}

.footer-top {
    padding: 20px 0 20px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.footer-bottom {
    padding: 45px 0 45px;
}

.footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-link li a {
    font-size: 15px;
    color: #888;
    font-weight: 500;
}

.footer-link li+li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-link li a:hover {
    color: #ff7d9b;
}

.footer-link li+li {
    margin: 0;
}

.footer-link li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
}

.footer-link li.logo {
    display: none;
    opacity: .5;
    margin-right: auto;
    width: 130px;
}

.family-site {
    min-width: 160px;
    margin-left: auto;
}

.family-site .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0 !important;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
}

/* left logo */
.footer-bottom .container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

img.footer-logo {
    height: 40px;
    margin-right: 40px;
    margin-top: 15px;
    opacity: .7;
}

/* default */
.footer-info {
    color: #575757;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.footer-info li:not(.copyright) {
    display: inline;
    margin-right: 12px;

}

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

.footer-info li strong {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 16px;
}

.footer-info li.copyright {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #888;
    letter-spacing: 0;
}

.footer-share {
    margin-left: auto;
}

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

.footer-share li+li {
    margin-left: 10px;
}

.footer-share i {
    color: #000;
    opacity: .5;
    font-size: 32px;
}

.footer-share a:hover i {
    opacity: 1;
}

.footer-share .youtube i {
    font-size: 30px;
}

.footer-share .youtube:hover i {
    color: #ee0a0a;
}

.footer-share .insta:hover i {
    color: #C13584;
}

/* scrolltop */
#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    color: #000;
}

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

#scrolltop .inner i {
    font-size: 26px;
    margin-bottom: 5px;
}

/* mobile footer*/
@media(max-width:767px) {
    .footer-info {
        margin-top: 15px;
        font-size: 13px;
    }

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

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

    .footer-info li.copyright {
        font-size: 13px;
    }

    img.footer-logo {
        margin-top: 0;
        height: 35px;
        margin-bottom: 10px;
    }

    .footer-share {
        margin-left: 0;
        margin-top: 20px;
    }

    #scrolltop {
        right: 35px;
        font-size: 16px;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
#mainCarousel {
    margin: 0 auto;
}

@media (min-width: 1570px) {
    #mainCarousel {
        width: 1600px;
    }
}

#mainCarousel .carousel-inner .item {
    height: 786px;
    background-size: contain;
}

/* caption */
.carousel-caption {
    top: 50%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.65;
    font-weight: 300;
}

/* control */
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 7%;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
    justify-content: center;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left span {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 32px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-shadow: none;
}

.glyphicon.glyphicon-chevron-right::before {
    content: '\f105';
}

.glyphicon.glyphicon-chevron-left::before {
    content: '\f104';
}

/* indicators */
.carousel-indicators {
    bottom: 40px;
    text-align: right;
    width: 73%;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 2px solid #ff7d9b;
    background-color: #ff7d9b;
    margin: 0 3px;
    text-shadow: none;
    box-shadow: none;
}

.carousel-indicators li {
    background-color: #fff;
    transition: ease-in-out .15s all;
}

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

/* =================================== mainpage common =================================== */
/* section */
.mainpage section {
    position: relative;
    padding: 70px 0;
}

.mainpage section .container {
    position: relative;
}

.mainpage section+section .container::before {
    content: '';
    position: absolute;
    left: 15px;
    top: -70px;
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #ccc;
}

.mainpage .main-video .container::before {
    display: none;
}

.mainpage h3 {
    font-size: 38px;
    line-height: 1.35;
    font-weight: 200;
    margin: 0;
    color: #000;
    letter-spacing: -0.056em;
}

.mainpage .main-news h3:after {
    content: none;
}

.mainpage .main-news h3 {
    margin-bottom: 10px;
}

.mainpage h4 {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 200;
    margin: 0 0 20px;
    letter-spacing: -0.06em;
}

.mainpage h3::after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    margin: 30px 0 40px;
    background: #ffb3c5;
}

section.main-service {
    padding: 20px 0;
    background: #fdafb6;
}

.m-service-wrap {
    display: flex;
    flex-wrap: wrap;
}

.m-service-wrap&gt;div+div {
    border-left: 1px solid rgb(255 255 255 / 42%);
}

.m-service-wrap .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

.m-service-wrap .item img {
    transition: .5s;
    transform: scale(.9);
}

@media(hover:hover) {

    .m-service-wrap .item:hover img {
        transform: scale(1);
    }
}

.m-video-wrap p {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
    color: #555;
    letter-spacing: -0.04em;
}

.m-video-wrap .text {
    padding-right: 50px;
}

.main-product .slick-wrap {
    margin: 0 -10px;
}

.main-product .slick-wrap .col-sm-3 {
    padding: 0 10px;
}

.main-product .slick-wrap .next-btn,
.main-product .slick-wrap .prev-btn {
    z-index: 5;
    border: 0;
    position: absolute;
    height: 100%;
    top: 0;
    color: #ccc;
    font-size: 34px;
}

.main-product .slick-wrap .next-btn:hover,
.main-product .slick-wrap .prev-btn:hover {
    color: #ff7d9b;
}

.main-product .slick-wrap .next-btn {
    right: -50px;
}

.main-product .slick-wrap .prev-btn {
    left: -50px;
}

.m-product-wrap .item {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #ccc;
}

.m-product-wrap .brand {
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.m-product-wrap .item:hover {
    border-color: #f1869f;
}

.m-product-wrap .item .pd-img {
    transition: .5s;
}

.m-product-wrap .item:hover .pd-img {
    transform: scale(1.1);
}

.m-news-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -22px;
}

.m-news-wrap&gt;div {
    padding: 0 22px;
}

.m-news-wrap&gt;div.right {
    padding-bottom: 2px;
}

@media (min-width: 1200px) {
    .m-news-wrap&gt;div.left {
        width: 62%;
    }

    .m-news-wrap&gt;div.right {
        width: 38%;
    }
}

.m-news-wrap .detail-wrap {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    padding: 30px;
    position: relative;
    background: #ffeff1;
}

.m-news-wrap .detail-wrap h4 {
    font-size: 40px;
    margin-bottom: 30px;
}

.m-news-wrap .detail-wrap:nth-child(2) h4 {
    white-space: nowrap;
}

:lang(en) .m-news-wrap .detail-wrap h4{
    font-size: 32px;
}

:lang(en) .m-news-wrap .detail-wrap:nth-child(2) h4{
    margin-right: -100px;
    white-space: normal;
}

.m-news-wrap .detail-wrap p {
    font-size: 19px;
    margin-bottom: 40px;
    line-height: 1.55;
    color: #444;
    letter-spacing: -0.045em;
}

.m-news-wrap .detail-wrap .text {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 50%;
}

.m-news-wrap .detail-wrap+.detail-wrap {
    margin-top: 16px;
}

.m-news-wrap .detail-wrap img.bg {
    position: absolute;
    z-index: 1;
}

.m-news-wrap .detail-wrap:nth-child(1) img.bg {
    right: 30px;
    bottom: 0;
}

.m-news-wrap .detail-wrap:nth-child(2) img.bg {
    right: 10px;
    bottom: -40px;
}

.detail-btn {
    display: flex;
    align-items: center;
    width: 220px;
    height: 46px;
    padding: 0 20px;
    margin-top: auto;
    background: #fdb1b8;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
}

.detail-btn i.la-angle-right {
    margin-left: auto;
}

.detail-btn:hover {
    background: #ff7d9b;
    color: #fff;
}

.m-news-wrap .board_box_list ul {
    min-height: 127px;
}

.m-news-wrap .left,
.m-news-wrap .right {
    display: flex;
    flex-direction: column;
}

.m-news-wrap .left&gt;div {
    flex-grow: 1;
    /* min-height: 370px; */
}

.m-news-wrap .right&gt;div+div {
    margin-top: 15px;
}

.m-news-wrap .page-header {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    margin-top: 10px;
}

.m-news-wrap .page-header h4 {
    display: inline-block;
    margin-bottom: 10px;
    color: #222;
    font-size: 26px;
    font-weight: 500 !important;
}

.m-news-wrap .page-header i {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #aaa;
    transform: translateY(1px);
}

.m-news-wrap .page-header i:hover {
    background: #ff7d9b;
    border-color: #ff7d9b;
    color: #fff;
}

.m-news-wrap .page-header i::before {
    content: "\f067";
    font-weight: 900;
    font-size: 16px;
    font-family: 'Line Awesome Free';
}

.m-news-wrap .board_box_list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.m-news-wrap .board_box_list {
    margin-bottom: 0 !important;
}

.m-news-wrap .board_box_list ul li a {
    font-size: 15px;
    color: #444;
}

.m-news-wrap .board_box_list ul li a:hover {
    text-decoration: underline;
    color: #111;
}

.m-news-wrap .board_box_list .info span.writer,
.m-news-wrap .board_box_list .info span.hits {
    display: none;
}

.kakaoplus {
    background: #ffe33a;
    padding: 30px;
    margin-top: 25px !important;
}

.map-wrap .kakaoplus {
    margin-top: 0 !important;
}

.kakaoplus h5 {
    font-size: 25px;
    line-height: 1.3;
    margin: 0;
    color: #482a2a;
}

.kakaoplus img {
    width: 123px;
    margin-right: 0px;
}

.kakaoplus p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #482a2a;
}

.kakaoplus .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kakaoplus .top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.kakaoplus .detail-btn {
    width: 100%;
    width: 150px;
    color: #482a2a;
    background: transparent;
    border: 1px solid #ab8e32;
    /* margin-left: 272px; */
    margin-top: 10px;
}

.kakaoplus .detail-btn:hover {
    background: #482a2a;
    color: #ffe33a;
}

.m-news-wrap .youtube .detail-btn {
    width: 100%;
    background: #ee0a0a;
}

.m-news-wrap .youtube .detail-btn:hover {
    background: #c40000;
}

.m-news-wrap .youtube i.fa-youtube {
    margin-right: 10px;
}

/* wrap */

/* =================================== subpage header =================================== */

/* default */
.subpage-header {
    position: relative;
    display: flex;
    flex-flow: wrap;
    height: 403px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* background */
.subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
}

.subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
}

.subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
}

.subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
}

.subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
}

.subpage-header .sub-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 50px;
    color: #fff;
}

#mp01 .subpage-header .sub-title {
    color: #ff7d9b;
}

.subpage-header .sub-title h2 {
    margin: 0 0 5px;
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    color: #fff;
}

#mp01 .subpage-header .sub-title h2 {
    color: #222;
}

.subpage-header .sub-title p {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 300;
    opacity: .85;
    color: #fff;
}

#mp01 .subpage-header .sub-title p {
    color: #222;
}

.breadcrumb {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
}

.breadcrumb&gt;li {
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb&gt;li.active {
    color: #fff;
}

.breadcrumb&gt;li+li:before {
    content: '\f054';
    padding: 0 8px 0 6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 10px;
}


/* =================================== snb left =================================== */
.snb {
    margin: 60px 0 0 0;
    padding-right: 70px;
    position: relative;
    z-index: 10;
}

.snb-title h2 {
    line-height: 1.05;
    color: #ff7d9b;
    padding: 10px 0 15px 0px;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.05em;
    border-bottom: 4px solid #fbb1b8;
    margin-top: 0;
}

/* .snb-title h2::after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    margin: 15px 0 10px;
    background: #ff7d9b;
} */

.snb ul,
.snb li&gt;a {
    margin: 0;
}

.snb li&gt;a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    color: #a2a2a2;
    font-size: 17px;
}

.snb li&gt;a::after {
    content: '\f105';
    position: absolute;
    right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #dedede;
}

.snb li.active a {
    position: relative;
    font-weight: 700;
    color: #ff7d9b;
}

.snb li.active a::after {
    color: #ff7d9b;
}

/* =================================== subpage section, title =================================== */
.subpage-content {
    margin-top: 60px;
    min-height: 500px;
}

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

.subpage-content .col-sm-12:not(.wrap-title)+.col-sm-12 {
    margin-top: 40px;
}

.subpage-content .wrap-title {
    margin-bottom: 40px;
}

.subpage-content .item h4,
.subpage-content .wrap-title h4 {
    margin: 0;
    line-height: 1.25;
    font-size: 26px;
    font-weight: 900;
    color: #f37c98;
    letter-spacing: 0;
}

.s-info-wrap .item .h4_sub {
    font-size: 21px;
    letter-spacing: 0;
}

.subpage-content .item h4::after,
.subpage-content .col-sm-2.wrap-title h4::after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    margin: 15px 0 0px;
    background: #ff7d9b;
}

.s-info-wrap .item .h4_sub:After {
    display: none;
}

.subpage-content .item h4+*,
.subpage-content .wrap-title h4+* {
    margin-top: 10px;
}

.subpage-content .wrap-title li {
    font-size: 21px;
    color: #f2718f;
    margin-top: 2px;
}

.subpage-content&gt;h3 {
    background: linear-gradient(90deg, #fab1b8 0%, #fdb2b9 100%);
    border-left: 8px solid #f37b97;
    color: #fff;
    padding: 12px;
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 26px;
}

.subpage-content h5 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.subpage-content h6 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.subpage-content p {
    font-size: 17px;
    line-height: 1.35;
    color: #4a4a4a;
    letter-spacing: -0.045em;
}

.subpage-content p+p {
    margin-top: 15px;
}

.subpage-content p+div {
    margin-top: 30px;
}

/* =================================== subpage content =================================== */
/* 01 */
.s-con-wrap+div {
    margin-top: 100px;
}

.greet-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
    border: 3px solid #e05469;
    border-radius: 20px;
    margin: 0 100px;
}

.greet-top p {
    margin: 0 0 15px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.greet-top span.pink {
    color: #e05469;

    letter-spacing: -0.055em;
}

.greet-top span:nth-child(1) {
    letter-spacing: -0.025em;
}

.greet-wrap {
    margin-top: 50px;
}

.greet-wrap .text {
    padding-left: 30px;
}

.greet-wrap .text::before {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    margin: 0px 0 30px;
    background: #ff7d9b;
}

.greet-wrap p {
    margin: 0;
}

.greet-wrap p+p {
    margin-top: 20px;
    line-height: 1.45;
}

.stair-wrap {
    margin-top: 58px;
}

.stair-wrap h5 {
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: 20px solid #f8b1b9;
    color: #f8babf;
}

.stair-wrap span {
    color: #888;
    font-size: 15px;
}

.stair-wrap span::before {
    content: '▶';
    display: inline-block;
    transform: translateY(-1px);
    font-weight: 900;
    font-size: 14px;
    color: #ff7d9b;
    margin-right: 3px;
}

.stair-wrap&gt;div:nth-of-type(1) {
    margin-top: 180px;
}

.stair-wrap&gt;div:nth-of-type(2) {
    margin-top: 120px;
}

.stair-wrap&gt;div:nth-of-type(3) {
    margin-top: 60px;
}

.cert-wrap {
    margin: 0 -10px;
    position: relative;
}

.cert-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 1000px;
    height: 1px;
    background: #ddd;
    left: -165px;
    top: -58px;
}

.row.s-con-wrap.w01 .cert-wrap::before {
    display: none;
}

.cert-wrap&gt;div {
    padding: 0 8px;
}

.cert-wrap img {
    width: 100%;
    border: 3px solid #fdb1b8;
}

.cert-wrap p {
    text-align: center;
    margin-top: 10px;
    color: #555;
    font-size: 16px;
}

.cert-wrap .clearfix {
    margin-bottom: 20px;
}

/* map */

/* map-google */
.map-google iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -5px;
}

/* 02 */
.s-info-wrap+.s-info-wrap,
.s-pd-wrap+.s-info-wrap {
    position: relative;
    margin-top: 120px;
}

.row.s-info-wrap.w03 .col-sm-6:nth-child(1) {
    padding-right: 25px;
}

.row.s-info-wrap.w03 .col-sm-6:nth-child(2) {
    padding-left: 25px;
}

.row.s-info-wrap.w02 .col-sm-6:nth-child(1) {
    padding-right: 20px;
}

.row.s-info-wrap.w02 .col-sm-6:nth-child(2) {
    padding-left: 20px;
}

.s-info-wrap+.pd-caution {
    position: relative;
    margin-top: 100px;
}

.s-info-wrap+.pd-caution::before,
.s-info-wrap+.s-info-wrap::before,
.s-pd-wrap+.s-info-wrap::before {
    content: '';
    position: absolute;
    left: 15px;
    top: -60px;
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #ccc;
}

.s-info-wrap+.pd-caution::before {
    left: 0;
    top: -45px;
    width: 100%;
}

.s-pd-wrap {
    align-items: center;
}

.s-pd-wrap .product img {
    margin: 0 auto;
}

.s-pd-wrap .brand {
    margin-bottom: 30px;
}

.s-pd-wrap .brand h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #f27c96;
}

#pd02 .col-sm-6.left img {
    margin-left: 0;
}

#pd02 .col-sm-6.left {
    width: 45%;
}

#pd02 .col-sm-6.right {
    width: 55%;
}

.s-pd-wrap .brand h4+p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.s-pd-wrap .brand img {
    margin-top: 15px;
}

#pd01 .s-pd-wrap .brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pd06 .s-pd-wrap .brand h4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 34px;
    padding-right: 15px;
}

#pd06 .s-pd-wrap .brand h4 small {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 16px;
    color: #111;

}

.s-pd-wrap {
    display: flex;
    flex-wrap: wrap;
}

.s-pd-wrap .info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.s-pd-wrap .product+.icon-wrap {
    margin-top: 35px;
}

#pd03 .col-sm-6.left {
    width: 55%;
}

#pd03 .col-sm-6.right {
    padding-left: 30px;
    width: 40%;
}

#pd03 .w02 .col-sm-6.right p,
#pd03 .w03 .col-sm-6.left p {
    color: #f37b96;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

#pd03 .w03 .col-sm-6.left,
#pd03 .w02 .col-sm-6.right {
    width: 50%;
}

.process-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.process-wrap div+div .item::before {
    content: "▶";
    position: absolute;
    left: -8px;
    top: 30%;
    font-weight: 900;
    font-size: 18px;
    color: #e4718c;
}

.process-wrap .clearfix {
    width: 100%;
    margin-bottom: 30px;
}

.process-wrap span.num {
    position: absolute;
    left: 10px;
    top: -10px;
    font-weight: 300;
    color: #f9466f;
    font-size: 17px;
}

.process-wrap img {
    margin: 0 auto;
    border-radius: 10px;
}

.process-wrap p {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
}

.process-wrap+.icon-wrap {
    margin-top: 30px;
}

.icon-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.icon-wrap&gt;div {
    padding: 0;
}

.icon-wrap&gt;div+div {
    border-left: 1px solid #ffd1db;
}

.icon-wrap .item {
    text-align: center;
    padding: 0 15px;
}

.icon-wrap .item img {
    margin: 0 auto;
}

.icon-wrap .item p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.35;
    font-size: 18px;
    font-weight: 600;
    color: #f27b96;
    letter-spacing: -0.045em;
}

.li-round+.mini-ins {
    margin-top: 30px;
}

.mini-ins {
    margin-top: auto;
    text-align: center;
    border-bottom: 1px solid #ff7d9b;
}

.mini-ins h6 {
    margin: 0;
    padding: 11px 10px 9px;
    background: #f27c96;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.mini-ins p {
    margin: 0;
    padding: 10px 10px;
    font-size: 16px;
    color: #f27a96;
    line-height: 1.45;
}

.mini-ins .row p {
    padding-top: 0;
    padding-bottom: 0;
}

.mini-ins .row {
    margin: 0;
    padding: 15px 0;
}

.mini-ins .row&gt;div {
    padding: 0;
}

.mini-ins .row&gt;div+div {
    border-left: 1px solid rgb(255 125 155 / 45%);
}

.li-round li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #ff7d9b;
    color: #f17c96;
    font-size: 22px;
    font-weight: 600;
    margin-right: 58px;
}
:lang(en) .li-round li{
    font-size: 20px;
    text-align: center;
}
.li-round li+li {
    margin-top: 10px;
}

.pd-spec+.pd-spec {
    margin-top: 20px;
}

.pd-spec li,
.pd-spec dt {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.045em;
}

.pd-spec li::before,
.pd-spec dt::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
}

.pd-spec dd {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding-right: 160px;
    letter-spacing: -0.04em;
}

.pd-spec dd::before {
    position: absolute;
    left: 0;
}

.pd-spec dd::before {
    content: '-';
}


.pd-spec&gt;*+* {
    margin-top: 3px;
}

.s-pd-wrap+.table-wrap {
    margin-top: 60px;
}

.table.table-spec th,
.table.table-spec td {
    border-color: #ddd;
    padding: 12px 13px;
    font-size: 16px;
    vertical-align: middle;
}

.table.table-spec {
    border: 1px solid #111;
    border-left: 0;
    border-right: 0;
    margin: 0;
}

.table.table-spec thead th {
    border-bottom: 0;
    background: #efefef;
    font-weight: 500;
    color: #111;
}

.table.table-spec tbody th {
    font-weight: 500;
    color: #111;
}

.table.table-spec tbody td {
    color: #444;
    font-size: 15px;
}

.pd-caution {
    margin-top: 30px;
}

.pd-caution h6 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 17px;
}

.pd-caution p {
    font-size: 16px;
    color: #888;
    padding-left: 12px;
    margin-bottom: 0;
}

.pd-caution h6 {
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #111;
}

.pd-caution h6::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
}

.s-info-wrap .border {
    border: 1px solid #ff7d9b;
    border-radius: 10px;
}

.s-info-wrap .item h4 {
    margin-bottom: 25px;
}

.s-info-wrap .item li {
    font-size: 15px;
}

.s-info-wrap .item h4::after {
    margin-top: 7px;
}

.s-info-wrap .item p {
    margin: 0;
}

#pd04 .s-info-wrap .item p {
    font-size: 15px;
}

#pd04 .s-info-wrap .col-sm-6:nth-child(2) .img-box p {
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    padding-left: 8px;
}

#pd04 .s-info-wrap .col-sm-6:nth-child(2) .img-box p::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #333;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

#pd05 .s-info-wrap .item p {
    color: #f27c96;
    font-weight: 600;
}

#pd05 .w03.s-info-wrap .item p,
#pd06 .w03.s-info-wrap .item p {
    color: #333;
    font-weight: 500;
}

#pd05 .w03 .col-sm-6:nth-child(2) .col-sm-6 p {
    font-weight: 400;
}

.s-info-wrap .item p+h5 {
    margin-top: 10px;
}

.s-info-wrap h5.round {
    margin: 0 0 5px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    background: #ff7d9b;
    letter-spacing: 0;
}

.s-info-wrap h5.quote {
    font-size: 18px;
    text-align: center;
    color: #ff7d9b;
}

.s-info-wrap h5.quote::before,
.s-info-wrap h5.quote::after {
    display: block;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Line Awesome Free';
}

.s-info-wrap h5.quote::before {
    content: "\f10d";
    margin-bottom: 2px;
}

.s-info-wrap h5.quote::after {
    content: "\f10e";
    margin-top: 2px;
}

.s-info-wrap h5.normal {
    color: #f37c98;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.45;
    padding-right: 10px;
    font-weight: 600;
}

.s-info-wrap .item&gt;img+img {
    margin-top: 30px;
}

#pd04 .s-info-wrap .item&gt;img+img {
    box-shadow: 1px 1px 10px rgb(255 125 155 / 23%);
}

#pd04 .s-info-wrap .img-box img {
    box-shadow: 1px 1px 10px rgb(255 125 155 / 23%);
}

.s-info-wrap .item+.item {
    margin-top: 40px;
}

.s-info-wrap .img-box {
    margin-top: 20px;
}

.s-info-wrap .img-box img {
    margin-top: 15px;
}

.s-info-wrap div+img,
.s-info-wrap p+img,
.s-info-wrap p+.li-icon {
    margin-top: 20px;
}

.img-wrap {
    margin: 0 -10px;
}

.img-wrap&gt;div {
    padding: 0 10px;
}

.img-wrap h6 {
    color: #ff7d9b;
    margin: 20px 0 10px;
}

.img-wrap p {
    font-size: 15px;
}

.img-wrap .clearfix {
    margin-bottom: 35px;
}

.career-wrap {
    margin: 0;
    padding-top: 5px;
    position: relative;
    padding-bottom: 30px;
}

.career-wrap img {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.career-wrap+img {
    margin-top: 0 !important;
}

.career-wrap h5 {
    margin-bottom: 20px;
    margin-top: 40px !important;
}

.career-wrap ul.li-dash li {
    font-size: 14px;
}

.career-wrap ul.li-dash li+li {
    margin-top: 0;
}

.li-icon {
    display: flex;
    justify-content: space-evenly;
}

.li-icon img {
    margin-bottom: 5px;
}

.li-icon li {
    text-align: center;
    font-weight: 600;
    color: #ff7d9b;
}

.li-down li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ff7d9b;
}

.li-down li+li {
    margin-top: 40px;
}

.li-down li+li::before {
    content: "▼";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -32px;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    color: #e4718c;
}

.li-down span {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 5px;
}

.li-down.text li {
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    box-shadow: 1px 1px 10px rgb(255 125 155 / 23%);
}

.li-down.img img {
    margin-bottom: 5px;
}


.li-img span {
    display: block;
    margin-bottom: 5px;
}

#pd04 .li-img span {
    position: relative;
    padding-left: 8px;
}

#pd04 .li-img span::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #333;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.li-img li {
    padding-left: 100px;
}

.li-img li+li {
    margin-top: 20px;
}

.day-box {
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 25px;
    background: #fce4e6;
}

.day-box&gt;div {
    padding: 0;
}

.day-box .text {
    padding-left: 20px;
}

.day-box h5 {
    margin: 0 0 10px;
    color: #f1869f;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -0.05em;
}

.day-box p {
    margin: 0;
    color: #f1869f;
    font-weight: 600;
    font-size: 14px;
}

.day-box .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-bottom: 10px;
    border-radius: 50%;
    border: 2px solid #f1869f;
    color: #ed7a95;
    text-align: center;
}
:lang(en) .day-box &gt; div:nth-child(1){
    width: 30%;
}
.day-box .icon span {
    font-size: 25px;
}

.day-box .icon h6 {
    margin: 0 0 3px;
}

.day-box .icon p {
    margin: 0;
    border-top: 1px solid #f1869f;
    padding-top: 5px;
    font-size: 12px;
}

.day-box .icon i {
    font-size: 26px;
}

/* 03 */
.hospital-wrap .bbs-area .search_wrap {
    justify-content: flex-start;
}

.hospital-wrap .bbs-area .search_wrap&gt;* {
    margin-left: 0;
    margin: 2px 2px;
}

.form-control:not([readonly]):focus {
    border-color: #fcb1b8;
}

.hospital-wrap .board_data_view #board_map_view+iframe {
    /* display: none; */

}

.hospital-wrap #board_map_korea {
    background-image: url(/public/img/sub/map_pink.png);
}

.hospital-wrap #board_map_korea .area_link li {
    color: #ff859e;
}

:lang(en) #board_map_korea .area_link li{
    font-size: 14px;
}

:lang(en) .area_link li[data-area-a="6"]{
    top: 230px;
}
:lang(en) .area_link li[data-area-a="13"]{
    bottom: 115px;
}

.hospital-wrap #board_map_korea .area_link li.active,
.hospital-wrap #board_map_korea .area_link li:hover {
    color: #ff7d9b;
}

.hospital-wrap #board_map_korea .area_link li.active {
    font-size: 24px;
    color: #ff7d9b;
}

.hospital-wrap #board_map_korea .area_link li:hover {
    text-decoration: underline;
}

.hospital-wrap #board_map_view h3,
.hospital-wrap #board_map_search_wrap h3 {
    margin: 0;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    color: #f37c98;
    letter-spacing: 0;

}

.hospital-wrap #board_map_view h3 i,
.hospital-wrap #board_map_search_wrap h3 i {
    margin-right: 7px;
    transform: translateY(3px);
}

.hospital-wrap #board_map_view h3 i::before,
.hospital-wrap #board_map_search_wrap h3 i::before {
    content: "\f5a0";
    font-weight: 900;
    font-size: 32px;
    font-family: 'Line Awesome Free';
    color: #ff7d9b;
}

.hospital-wrap .board_data_view {
    border-top: 0;
}

.hospital-wrap .board_data_view .contents_wrap {
    padding: 0;
}

.hospital-wrap #board_map_search_wrap #area_b:disabled {
    background: #ffecee;
}

.list-wrap #search_btn,
.hospital-wrap #list-back-btn,
.hospital-wrap #board_map_search_wrap #search_btn {
    background: #fdb1b8;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}

.list-wrap #search_btn:hover,
.hospital-wrap #list-back-btn:hover,
.hospital-wrap #board_map_search_wrap #search_btn:hover {
    background: #ff7d9b;
}

.hospital-wrap .table.table_default i {
    color: #ff7d9b;
}

.hospital-wrap #board_map_view .table.table_default th {
    color: #ff7d9b;
    font-weight: 700;
}

/* .list-wrap .table.table_default thead th, */
.hospital-wrap .table.table_default thead th {
    border-color: #fac8d3;
    color: #ff7d9b;
}

/* .list-wrap .table_default tbody tr td, */
.hospital-wrap .table_default tbody tr td {
    border-bottom: 1px solid #fac8d3;
}

/* .list-wrap .table_default, */
.hospital-wrap .table_default {
    border-width: 2px;
    border-color: #ff7d9b;
}

.list-wrap input,
.list-wrap select,
.hospital-wrap input,
.hospital-wrap select {
    border-color: #ffb5c6;
}

.hospital-wrap .board_wrapper .location a {
    color: #ff7d9b;
    font-weight: 700;
    /* text-decoration: underline; */
}

.hospital-wrap .board_wrapper .location a:hover {
    text-decoration: underline;
}

/* 04 */
.form-wrap .board_wrapper {
    padding: 30px 35px 40px;
    background: #fff6f7;
    /* border: 1px solid #e6e6e6; */
}

.form-wrap .custom_checkbox+span a {
    color: #f27b96;
}

.form-wrap #list_btn {
    display: none;
}

#form_history_list .form-wrap .board_wrapper {
    padding: 0;
    background: transparent;
}

.form-wrap .table.board_write_table {
    border: 0;
    display: block;

    float: none;
}

.form-wrap .table.board_write_table::after {
    content: '';
    display: block;
    clear: both;
}

.form-wrap .table.board_write_table&gt;tbody {
    display: block;
}

.form-wrap .table.board_write_table&gt;tbody&gt;tr {
    display: block;
    width: 100%;
    float: left;
}

.form-wrap #item_agree th {
    display: none;
}

.form-wrap #item_agree {
    padding-left: 5px;

}

.form-wrap #item_agree .checkbox {
    margin-top: 0;
}

.form-wrap .table.board_write_table&gt;tbody&gt;tr+tr {
    padding-top: 28px;
}

.form-wrap .table.board_write_table&gt;tbody&gt;tr&gt;th {
    background: transparent;
    display: block;
    width: 100%;
    float: left;
    border-top: 0;
    padding: 0 0 0 10px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.form-wrap .table.board_write_table&gt;tbody&gt;tr&gt;td {
    width: 100%;
    float: left;
    border-top: 0;
    padding: 0;
}

.form-wrap .table.board_write_table&gt;tbody&gt;tr input {
    border: 1px solid #d0d0d0;

    letter-spacing: -0.02em;
}

.form-wrap .table.board_write_table&gt;tbody&gt;tr input:focus {
    border-color: #f2718f;
}

.form-wrap #item_captcha td {
    display: flex;
}

.form-wrap #item_captcha img {
    height: 40px;
}

.form-wrap #item_captcha input {
    margin: 0 0 0 5px !important;
}

.form-wrap .board_wrapper table+.text-center {
    display: block;
}

.form-wrap .board_wrapper .table.board_write_table tbody tr th&gt;span.required_text {
    color: #f9466f;
}

/* 게시판 */

/* 05 */

/* 기존 홈페이지 구조 */
.table.table-location {
    margin: 0;
}

.table.table-location th,
.table.table-location td {
    padding: 8px 0;
    border: 0;
    vertical-align: top;
    line-height: 1.8;
}

.table.table-location th {
    font-size: 16px;
    font-weight: 600;
    color: #666a80;
    width: 100px;
}

.table.table-location td {
    font-size: 16px;
    color: #555;
}

.transit {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    line-height: 1;
    font-weight: 600;
    color: #555;
}

.transit.bundang::before {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    content: '분당선';
    border: 2px solid #F5A200;
    color: #da9000;
    padding: 1px 8px;
    border-radius: 30px;
    margin-right: 6px;
}

/* =================================== board, bbs =================================== */
/* .bbs-area h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #222;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

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

.bbs-area .reply_wrap h4 {
    text-align: left;
    font-size: 16px;
}

#reply_list .text-center span {
    font-size: 16px !important;
}

.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.bbs-area .search_wrap&gt;*+* {
    margin-left: 5px;
}

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

.btn.btn-primary {
    font-family: 'notokr';
    background-color: #fff;
    border: 1px solid #fc91aa;
    font-weight: 700;
    color: #ff7d9b;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #fc91aa;
    border-color: #fc91aa;
    color: #fff;
}

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

.member_wrapper h1 {
    margin-top: 0;
}

.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
}

.table_blog2 dd .inner {
    border: none;
}

.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;
}

.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;
}

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

input.form-control {
    font-family: 'notokr', sans-serif;
}

/* wrapper */
.board_wrapper {
    margin: 0 !important;
    font-family: 'notokr';
}

.board_wrapper i::after,
.board_wrapper i::before {
    font-family: 'Font Awesome 5 Free';
}

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

.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: 100%;
}

.board_wrapper .table.board_write_table tbody tr td #FileUpload .form-control {
    width: 50%;
}

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

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #d24d6c;
    color: #fff;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #d24d6c;
    color: #d24d6c;
}

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

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

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

.board_box_blog2 .row&gt;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 {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

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

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

.board_data_view .contents_wrap p {}

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

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

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

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

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

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

.main_popup {
    border: 0;
}

.main_popup_contents {
    padding: 20px;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {

    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: auto;
        padding-top: calc(786 / 1600 * 100%);
        /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
    }

    .m-news-wrap {
        display: block;
        margin: 0 -15px;
    }

    .m-news-wrap&gt;div {
        padding: 0 15px;
    }

    .main-product .slick-wrap .next-btn {
        right: 0;
    }

    .main-product .slick-wrap .prev-btn {
        left: 0;
    }

    .carousel-indicators {
        bottom: 15px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 9px;
        height: 9px;
        margin: 0 2px;
    }

    .carousel-control {
        display: none;
    }

    .carousel-caption {
        display: none;
    }

    .mainpage section {
        padding: 50px 0;
    }

    .mainpage h3 {
        font-size: 30px;
    }

    .mainpage h3::after {
        width: 60px;
        height: 4px;
        margin: 20px 0 30px;
    }

    section.main-service {
        padding: 15px 0 5px;
    }

    .m-service-wrap&gt;div {
        width: 50%;
        margin-bottom: 10px;
    }

    .m-service-wrap .item img {
        transform: scale(.6);
    }

    .m-service-wrap .item {
        padding: 4px 0;
        height: 35px;
    }

    .m-video-wrap .text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .m-video-wrap p {
        font-size: 16px;
    }

    .m-product-wrap .item .pd-img img {
        width: 100%;
    }

    .m-news-wrap .detail-wrap h4 {
        font-size: 30px;
    }

    .m-news-wrap .detail-wrap p {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .m-news-wrap .detail-wrap:nth-child(2) h4 {
        white-space: normal;
    }

    .m-news-wrap .detail-wrap {
        flex-wrap: wrap;
        padding: 25px;
    }

    .m-news-wrap .detail-wrap .text {
        width: 100%;
    }

    .m-news-wrap .detail-wrap img.bg {
        position: static;
        margin: 0 auto -30px;
    }

    .mainpage section+section .container::before {
        top: -50px;
    }

    .m-news-wrap&gt;div.right {
        margin-top: 50px;
    }

    .kakaoplus {
        margin-top: 40px !important;
    }

    .kakaoplus .top {
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 20px;
    }

    .map-wrap .kakaoplus {
        margin-top: 20px !important;
    }

    .map-wrap .kakaoplus h5 {
        margin-bottom: 0;
    }

    .m-news-wrap .page-header h4 {
        font-size: 22px;
    }

    .kakaoplus img {
        width: 110px;
    }

    .kakaoplus {
        padding: 25px;
    }

    .kakaoplus h5 {
        font-size: 22px;
        padding-right: 10px;
    }

    .kakaoplus p {
        font-size: 15px;
    }

    .footer-link {
        flex-wrap: nowrap;
    }

    .footer-link li {
        font-size: 14px;
        padding: 0 10px;
    }

    .footer-link li::before {
        left: 0;
    }

    .form-wrap .board_wrapper {
        padding: 20px;
    }

    .form-wrap .board_wrapper .text-center .btn.btn-lg,
    .form-wrap .board_wrapper .text-center .btn+.btn {
        width: 100%;
    }

    .form-wrap #item_captcha td {
        display: flex !important;
    }

    .form-wrap .table.board_write_table&gt;tbody&gt;tr+tr {
        padding-top: 10px;
    }

    .form-wrap .board_wrapper .table.board_write_table tbody tr th {
        margin-bottom: 0;
        padding-top: 10px;
    }
}

/* subpage */
@media(max-width:767px) {
    .snb {
        padding-right: 15px;
        margin-top: 20px;
    }

    .snb li&gt;a {
        height: 45px;
        font-size: 16px;
    }

    .snb-title h2 {
        font-size: 28px;
    }

    .subpage-header {
        height: 200px;
        background-position: 0%;
        background-size: cover;
    }

    #mp01 .subpage-header {
        background-position: 32%;
    }

    #cs01 .subpage-header {
        background-position: 62%;
    }

    .subpage-header .sub-title {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    .subpage-header .sub-title h2 {
        font-size: 34px;
    }

    .subpage-header .sub-title p {
        font-size: 16px;
    }

    .subpage-content section {
        padding: 50px 0 70px !important;
    }

    .subpage-content .item h4,
    .subpage-content .wrap-title h4 {
        font-size: 22px;
    }

    .subpage-content .wrap-title li {
        font-size: 18px;
    }

    .subpage-content&gt;h3 {
        font-size: 24px;
    }

    .subpage-content p {
        font-size: 16px;
    }

    .subpage-content p+p {
        margin-top: 15px;
    }

    .s-con-wrap+div {
        margin-top: 50px;
    }

    .greet-top {
        margin: 0;
        height: auto;
        border-width: 2px;
        padding: 30px 25px;
    }

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

    .greet-wrap .text {
        padding-left: 0;
        margin-top: 50px;
    }

    .stair-wrap&gt;div {
        margin-top: 0 !important;
    }

    .stair-wrap&gt;div+div {
        margin-top: 30px !important;
    }

    .stair-wrap h5 {
        font-size: 26px;
        border-bottom-width: 15px;
    }

    .cert-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .cert-wrap&gt;div {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .cert-wrap::before {
        content: none;
    }

    .s-pd-wrap&gt;div {
        width: 100% !important;
    }

    .pd-spec li,
    .pd-spec dt {
        font-size: 16px;
    }

    .pd-spec dd {
        padding-right: 0;
        font-size: 15px;
    }

    .s-pd-wrap .brand h4 {
        font-size: 22px;
        text-align: center;
        /* padding-right: 70px; */
    }

    .s-pd-wrap .brand h4+p {
        text-align: center;
    }

    .s-pd-wrap .brand {
        padding-top: 50px;
        margin-bottom: 55px;
        justify-content: center !important;
    }

    #pd06 .s-pd-wrap .brand h4 {
        padding-right: 0;
    }

    .s-pd-wrap .brand img {
        margin: 15px auto 0;
    }

    .s-pd-wrap .brand+.pd-spec {}

    .pd-caution h6 {
        font-size: 16px;
    }

    .pd-caution p {
        font-size: 15px;
    }

    .mini-ins {
        width: 100%;
        margin-top: 30px;
    }

    .mini-ins&gt;.row&gt;div {
        width: 50%;
        float: left;
    }

    .li-round li {
        margin-right: 0;
        font-size: 20px;
        height: 55px;
    }

    #pd03 .col-sm-6.right {
        padding-left: 15px;
    }

    .s-pd-wrap .icon-wrap {
        flex-wrap: nowrap;
    }

    .s-pd-wrap .product+.icon-wrap&gt;div {
        flex: 25%;
    }

    .icon-wrap {
        margin: 0 -7px;
    }

    .icon-wrap .item {
        padding: 0 7px;
    }

    .icon-wrap .item p {
        font-size: 15px;
    }

    #pd03 .w03 .col-sm-6.left,
    #pd03 .w02 .col-sm-6.right {
        width: 100%;
    }

    .s-info-wrap&gt;div+div {
        margin-top: 40px;
    }

    #pd06 .s-info-wrap.w02 .item&gt;.row&gt;div+div {
        margin-top: 30px;
    }

    .row.s-info-wrap.w03 .col-sm-6:nth-child(1),
    .row.s-info-wrap.w02 .col-sm-6:nth-child(1) {
        padding-right: 15px;
    }

    .row.s-info-wrap.w03 .col-sm-6:nth-child(2) {
        padding-left: 15px;
    }

    .vrs-wrap&gt;div+div {
        margin-top: 40px;
    }

    .li-img li {
        padding-left: 0;
        width: 80%;
        margin: 0 auto;
    }

    .kegel-wrap {
        display: flex;
    }

    .kegel-wrap&gt;div:nth-child(1) {
        width: 100px;
    }

    .kegel-wrap&gt;div:nth-child(2) {
        flex: 1;
    }

    .day-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .day-box .icon{
        width: 150px;
    }
    .day-box h5 {
        font-size: 24px;
    }
    .day-box .text{
        padding-left: 0;
        margin-top: 20px;
    }
    .day-box p {
        font-size: 15px;
    }

    .img-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 30px -7px 0 !important;
    }

    .img-wrap&gt;div {
        width: 50%;
        float: left;
        padding: 0 7px !important;
    }

    .img-wrap .clearfix {
        width: 100%;
        display: block !important;
    }

    .img-wrap p {
        font-size: 14px;
    }

    .process-wrap {
        margin: 20px 0 0;
    }

    .process-wrap&gt;div {
        padding: 0 7px;
        width: 33.3%;
        float: left;
    }

    .process-wrap span.num {
        top: -30px;
    }

    .process-wrap .clearfix {
        display: block !important;
        width: 100%;
        margin-bottom: 45px;
    }

    .process-wrap div+div .item::before {
        font-size: 16px;
        letter-spacing: -10px;
    }

    .career-wrap img {
        width: 170px;
    }

    .career-wrap ul.li-dash li {
        font-size: 13px;
    }

    .s-info-wrap h5.normal {
        margin-top: 0 !important;
    }

    .brand-wrap {
        text-align: center;
    }

    .brand-wrap .text .normal {
        margin-top: 20px !important;
    }

    .brand-wrap img {
        margin: 0 auto;
    }

    /* .hospital-wrap .board_wrapper .row{
        display: flex;
        flex-direction: column-reverse;
    } */
    #board_map_wrap {
        padding-right: 15px;
        text-align: center;
        padding-bottom: 0;
    }

    #board_map_search_wrap {
        padding-top: 30px;
    }

    .hospital-wrap #board_map_korea {
        margin: 0 auto;
        transform: scale(.9);
    }

    .hospital-wrap .table_default {
        margin-top: 30px;
    }

    .hospital-wrap .table_default .tel {
        display: none;
    }

    .bbs-area .search_wrap&gt;*+* {
        margin-left: 0;
    }

    .map-wrap iframe {
        margin-bottom: 10px;
    }

    .table.table-location th,
    .table.table-location td {
        font-size: 14px;
        padding: 10px 5px;
        line-height: 1.5;
    }

    .transit.bundang::before {
        /* display: block;
        margin-bottom: 5px;
        width: 55px; */
    }

    .transit {
        line-height: 1.5;
    }
}

/* bbs, etc */
@media(max-width:767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big,
    .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,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

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

    .search_wrap&gt;*+* {
        margin-left: 0;
    }

    .board_wrapper div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

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

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

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .main_popup_contents {
        padding: 10px;
    }
}

/* bbs-reset */
.board_data_view .contents_wrap p {
    font-size: inherit;
}

.board_data_view .contents_wrap li,
.board_data_view .contents_wrap dl {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}

.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}

.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}</pre></body></html>