/* Styles for signup panels */
    .auth-plain {
      padding-right: 0px;
      padding-left: 0px;
      padding-top: 0px;
    }

    .left-solid {
    margin-top: 0px;
    margin-bottom: 0px;
    }

    .signup-panel {
      border-radius: 5px;
      padding: 15px;
      margin-top: 30px;
      margin-bottom: 30px;
      background: #fff;
    }

    .signup-panel a{
      color: #fff;
    }

    .signup-panel .adduser a{
      color: #111;
    }
    .signup-panel .adduser a:hover{
      color: #0078a0;
    }

    .signup-panel i {
      font-size: 30px;
      line-height: 50px;
      color: #999;
    }
    .signup-panel form input, .signup-panel form span {
      height: 50px;
    }
    .signup-panel .welcome {
      font-size: 26px;
      text-align: center;
      margin-left: 0;
    }
    .signup-panel p {
      font-size: 13px;
      font-weight: 200;
      text-align: center;
    }
    .signup-panel .button {
      margin-left: 0px;
    }

    .newusers {
      background: #fff;
    }

    .vertical-center{
      vertical-align: middle;
      
    }

    .ef-pseudo-table {
        border-color: #ddd;
        border-top-width: 1px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 1px;
        border-style: solid;
        list-style: none;
        overflow: hidden
    }

    .ef-pseudo-table ul {
        margin: 0
    }

    .ef-pseudo-table li li {
        border-color: #ddd;
        list-style: none;
        border-top-width: 0;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 0;
        border-style: solid
    }

    @media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -10px;
        *zoom: 1
    }

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    [class*="block-grid-"]:after {
        clear: both
    }

    [class*="block-grid-"]>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px
    }

    .small-block-grid-1>li {
        width: 100%;
        padding: 0 10px 10px
    }

    .small-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .small-block-grid-2>li {
        width: 50%;
        padding: 0 10px 10px
    }

    .small-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .small-block-grid-3>li {
        width: 33.33333%;
        padding: 0 10px 10px
    }

    .small-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .small-block-grid-4>li {
        width: 25%;
        padding: 0 10px 10px
    }

    .small-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .small-block-grid-5>li {
        width: 20%;
        padding: 0 10px 10px
    }

    .small-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .small-block-grid-6>li {
        width: 16.66667%;
        padding: 0 10px 10px
    }

    .small-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .small-block-grid-7>li {
        width: 14.28571%;
        padding: 0 10px 10px
    }

    .small-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .small-block-grid-8>li {
        width: 12.5%;
        padding: 0 10px 10px
    }

    .small-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .small-block-grid-9>li {
        width: 11.11111%;
        padding: 0 10px 10px
    }

    .small-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .small-block-grid-10>li {
        width: 10%;
        padding: 0 10px 10px
    }

    .small-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .small-block-grid-11>li {
        width: 9.09091%;
        padding: 0 10px 10px
    }

    .small-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .small-block-grid-12>li {
        width: 8.33333%;
        padding: 0 10px 10px
    }

    .small-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 48em) {
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: none
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: none
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: none
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: none
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: none
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: none
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: none
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: none
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: none
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: none
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: none
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: none
    }

    .large-block-grid-1>li {
        width: 100%;
        padding: 0 10px 10px
    }

    .large-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .large-block-grid-2>li {
        width: 50%;
        padding: 0 10px 10px
    }

    .large-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .large-block-grid-3>li {
        width: 33.33333%;
        padding: 0 10px 10px
    }

    .large-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .large-block-grid-4>li {
        width: 25%;
        padding: 0 10px 10px
    }

    .large-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .large-block-grid-5>li {
        width: 20%;
        padding: 0 10px 10px
    }

    .large-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .large-block-grid-6>li {
        width: 16.66667%;
        padding: 0 10px 10px
    }

    .large-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .large-block-grid-7>li {
        width: 14.28571%;
        padding: 0 10px 10px
    }

    .large-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .large-block-grid-8>li {
        width: 12.5%;
        padding: 0 10px 10px
    }

    .large-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .large-block-grid-9>li {
        width: 11.11111%;
        padding: 0 10px 10px
    }

    .large-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .large-block-grid-10>li {
        width: 10%;
        padding: 0 10px 10px
    }

    .large-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .large-block-grid-11>li {
        width: 9.09091%;
        padding: 0 10px 10px
    }

    .large-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .large-block-grid-12>li {
        width: 8.33333%;
        padding: 0 10px 10px
    }

    .large-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

    .column.nopadding {
      padding-left: 0;
      padding-right: 0;
    }
    .column.noleftpadding {
      padding-left: 0;
    }
    .column.norightpadding {
      padding-right: 0;
    }
    
    .inline-list-left {
        margin-left: 0;
        float: left;
        list-style: none;
        text-align: left;
    }
    
    .inline-list-left li{
        display: inline-block
    }
    .inline-list-center {
        margin-left: 0;
        float: left;
        list-style: none;
        text-align: left;
    }
    .inline-list-center li{
        display: inline-block
    }

    .website-example {
      background: #fff;
      padding-top: 2.5rem;
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
     }
    
    .website-example h3 {
        font-weight: normal;
        margin: 0;
        padding: 0 0 0.5rem 0; }
        @media only screen and (max-width: 64em) {
            .website-example h3 {
            padding-top: 1rem; 
            } 
        }
    .website-example h6 {
        color: #50b2d0;
        text-transform: uppercase;
        line-height: 1;
        font-size: 1 rem;
        font-weight: bold;
        padding: 0 0 0 0; }
     
    

    

      /*sass
        .website-example {
          background: #fff;
          padding: 1.75rem;
          margin-top: 2.5rem;
          margin-bottom: 2.5rem;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          h3 {
            font-weight: normal;
            margin: 0;
            padding: 0 0 0.5rem 0;
            @media only screen and (max-width: 64em) {
              padding-top: 1rem;
            }
          }
          h6 {
            color: #50b2d0;
            text-transform: uppercase;
            line-height: 1;
            font-size: 0.875rem;
            font-weight: bold;
            padding: 0 0 0.5rem 0;
          }
          p {
            font-size: 0.875rem;
            line-height: 1.2rem;
            margin: 0;
            padding: 0.875rem 0;
            border-top: 1px solid #999;
            border-bottom: 1px solid #999;
          }
          .button {
            font-weight: bold;
            color: #2BA6CB;
            background: transparent;
            padding-left: 0;
            margin-bottom: 0;
            box-shadow: none;
          }
        }

        .row.wide {
          max-width: rem-calc(1200);
        }
    */
   
/* 서브타이틀 시작*/
   .department-filter {
    background-color: #fff;
    width: 100%;
    padding: 0.875rem;
   /* border-top-style: solid;
    border-top-width: 0.0625em;
    padding-top: 1.8125em;
    border-bottom-style: solid;
    border-bottom-width: 0.0625em;
    padding-bottom: 1.8125em;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #ccc*/
}

.department-filter .department-filter-title {
    display: inline;
    margin: 0;
    width: 296px;
    height: 44px;
    /*border-bottom:2px solid #029CC3;*/
}


/*진료과 의료진 sub menu -> sub.css로 이동*/

/* Nav */
.sidebar h2 {
    margin-bottom: 17px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sidebar .nav {
    /*margin-left: 0em;*/
}

.sidebar .nav li {
    line-height: 32px;
    white-space: nowrap;
}

.sidebar .nav li a {
    /*color: #909090;*/
    color: #838483;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .2s;
}

.sidebar .nav li a:hover {
    color: #000;
}

.sidebar .nav li.active a {
    font-weight: bold;
    color: #ed9812 !important;
}
h3.contents:first-child{
    padding-top: 0;
}

/*.padding-0{
    width: 14% !important;
    padding: 0px 0px 0px 0px !important;
}*/

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

 .size-12 { font-size: 12px; }
      
      .size-14 { font-size: 14px; }
      
      .size-16 { font-size: 16px; }
      
      .size-18 { font-size: 18px; }
      
      .size-21 { font-size: 21px; }
      
      .size-24 { font-size: 24px; }
      
      .size-36 { font-size: 36px; }
      
      .size-48 { font-size: 48px; }
      
      .size-60 { font-size: 60px; }
      
      .size-72 { font-size: 72px; }

.checkcolor {
    color: #008CBA;
}
   
.signup-panel .split.button {
  margin-left: 3rem;
  width: 80%; }
  .signup-panel .split.button.facebook {
    background: #3b5998;
    text-transform: uppercase; }
    .signup-panel .split.button.facebook span {
      background: #2d4373; 
      display: inline-block;
     }

      .signup-panel .split.button.facebook span:after {
        border: none;
        font-family: "foundation-icons";
        content: "\f1c4";
        font-size: 2rem;
        line-height: 0.25rem;
        margin-left: -0.7rem; }


  .signup-panel .split.button.twitter {
    background: #55acee;
    text-transform: uppercase; }
    .signup-panel .split.button.twitter span {
      background: #2795e9; }
      .signup-panel .split.button.twitter span:after {
        border: none;
        font-family: "foundation-icons";
        content: "\f1e4";
        font-size: 2rem;
        line-height: 0.25rem;
        margin-left: -0.7rem; }

  .signup-panel .split.button.naver {
    background: #0ac106;
    text-transform: uppercase; }
    .signup-panel .split.button.naver span {
      background: #008b1f; 
      display: inline-block;
      text-align: center;  
      line-height: 50px;    
      vertical-align: middle !important;      
     /* padding-top: 11px;*/
      
    }. 
    .signup-panel .split.button.naver span img {
        display: inline-block;
    }

    .signup-panel .split.button.naver span:after {
      border: none;
        font-family: "foundation-icons";
        content: "";
        font-size: 2rem;
        line-height: 0.25rem;
        margin-left: -0.7rem;
    }

  .signup-panel .split.button.google {
    background: #d50f25;
    text-transform: uppercase; }
    .signup-panel .split.button.google span {
      background: #a50c1d; }
      .signup-panel .split.button.google span:after {
        border: none;
        font-family: "foundation-icons";
        content: "\f1ca";
        font-size: 2rem;
        line-height: 0.25rem;
        margin-left: -0.7rem; }
  .signup-panel .split.button.left-icon {
    text-align: left; }
    .signup-panel .split.button.left-icon span {
      left: -3rem; }
    

    .divide-3 li.tab-title {
        
    }

    .book-content.panel{
        padding-left:25px;padding-right:25px
    }

    .book-content.panel{
        padding-left:25px;padding-right:25px
    }
    
    .doctor-text{
            min-height:293px;
    }

    [data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
        margin-top: 0px;
        color: #f04124;
        background: white;
    }

    .warning {
       margin-top: 0px;
       color: #f04124;
    }
    
.alert-box.alert {
  border: 3px solid #D91E18;
  border-radius: 5px;
  color: #333;
  background-color: rgba(217, 30, 24, 0.2); }

.alert-box.warning {
  border: 3px solid #D35400;
  border-radius: 5px;
  color: #333;
  background-color: rgba(211, 84, 0, 0.2); }

.alert-box.success {
  border: 3px solid #1E824C;
  border-radius: 5px;
  color: #333;
  background-color: rgba(30, 130, 76, 0.2); }

.alert-box.info {
  border: 3px solid #3498DB;
  border-radius: 5px;
  color: #333;
  background-color: rgba(52, 152, 219, 0.2); }

.alert-box i {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: .2em .4em;
  margin-right: 0.8rem; }
.alert-box .close {
  background: transparent;
  color: #333;
  font-size: 2rem;
  top: 19px; }

 .preview.loading div{
    height:50px;
     width:20px;
     display:inline-block;
     background-color: #56bbdb;
     border:1px solid #217c99;
     -webkit-animation:facebook_loader 1.3s linear infinite;
     -moz-animation:facebook_loader 1.3s linear infinite;
     animation:facebook_loader 1.3s linear infinite;
     -webkit-transform:scale(0.91);
     -moz-transform:scale(0.91);
     transform:scale(0.91);
 }
  

.preview.loading div:nth-child(1){
     -webkit-animation-delay:0.39s;
     -moz-animation-delay:0.39s;
     animation-delay:0.39s;
}
.preview.loading div:nth-child(2){
     -webkit-animation-delay:0.52s;
     -moz-animation-delay:0.52s;
     animation-delay:0.52s;
}
.preview.loading div:nth-child(3){
     -webkit-animation-delay:0.65s;
     -moz-animation-delay:0.65s;
     animation-delay:0.65s;
}

@-webkit-keyframes facebook_loader{
     0%{
          -webkit-transform:scale(1.2);
          opacity:1
     }
     100%{
          -webkit-transform:scale(0.7);
          opacity:0.1
     }
}
@-moz-keyframes facebook_loader{
     0%{
          -moz-transform:scale(1.2);
          opacity:1
     }
     100%{
          -moz-transform:scale(0.7);
          opacity:0.1
     }
}
@keyframes facebook_loader{
     0%{
          transform:scale(1.2);
          opacity:1
     }
     100%{
          transform:scale(0.7);
          opacity:0.1
     }
}



.callout {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.11111rem;
padding: 1.11111rem;
color: #333333; 
}

.bg h5 a:hover span{
    color: orange !important; 
}


.top-bar .toggle-topbar.menu-icon a:hover span {
    color : #333;
}

.color_black, .color_black:hover {
  color: #222;
} 

.tags {
  zoom: 1;
}
.tags:before, .tags:after {
  content: '';
  display: table;
}
.tags:after {
  clear: both;
}
.tags li {
  position: relative;
  float: left;
  margin: 0 0 8px 12px;
  padding-left: 15px;
  padding-right: 0;
}
.tags li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}
.tags li:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #eb6b22;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #99400e;
  box-shadow: inset 1px 0 #99400e;
}
.tags a, .tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags a {
  height: 26px;
  line-height: 23px;
  padding: 0 9px 0 8px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tags a:hover span {
  /*padding: 0 7px 0 6px;
  max-width: 40px; 
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);*/
}
.tags span {
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 24px;
  line-height: 21px;
  padding: 0 0 0 2px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #eb6b22;
  border: 1px solid;
  border-color: #d15813 #c85412 #bf5011;
  border-radius: 0 2px 2px 0;
  opacity: .95;
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
  background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}

#footerLink{
    color: #fff;
}

.topbar-divider{
    border-top: solid 1px #ddd;
    clear: both;
    height: 1px;
    width: 100%; 
}

.top-bar-section li.has-dropdown > a::after {
    
    border: none;
    content: "\00bb";
    top: 0.16667rem;
    right: 5px;
}

.top-bar-section .has-dropdown > a::after{
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: 0px;
    top: 1.25rem; 
}

#hover1.content.open {
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover2.content.open {
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover3.content.open {
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover4.content.open {
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover5.content.open {
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover6.content.open {
  float: left;
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover7.content.open {
  float: left;
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

#hover8.content.open {
  float: left;
  display: block !important;
  position: absolute !important;
  top: 50px !important;
  left: auto;
  width: 100% !important;
}

.f-dropdown:before, .f-dropdown:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.submenus {
   
    display: block;
    float: left; 
    clear: left; 
}

.f-dropdown li a {
   /* padding-left: 10px;*/
    display: block;
    width: 100%;
    float: left; 
    clear: left;    
    font-size: 14px !important;
    letter-spacing: -1px;
}


.tabs.disease {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.tabs.disease:before, .tabs.disease:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.tabs.disease:after {
  clear: both;
}
/* line 42, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.disease dd,
.tabs.disease .tab-title {
  text-align: center;
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  width: 33%;
  line-height: 1.875rem;
  border: 1px solid #FFFFFF;
  position: relative;
  top: 6px;
  z-index: 10;
  margin-right: -1px;
}
/* line 57, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.disease dd > a,
.tabs.disease .tab-title > a {
  display: block;
  background-color: #5aaacc;
  color: #fff;
  /*font-family: "apple sd gothic neo", AppleMyungjo, "Malgun Gothic", Batang, serif;*/
  font-size: 1rem;
  padding: 0rem 0rem;
  border-radius: 0rem;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.disease dd > a:hover,
.tabs.disease .tab-title > a:hover {
  background-color: #5aaacc;
  color: #fff;
}
/* line 71, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.disease dd.active a,
.tabs.disease.tab-title.active a {
  padding: 0rem 0rem;
  background-color: #0CF;
  color: #fff;
  border: 0px;
  border-radius: 0rem;
}
/* line 82, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.disease.radius dd:first-child a,
.tabs.disease.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.disease.radius dd:last-child a,
.tabs.disease.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}


/* line 102, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content.disease-content {
  left: -5px;  
  top: 5px;
  max-height: 165px;
  overflow-y: auto;
  margin-bottom: 0rem;
  width: 100%;
  border-top: 0px;
  position: relative;
  z-index: 100;
  background: transparent;

}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content.disease-content:before, .tabs .disease-content:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content.disease-content:after {
  clear: both;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content.disease-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
  
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content.disease-content > .content.active {
  display: block;
  float: none;
}
/* line 121, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content.disease-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.disease-content .content {
    
}

.tabs-content.disease-content .content > ul {

}

.tabs-content.disease-content .content > ul > li {
    display:inline-block;
    font-size: 13px;
    width:50%;
    float:left;
	line-height:normal
}

.tabs-content.disease-content .content > ul > li > a {
   color: #222;
}

.organization li p {
    margin-top: 5px;
}

.bottom-0 {
    margin-bottom: 0.5em !important;
    
}
.error1{
    font-style: italic;
    font-size: 12px;
    margin-left: 1em ;
    margin-bottom: 1em;
    color:red;
}

.doctor h3 ,.epiloge h3 {
  
  padding-left:20px;
  padding-right:20px;
  text-align:left;
  color:#00b9c3;
  font-size:18px;
  font-weight:600; 
}

.book h3 {
  padding-left:20px;
  text-align:left;
  color:#00b9c3;
  font-size:18px;
  font-weight:600; 
}

.example-orbit-content li{    
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
}

.aquote{

    
    font-size: 13px;
    color:#111;
}

.lquote{
    display: inline-block;
    width: 20px;
    height: 23px;
    margin-top: 10px;
    margin-right: 4px;
    background: url('/img/bg_quote.png') no-repeat 0 0;
    vertical-align: bottom;
    }
.rquote{
    display: inline-block;
    width: 20px;
    height: 19px;
    margin-left: 4px;
    background: url('/img/bg_quote.png') no-repeat -29px 0;
    vertical-align: top;
}
.doctor-slick {
    padding-left:10px;
    padding-right: 10px;
}
