/* reset */
ul, li, ol { list-style: none; }
html, body, ul, li, ol, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
a, a:link, a:hover, a:visited { text-decoration: none; color: inherit; }
html, body { height: 100%; }
body {
    width: 100%;
    /* font-family: 'NanumSquare', AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif; */
}

html {
    scroll-behavior: smooth;
}

/* .hospital-brand-detail .detail{
  transition: .5s;
} */


.mobile { display: none; }
.desktop { display: block; }

.text-light { font-weight: 300; }
.text-bold { font-weight: bold; }
.text-extra-bold { font-weight: 800; }
.text-hide { text-indent: -9999px; white-space: nowrap; }

.icon { width: 48px; height: 48px; text-indent: -9999px; white-space: nowrap; display: inline-block; }

.right { text-align: right; }
.center { text-align: center; }

.flex-box { display: flex; }
.flex-column { display: flex; flex-direction: column; }
.flex-inline { display: inline-flex; }

/* sidebar */
body.noscroll { overflow: hidden; }
.sidebar { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 100; }
.sidebar .wrapper-sidebar { display: flex; justify-content: flex-start; flex-direction: column; }
.sidebar .wrapper-sidebar .sidebar-header { display: flex; justify-content: space-between; }
.sidebar .wrapper-sidebar .sidebar-header .wrapper-logo { box-sizing: border-box; padding-left: 2.25rem; }
.sidebar .wrapper-sidebar .sidebar-header .wrapper-logo .logo-green { width: 100%; max-width: 15.25rem; }
.sidebar .wrapper-sidebar .sidebar-header .wrapper-close-sidebar { box-sizing: border-box; padding-right: 2.625rem; text-align: right; }
.sidebar .wrapper-sidebar .sidebar-header .wrapper-close-sidebar .close-sidebar { font-size: 1.75rem; cursor: pointer; }
.sidebar .wrapper-sidebar .sidebar-main { display: flex; width: 100%; height: 100%; max-height: 45.25rem; box-sizing: border-box; margin-top: 3%; padding: 0 16%; font-family: "Montserrat"; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap,
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage { width: 100%; max-width: 60rem; height: 100%; min-height: 37.5rem; max-height: 45.25rem; box-sizing: border-box; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap { border-right: 1px solid #3b3b3b; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage { padding-left: 8%; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap h2,
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage h2 { font-size: 1.25rem; font-weight: 600; line-height: 1; color: #fff; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-list { margin-top: 3.125rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail { margin-bottom: 2.25rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail:last-of-type { margin-bottom: 0; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail h3 { display: inline-block; font-size: 3.75rem; font-weight: normal; line-height: 1; color: #fff; cursor: pointer; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail.active h3 { font-weight: bold; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail.sitemap-item .sitemap-sublist {margin-right: 1rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail .close-sublist,
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail .open-sublist { margin-left: 0.5rem; font-size: 2.5rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail .open-sublist { display: none; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail:last-of-type .sitemap-sublist { margin-top: 1.25rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-sublist { visibility: hidden; margin-top: 1.5rem; min-height: 3rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sublist-detail { display: inline-block; margin-bottom: 0.625rem; margin-right: 1.875rem; font-size: 1.25rem; line-height: 0.9; color: #ccc; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sublist-detail:last-of-type { margin-right: 0; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage h2:last-of-type { margin-top: 5rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .sns-list,
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .mypage-list { margin-top: 2.5rem; }
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .sns-list li,
.sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .mypage-list li { margin-bottom: 0.625rem; font-size: 1.25rem; color: #ccc; line-height: 1; }

.sublist-detail a:hover{
  color: #10A3AD;
  transition: .2s;
}

/* -end- sidebar */

/* nav */
nav { color: #fff; font-size: 1.125rem; flex: 0 0 6.25rem; z-index: 50; justify-content: space-between; }
nav > * { flex: 1; align-self: center; }
nav .logo a {
    display: inline-block;
    flex: 1 0 3.75rem;
    margin-left: 2.25rem;
    width: 15.25rem;
}

nav .logo a img{
  width: 100%;
}

nav .logo a > .logo-white { display: none; }
nav .logo a > .logo-green { display: block; }
nav .wrap-hamburger-menu { text-align: right; padding-right: 2.5rem; box-sizing: border-box; }
nav .wrap-hamburger-menu a.btn-open-menu { display: inline-block; width: 3rem; height: 3rem; cursor: pointer; }
nav .wrap-hamburger-menu a.btn-open-menu .hamburger-menu { font-size: 3rem; color: #10a3ad; }


/* footer */
footer { flex: 0 0 29.06rem; background-color: #000; }
footer .footer-content { flex-wrap: wrap; justify-content: space-between; align-items: flex-start; box-sizing: border-box; padding: 6rem 0 0; }
footer .wrap-privacy-list { width: 100%; max-width: 1920px; margin: 0 auto; border-bottom: 1px solid #666; }
footer .wrap-privacy-list .privacy-list { width: 100%; max-width: 1180px; margin: 0 auto; }
footer .wrap-privacy-list .privacy-list li { display: inline-block; margin-right: 3.125rem; padding: 1rem 0; font-size: 1.125rem; line-height: 1.33; letter-spacing: -0.72px; color: #ccc; }
footer .wrap-privacy-list .privacy-list li:last-of-type { margin-right: 0; }
footer .company-info { width: 40%; box-sizing: border-box; color: #fff; }
footer .company-info h1 { color: #ccc; font-size: 1.25rem; line-height: 1.3; letter-spacing: -0.4px; padding-top: 0.625rem;}
footer .company-info h1 > .footer-logo { max-width: 10rem; vertical-align: middle; margin-right: 1.5rem; }
footer .company-info h2 { margin: 1.5rem 0 0.625rem; font-size: 1.125rem; line-height: 1.44; letter-spacing: -0.36px; }
footer .company-info .company-phone { display: block; font-family: "Montserrat"; font-size: 1.875rem; line-height: 1; }
footer .company-info .company-email { display: block; margin: 0 0 1.875rem; font-family: "Montserrat"; font-size: 1.875rem; line-height: 1; }
footer .company-info address { font-size: 1rem; line-height: 1.63; letter-spacing: -0.32px; font-style: normal; color: #aeaeae; }
footer .company-info .business-registration-number { font-size: 1rem; line-height: 1.63; letter-spacing: -0.32px; color: #aeaeae; }
footer .site-map { width: 60%; display: flex; justify-content: space-around; box-sizing: border-box; border-left: solid 1px #aeaeae; padding: 1.5rem 0 1.5rem 2.5rem; }
footer .site-map dl { font-family: "Montserrat"; text-align: left; }
footer .site-map dl dt { margin-bottom: 0.875rem; color: #fff; font-weight: bold; font-size: 1.25rem; line-height: 0.9; letter-spacing: -0.4px; }
footer .site-map dl dd { margin-bottom: 0.625rem; color: #aeaeae; font-size: 1rem; line-height: 1.13; letter-spacing: -0.64px; }
footer .site-map dl dd.kor-font { font-family: "NotoSansCJKKR"; }
footer .site-map dl dd .sns-icon { margin-right: 0.5rem; width: 1.125rem; height: 1.125rem; vertical-align: -4px; }

/* layout */
body > .flex-box { height: 100%; }
.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.content-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.main.container {
  position: relative;
  flex: 0 0 auto;
}
.main.container .wrap-quickmenu {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 200px;
  z-index: 9999;
}
.content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.main.container .wrap-quickmenu .quickmenu-toggle img { position: absolute; bottom: 0; width: 100%; max-width: 64px; transition: all 0.23s ease-in-out; }
.main.container .wrap-quickmenu .quickmenu-toggle img.quickmenu-open { display: block; }

.main.container .wrap-quickmenu .quickmenu-toggle img.quickmenu-close { display: none; }

/* .main.container .wrap-quickmenu .quickmenu-toggle.open img.quickmenu-open { display: none; } */
/* .main.container .wrap-quickmenu .quickmenu-toggle.open img.quickmenu-close { display: block; transition-delay: 0.1ms; } */
/* .main.container .wrap-quickmenu .sns-list { display: none; } */
.main.container .wrap-quickmenu .sns-list li { position: absolute;}
.main.container .wrap-quickmenu .sns-list li img { width: 78%; /*max-width: 64px;*/ box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.16); border-radius: 50px; }
/* .main.container .wrap-quickmenu .sns-list.open { display: block; } */
/* .main.container .wrap-quickmenu .sns-list.open li { -webkit-transform: rotate(360deg); transform: rotate(360deg); } */
.main.container .wrap-quickmenu .sns-list li:nth-of-type(1) { bottom: 00px; right:0px; }
.main.container .wrap-quickmenu .sns-list li:nth-of-type(2) { bottom: 80px;right:-41px;}
.main.container .wrap-quickmenu .sns-list li:nth-of-type(3) { bottom: 140px;right:-41px;}
.main.container .wrap-quickmenu .sns-list li:nth-of-type(4) { bottom: 200px;right:-41px;}
.main.container .wrap-quickmenu .sns-list li:nth-of-type(5) { bottom: -40px;right:-41px;}


.top-btn a{
  font-size: 18px;
  border-radius: 50px;
  display: block;
  background: #00C2CF;
  color: #fff;
  padding: 18.5px 16px;
  width: 32px;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.16)
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 25% auto 0; /* 15% from the top and centered */
  padding: 1.5rem;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 360px;
}

.modal-footer {
  text-align: right;
}

.modal-main h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.modal-main p {
  font-size: 1rem;
  line-height: 150%;
  color: #757575
}

.modal-footer {
  margin-top: 2rem;
}

.modal-footer button {
  font-size: 1.3rem;
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 1rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* -end- The Modal (background) */

/* tinymce 에디터 내 이미지 삽입 시 */
.tinymce-img-responsive { max-width: 100%; height: auto; }
/* -end- tinymce 에디터 내 이미지 삽입 시 */

/* -start- 패키지 팝업용 */
.mask { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 10; background: rgba( 0, 0, 0, 0.7); display: none; }
/* -end- 패키지 팝업용 */

/*  Smartphones in portrait mode  */
@media only screen and (max-width: 600px) {
    .desktop { display: none; }
    .mobile { display: block; }

    .container { width: 100%; height: auto; }
    .content-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        align-content: flex-end;
    }

    /* sidebar */
    .sidebar .wrapper-sidebar .sidebar-header .wrapper-logo { display: none; }
    .sidebar .wrapper-sidebar .sidebar-header .wrapper-close-sidebar { padding: 0 1.25rem 0 0; text-align: right; }
    .sidebar .wrapper-sidebar .sidebar-main { flex-direction: column; padding: 0 5%; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap,
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage { min-height: auto; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap { border: 0; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage { display: flex; flex-direction: row-reverse; justify-content: space-between; padding-left: 0; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap h2,
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage h2 { display: none; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-list { margin-top: 0; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail { margin-bottom: 2.5rem; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail h3 { font-size: 2rem; line-height: 0.56; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail.sitemap-item { margin-bottom: 0.75rem; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail .close-sublist,
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail .open-sublist { font-size: 1.5rem; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-detail:last-of-type .sitemap-sublist { margin-top: 0.75rem; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sitemap-sublist { margin-top: 0.75rem; min-height: auto; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sitemap .sublist-detail { font-size: 0.875rem; line-height: 1.29; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage { margin-top: 1.25rem; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .sns-list { text-align: right; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .sns-list,
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .mypage-list { margin-top: 0; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .sns-list li,
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .mypage-list li { margin-bottom: 1.25rem; font-size: 0.875rem; line-height: 1.43; }
    .sidebar .wrapper-sidebar .sidebar-main .wrapper-sns-mypage .mypage-list li.emphasis { font-weight: bold; }
    /* -end- sidebar */

    /* menu-plate */
    .menu-plate {
        display: none;
        flex: none;
        width: 100%;
        height: 100%;
        position: fixed ;
        background-color: #ffffff;
        top: 0;
        left: 0;
        color : #000000;
        box-sizing: border-box;
        padding: 1.25rem;
        z-index: 50;
    }
    .menu-plate.show {
        display: none;

    }
    .menu-plate .icon {
        color: #0c0c0c;
        cursor: pointer;
    }
    .menu-plate .icon > .material-icons {
        font-size: 2rem;
    }

    .menu-plate > .flex-box {
        justify-content: space-between; height: 100%;
    }
    .menu-plate > .flex-box .top { flex: 0 0 3rem; text-align: right; font-size: 1rem; line-height: 2rem; }
    .menu-plate > .flex-box .body { flex: 0 0 27rem; }
    .menu-plate > .flex-box .bottom { flex: 0 0 3rem; font-size: 1rem; color: #757575; line-height: 3rem; }

    .menu-plate .body .flex-box { flex-wrap: wrap; height: 27rem; }
    .menu-plate .body .flex-box li { flex: 0 0 5.4rem; font-size: 1.9rem; font-weight: bold; color: #757575; }
    .menu-plate .body .flex-box li.active { color: #10a3ad; }
    .menu-plate .body .flex-box li:nth-child(6) { margin-top: 5.4rem; }

    .menu-plate .bottom li { display: inline-block; margin-right: 0.625rem;}
    /* -end- menu-plate */

    /* nav */
    nav { flex: 0 0 4.5rem; font-size: 1.125rem; }
    nav .logo a {
        width: 10.75rem;
        /* height: 2.7rem; */
        margin-left: 1.2rem;
    }
    nav .logo a img { width: 100%; }
    nav .logo a > .logo-white { display: none; }
    nav .logo a > .logo-green { display: block; }
    nav .wrap-hamburger-menu { padding-right: 1rem; }
    nav .wrap-hamburger-menu a.btn-open-menu { width: 2rem; height: 2rem; }
    nav .wrap-hamburger-menu a.btn-open-menu .hamburger-menu { font-size: 2rem; }
    /* -end- nav */

    /* footer */
    footer { flex: 0 0 auto; }
    footer .footer-content { padding: 3.125rem 1.5rem 3.875rem; }
    footer .company-info { width: 100%; }
    footer .company-info h1 { color: #ccc; font-size: 1.25rem; padding-top: 0.825rem; letter-spacing: -0.8px; }
    footer .company-info h2 { display: none; }
    footer .company-info .info-title { display: inline-block; margin-right: 0.5rem; }
    footer .company-info .company-phone { display: block; font-size: 1.125rem; margin: 1.25rem 0 0.625rem; line-height: 1.22; }
    footer .company-info .company-email { display: block; margin: 0 0 1.875rem; font-size: 1.125rem; line-height: 1.22; }
    footer .privacy-sns-copyright .privacy-list { margin: 1.875rem 0; font-size: 0.75rem; letter-spacing: -0.48px; color: #ccc; }
    footer .privacy-sns-copyright .privacy-list li { line-height: 2; }
    footer .privacy-sns-copyright .sns-list li { display: inline-block; }
    footer .privacy-sns-copyright .sns-list li+li { margin-left: 1rem; }
    footer .privacy-sns-copyright .copyright { font-family: "Montserrat"; margin-top: 1.25rem; font-size: 0.75rem; color: #959595; }
    footer .site-map { display: none; }
    /* -end- footer */

    /* tinymce 에디터 내 iframe 삽입 시 */
    .wrap-notice .wrap-content iframe,
    .wrap-portfolio .wrap-content iframe,
    .tom-trend-content .wrap-content iframe { max-width: 100%; max-height: 100%; }
    /* -end- tinymce 에디터 내 iframe 삽입 시 */

    .main.container .wrap-quickmenu {
      bottom: 30px;
      right: 20px;
      width: 60px;
    }
    .main.container .wrap-quickmenu .quickmenu-toggle img { max-width: 60px; }
    .main.container .wrap-quickmenu .sns-list li { width: 60px; text-align: center; bottom: 60px; }
    .main.container .wrap-quickmenu .sns-list li a { display: inline-block; }
    .main.container .wrap-quickmenu .sns-list li a img { max-width: 60px; width:100%;}
    .main.container .wrap-quickmenu .sns-list li:nth-of-type(1) { bottom: 10px; right:0!important;}
    .main.container .wrap-quickmenu .sns-list li:nth-of-type(2) { bottom: 80px; right:0!important;}
    .main.container .wrap-quickmenu .sns-list li:nth-of-type(3) { bottom:150px; right:0!important;}
      .main.container .wrap-quickmenu .sns-list li:nth-of-type(4) { bottom: 220px; right:0!important;}
}

/*# sourceMappingURL=common.css-2d33e920fd3a5280f6fb625444d36241476328f56a78e5a1b9559a470ba5fbb6.map */
