@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap");
/**
*
http://crossdesign.co.kr, Website project
project name : 서재곤링커병원
*
**/

/* ++++++++++++++++++++++++++++++++++++++++ *
    RESET
* ++++++++++++++++++++++++++++++++++++++++ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
p,
.entry ul,
.entry ol {
  margin: 0;
  padding: 0;
}
dl,
ul,
ol,
li {
  list-style: none !important;
}
ul,
ol {
  margin: 0 !important;
}
p {
  padding-bottom: 0 !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    테마기본설정
* ++++++++++++++++++++++++++++++++++++++++ */
.wpb_wrapper > div {
  margin-bottom: 0 !important;
}
.material .wpb_row {
  margin-bottom: 0 !important;
}
.row .col img {
  margin-bottom: 0 !important;
}
.img-with-aniamtion-wrap .hover-wrap {
  margin-bottom: 0 !important;
}
.wpb_tab .wpb_content_element {
  margin-bottom: 0 !important;
}
.row .col.post-area img {
  margin-bottom: 15px !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    폰트설정
* ++++++++++++++++++++++++++++++++++++++++ */
html,
body,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
dt,
.bold,
b,
strong {
  font-family: "Pretendard", "맑은고딕", "MalgunGothic", sans-serif !important;
  letter-spacing: -1px;
}
button[type="submit"],
input[type="button"],
input[type="submit"],
body .gform_wrapper .top_label .gfield_label,
select {
  font-family: "Pretendard", "맑은고딕", "MalgunGothic", sans-serif !important;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: local(
    "☺"
  ); /* 웹 브라우저가 지원하지 않는 불필요한 웹 폰트 호출을 막는데 사용 */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.bold,
b,
strong,
th,
td {
  word-break: keep-all;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    STYLE
* ++++++++++++++++++++++++++++++++++++++++ */
::selection {
  color: #fff;
  background-color: #133f91;
}

.t_center,
.t_center p {
  text-align: center;
}
.t_left,
.t_left p {
  text-align: left;
}
.t_right,
.t_right p {
  text-align: right;
}

.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}

/* COLOR */
.c_white {
  color: #fff !important;
}
.c_black {
  color: #111 !important;
}
.c_gray {
  color: #707070 !important;
}

.c_style01 {
  color: #133f91 !important;
}
.c_style02 {
  color: #93c90f !important;
}
.c_style03 {
  color: #659327 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    DISPLAY
* ++++++++++++++++++++++++++++++++++++++++ */
/*pc*/
.pc_show {
  display: block !important;
}
.pc_none {
  display: none !important;
}

/*1024*/
.la_none {
  display: block !important;
}
.la_block {
  display: none !important;
}

/*999*/
.ta_none {
  display: block !important;
}
.ta_block {
  display: none !important;
}

/*767*/
.mo_none {
  display: block !important;
}
.mo_block {
  display: none !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    LAYOUT
* ++++++++++++++++++++++++++++++++++++++++ */
.box_col_R {
  text-align: right;
}
.img_middle img {
  vertical-align: middle;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    KBOARD    
* ++++++++++++++++++++++++++++++++++++++++ */
/*공통*/
.kboard-content .content-view {
  font-size: 17px !important;
}
.kboard-detail {
  font-size: 16px !important;
}
#kboard-default-document .kboard-title h1,
#kboard-ocean-gallery-document .kboard-title p {
  font-size: 22px !important;
}
.comments-list-content p {
  font-size: 16px !important;
}

/*에스크원*/
body[data-form-submit="regular"]
  .container-wrap
  #kboard-ask-one-list
  button[type="submit"] {
  padding: 0 22px !important;
}
body[data-form-submit="regular"]
  .container-wrap
  #kboard-ask-one-editor
  button[type="submit"] {
  padding: 0 22px !important;
}
#kboard-ask-one-document .detail-category2 {
  display: none;
}

/*에스크원-온라인상담*/
.online_ask #kboard-ask-one-list .kboard-tree-category li {
  width: 12%;
}
.online_ask #kboard-ask-one-list .kboard-tree-category li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}
.online_ask
  #kboard-ask-one-list
  .kboard-tree-category
  li.kboard-category-selected
  a {
  border-bottom: 2px solid #93c90f;
}

/*디폴트*/
body[data-form-submit="regular"]
  .container-wrap
  #kboard-default-list
  button[type="submit"] {
  padding: 0 22px !important;
}
body[data-form-submit="regular"]
  .container-wrap
  #kboard-default-editor
  button[type="submit"] {
  padding: 0 22px !important;
}
body[data-form-submit="regular"]
  .container-wrap
  #kboard-default-list
  button[type="submit"]:hover {
  background-color: #eaeaea !important;
}
body[data-form-submit="regular"]
  .container-wrap
  #kboard-default-editor
  button[type="submit"]:hover {
  background-color: #eaeaea !important;
}

/*오션갤러리*/
body[data-form-submit="regular"]
  .container-wrap
  #kboard-ocean-gallery-editor
  button[type="submit"] {
  padding: 2px 22px !important;
}
body[data-form-submit="regular"]
  .container-wrap
  #kboard-ocean-gallery-list
  button[type="submit"] {
  padding: 2px 22px !important;
}
#kboard-ocean-gallery-list .kboard-list .kboard-gallery-item {
  width: 297px !important;
}
#kboard-ocean-gallery-list .kboard-list .kboard-gallery-thumbnail {
  width: 297px !important;
}
#kboard-ocean-gallery-list .kboard-list .kboard-gallery-thumbnail img {
  width: 297px !important;
  height: 207px !important;
}

.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-category
  .kboard-category-list
  li {
  font-size: 18px;
  padding: 5px;
}
.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-category
  .kboard-category-list
  li
  a {
  padding: 0 12px !important;
}

.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-list
  .kboard-gallery-item {
  padding: 0 0 15px;
  margin: 12px 10px;
  border: 1px solid #ddd;
}
.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-list
  .kboard-gallery-thumbnail {
  margin-bottom: 20px;
}
.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-list
  .kboard-gallery-title {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
  height: auto;
}
.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-list
  .kboard-gallery-info {
  display: none;
}
.review_board_wrap
  #kboard-ocean-gallery-list
  .kboard-list
  .kboard-gallery-doctor {
  font-size: 14px;
  font-weight: 600;
  color: #123f90;
}

/*오션갤러리-최신글*/
.review_recent_wrap
  #kboard-ocean-gallery-latest
  .kboard-ocean-gallery-latest-item {
  width: 327px !important;
}
.review_recent_wrap
  #kboard-ocean-gallery-latest
  .kboard-ocean-gallery-latest-thumbnail {
  width: 327px !important;
  height: 217px !important;
}
.review_recent_wrap #kboard-ocean-gallery-latest a {
  font-size: 18px !important;
  font-weight: 600;
}
.review_recent_wrap
  #kboard-ocean-gallery-latest
  .kboard-ocean-gallery-latest-title {
  width: 100%;
  padding: 25px !important;
  background-color: #fff;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    블로그
* ++++++++++++++++++++++++++++++++++++++++ */
/*post-grid */
.common_post .post-heading {
  font-size: 20px;
  margin-bottom: 10px !important;
  font-weight: 500;
}
.common_post .nectar-post-grid .nectar-post-grid-item .meta-excerpt {
  margin: 0 auto;
  font-size: 17px;
}
.common_post
  .nectar-post-grid-wrap[data-style="content_under_image"]
  .nectar-post-grid[data-card="yes"][data-text-align="center"]
  .nectar-post-grid-item
  .content {
  padding: 35px 15px;
}
.common_post .nectar-post-grid .meta-date {
  font-size: 17px;
}

/*blog*/
.common_post .masonry.material .masonry-blog-item .meta-category a {
  font-size: 17px;
  margin: 0 10px 0px 0;
  font-weight: 700;
}
.common_post .masonry.material .masonry-blog-item .grav-wrap .text span {
  font-size: 15px;
}
.common_post .masonry.material .masonry-blog-item .grav-wrap {
  margin-top: 20px;
}

/*블로그 글 컨텐츠*/
.comments-section {
  display: none;
}
.post .post-content {
  font-size: 17px;
}

/*standard-featured*/
.post-area.featured_img_left article .meta-category a {
  font-size: 16px !important;
}
#sidebar .widget_search .wp-block-search__label {
  font-size: 20px;
}
#sidebar div ul li {
  font-size: 16px !important;
}
#sidebar .widget_search .wp-block-search__inside-wrapper {
  height: 35px;
}
#sidebar .widget_search button[type="submit"] {
  width: 20%;
  padding: 5px 15px !important;
}

/*병원소식*/
.masonry.material .masonry-blog-item .article-content-wrap .excerpt {
  word-break: break-all;
}
.m10 {
  display: block;
  margin: 10px 0 !important;
}
.mt10 {
  display: block;
  margin-top: 10px !important;
}
.mb10 {
  display: block;
  margin-bottom: 10px !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    그라비티폼
* ++++++++++++++++++++++++++++++++++++++++ */
.gform_wrapper button[type="submit"],
input[type="button"],
input[type="submit"] {
  font-size: 20px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 19px !important;
  font-weight: 600 !important;
}
.gform_confirmation_message {
  padding: 20px;
  background-color: #f4f4f4;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    QUICK 퀵메뉴
* ++++++++++++++++++++++++++++++++++++++++ */
.quick {
  display: block;
  width: 90px;  
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99999999999;
}
.quick ul li a {
  display: block;
}
.quick ul li a img {
  margin-bottom: -9px;
}

.mo_quick {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999999999;
}
.mo_quick ul li {
  width: 25%;
  float: left;
  border-left: 1px solid #f4f4f4;
}
.mo_quick ul li:first-child {
  border-left: none;
}
.mo_quick ul li a {
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background-color: #123f90;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .quick {
    display: none;
  }
  .mo_quick {
    display: block;
  }
  .mo_quick ul li {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 767px) {
  .mo_quick ul li a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    HEADER
* ++++++++++++++++++++++++++++++++++++++++ */
#header-outer[data-format="centered-menu"] .logo-spacing {
  width: 7% !important;
}
#menu-item-10000002.cosmosfarm-members-register > a {
  display: none !important;
}
.logo-spacing {
  display: none !important;
}

li.menu-pc {
  display: block;
}
li.menu-mobile {
  display: none !important;
}

html
  body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a {
  background-color: transparent !important;
}
html
  body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a
  span {
  color: #133f91;
}

span.menu-title-text {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  word-break: keep-all;
}
li.current-menu-item span.menu-title-text {
  font-weight: 700;
}
.sub-menu span.menu-title-text {
  font-weight: bold;
  line-height: 1em;
}
.sub-menu .item_desc {
  letter-spacing: -1px;
  word-break: keep-all;
  padding-top: 4px;
}
body #header-outer .title.inherit-h6 span.menu-title-text {
  display: block;
}
#header-outer .sub-menu span.nectar-menu-label.nectar-pseudo-expand {
  font-size: 16px;
  color: #fff !important;
  letter-spacing: -1px;
}
#header-outer nav ul.sf-menu ul.sub-menu {
  border-radius: 8px !important;
}
#header-outer nav > ul > .megamenu.nectar-megamenu-menu-item > .sub-menu > li.menu-item-type-post_type {
  padding: 0 !important;
}
#header-outer nav > ul> .megamenu.nectar-megamenu-menu-item > .sub-menu > li {
  padding: 24px !important;
}
#header-outer nav > ul> .megamenu.nectar-megamenu-menu-item > .sub-menu > li:last-child {
  padding-left: 0 !important;
}
#header-outer nav > ul> .megamenu.nectar-megamenu-menu-item > .sub-menu > li {
  padding: 24px !important;
}
#header-outer nav ul.sf-menu ul.sub-menu > li.menu-item > .sub-menu > li > a {
  padding: 0 0 24px 0 !important;
}
#header-outer nav ul.sf-menu ul.sub-menu > li.menu-item > .sub-menu > li:last-child > a {
  padding-bottom: 0 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    button 버튼
* ++++++++++++++++++++++++++++++++++++++++ */
body.material .nectar-button.jumbo:not([class*="see-through"]) {
  border-radius: 50px !important;
  padding: 18px 50px !important;
}
body.material:not([data-button-style^="rounded"])
  .nectar-button.has-icon.large.main_btn_outline {
  border-radius: 50px !important;
  border: 2px solid #222 !important;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0;
}
.nectar-button.large.main_btn_outline {
  font-size: 16px;
}

.btn_L a {
  display: block;
  width: 195px;
  font-size: 21px;
  padding: 14px;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
}
.btn_style01 a {
  color: #6c940b;
  background-color: #fff;
}
.btn_style01 a:hover {
  color: #fff;
  background-color: #6c940b;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    공통 부분-text, space, tab
* ++++++++++++++++++++++++++++++++++++++++ */
/*space*/
.space160 {
  height: 160px;
}
.space120 {
  height: 120px;
}
.space100 {
  height: 100px;
}
.space50 {
  height: 50px;
}

/*text*/
.main_content h1 {
  font-size: 62px;
  margin-bottom: 25px !important;
  line-height: 1 !important;
  font-weight: 400;
  letter-spacing: -2px;
}
.main_content h1 span,
.main_content h1 strong {
  letter-spacing: -2px;
}

.main_content h2 {
  font-size: 46px;
  margin-bottom: 25px !important;
  line-height: 1 !important;
  font-weight: 400;
  letter-spacing: -2px;
}
.main_content h2 .small {
  font-size: 30px;
}
.main_content h3 {
  font-size: 44px;
  margin-bottom: 25px !important;
  line-height: 1.3em !important;
  font-weight: 300;
  letter-spacing: -1px;
}
.main_content h4 {
  font-size: 40px;
  margin-bottom: 30px !important;
  line-height: 1 !important;
  font-weight: 400;
  letter-spacing: -2px;
}

.sub_title_M {
  font-size: 22px;
}
.sub_title_M.pb20 {
  padding-bottom: 20px !important;
}
.sub_title_M.pb10 {
  padding-bottom: 10px !important;
}

.sub_title_S {
  font-size: 20px;
}
.sub_title_S.pb10 {
  padding-bottom: 10px !important;
}

.sub_text_XL {
  font-size: 24px;
  line-height: 1.5em;
}
.sub_text_XL.pb60 {
  padding-bottom: 60px !important;
}
.sub_text_XL.pb40 {
  padding-bottom: 40px !important;
}

.sub_text_L {
  font-size: 22px;
  line-height: 1.5em;
}
.sub_text_L.pb40 {
  padding-bottom: 40px !important;
}
.sub_text_L.pb50 {
  padding-bottom: 50px !important;
}

.sub_text_M {
  font-size: 20px;
  line-height: 1.5em;
}
.sub_text_M.pb60 {
  padding-bottom: 60px !important;
}
.sub_text_M.pb50 {
  padding-bottom: 50px !important;
}
.sub_text_M.pb40 {
  padding-bottom: 40px !important;
}
.sub_text_M.pb30 {
  padding-bottom: 30px !important;
}
.sub_text_M.pb20 {
  padding-bottom: 20px !important;
}
.sub_text_M.pb10 {
  padding-bottom: 10px !important;
}

.sub_text_S {
  font-size: 18px;
  line-height: 1.5em;
}
.sub_text_S.pb50 {
  padding-bottom: 50px !important;
}
.sub_text_S.pb40 {
  padding-bottom: 40px !important;
}
.sub_text_S.pb30 {
  padding-bottom: 30px !important;
}
.sub_text_S.pb20 {
  padding-bottom: 20px !important;
}
.sub_text_S.pb10 {
  padding-bottom: 10px !important;
}

/* .sub_text_SS {
  font-size: 18px;
  line-height: 1.6em;
}
.sub_text_SS.pb30 {
  padding-bottom: 30px !important;
} */

/*sub*/
.sub_header_wrap {
  padding: 100px 0 !important;
}
.sub_header_tit {
  font-size: 65px;
  padding-bottom: 30px !important;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.sub_header_tit .small {
  font-size: 40px;
}
.sub_header_txt {
  font-size: 20px;
}

/*highlight-text*/
.ht_M {
  font-size: 36px;
  line-height: 1.5em !important;
}
.ht_M em {
  font-weight: 600 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    MAIN 메인페이지
* ++++++++++++++++++++++++++++++++++++++++ */
/*병원소개*/
.main_info_btn {
  overflow: hidden;
}
.main_info_btn li {
  float: left;
}
.main_info_btn li a {
  display: block;
  font-size: 17px;
  padding: 6px 35px;
  margin-right: 12px;
  background-color: #e7e7e7;
  color: #000;
  font-weight: 600;
  border-radius: 100px;
  transition: all 0.2s;
}
.main_info_btn li a:hover {
  background-color: #133f91;
  color: #fff;
}

/*진료과목*/
.main_subject_list_wrap
  .nectar-fancy-box[data-style="image_above_text_underline"]
  .text {
  padding: 0;
}
.main_subject_list_wrap .row_col_wrap_12_inner .vc_column_container {
  border-right: 1px solid #ddd;
}
.main_subject_list_wrap .main_subject_box {
  padding: 16px;
  border-top: 2px solid #133f91;
}

.main_subject_tit {
  font-size: 32px;
  padding-bottom: 20px !important;
  font-weight: 600;
}
.main_subject_small {
  font-size: 17px;
}
.main_subject_list {
  overflow: hidden;
}
.main_subject_list li {
  float: left;
}
.main_subject_list li a {
  display: block;
  font-size: 14px;
  padding: 1px 12px;
  margin: 0 3px 7px !important;
  border: 1px solid #133f91;
  color: #133f91;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.2s;
}
.main_subject_list li a:last-child {
  margin-bottom: 0;
}
.main_subject_list li a:hover {
  background-color: #133f91;
  color: #fff;
}

/*메인-치료 방법*/
.main_method_wrap .wpb_tabs_nav {
  position: absolute;
  width: 75%;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 0 25px rgb(0 0 0 / 30%);
}
.main_method_wrap .wpb_tabs_nav li {
  width: 25%;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
}
.main_method_wrap .wpb_tabs_nav li:nth-child(5),
.main_method_wrap .wpb_tabs_nav li:nth-child(6),
.main_method_wrap .wpb_tabs_nav li:nth-child(7),
.main_method_wrap .wpb_tabs_nav li:nth-child(8) {
  border-bottom: 0;
}
.main_method_wrap .wpb_tabs_nav li:nth-child(4n) {
  border-right: 0;
}
.main_method_wrap
  .tabbed[data-color-scheme="accent-color"][data-style="default"]
  li:not(.cta-button)
  .active-tab {
  position: relative;
  color: #fff;
  background-color: #292929;
  font-weight: 600;
}
.main_method_wrap
  .tabbed[data-color-scheme="accent-color"][data-style="default"]
  li:not(.cta-button)
  .active-tab::after {
  display: block;
  position: absolute;
  content: "";
  width: 101%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #93c90f;
}
.main_method_wrap .tabbed > ul li a {
  font-size: 22px;
  padding: 42px 14px;
  color: #cacbcc;
  background-color: #64676c;
}
.main_method_wrap .tabbed > ul li a:hover {
  color: #fff;
  background-color: #292929;
}

.main_method_wrap .main_method_tab .vc_col-sm-12 {
  width: 85% !important;
  margin: 0 auto !important;
}

.main_method_copy {
  font-size: 27px;
  padding-bottom: 20px !important;
}
.main_method_tit {
  font-size: 80px;
  padding-bottom: 35px !important;
  line-height: 1;
  font-weight: 600;
}
.main_method_small {
  font-size: 40px;
}

.main_method_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main_method_list li {
  display: flex;
  width: 25%;
}
.main_method_list li a {
  display: block;
  width: 100%;
  font-size: 21px;
  margin: 0 10px 27px;
  padding: 27px 20px;
  font-weight: 500;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  transition: all 0.1s;
}
.main_method_list li a:hover {
  background-color: #6c940b;
  color: #fff;
}

/*특별함*/
.main_point_wrap .tabbed[data-style*="vertical"] .wpb_tabs_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5% !important;
}
.main_point_wrap .tabbed[data-style*="vertical"] > div {
  float: right;
}

.main_point_wrap .tabbed[data-style*="vertical"] .wpb_tabs_nav li a {
  display: inline-block;
  font-size: 24px;
  padding: 18px 36px;
  background: #f4f4f4;
  color: #d4d4d4;
  font-weight: bold;
  border-radius: 50px;
}
.main_point_wrap .tabbed[data-style*="vertical"] .wpb_tabs_nav li a.active-tab {
  background: #111;
}
.main_point_wrap
  .tabbed[data-style*="vertical"]
  .wpb_tabs_nav
  li
  a.active-tab::before {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #93c90f;
}
.main_point_wrap
  .tabbed[data-style*="vertical"]
  .wpb_tabs_nav
  li
  a.active-tab
  span {
  color: #fff;
}

.main_point_box1 {
  background-image: url("/wp-content/uploads/2022/12/메인-의료진.jpg") !important;
  background-position: right bottom;
  background-size: cover;
}
.main_point_box2 {
  background-image: url("/wp-content/uploads/2022/12/메인-수술실.jpg") !important;
  background-position: center center;
  background-size: cover;
}
.main_point_copy {
  font-size: 30px;
  padding-bottom: 20px !important;
  line-height: 1;
  font-weight: 600;
  color: #133f91;
}
.main_point_tit {
  font-size: 60px;
  padding-bottom: 40px !important;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -3px;
}

/*대표원장소개*/
.main_doctor_wrap h1 {
  line-height: 1.3em !important;
  font-weight: 200;
  color: #93c90f;
}
.main_doctor_wrap h1 span {
  border-bottom: 1px solid;
}

.main_doctor_desc {
  overflow: hidden;
}
.main_doctor_desc dt {
  float: left;
  width: 35%;
  font-size: 28px;
  color: #fff;
}
.main_doctor_desc dd {
  float: left;
  width: 65%;
  color: #fff;
}
.main_doctor_desc dd ul {
  padding-bottom: 50px;
}
.main_doctor_desc dd li {
  position: relative;
  padding-bottom: 5px;
}
.main_doctor_desc dd li::before {
  position: absolute;
  content: "";
  display: block;
  top: 13px;
  left: -10px;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/*후기best*/
.main_review_wrap
  .nectar-fancy-box[data-style="image_above_text_underline"]
  .text {
  padding: 15px 0 0;
}
.main_review_tit {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}
.main_review_txt {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 600;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    SUB 서브페이지
* ++++++++++++++++++++++++++++++++++++++++ */
/*서브탑메뉴*/
.material .custom_menu_wrap .widget li {
  float: left;
}

.material .custom_menu_wrap.menu_10 .widget li {
  width: calc(100% / 5);
}
.material .custom_menu_wrap.menu_6 .widget li {
  width: calc(100% / 6);
}
.material .custom_menu_wrap.menu_5 .widget li {
  width: calc(100% / 5);
}
.material .custom_menu_wrap.menu_4 .widget li {
  width: calc(100% / 4);
}
.material .custom_menu_wrap.menu_3 .widget li {
  width: calc(100% / 3);
}
.material .custom_menu_wrap.menu_2 .widget li {
  width: calc(100% / 2);
}

.material .custom_menu_wrap .widget li a {
  display: block;
  font-size: 20px;
  padding: 17px 10px !important;
  background-color: #fff;
  color: #133f91;
  text-align: center;
  border: 1px solid #133f91;
  transition: all 0.2s;
}
.material .custom_menu_wrap .widget li.current_page_item a,
.material .custom_menu_wrap .widget li.current_page_item a:hover {
  background-color: #133f91;
  color: #fff !important;
}
.material .custom_menu_wrap .widget li a:hover {
  background-color: #f4f4f4;
}
.menu_empty a {
  pointer-events: none;
  cursor: default;
  text-indent: -99999px !important;
}

/*질환 공통*/
.sub_section {
  padding: 60px 0 !important;
  border-bottom: 1px solid #cdcdcd;
}
.sub_section.first {
  padding-top: 0 !important;
}
.sub_section.last {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.sub_t_list li {
  position: relative;
  padding-left: 12px;
  word-break: keep-all;
}
.sub_t_list li::before {
  position: absolute;
  content: "";
  display: block;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #133f91;
}

.common_fancy .nectar-fancy-box .text {
  font-size: 20px;
  padding: 30px 0 0 !important;
  font-weight: 500;
}
.common_fancy
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry).tb-spacing-0
  .flickity-viewport {
  margin-bottom: 50px;
}

/*치료 방법 공통*/
/*탑메뉴*/
.material .custom_menu_method .widget ul {
  padding: 20px 0;
}
.material .custom_menu_method .widget li {
  display: inline-block;
}
.material .custom_menu_method .widget li a {
  display: block;
  font-size: 17px;
  margin: 0 16px;
  font-weight: 500;
}
.material .custom_menu_method .widget li.current-menu-item a {
  border-bottom: 2px solid #133f91;
}

.method_wrap .row_col_wrap_12_inner .vc_col-sm-4 .vc_column-inner {
  padding: 15%;
  border-radius: 10px;
  border: 1px solid #93c90f;
}
.method_wrap .row_col_wrap_12_inner .vc_col-sm-6 .vc_column-inner {
  padding: 5%;
  border-radius: 10px;
  border: 1px solid #93c90f;
}
.method_wrap .row_col_wrap_12_inner .vc_col-sm-12 .vc_column-inner {
  padding: 2.5%;
  border-radius: 10px;
  border: 1px solid #93c90f;
}
.method_wrap .method-image .vc_column-inner {
  padding: 2% !important;
}
.method_wrap .method-image .vc_column-inner img {
  border-radius: 10px;
}
/* .method_t_box {padding: 15%; border-radius: 10px; border: 1px solid #93c90f;} */
.method_num {
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 15px;
  width: 43px;
  height: 43px;
  border-radius: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #93c90f;
}

.bna_wrap .twentytwenty-wrapper {
  padding: 0;
}
.before_after_text {
  overflow: hidden;
}
.before_after_text li {
  width: 50%;
  padding: 7px 0;
  font-size: 18px;
  text-align: center;
  float: left;
  background-color: #e8e8e8;
}
.before_after_text li:last-child {
  background-color: #d1d1d1;
}

.subject_wrap .vc_col-sm-4 .vc_column-inner p {
  position: relative;
  padding: 20px !important;
  background-color: #fff;
  border-radius: 10px;
}
.subject_wrap .vc_col-sm-4 .vc_column-inner p::before {
  position: absolute;
  display: block;
  content: "";
  max-width: 100%;
  width: 24px;
  height: 23px;
  top: 24px;
  background: url(/wp-content/uploads/2022/08/list_icon.png) no-repeat;
  background-size: cover;
}

.effect_wrap .vc_col-sm-3 .vc_column-inner {
  padding: 15% 12% 12% !important;
  background-color: #e7ebf4;
  border-radius: 20px;
}
.effect_wrap .vc_col-sm-6 .vc_column-inner {
  padding: 8% 4% !important;
  background-color: #e7ebf4;
  border-radius: 20px;
}
.effect_wrap .vc_col-sm-4 .vc_column-inner {
  padding: 14% 10% 12% !important;
  background-color: #e7ebf4;
  border-radius: 20px;
}
.effect_wrap .effect_text .vc_col-sm-12 .vc_column-inner {
  padding: 5% 3% !important;
  background-color: #e7ebf4;
  border-radius: 20px;
}
.effect_tit {
  position: absolute;
  width: 90%;
  height: auto;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  padding: 14px !important;
  background-color: #123f90;
  color: #fff;
  border-radius: 10px;
}

.check_t_wrap .wpb_text_column {
  padding: 18px;
  margin-bottom: 18px !important;
  background-color: #fff;
  border-radius: 10px;
}
.check_t_wrap.kind .wpb_text_column {
  text-align: left;
  padding: 18px 24px;
}
.check_t_wrap p {
  position: relative;
  display: table;
  margin: 0 auto;
  padding-left: 33px;
}
.check_t_wrap p::before {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 0;
  width: 24px;
  height: 23px;
  background: url(/wp-content/uploads/2022/08/list_icon.png) no-repeat;
  background-size: contain;
}
.check_t_wrap.kind p {
  margin: 0;
}
.check_t_wrap span.explain {
  padding-left: 0;
  font-size: 18px;
}
.method_num {
  font-size: 17px;
  margin-bottom: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/*찾아오시는길*/
.wpb_raw_code.wpb_content_element.map_frame {
  height: 500px;
}
.location_icon_wrap .vc_col-sm-6 .vc_column-inner {
  padding: 3%;
  border: 1px solid #ddd;
}
.location_icon_wrap .row_col_wrap_12_inner > div:first-child .vc_column-inner {
  border-right-width: 0;
}

.tab_vertical_wrap .wpb_tabs_nav li a {
  font-size: 20px;
}
.tab_vertical_wrap .sub_text_S {
  padding-bottom: 7px !important;
}
.tab_vertical_wrap .sub_text_S strong {
  color: #133f91;
}

/*진료시간표*/
.day_t {
  margin: 0 auto;
  font-size: 27px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 60px;
  background-color: #fff;
}

.main_table_box table {
  margin: 0 auto !important;
  width: 80% !important;
  border-top: 0 !important;
  background-color: transparent !important;
}
.main_table_box thead th {
  font-size: 18px;
  background-color: #133f91;
  color: #fff;
  font-weight: 500 !important;
  text-align: center !important;
}
.main_table_box thead th.fir {
  border-radius: 20px 0 0 20px;
}
.main_table_box thead th.last {
  border-radius: 0 20px 20px 0;
}

.main_table_box table tr {
  background-color: #fff !important;
}

.main_table_box td {
  font-size: 18px !important;
  font-weight: 600;
  text-align: center !important;
  vertical-align: middle;
  border-left-style: none !important;
  border-style: none !important;
}
.main_table_box td.fir {
  background-color: #e1e1e1;
  border-radius: 20px 0 0 20px;
}
.main_table_box td.sec {
  background-color: #cbcbcb;
  border-radius: 20px 0 0 20px;
}
.main_table_box td.last {
  background-color: #e1e1e1;
  border-radius: 20px 0 0 20px;
}

.main_table_box .t_name {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.main_table_box .t_name strong {
  display: block;
  width: 100%;
  line-height: 85px;
  border-radius: 15px;
}

.type1 .t_name strong,
.type1 .on {
  background-color: #4d95c7;
}
.type2 .t_name strong,
.type2 .on {
  background-color: #81b72e;
}
.type3 .t_name strong,
.type3 .on {
  background-color: #8dc5c5;
}

.main_table_box .t_name font {
  font-size: 14px;
  font-weight: 300;
}

.main_table_box td ul {
  overflow: hidden;
  border-radius: 20px;
}
.main_table_box td ul.am {
  background-color: #f4f4f4;
  margin-bottom: 6px !important;
}
.main_table_box td ul.pm {
  background-color: #e6e6e6;
}

.main_table_box td ul li {
  float: left;
  width: 14.285%;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 500;
}
.main_table_box td ul li span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  vertical-align: middle;
}
.sound {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.doctor_time_t {
  font-size: 30px;
}
.doctor_time_t .small {
  font-size: 20px;
}
.basic_table_box table {
  border-top: #93c90f 2px solid !important;
}
.basic_table_box table th {
  font-size: 17px;
  padding: 12px 10px !important;
  font-weight: 600 !important;
  border: 1px solid #d5d5d5 !important;
  background-color: #7db43317;
  color: #000 !important;
  vertical-align: middle;
  text-align: center !important;
}
.basic_table_box table .am th,
.basic_table_box table .pm th {
  background-color: #efefef;
  color: #63911d !important;
  font-weight: 700 !important;
}
.basic_table_box table td {
  font-size: 17px !important;
  padding: 12px 10px !important;
  border: 1px solid #d5d5d5 !important;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}
.basic_table_box.doctor table td {
  color: #999;
}
.basic_table_box.doctor table td.on {
  font-weight: 600;
  color: #000;
}

.doctor_time_wrap .row_col_wrap_12 {
  align-items: center;
}

/*비급여 진료비안내*/
.expenses_tab_wrap .basic_table_box table {
  width: 80% !important;
  margin: 0 auto !important;
}
.expenses_tab_wrap .basic_table_box table .point {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  font-size: 14px;
  line-height: 33px;
  vertical-align: 2px;
  font-weight: 800;
  background-color: #ffd800;
  color: #133f91;
}
.expenses_tab_wrap .tabbed > ul li {
  width: calc(100% / 6);
}
.expenses_tab_wrap .tabbed > ul li a {
  font-size: 19px;
  padding: 17px 10px !important;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.expenses_tab_wrap .tabbed > ul li .active-tab {
  color: #fff;
}
.expenses_tab_wrap .tabbed > ul li:nth-child(1) a,
.expenses_tab_wrap .tabbed > ul li:nth-child(2) a,
.expenses_tab_wrap .tabbed > ul li:nth-child(3) a,
.expenses_tab_wrap .tabbed > ul li:nth-child(4) a,
.expenses_tab_wrap .tabbed > ul li:nth-child(5) a,
.expenses_tab_wrap .tabbed > ul li:nth-child(6) a {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.expenses_tab_wrap .tabbed > ul li:nth-child(1) a,
.expenses_tab_wrap .tabbed > ul li:nth-child(7) a {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}

/*시설안내*/
.tour-text {
  padding: 30px;
  background: #252525;
  color: #fff;
}
.tour-text dl {
  font-size: 0;
}
.tour-text dt {
  display: inline-block;
  width: 12%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.tour-text dd {
  display: inline-block;
  width: 88%;
  font-size: 20px;
  vertical-align: middle;
}
.tour-text dd strong {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.gallery_wrap .flex-gallery .flex-direction-nav {
  width: 100%;
  margin-top: 30% !important;
}
.gallery_wrap .wpb_gallery .wpb_flexslider .flex-direction-nav a {
  padding: 16px;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
}
.gallery_wrap .flex-direction-nav a i {
  font-size: 26px;
}
body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
  position: absolute;
}
body #ajax-content-wrap .flex-gallery .flex-direction-nav li.flex-nav-next {
  right: 6px;
}

/*의료진소개*/
.team_member_wrap .team-member[data-style="bio_fullscreen_alt"] h5 {
  font-size: 17px;
  margin-bottom: 7px !important;
  color: #659327;
  font-weight: 600;
}
.team_member_wrap .team-member[data-style="bio_fullscreen_alt"] h3 {
  font-size: 28px;
  margin-bottom: 0 !important;
}
.team_member_wrap .team-member[data-style="bio_fullscreen_alt"] .team-meta p {
  font-size: 20px;
}

.team_member_details .title {
  font-size: 20px;
  margin-bottom: 15px !important;
  color: #133f91;
  font-weight: 700;
}
.team_member_details h2 {
  font-size: 54px;
  margin-bottom: 40px !important;
  font-weight: 600;
}
.team_field_box {
  padding-bottom: 50px;
}
.team_field_box .basic_table_box table {
  width: 100%;
}
.team_field_box .team_box_tit {
  font-size: 25px;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
  color: #5b7e2a;
  font-weight: 500;
  border-bottom: 1px solid #ababab;
}
.team_field_box .team_box_tit.bb0 {
  border-bottom: 0;
}
.team_field_box p {
  font-size: 19px;
  color: #111;
  line-height: 1.5em;
}
.team_field_box dl {
  overflow: hidden;
  margin-bottom: 10px;
}
.team_field_box dl dt {
  float: left;
  width: 17%;
  font-size: 19px;
}
.team_field_box dl dd {
  float: left;
  width: 83%;
  font-size: 18px;
  padding-left: 0;
  color: #111;
}

.doctor_btn {
  overflow: hidden;
}
.doctor_btn li {
  float: left;
  width: 43%;
}
.doctor_btn li a {
  display: block;
  font-size: 20px;
  line-height: 58px;
  margin-right: 13px;
  font-weight: 600;
  background-color: #63912b;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s;
}
.doctor_btn li:last-child a {
  background-color: #446fb1;
}
.doctor_btn li a:hover {
  opacity: 0.85;
}

/*서브 하단 공통-질환,치료 방법*/
.common_about ul {
  margin: 0 0 0 12% !important;
  padding: 0 0;
}
.common_about li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
}
.common_about li a {
  display: block;
  padding: 5% 1%;
  font-size: 28px;
  color: #000;
}
.common_about li:first-child a {
  padding-top: 0;
}
.common_about li:last-child {
  border-bottom: 0;
}
.common_about li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 1%;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2022/08/icon-btn-arow.png);
  background-size: 25px;
}

/*개인정보취급방침.이용약관*/
.policy_t_wrap {
  padding-bottom: 60px !important;
}
.policy_t_wrap .pp_title {
  font-size: 24px;
  line-height: 1.4em;
  padding-bottom: 20px !important;
  font-weight: 600;
}
.policy_t_wrap .sub_text_SS {
  padding-bottom: 20px !important;
}
.policy_t_wrap .sub_text_SS strong {
  font-size: 19px;
  color: #133f91;
}
.policy_t_wrap .pp_left {
  padding-left: 25px;
}

.policy_table {
  overflow-x: auto;
}
.policy_t_wrap table {
  border-top: #93c90f 2px solid !important;
  overflow-x: scroll;
}
.policy_t_wrap table th {
  font-size: 16px;
  border: #dcdcdc 1px solid;
  background-color: #f4f4f4;
  vertical-align: middle;
  text-align: center !important;
}
.policy_t_wrap table td {
  font-size: 15px !important;
  line-height: 1.5em;
  border: #dcdcdc 1px solid;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    하단공통부분
* ++++++++++++++++++++++++++++++++++++++++ */
.foot_menu_wrap .row-bg-wrap {
  border-top: 1px solid #c7c7c7;
}
.foot_menu_wrap .foot_menu_list {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
}
.foot_menu_wrap .foot_menu_list li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.foot_menu_wrap .foot_menu_list li::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 33px;
  right: -2px;
  background-color: #939393;
}
.foot_menu_wrap .foot_menu_list li:last-child::after {
  display: none;
}
.foot_menu_wrap .foot_menu_list li a {
  display: block;
  font-size: 20px;
  padding: 0 20px;
  line-height: 81px;
  color: #333;
  font-weight: 600;
}
.foot_menu_wrap .foot_menu_list li a:hover {
  color: #133f91;
}

.foot_common_wrap .vc_col-sm-3 .vc_column-inner {
  padding: 14% 17%;
}
.foot_common_tit {
  position: relative;
  font-size: 30px;
  padding-bottom: 25px !important;
  line-height: 1.3em;
  font-weight: 700;
}
.foot_common_tit.pb0 {
  padding-bottom: 0 !important;
}
.foot_common_tit::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 89px;
  height: 89px;
  background-size: contain !important;
}
.foot_common_tit.location::after {
  background: url(/wp-content/uploads/2022/08/foot_common_location.png)
    no-repeat;
}
.foot_common_tit.time::after {
  background: url(/wp-content/uploads/2022/08/foot_common_time.png) no-repeat;
}
.foot_common_tit.online::after {
  background: url(/wp-content/uploads/2022/08/foot_common_online.png) no-repeat;
}
.foot_common_tit.call::after {
  background: url(/wp-content/uploads/2022/08/foot_common_call.png) no-repeat;
}

.foot_common_txt {
  font-size: 19px;
  font-weight: 500;
}
.foot_common_txt.pb20 {
  padding-bottom: 20px !important;
}

.highlight {
  display: inline;
  box-shadow: inset 0 -16px 0 #b2e4e3;
}
.highlighted {
  display: inline;
  box-shadow: inset 0 -8px 0 #b3ccf5;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    FOOTER
* ++++++++++++++++++++++++++++++++++++++++ */
body #footer-outer .row {
  padding: 55px 0 50px !important;
}
.footer_left {
  float: left;
  width: 30%;
  text-align: left;
}
.footer_center {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
}
.footer_right {
  float: left;
  width: 20%;
  text-align: right;
}

.footer_center .footer_text {
  padding-bottom: 20px !important;
  line-height: 1.6em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
}
.footer_center .copyright {
  font-weight: 200;
  color: #cfcfcf;
}

.footer_right ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer_right ul li:last-child {
  margin-right: 0;
}
.footer_right ul li a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

/* Edited by Unho */
.gap_160 {
  height: 160px;
}
.gap_120 {
  height: 120px;
}
.gap_80 {
  height: 80px;
}
.gap_40 {
  height: 40px;
}
.gap_20 {
  height: 20px;
}
.none_400 {
  display: block;
}
.block_400 {
  display: none;
}
.none_480 {
  display: block;
}
.block_480 {
  display: none;
}
.none_690 {
  display: block;
}
.block_690 {
  display: none;
}
.none_999 {
  display: block;
}
.block_999 {
  display: none;
}
.none_1200 {
  display: block;
}
.block_1200 {
  display: none;
}
.none_1300 {
  display: block;
}
.block_1300 {
  display: none;
}
.comment p {
  text-align: center;
  font-size: 18px;
  padding-top: 14px !important;
  font-weight: 500;
  line-height: 1.25em;
}

/* 메인 페이지 */
.method_howto {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 12px;
  padding: 8px 20px !important;
  border-radius: 30px;
  color: #fff;
  background-color: #93c90f;
}
.method_wrap .row_col_wrap_12_inner .vc_col-sm-12.bg_white .vc_column-inner {
  background-color: white;
}
.surgical_method_wrap .sub_text_M {
  margin-bottom: 10px;
}
.surgical_method_wrap .no_icon {
  font-size: 18px;
  padding-left: 0;
}
.surgical_method_wrap .no_icon::before {
  content: none;
}
.surgical_method_wrap .check_t_wrap .wpb_text_column {
  height: 400px;
  margin-bottom: 0 !important;
  padding: 50px;
  display: flex;
  align-items: center;
}
.sole .nectar-fancy-box .text {
  padding: 40px 0 20px 0 !important;
}
.sole .main_subject_box .main_subject_list {
  display: flex;
  column-gap: 8px;
}
.sole .main_subject_box .main_subject_list li a {
  margin: 0 !important;
  padding: 2px 16px;
}
.main_point_box2
  > .vc_column-inner
  > .column-image-bg-wrap
  > .inner-wrap
  > .column-image-bg {
  background-size: contain !important;
  background-repeat: no-repeat;
}
.treatment_subject .main_subject_box .main_subject_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 8px;
}
.treatment_subject .main_subject_box .main_subject_list li a {
  margin: 0 !important;
  padding: 2px 8px;
}
.effect_photo > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.effect_photo.align > .vc_column-inner > .wpb_wrapper {
  align-items: center;
}
.effect_photo.align.end > .vc_column-inner > .wpb_wrapper {
  align-items: flex-end;
}
.effect_photo.align .wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}
.check_t_wrap .wpb_text_column.last {
  margin-bottom: 0 !important;
}
.sub_section.correction {
  padding: 60px 0 !important;
}
.main_content.correction h2 {
  font-size: 3rem;
  margin-bottom: 0 !important;
}
.main_content.correction h2 .small {
  font-size: 2.25rem;
}
.main_content.correction h3 {
  font-size: 2.75rem;
  margin-bottom: 0 !important;
}
.main_content.correction h4 {
  font-size: 2.5rem;
  margin-bottom: 0 !important;
}
.sub_section.first.correction {
  padding-top: 0 !important;
}
.sub_section.last.correction {
  padding-bottom: 0 !important;
}
.correction .sub_t_list li {
  position: relative;
  word-break: keep-all;
  padding-left: 16px;
  margin-bottom: 4px;
}
.correction .sub_t_list li:last-child {
  margin-bottom: 0;
}
.correction .sub_t_list li ul {
  margin-top: 4px !important;
}
.correction .main_info_btn_wrap .wpb_wrapper {
  display: flex;
  justify-content: center;
}
.correction .main_info_btn_wrap .main_info_btn {
  display: flex;
  column-gap: 16px;
}
.correction .main_info_btn_wrap .main_info_btn li a {
  font-size: 18px;
  margin: 0;
  padding: 8px 32px;
}
.main_method_wrap.correction .main_method_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.main_method_wrap.correction .main_method_list li {
  width: auto;
  display: block;
  flex-basis: 20%;
}
.main_method_wrap.correction .main_method_list li a {
  width: auto;
  display: block;
  font-size: 20px;
  margin: 0;
  padding: 24px 12px;
}
.main_point_wrap.correction .tabbed[data-style*="vertical"] .wpb_tabs_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5% !important;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.main_point_wrap.correction .tabbed[data-style*="vertical"] .wpb_tabs_nav li a {
  padding: 16px 32px;
}
.main_point_wrap.correction
  .tabbed[data-style*="vertical"]
  .wpb_tabs_nav
  li
  a.active-tab::before {
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 8px;
  height: 8px;
}
.main_point_wrap.correction h6 {
  margin-bottom: 0;
}

/* 시설 안내 */
.facility dt {
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 4px;
}
.facility dd {
  width: 100%;
  padding-left: 16px;
}
.facility dd strong {
  margin-bottom: 8px;
}

/* 진료 시간표 */
.main_content.consultation.correction h2 {
  margin-bottom: 20px !important;
}
.main_content.consultation.correction h4 {
  margin-bottom: 20px !important;
}
body:not(.woocommerce-cart) .main-content .consultation th {
  border-width: 1px !important;
  border-style: solid !important;
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
body:not(.woocommerce-cart) .main-content .consultation th.fir {
  border-left: none !important;
}
.main_content.consultation.correction .main_table_box table .tl0 {
  border-top-left-radius: 0 !important;
}
.main_content.consultation.correction .main_table_box table .bl0 {
  border-bottom-left-radius: 0 !important;
}
.main_content.consultation.correction .main_table_box table .br0 {
  border-bottom-right-radius: 0 !important;
}
.main_content.consultation.correction .main_table_box table .br20 {
  border-bottom-right-radius: 20px !important;
}
body:not(.woocommerce-cart) .main-content .consultation td {
  padding: 0;
}
.consultation .main_table_box .t_name strong {
  line-height: 1;
  border-radius: 0;
}
.consultation .main_table_box td ul li {
  width: calc(100% / 7);
}
.consultation .main_table_box td ul {
  padding: 16px 0;
  border-radius: 0;
  border-right: 1px solid #e6e6e6;
}
.consultation .main_table_box td ul.am {
  margin-bottom: 0 !important;
  background-color: #fff;
}
.consultation .main_table_box td ul li {
  height: auto;
  line-height: 1;
}
.consultation .main_table_box .type1 td.t_name {
  background-color: #4d95c7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.consultation .main_table_box .type2 td.t_name {
  background-color: #81b72e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.consultation .main_table_box .type3 td.t_name {
  background-color: #8dc5c5;
}
.main_content.surgical_method_wrap.correction
  .nectar-flickity
  .flickity-slider
  .cell {
  padding: 0;
}
.bright .main_point_copy {
  color: #b9caed;
}
.bright .main_point_tit {
  color: #fff;
}
.correction .bright .sub_t_list li {
  color: #fff;
}
.bright .sub_t_list li::before {
  background-color: #fff;
}
.bright .nectar-cta[data-style="material"] .link_wrap .arrow:before {
  color: #000;
}

/* 공지사항 */
.kboard-list-header {
  display: none !important;
}
#kboard-default-list .kboard-list {
  border: 1px solid #ccc;
  border-bottom: none;
}
#kboard-default-list .kboard-list tr td {
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
#kboard-default-list .kboard-list tr td:nth-child(4) {
  border-right: none !important;
}
.kboard-list .kboard-list-uid,
.kboard-list .kboard-list-user,
.kboard-list .kboard-list-date {
  width: 10% !important;
}
.kboard-list .kboard-list-title {
  padding: 12px 16px !important;
}
.kboard-list .kboard-list-vote,
.kboard-list .kboard-list-view {
  display: none;
}
#kboard-default-list .kboard-search {
  padding-bottom: 0 !important;
}
.kboard-document-action {
  display: none;
}
.kboard-control .left a:last-child {
  display: none;
}
#kboard-comments-sort-form-43 select {
  display: none;
}
.comments-list-controller .right {
  display: none;
}
.effect_wrap.document .vc_col-sm-4 .vc_column-inner {
  padding: 10% 4% 8% !important;
}
.effect_wrap.document .vc_col-sm-6 .vc_column-inner {
  padding: 10% 4% 8% !important;
}
.check_t_wrap .none .wpb_text_column {
  margin-bottom: 0 !important;
}
.check_t_wrap .white > .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  border-radius: 10px;
}
.check_t_wrap .white .wpb_text_column {
  padding-right: 0 !important;
}
.main_content.knee_surgery > .row-bg-wrap > .inner-wrap > .row-bg {
  background-position: center -250px !important;
}
.main_content.knee_surgery h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.main_content.knee_surgery .sub_text_M {
  font-size: 24px;
  text-align: center;
}
.main_content.cure .check_t_wrap .wpb_text_column {
  margin-bottom: 0 !important;
}
.effect_wrap.cure .vc_col-sm-6 .vc_column-inner {
  padding: 0 !important;
}
.effect_wrap.cure .effect_tit {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  padding: 12px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.effect_wrap.cure .sub_text_M {
  padding: 36px 24px !important;
}
.main_content.cure .sub_title_M {
  font-size: 24px;
}
.main_content.cure .sub_t_list li {
  font-size: 20px;
  line-height: 1.5em;
}
.brostrom + .img-with-aniamtion-wrap {
  top: 80px !important;
  left: 425px !important;
}
.scar .img-with-aniamtion-wrap {
  position: absolute;
  top: 85px !important;
  left: 515px !important;
}
.effect_photo.incision .img-with-aniamtion-wrap {
  position: relative;
  top: 48px !important;
}
.prevention .img-with-aniamtion-wrap {
  position: absolute;
  top: 115px;
  left: 415px;
}
.main_content.cure h3 {
  margin-bottom: 30px !important;
}
.main_content.appointment h5 {
  font-size: 24px;
}