 @charset "euc-kr";

 @media (min-width:1200px) {
   .sub_banner {
     height: 500px;
     line-height: 500px;
     background: url(/img/middle_banner.jpg) no-repeat;
     background-attachment: fixed;
     background-size: cover;
     text-align: center;
   }

   .sub_banner .txt {
     line-height: normal;
     vertical-align: middle;
     font-family: 'Chosunilbo_myungjo';
     font-weight: normal;
     color: #fff;
     display: inline-block;
   }

   .sub_banner p:nth-child(1) {
     font-size: 22px;
     margin-bottom: 20px;
   }

   .sub_banner p:nth-child(2) {
     color: #fff;
     font-size: 50px;
   }

   /* ¼­ºêÆäÀÌÁö */
   /* header */
   [class^="contents_head"] {
     width: 100%;
     height: 650px;
     line-height: 650px;
     overflow: hidden;
     position: relative;
     text-align: center
   }

   .contents_head1 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 650px;
     background: url(/img/contents_head_bg01.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head2 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 650px;
     background: url(/img/contents_head_bg02.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head3 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 650px;
     background: url(/img/contents_head_bg03.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head4 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 650px;
     background: url(/img/contents_head_bg04.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head5 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 650px;
     background: url(/img/contents_head_bg05.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head6 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 650px;
     background: url(/img/contents_head_bg06.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }



   .contents_head_notice {
     width: 100%;
     height: 600px;
     line-height: 600px;
     background: url(/img/notice_head_bg.jpg) no-repeat center center;
     background-size: cover;
     text-align: center;
   }

   .contents_head_consult {
     width: 100%;
     height: 600px;
     line-height: 600px;
     background: url(/img/consult_head_bg.jpg) no-repeat center center;
     background-size: cover;
     text-align: center;
   }

   .contents_head_review {
     width: 100%;
     height: 600px;
     line-height: 600px;
     background: url(/img/contents_head_review.jpg) no-repeat center top;
     background-size: cover;
     text-align: center;
   }

   .contents_head_login {
     width: 100%;
     height: 600px;
     line-height: 600px;
     background: url(/img/contents_head_login.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
   }


   .contents_head_join {
     width: 100%;
     height: 600px;
     line-height: 600px;
     background: url(/img/contents_head_login.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
   }

   [class^="contents_head"] .text {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     line-height: normal;
     font-family: 'Chosunilbo_myungjo';
     font-weight: normal;
     color: #fff;
     text-align: center;
     font-size: 0px;
   }

   [class^="contents_head"] .text p:nth-of-type(1) {
     font-size: 60px;
     display: inline-block;
     vertical-align: middle;
     box-sizing: border-box;
     text-align: right;
   }

   [class^="contents_head"] .text p:nth-of-type(1):after {
     content: "";
     display: inline-block;
     vertical-align: middle;
     width: 1px;
     height: 90px;
     background: #fff;
     background-size: cover;
     margin: 0 40px;
   }

   [class^="contents_head"] .text p:nth-of-type(2) {
     font-size: 24px;
     line-height: 34px;
     display: inline-block;
     vertical-align: middle;
     box-sizing: border-box;
     text-align: left;
     word-break: keep-all;
     text-indent: -15px;
     padding-left: 15px;
   }

   /*// header */
   #sub_contents {
     position: relative;
   }

   #sub_contents:before {
     content: "KAISER REHABILITATION HOSPITAL";
     display: block;
     font-size: 14px;
     color: #cedcbc;
     position: absolute;
     right: 20px;
     top: 20px;
     z-index: 2;
     letter-spacing: 2px;
   }

   #sub_contents_wrap {
     position: relative;
     overflow: hidden;
     padding-bottom: 200px;
     min-height: 1000px;
   }

   #sub_contents_wrap:before {
     content: "";
     display: block;
     height: 950px;
     width: 950px;
     background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(101, 120, 75, 0.1));
     border-radius: 50%;
     position: absolute;
     right: -200px;
     top: -550px;
   }

   #sub_contents_wrap:after {
     content: "";
     display: block;
     height: 600px;
     width: 600px;
     background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(101, 120, 75, 0.1));
     border-radius: 50%;
     position: absolute;
     left: -100px;
     top: 50%;
   }

   #sub_contents_box {
     position: relative;
     z-index: 1;
     width: 1200px;
     margin: 0 auto;
     padding-bottom: 0px;
   }

   .content_head {
     text-align: center;
     padding: 180px 0 0px;
   }

   .content_head .sub_title {
     font-size: 60px;
     color: #40704a;
     font-weight: 900;
     line-height: 100%;
     margin-bottom: 40px;
   }

   .content_head .navi {
     font-size: 0;
   }

   .content_head .navi .home {
     display: inline-block;
     border-right: 1px solid #e0e0e0;
     border-left: 1px solid #e0e0e0;
     height: 35px;
     padding: 0 15px;
     line-height: 35px;
     vertical-align: top;
   }

   .content_head .navi .home img {
     vertical-align: middle;
   }

   .content_head .navi .m1 {
     display: inline-block;
     border-right: 1px solid #e0e0e0;
     height: 35px;
     padding: 0 30px;
     line-height: 35px;
     font-size: 14px;
     color: #393939;
   }

   .content_head .navi .m2 {
     display: inline-block;
     border-right: 1px solid #e0e0e0;
     height: 35px;
     padding: 0 30px;
     line-height: 35px;
     font-size: 14px;
     color: #393939;
   }

   /* top */
   .content_head .top {
     color: #393939;
     font-size: 35px;
     text-align: center;
     margin: 150px 0;
	 word-break:keep-all;
   }

   .page {}

/* //°øÅë  ///////////////////////////////////////////start*/
  .contents{}
   /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
   .common .s_menu {
     margin: 0 auto 50px;
     font-size: 0px;
     border: 1px solid #e0e0e0;
     border-bottom: 0px;
     box-sizing: border-box;
   }

   .common .s_menu li {
     display: inline-block;
     height: 50px;
     line-height: 50px;
     border-right: 1px solid #e0e0e0;
     border-bottom: 1px solid #e0e0e0;
     text-align: center;
     font-size: 18px;
     box-sizing: border-box;
   }

   .common .s_menu li.half {
     width: 50%;
   }

   .common .s_menu li.half:nth-child(2n) {
     border-right: 0;
   }

   .common .s_menu li.third {
     width: 33.3333%;
   }

   .common .s_menu li.third:nth-child(3n) {
     border-right: 0;
   }

   .common .s_menu li.fourth {
     width: 25%;
   }

   .common .s_menu li.fourth:nth-child(4n) {
     border-right: 0;
   }

   .common .s_menu li.on>a {
     background: #40704a;
     color: #fff;
   }

   .common .s_menu li>a {
     transition: all 0.3s;
     display: inline-block;
     width: 100%;
     font-family: NotoSans;
     color: #2d2d2d;
     box-sizing: border-box;
     vertical-align: top;
   }

   .common .s_menu li:hover>a {
     background: #40704a;
     color: #fff;
   }

   .common .s_page>li {
     display: none;
   }

   .common .s_page>li.on {
     display: block;
   }

   .common .s_menu_s {
     margin: 0 auto 40px;
   }

   .common .s_menu_s li {
     display: inline-block;
     margin-right: 30px;
     margin-bottom: 20px;
     border-bottom: 1px solid #393939;
   }

   .common .s_menu_s li>a {
     transition: color 0.3s;
     display: inline-block;
     width: 100%;
     font-family: NotoSans;
     color: #393939;
     font-size: 18px;
   }

   .common .s_menu_s li:hover>a {
     color: #40704a;
   }

   .common .s_menu_s li.on {
     color: #40704a;
     border-bottom: 1px solid #40704a;
   }

   .common .s_menu_s li.on>a {
     color: #40704a;
   }

   .common .s_page_s>li {
     display: none;
   }

   .common .s_page_s>li.on {
     display: block;
   }

   /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */


   /* »ó´Ü Ä¡·á ¿ä¾à */
   .common .sum_01 {
     position: relative;
     width: 100%;
     margin: 0 auto 50px;
     padding: 40px 0px;
     box-sizing: border-box;
     background: #d4d4d4;
   }

   .common .sum_01 ul {
     font-size: 0;
     overflow: hidden;
     width: 90%;
     margin: 0 auto;
   }

   .common .sum_01 ul li {
     display: inline-block;
     width: 20%;
     text-align: center;
     font-family: NotoSans;
     font-size: 0px
   }

   .common .sum_01 ul li .img01 {
     display: inline-block;
     vertical-align: middle;
     width: 70px;
     text-align: center;
   }

   .common .sum_01 ul li .txt {
     display: inline-block;
     vertical-align: middle;
     width: calc(100% - 70px);
     text-align: left;
     padding-left: 15px;
     font-size: 14px;
     line-height: 22px;
     color: #393939;
     box-sizing: border-box;
     word-break: keep-all;
   }

   /* //»ó´Ü Ä¡·á ¿ä¾à */


   .common .contents .section .h01 {
     position: relative;
     padding-left: 18px;
     font-family: NotoSans;
     font-size:22px;
     line-height: 30px;
     color: #393939;
     margin-bottom: 25px;
   }

   .common .contents .section .h01:before {
     position: absolute;
     top: 8px;
     left: 0px;
     content: "";
     display: inline-block;
     width: 12px;
     height: 12px;
     box-sizing: border-box;
     border: 3px solid #dd8e43;
     margin-bottom: 5px;
   }

   .common .contents .section .p01 {
     font-size: 16px;
     color: #393939;
     line-height: 24px;
     background: #f7f7f7;
     padding: 15px;
     word-break: keep-all;
     border: 1px solid #ccc;
   }

   .common .contents .section .p02 {
     font-size: 14px;
     color: #393939;
     line-height: 22px;
     word-break: keep-all;
   }

   .common .contents .section .p03 {
     font-size: 18px;
     color: #393939;
     line-height: 26px;
     word-break: keep-all;
   }

   /*// ÆùÆ® */


   /* ¹®´Ü  */
   .common .cont01 {
     margin-bottom: 80px;
   }
   .common .cont01:last-child {
     margin-bottom: 0px;
   }
   /*// ¹®´Ü */



   /* ¸®½ºÆ®  */
   .common .list01 {
     padding: 15px 0;
   }

   .common .list01 li {
     position: relative;
     font-size: 16px;
     color: #393939;
     line-height: 24px;
     padding: 10px;
     padding-left: 25px;
     margin-bottom: 25px;
     word-break: keep-all;
     border: 1px solid #ccc;
   }

   .common .list01 li:before {
     position: absolute;
     left: 10px;
     top: 18px;
     content: "";
     display: inline-block;
     width: 5px;
     height: 5px;
     border: 1px solid #638633;
     border-radius: 50%;
   }

   .common .list01 li:last-child {
     margin-bottom: 0px;
   }

   .common .list02 {
     border: 1px solid #e0e0e0;
     padding: 30px 20px 0 20px;
     font-size: 0;
   }

   .common .list02 li {
     font-size: 16px;
     color: #393939;
     line-height: 24px;
     padding-left: 65px;
     padding-bottom: 15px;
     margin-bottom: 30px;
     border-bottom: 1px dashed #ccc;
     word-break: keep-all;
     display: inline-block;
     width: 48%;
     vertical-align: top;
     box-sizing: border-box;
     position: relative;
     min-height: 64px;
   }

   .common .list02 li:nth-child(2n-1) {
     margin-right: 4%;
   }

   .common .list02 li span {
     font-size: 28px;
     color: #ffffff;
     margin-right: 5px;
     position: absolute;
     left: 0px;
     display: inline-block;
     background: #65784b;
     height: 48px;
     line-height: 48px;
     width: 48px;
     text-align: center;
     box-shadow: 5px 5px #ccc;
   }
    .common .list02 li b {
     font-size: 24px;
    
   }

   .common .list03 {
     text-align: left;
     font-size: 0;
     background: #f7f7f7;
     padding: 20px 0 0;
   }

   .common .list03 li {
     position: relative;
     background: #fff;
     font-size: 16px;
     color: #393939;
     line-height: 24px;
     padding-left: 35px;
     margin-bottom: 25px;
     word-break: keep-all;
     display: inline-block;
     width: 45%;
     box-sizing: border-box;
     vertical-align: top;
     padding: 20px;
     padding-left: 50px;
     margin: 0 2.5%;
     margin-bottom: 20px;
   }

   .common .list03 li:before {
     position: absolute;
     left: 20px;
     top: 20px;
     content: "";
     display: inline-block;
     width: 20px;
     height: 24px;
     background: url(/img/list03.png);
   }

   .common .list04 {
     padding: 15px 15px 0 15px;
     font-size: 0;
     background: #f7f7f7;
   }

   .common .list04 li {
     display: inline-block;
     width: 32%;
     vertical-align: top;
     font-size: 16px;
     color: #393939;
     line-height: 24px;
     padding: 20px 10px;
     margin-bottom: 25px;
     margin-right: 2%;
     word-break: keep-all;
     border: 1px solid #e0e0e0;
     text-align: center;
     box-sizing: border-box;
     box-shadow: 5px 5px #e0e0e0;
     background: #fff;
   }

   .common .list04 li:nth-child(3n) {
     margin-right: 0px;
   }

   .common .list05 {
     padding: 15px 0;
     font-size: 0;
   }

   .common .list05 li {
     font-size: 16px;
     color: #393939;
     line-height: 24px;
     display: inline-block;
     width: 48%;
     vertical-align: top;
     margin-bottom: 20px;
     margin-right: 4%;
     border: 1px dashed #ccc;
     padding: 10px;
     box-sizing: border-box;
     word-break: keep-all;
   }

   .common .list05 li:nth-child(2n) {
     margin-right: 0px;
   }

   .common .list05 li p {
     margin-bottom: 10px;
     font-size: 24px;
     line-height: 26px;
     color: #65784b;
     border-bottom: 1px dashed #ccc;
     padding-bottom: 5px;
     text-indent: -30px;
     padding-left: 30px;
     word-break: keep-all;
   }

   .common .list05 li .img01 {
     background: #efefef;
     padding: 10px;
   }



   .common .list06 li{
     height: 510px;
     position: relative;
     margin-bottom: 80px;
   }
   .common .list06 li:last-child{
     margin-bottom: 0px;
   }

   .common .list06 .img img{
     vertical-align: top;
   }

   .common .list06 p {
     background: rgba(255, 255, 255, 1);
     position: absolute;
     z-index: 1;
     width: 36%;
     bottom: 0px;
     left: 0px;
     padding: 50px;
     font-size: 18px;
     line-height: 28px;
     word-break: keep-all;
   }
   .common .list06 li:nth-child(2n) p {
     left: inherit;
     right: 0px;
   }

   .common .list06 p::before {
     content: "";
     display: inline-block;
     background: #40704a;
     width: 50px;
     height: 1px;
     position: absolute;
     transform: rotate(45deg);
     left: 2px;
     top: 32px;
   }

   .common .list06 p span {
     font-size: 30px;
     line-height: 40px;
     color: #40704a;
     display: block;
     margin-bottom: 20px;
   }



   /* ¼ø¼­ ¸®½ºÆ® */
   .common .order {
     font-size: 0px;
   }

   .common .order li {
     margin-bottom: 60px;
     border: 1px solid #ccc;
     box-sizing: border-box;
     text-align: center;
     padding: 30px 40px;
     position: relative;
   }

   .common .order li:after {
     content: "";
     display: block;
     background: url(/img/arrow_03.png) center no-repeat;
     width: 17px;
     height: 24px;
     position: absolute;
     left: 50%;
     margin-left: -8.5px;
     bottom: -40px;
   }

   .common .order li:last-child:after {
     display: none;
   }

   .common .order li:last-child {
     margin-bottom: 0px;
   }

   .common .order li .img {
     display: inline-block;
     width: 143px; height:143px; line-height: 143px;
     vertical-align: middle;
     background: #e5ece7;
   }
   .common .order li .img  img{
     vertical-align: middle;
   }


   .common .order li p:nth-of-type(1) {
     display: inline-block;
     width: calc((100% - 143px)/3);
     font-size: 28px;
     line-height: 34px;
     color: #393939;
     vertical-align: middle;
     text-align: left;
     padding: 0 40px 0 100px;
     box-sizing: border-box;
     text-indent: -34px;
     word-break: keep-all;
   }

   .common .order li p:nth-of-type(1) span {
     font-size: 40px;
     display: inline-block;
     margin-right: 10px;
   }

   .common .order li p:nth-of-type(2) {
     display: inline-block;
     vertical-align: middle;
     width: calc(((100% - 143px)/3)*2);
     font-size: 18px;
     line-height: 26px;
     color: #393939;
     text-align: left;
     word-break: keep-all;
   }

   /*// ¸®½ºÆ® */
   /* Å×ÀÌºí  */
   .common .tb01 {
     width: 100%;
     overflow: hidden;
     text-align: center;
     border-top: 4px solid #638633;
     color: #393939;
   }

   .common .tb01 tbody th {
     padding:15px 10px;
     font-size: 18px;
     line-height: 26px;
     border-bottom: 1px dashed #ccc;
     border-right: 1px dashed #e0e0e0;
     background: #f2f5ec;
     font-weight: bold;
     word-break: keep-all;
   }

   .common .tb01 tbody th:last-of-type {
     border-right: 0px;
   }

   .common .tb01 tbody td {
     padding:15px 10px;
     font-size: 16px;
     line-height: 24px;
     border-bottom: 1px dashed #ccc;
     border-right: 1px dashed #e0e0e0;
     text-align: center;
     word-break: keep-all;
   }

   .common .tb01 tbody td:last-of-type {
     border-right: 0px;
   }

   .common .tb01 tbody th.tit {
     border-bottom: 1px dashed #ccc;
     border-right: 1px dashed #e0e0e0;
   }

   .common .tb01 tbody td.tit {
     border-bottom: 1px dashed #ccc;
     border-right: 1px dashed #e0e0e0;
   }

   .common .tb01 tbody td.left {
     text-align: left;
   }

   /* //Å×ÀÌºí  */

   /* ÀÌ¹ÌÁö */
   .common .img01 {
     position: relative;
   }

   .common .img01 img {
     vertical-align: top;
     width: 100%;
   }
   .common .img01:after {
    content: "KAISER REHABILITATION HOSPITAL IMG";
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}


   /*//ÀÌ¹ÌÁö  */


/* //°øÅë  ///////////////////////////////////////////end*/



/* library1 ////////////////////////start*/
   .library {}

   /* section */
   .library .section {
     position: relative;
     border: 1px solid #ccc;
     padding: 20px;
     margin-bottom: 120px;
   }

   .library .section:after {
     position: absolute;
     width: 25px;
     height: 58px;
     left: 50%;
     margin-left: -12.5px;
     bottom: -85px;
     display: block;
     content: "";
     background: url(/img/arrow_03.png) no-repeat center;
   }

   .library .section:last-child:after {
     display: none;
   }

   .library .section:last-child {
     margin-bottom: 0px;
   }

   .library .section:before {
     position: absolute;
     content: "KAISER REHABILITATION HOSPITAL";
     color: #ccc;
     font-weight: normal;
     font-size: 12px;
     line-height: 100%;
     right: 20px;
     top: 20px;
     display: block;
     letter-spacing: 2px;
   }
   /* //section */

   /* Á¤ÀÇ  */
   .library .mean {
     position: relative;
     margin-bottom: 50px;
     padding: 85px 0 0 70px;
   }

   .library .mean i {
     position: absolute;
     left: 0px;
     top: 0px;
     font-size: 140px;
     line-height: 100%;
     font-weight: 900;
     color: #f2f5ec;
     font-style: normal;
     letter-spacing: -10px;
   }

   .library .mean span {
     position: relative;
     z-index: 1;
     font-size: 54px;
     line-height: 64px;
     color: #393939;
     word-break: keep-all;
   }

   /*// Á¤ÀÇ */

   /* Å¸ÀÌÆ²  */
   .library .contents .section .title {
     position: relative;
     margin-bottom: 50px;
     padding: 50px 0 0 60px;
   }

   .library .contents .section .title i {
     position: absolute;
     left: 0px;
     top: 0px;
     font-size: 120px;
     line-height: 100%;
     font-weight: 900;
     color: #e1ead8;
     font-style: normal;
     letter-spacing: -10px;
   }

   .library .contents .section .title span {
     position: relative;
     z-index: 1;
     font-size: 44px;
     line-height: 54px;
     color: #393939;
     word-break: keep-all;
   }
/* library1 ////////////////////////end*/


/* library2 ////////////////////////start*/
   .library2 .section {
     overflow: hidden;
   }

   /* section */
   .library2 .section .title {
     float: left;
     width: 240px;
     color: #414141;
     font-family: Notosans;
     font-weight: 800;
     font-size: 26px;
     padding-right: 30px;
     box-sizing: border-box;
     word-break: keep-all;
   }

   .library2 .section .inner_box {
     float: left;
     width: calc(100% - 240px);
   }

   .library2 .section:after {
     display: block;
     float: left;
     content: "";
     width: 100%;
     height: 20px;
     background: url(/img/pt02.png);
     margin: 70px 0;
   }

   .library2 .section:last-child:after {
     display: none;
   }

   /* //section */


/* library2 ////////////////////////end*/



   /* ÀÎ»ç¸» */
   .m07 .txt01 {
     height: 510px;
     position: relative;
   }

   .m07 .txt01 .img {
     height: 510px;
     width: 100%;
     background: url(/img/m07_01.jpg) no-repeat center;
     position: absolute;
   }

   .m07 .txt01 p {
     background: rgba(255, 255, 255, 1);
     position: absolute;
     z-index: 1;
     width: 36%;
     bottom: 0px;
     left: 0px;
     padding: 50px;
     font-size: 18px;
     line-height: 28px;
     word-break: keep-all;
   }

   .m07 .txt01 p::before {
     content: "";
     display: inline-block;
     background: #40704a;
     width: 50px;
     height: 1px;
     position: absolute;
     transform: rotate(45deg);
     left: 2px;
     top: 32px;
   }

   .m07 .txt01 p span {
     font-size: 30px;
     line-height: 40px;
     color: #40704a;
     display: block;
     margin-bottom: 20px;
   }

   .m07 .txt02 {
     font-size: 18px;
     line-height: 28px;
     word-break: keep-all;
     padding: 50px;
   }

   .m07 .txt02 p {
     font-size: 24px;
     line-height: 34px;
     font-weight: 800;
     margin-bottom: 20px;
   }

   /* ÀÇ·áÁø¼Ò°³ */
   .m09 .doctor{
   position: relative; margin-bottom:80px;
   text-align:center;
   }
   

   .m09 .doctor .img{
		vertical-align:top;
		display:inline-block;

   }
  
   .m09 .doctor .img img{vertical-align: top;}
  

	.m09 .doctor .txt{
		text-align:left;
		display:inline-block;
		position:relative;
		width: 460px; box-sizing: border-box;
		background: #fff;
		padding:40px 0 0 60px;
	}


   .m09 .doctor .txt::before{
     content: "";
     display: inline-block;
     width: 70px; height: 5px;
     background: #40704a;
     position: absolute; left:0%; top:55px; margin-left: -35px;
   }
   .m09 .doctor .txt p:nth-child(1){
     font-weight: normal;
     font-family: 'Chosunilbo_myungjo';
     font-size: 26px;
     margin-bottom: 35px;
   }
   .m09 .doctor .txt p:nth-child(1) span{
     display: inline-block;
     font-size: 40px;
     margin-right: 10px;
   }
   .m09 .doctor .txt p:nth-child(2){
     font-family:'pnight'; font-weight: normal;
     margin-bottom: 35px;
     font-size: 28px; line-height: 36px; word-break: keep-all;
     text-indent: -10px; padding-left: 10px;
   }
   .m09 .doctor .txt p:nth-child(2) span{
     box-shadow: inset 0 -8px 0 #ffd2a8;
     border-bottom: 2px solid #ffd2a8;
   }

   .m09 .doctor .txt ul li{
     font-size: 16px; line-height: 24px;
     margin-bottom: 10px;
	 padding-left:10px;
	 text-indent:-10px;
   }
   .m09 .doctor .txt ul li:last-child{
     margin-bottom: 0px;
   }


   /* ¸Ê Á¤º¸ */
   .m12 .map_wrap {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 500px;
   }

   .m12 .radius_border {
     border: 1px solid #919191;
   }

   .m12 .custom_typecontrol {
     position: absolute;
     top: 10px;
     right: 10px;
     overflow: hidden;
     width: 130px;
     height: 30px;
     margin: 0;
     padding: 0;
     z-index: 1;
     font-size: 12px;
     font-family: 'Malgun Gothic', '¸¼Àº °íµñ', sans-serif;
   }

   .m12 .custom_typecontrol span {
     display: block;
     width: 65px;
     height: 30px;
     float: left;
     text-align: center;
     line-height: 30px;
     cursor: pointer;
   }

   .m12 .custom_typecontrol .btn {
     background: #fff;
     background: linear-gradient(#fff, #e6e6e6);
   }

   .m12 .custom_typecontrol .btn:hover {
     background: #f5f5f5;
     background: linear-gradient(#f5f5f5, #e3e3e3);
   }

   .m12 .custom_typecontrol .btn:active {
     background: #e6e6e6;
     background: linear-gradient(#e6e6e6, #fff);
   }

   .m12 .custom_typecontrol .selected_btn {
     color: #fff;
     background: #425470;
     background: linear-gradient(#425470, #5b6d8a);
   }

   .m12 .custom_typecontrol .selected_btn:hover {
     color: #fff;
   }

   .m12 .custom_zoomcontrol {
     position: absolute;
     top: 50px;
     right: 10px;
     width: 36px;
     height: 80px;
     overflow: hidden;
     z-index: 1;
     background-color: #f5f5f5;
   }

   .m12 .custom_zoomcontrol span {
     display: block;
     width: 36px;
     height: 40px;
     text-align: center;
     cursor: pointer;
   }

   .m12 .custom_zoomcontrol span img {
     width: 15px;
     height: 15px;
     padding: 12px 0;
     border: none;
   }

   .m12 .custom_zoomcontrol span:first-child {
     border-bottom: 1px solid #bfbfbf;
   }

   .m12 .wrap {
     position: absolute;
     left: 0;
     bottom: 70px;
     width: 288px;
     height: 132px;
     margin-left: -144px;
     text-align: left;
     overflow: hidden;
     font-size: 12px;
     font-family: 'Malgun Gothic', dotum, 'µ¸¿ò', sans-serif;
     line-height: 1.5;
   }

   .m12 .wrap .info {
     width: 286px;
     height: 120px;
     border-bottom: 2px solid #e0e0e0;
     border-right: 1px solid #e0e0e0;
     overflow: hidden;
     background: #fff;
   }

   .m12 .wrap .info:nth-child(1) {
     border: 0;
     box-shadow: 0px 1px 2px #888;
   }

   .m12 .wrap .info:after {
     content: '';
     position: absolute;
     margin-left: -12px;
     left: 50%;
     bottom: 0;
     width: 22px;
     height: 12px;
     background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
   }

   .m12 .wrap .info .title {
     padding: 5px 0 0 10px;
     height: 30px;
     color: #393939;
     background: #e4e4e4;
     border-bottom: 1px solid #ddd;
     font-size: 18px;
     font-weight: bold;
   }

   .m12 .wrap .info .close {
     position: absolute;
     top: 10px;
     right: 10px;
     color: #888;
     width: 17px;
     height: 17px;
     background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
   }

   .m12 .wrap .info .close:hover {
     cursor: pointer;
   }

   .m12 .wrap .info .body {
     position: relative;
     overflow: hidden;
   }

   .m12 .wrap .info .desc {
     color: #393939;
     position: relative;
     margin: 13px 0 0 90px;
     height: 75px;
     white-space: initial;
   }

   .m12 .wrap .info .desc p {
     margin-bottom: 5px;
     white-space: initial;
     word-break: keep-all;
     font-size: 13px;
   }

   .m12 .wrap .info .desc a {
     color: #27579f;
     font-size: 15px;
   }

   .m12 .wrap .info .img {
     position: absolute;
     top: 6px;
     left: 5px;
     width: 73px;
     height: 71px;
     line-height: 71px;
     border: 1px solid #ddd;
     color: #888;
     text-align: center;
   }

   .m12 .wrap .info .img img {
     width: 80%;
     vertical-align: middle;
   }

   /* //¸Ê Á¤º¸ */
   .m12 .link {
     text-align: center;
     font-size: 0;
     padding: 60px 0;
   }

   .m12 .link li {
     display: inline-block;
     width: 200px;
     height: 40px;
     line-height: 40px;
     font-size: 18px;
   }

   .m12 .link li a {
     color: #fff;
   }

   .m12 .link li:nth-child(1) {
     background-color: #ffba00;
     margin-right: 30px;
   }

   .m12 .link li:nth-child(2) {
     background-color: #64d02e;
   }

   .m12 .addr {
     overflow: hidden;
   }

   .m12 .addr:after {
     display: block;
     float: left;
     content: "";
     width: 100%;
     height: 20px;
     background: url(/img/pt02.png);
     margin: 60px 0;
   }

   .m12 .addr h3 {
     float: left;
     width: 220px;
     color: #638633;
     font-family: 'Chosunilbo_myungjo';
     font-size: 35px;
   }

   .m12 .addr .cont_01 {
     float: left;
     width: calc(100% - 220px);
   }

   .m12 .addr .cont_01 p:nth-child(1) {
     color: #303030;
     font-family: Notosans;
     font-weight: 800;
     font-size: 28px;
     margin-bottom: 15px;
     line-height: 100%;
   }

   .m12 .addr .cont_01 p:nth-child(2) {
     color: #414141;
     font-size: 20px;
     word-break: keep-all;
     font-weight: normal;
   }

   .m12 .trans {
     overflow: hidden;
   }

   .m12 .trans h3 {
     float: left;
     width: 220px;
     color: #414141;
     font-family: Notosans;
     font-size: 30px;
   }

   .m12 .trans .cont_01 {
     float: left;
     width: calc(100% - 220px);
   }

   .m12 .trans .cont_01 h4 {
     color: #303030;
     font-size: 24px;
     margin-bottom: 20px;
   }

   .m12 .trans .cont_01 h4 span {
     display: inline-block;
     line-height: 100%;
     box-shadow: inset 0 -1px 0 #ffa042;
     border-bottom: 5px solid #ffa042;
   }

   .m12 .trans .cont_01>ul {
     overflow: hidden;
     font-size: 0px;
     margin-bottom: 80px;
   }

   .m12 .trans .cont_01>ul:last-child {
     margin-bottom: 0px;
   }

   .m12 .trans .cont_01>ul>li {
     margin-bottom: 50px;
   }

   .m12 .trans .cont_01>ul>li:last-child {
     margin-bottom: 0px;
   }

   .m12 .trans .cont_01>ul>li h5 {
     font-weight: 800;
     color: #393939;
     font-size: 20px;
     margin-bottom: 10px;
   }

   .m12 .trans .cont_01>ul>li div {
     color: #393939;
     font-size: 16px;
   }

   .m12 .trans .cont_01>ul>li div p {
     background: #efefef;
     padding: 5px;
     margin-top: 10px;
     line-height: 32px;
   }

   .m12 .link01 {
     display: inline-block;
     font-size: 14px;
     color: #393939;
     background: #fff568;
     padding: 5px 10px;
   }

   .m12 .link01:hover {
     background: #ffee00;
   }

   .m12 .etc01 {
     position: relative;
   }

   .m12 .etc01 a {
     display: inline-block;
     color: #fff;
     background: #087dc2;
     padding: 10px;
     position: absolute;
     right: 20px;
     top: 20px;
     box-shadow: 5px 5px rgba(0, 0, 0, 0.4);
     transition: all 0.3s;
   }

   .m12 .etc01 a:hover {
     box-shadow: 5px 5px rgba(0, 0, 0, 1);
     color: #ffee00;
   }

   .m12 .etc01 img {
     display: inline-block;
     width: 100%;
   }

   /* //¿À½Ã´Â±æ */


   /* Áø·á¾È³» */
   .m13 .table_box {}

   .m13 .table {
     overflow: hidden;
     width: 100%;
     text-align: center;
   }

   .m13 .table thead tr {
     background-color: #e6ecdd;
     color: #393939;
   }

   .m13 .table th {
     height: 60px;
     font-size: 20px;
     font-weight: 800;
   }

   .m13 .table td {
     height: 50px;
     font-size: 16px;
     color: #555555;
     border-bottom: 1px dashed #ccc;
   }

   .m13 .table .bar {
     display: block;
     width: 15px;
     margin: 0 auto;
     height: 100%;
     background-color: #638633;
   }

   .m13 .tit01 {
     font-size: 16px;
     text-align: center;
     color: #ff4040;
     margin-top: 20px;
   }

   .m13 .link01 {
     font-size: 16px;
     text-align: center;
     display: inline-block;
     color: #393939;
     background: #efefef;
     padding: 10px;
     margin-left: 20px;
   }

   .m13 .link01:hover {
     color: #fff;
     background: #638633;
   }

   .m13 .box:last-child h3 {
     float: inherit;
     width: 100%;
     margin-bottom: 25px
   }

   .m13 .box:last-child .inner_box {
     float: inherit;
     width: 100%;
   }

   /* //Áø·á¾È³» */

   /* ÀÔÅð¿øÀýÂ÷¾È³» */
  .m15 .section .title{
    float: inherit;
    width: 100%;
    font-weight: 800;
    font-size: 26px;
    padding-right: normal;
    margin-bottom: 30px;
  }
  .m15 .section .inner_box {
    float: inherit;
    width: 100%;
  }

   /* //ÀÔÅð¿øÀýÂ÷¾È³» */


   /* ¹æ±¤°æ°Ë»ç ¡¤ ¿ä°ü°æ°Ë»ç */
   .m30 iframe {
     height: 500px;
   }

   /* ¹æ±¤°æ°Ë»ç ¡¤ ¿ä°ü°æ°Ë»ç */
   /* ÀÇ·ÚÁø·á¼¾ÅÍ */
   .m43 .tb01 a {
     color: #393939;
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 10px;
   }

   .m43 .tb01 a:hover {
     color: #638633;
   }




   /* ÀÇ·ÚÁø·á¼¾ÅÍ */

   
	.m40 .iframe{
		height:500px;
	}
   /* »çÀÌÆ®¸Ê */
   .sitemap {}

   .smap_box {
     text-align: left;
     font-size: 0;
   }

   .smap_box .smap1 {
     text-align: center;
     vertical-align: top;
     width: 33.3333%;
     display: inline-block;
     margin-bottom: 50px;
   }

   .smap_box .smap1 a:hover {
     color: #638633;
   }

   .smap_box .tit_01 {
     font-size: 20px;
     padding-bottom: 30px;
     color: #638633;
     width: 50%;
     margin: 0 auto;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 3px dashed #ddd;
   }

   .smap_box .list>li {
     margin-bottom: 25px;
   }

   .smap_box .list>li>a {
     font-size: 16px;
     color: #555;
   }

   /* //»çÀÌÆ®¸Ê */
   /*// ¼­ºêÆäÀÌÁö */
 }

 @media (max-width:1199px) {
   .sub_banner {
     height: 300px;
     padding: 0 20px;
     line-height: 300px;
     background: url(/img/middle_banner.jpg) no-repeat;
     background-size: cover;
     text-align: center;
   }

   .sub_banner .txt {
     line-height: normal;
     vertical-align: middle;
     font-family: 'Chosunilbo_myungjo';
     font-weight: normal;
     color: #fff;
     display: inline-block;
   }

   .sub_banner p:nth-child(1) {
     font-size: 14px;
     margin-bottom: 10px;
   }

   .sub_banner p:nth-child(2) {
     color: #fff;
     font-size: 26px;
     word-break: keep-all;
   }

   /* ¼­ºêÆäÀÌÁö */
   /* header */
   [class^="contents_head"] {
     width: 100%;
     height: 350px;
     line-height: 350px;
     overflow: hidden;
     position: relative;
     text-align: center;
     border-top: 10px solid #ccc;
   }

   .contents_head1 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 350px;
     background: url(/img/contents_head_bg01.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head2 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 350px;
     background: url(/img/contents_head_bg02.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head3 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 350px;
     background: url(/img/contents_head_bg03.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head4 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 350px;
     background: url(/img/contents_head_bg04.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head5 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 350px;
     background: url(/img/contents_head_bg05.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head6 .bg {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 350px;
     background: url(/img/contents_head_bg06.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
     animation: background 2s forwards;
     animation-delay: 2s;
     z-index: 0;
   }

   .contents_head_notice {
     width: 100%;
     height: 350px;
     line-height: 340px;
     background: url(/img/notice_head_bg.jpg) no-repeat center;
     background-size: cover;
     border-top: 10px solid #ccc;
     text-align: center;
   }

   .contents_head_consult {
     width: 100%;
     height: 350px;
     line-height: 340px;
     background: url(/img/consult_head_bg.jpg) no-repeat center;
     background-size: cover;
     border-top: 10px solid #ccc;
     text-align: center;
   }

   .contents_head_review {
     width: 100%;
     height: 350px;
     line-height: 340px;
     background: url(/img/contents_head_review.jpg) no-repeat center top;
     background-size: cover;
     text-align: center;
   }

   .contents_head_login {
     width: 100%;
     height: 350px;
     line-height: 340px;
     background: url(/img/contents_head_login.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
   }


   .contents_head_join {
     width: 100%;
     height: 350px;
     line-height: 340px;
     background: url(/img/contents_head_login.jpg) no-repeat center;
     background-size: cover;
     text-align: center;
   }

   [class^="contents_head"] .text {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     line-height: normal;
     font-family: 'Chosunilbo_myungjo';
     font-weight: normal;
     color: #fff;
     text-align: center;
     font-size: 0px;
     padding: 0 30px;
   }

   [class^="contents_head"] .text p:nth-of-type(1) {
     font-size: 34px;
     box-sizing: border-box;
   }

   [class^="contents_head"] .text p:nth-of-type(1):after {
     content: "";
     display: block;
     vertical-align: middle;
     width: 50px;
     margin: 20px auto;
     height: 1px;
     background: #fff;
     background-size: cover;
   }

   [class^="contents_head"] .text p:nth-of-type(2) {
     font-size: 16px;
     line-height: 24px;
   }

   [class^="contents_head"] .text p:nth-of-type(2) br {
     display: none;
   }

   /*// header */
   #sub_contents {
     position: relative;
   }

   #sub_contents:before {
     content: "KAISER REHABILITATION HOSPITAL";
     display: block;
     font-size: 10px;
     color: #cedcbc;
     position: absolute;
     right: 5px;
     top: 66px;
     z-index: 2;
     letter-spacing: 2px;
   }

   #sub_contents_wrap {
     position: relative;
     overflow: hidden;
     min-height: 800px;
   }

   #sub_contents_wrap:before {
     content: "";
     display: block;
     height: 600px;
     width: 600px;
     background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(101, 120, 75, 0.1));
     border-radius: 50%;
     position: absolute;
     right: -200px;
     top: -400px;
   }

   #sub_contents_wrap:after {
     content: "";
     display: block;
     height: 400px;
     width: 400px;
     background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(101, 120, 75, 0.1));
     border-radius: 50%;
     position: absolute;
     left: -250px;
     top: 40%;
   }

   #sub_contents_box {
     position: relative;
     z-index: 1;
     margin: 0 auto;
     padding-bottom: 0px;
   }

   .content_head {
     border-bottom: 0px;
     text-align: center;
     padding: 80px 0 0px;
   }

   .content_head .sub_title {
     font-size: 40px;
     color: #638633;
     font-weight: 900;
     line-height: 100%;
     margin-bottom: 30px;
   }

   .content_head .navi {
     font-size: 0;
   }

   .content_head .navi .home {
     display: inline-block;
     border-right: 1px solid #e0e0e0;
     border-left: 1px solid #e0e0e0;
     height: 30px;
     padding: 0 15px;
     line-height: 30px;
     vertical-align: top;
   }

   .content_head .navi .home img {
     vertical-align: middle;
   }

   .content_head .navi .m1 {
     display: inline-block;
     border-right: 1px solid #e0e0e0;
     height: 30px;
     padding: 0 30px;
     line-height: 30px;
     font-size: 14px;
     color: #393939;
   }

   .content_head .navi .m2 {
     display: inline-block;
     border-right: 1px solid #e0e0e0;
     height: 30px;
     padding: 0 30px;
     line-height: 30px;
     font-size: 14px;
     color: #393939;
   }

   /* top */
   .content_head .top {
     color: #393939;
     font-size: 24px;
     line-height: 30px;
     text-align: center;
     margin: 80px 0;
     padding: 0 20px;
     word-break: keep-all;
   }

   .page {
     width: 95%;
     margin: 0 auto;
     padding-bottom: 100px;
   }

/* °øÅë ////////////////////////start*/
.contents{}
/* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
.common .s_menu {
  margin-bottom: 50px;
  font-size: 0px;
  border: 1px solid #e0e0e0;
  border-bottom: 0px solid #e0e0e0;
  box-sizing: border-box;
}

.common .s_menu li {
  display: inline-block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
}

.common .s_menu li:nth-child(2n) {
  border-right: 0;
}

.common .s_menu li.on a {
  background: #40704a;
  color: #fff;
}

.common .s_menu li a {
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  font-family: NotoSans;
  color: #2d2d2d;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.common .s_page>li {
  display: none;
}

.common .s_page>li.on {
  display: block;
}

.common .s_menu_s {
  margin: 0 auto 30px;
}

.common .s_menu_s li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #393939;
}

.common .s_menu_s li>a {
  transition: color 0.3s;
  display: inline-block;
  width: 100%;
  font-family: NotoSans;
  color: #393939;
  font-size: 16px;
}

.common .s_menu_s li:hover>a {
  color: #40704a;
}

.common .s_menu_s li.on {
  color: #40704a;
  border-bottom: 1px solid #40704a;
}

.common .s_menu_s li.on>a {
  color: #40704a;
}

.common .s_page_s>li {
  display: none;
}

.common .s_page_s>li.on {
  display: block;
}

/* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */

/* »ó´Ü Ä¡·á ¿ä¾à */
.common .sum_01 {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  box-sizing: border-box;
  background: #d4d4d4;
}

.common .sum_01 ul {
  font-size: 0px;
  width: 95%;
  margin: 0 auto;
}

.common .sum_01 ul li {
  display: inline-block;
  width: 33.3333%;
  margin-bottom: 30px;
  text-align: center;
}

.common .sum_01 ul li:nth-child(3)~li {
  margin-bottom: 0px;
}

.common .sum_01 ul li .img01 {
  display: inline-block;
  height: 45px;
  margin-bottom: 15px;
}

.common .sum_01 ul li .img01 img {
  height: 100%;
}

.common .sum_01 ul li .txt {
  font-size: 14px;
  line-height: 19px;
  color: #393939;
}

/* //»ó´Ü Ä¡·á ¿ä¾à */

.common .contents .section .h01 {
  position: relative;
  padding-left: 15px;
  font-family: NotoSans;
  font-size: 20px;
  line-height: 26px;
  color: #393939;
  margin-bottom: 20px;
}

.common .contents .section .h01:before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 3px solid #dd8e43;
  margin-bottom: 5px;
}

.common .contents .section .p01 {
  font-size: 14px;
  color: #393939;
  line-height: 20px;
  background: #f7f7f7;
  padding: 10px;
  word-break: keep-all;
  border: 1px solid #ccc;
}

.common .contents .section .p02 {
  font-size: 14px;
  color: #393939;
  line-height: 20px;
  word-break: keep-all;
}

.common .contents .section .p03 {
  font-size: 16px;
  color: #393939;
  line-height: 24px;
  word-break: keep-all;
}

/*// ÆùÆ® */
/* ¹®´Ü  */
.common .cont01 {
  margin-bottom: 40px;
}

.common .cont01:last-child {
  margin-bottom: 0px;
}

/*// ¹®´Ü */
/* ¸®½ºÆ®  */
.common .list01 {
  padding: 15px 0;
}

.common .list01 li {
  position: relative;
  font-size: 14px;
  color: #393939;
  line-height: 22px;
  padding: 10px;
  padding-left: 25px;
  margin-bottom: 20px;
  word-break: keep-all;
  border: 1px solid #ccc;
}

.common .list01 li:before {
  position: absolute;
  left: 10px;
  top: 18px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #638633;
  border-radius: 50%;
}

.common .list01 li:last-child {
  margin-bottom: 0px;
}

.common .list02 {
  border: 1px solid #e0e0e0;
  padding: 15px 15px 0 15px;
}

.common .list02 li {
  font-size: 14px;
  color: #393939;
  line-height: 20px;
  padding-left: 50px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  word-break: keep-all;
  position: relative;
  min-height: 50px;
}

.common .list02 li span {
  font-size: 18px;
  color: #ffffff;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  display: inline-block;
  background: #65784b;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  box-shadow: 5px 5px #ccc;
}
.common .list02 li b {
     font-size: 18px;
    
   }

.common .list02 li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.common .list03 {
  text-align: left;
  font-size: 0;
  background: #f7f7f7;
  padding: 15px;
}

.common .list03 li {
  position: relative;
  font-size: 14px;
  background: #fff;
  color: #393939;
  line-height: 20px;
  padding-left: 35px;
  margin-bottom: 20px;
  word-break: keep-all;
  padding: 20px;
  padding-left: 40px;
  margin-bottom: 20px;
}

.common .list03 li:before {
  position: absolute;
  left: 10px;
  top: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(/img/list03.png);
}

.common .list03 li:last-child {
  margin-bottom: 0px;
}

.common .list04 {
  padding: 15px 15px 0 15px;
  font-size: 0;
  background: #f7f7f7;
}

.common .list04 li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 14px;
  color: #393939;
  line-height: 20px;
  padding: 10px 5px;
  margin-bottom: 15px;
  margin-right: 4%;
  word-break: keep-all;
  border: 1px solid #e0e0e0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 5px 5px #e0e0e0;
  background: #fff;
}

.common .list04 li:nth-child(2n) {
  margin-right: 0px;
}

.common .list05 {
  padding: 15px 0;
  font-size: 0;
}

.common .list05 li {
  font-size: 14px;
  color: #393939;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 20px;
  border: 1px dashed #ccc;
  padding: 10px;
  box-sizing: border-box;
}

.common .list05 li:last-child {
  margin-bottom: 0px;
}

.common .list05 li p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  color: #65784b;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  text-indent: -30px;
  padding-left: 30px;
}

.common .list05 li .img01 {
  background: #efefef;
  padding: 10px;
}

.common .list06 li{
  margin-bottom: 40px;
}
.common .list06 li:last-child{
  margin-bottom: 0px;
}
.common .list06 .img{
  position: relative;
}
.common .list06 .img img{
  vertical-align: top;
  width: 100%;
}

.common .list06 p {
  padding: 30px 10px 0 30px;
  font-size: 14px;
  line-height: 22px;
  word-break: keep-all;
  position: relative;
}


.common .list06 p::before {
  content: "";
  display: inline-block;
  background: #40704a;
  width: 30px;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
  left: 2px;
  top: 28px;
}

.common .list06 p span {
  font-size: 28px;
  line-height: 36px;
  color: #40704a;
  display: block;
  margin-bottom: 15px;
}

/* ¼ø¼­ ¸®½ºÆ® */
.common .order {
  font-size: 0px;
}

.common .order li {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 20px;
  position: relative;
}

.common .order li:after {
  content: "";
  display: block;
  background: url(/img/arrow_03.png) center no-repeat;
  width: 17px;
  height: 24px;
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  bottom: -30px;
}

.common .order li:last-child:after {
  display: none;
}

.common .order li:last-child {
  margin-bottom: 0px;
}
.common .order li .img {
  display: inline-block;
  width: 143px; height:143px; line-height: 143px;
  background: #e5ece7;
}
.common .order li .img  img{
  vertical-align: middle;
}

.common .order li p:nth-of-type(1) {
  font-size: 20px;
  line-height: 28px;
  color: #393939;
  box-sizing: border-box;
  word-break: keep-all;
  padding: 15px 10px;
}

.common .order li p:nth-of-type(1) span {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}

.common .order li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  text-align: left;
  word-break: keep-all;
  margin-top: 10px;
  text-align: center;
}

/*// ¸®½ºÆ® */
/* Å×ÀÌºí  */
.common .table_box {
  overflow-x: scroll;
}

.common .tb01 {
  width: 130%;
  overflow: hidden;
  text-align: center;
  border-top: 4px solid #638633;
  color: #393939;
}

.common .tb01 tbody th {
  padding: 7px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #e0e0e0;
  background: #f2f5ec;
  font-weight: bold;
}

.common .tb01 tbody th:last-of-type {
  border-right: 0px;
}

.common .tb01 tbody td {
  padding: 7px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #e0e0e0;
  text-align: center;
  word-break: keep-all;
}

.common .tb01 tbody td:last-of-type {
  border-right: 0px;
}

.common .tb01 tbody th.tit {
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #e0e0e0;
}

.common .tb01 tbody td.tit {
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #e0e0e0;
}

.common .tb01 tbody td.left {
  text-align: left;
}

/* //Å×ÀÌºí  */
/* ÀÌ¹ÌÁö */
.common .img01 {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.common .img01 img {
  vertical-align: top;
  width: 100%;
}

.common .img01:after {
  content: "KAISER REHABILITATION HOSPITAL IMG";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: normal;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}

.common .img_s {
  position: relative;
  text-align: center;
}

.common .img_s img {
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
}

/*//ÀÌ¹ÌÁö  */

/* °øÅë ////////////////////////end*/



/* library1 ////////////////////////start*/

   /* section */
   .library .section {
     position: relative;
     border: 1px solid #ccc;
     padding: 10px;
     margin-bottom: 70px;
   }



   .library .section:after {
     position: absolute;
     width: 25px;
     height: 58px;
     left: 50%;
     margin-left: -10px;
     bottom: -65px;
     display: block;
     content: "";
     background: url(/img/arrow_03.png) no-repeat center;
	 background-size:20px;
   }

   .library .section:last-child:after {
     display: none;
   }

   .library .section:last-child {
     margin-bottom: 0px;
   }

   .library .section:before {
     position: absolute;
     content: "KAISER REHABILITATION HOSPITAL";
     color: #ccc;
     font-weight: normal;
     font-size: 11px;
     line-height: 100%;
     right: 20px;
     top: 20px;
     display: block;
     letter-spacing: 1px;
   }

   /* //section */



   /* Á¤ÀÇ  */
   .library .mean {
     position: relative;
     margin-bottom: 40px;
     padding: 60px 0 0 55px;
   }

   .library .mean i {
     position: absolute;
     left: 0px;
     top: 0px;
     font-size: 100px;
     line-height: 100%;
     font-weight: 900;
     color: #f2f5ec;
     font-style: normal;
     letter-spacing: -10px;
   }

   .library .mean span {
     position: relative;
     z-index: 1;
     font-size: 38px;
     line-height: 42px;
     color: #393939;
     word-break: keep-all;
   }

   /*// Á¤ÀÇ */




   /* ÆùÆ®  */
   .library .contents .section .title {
     position: relative;
     margin-bottom: 30px;
     padding: 35px 0 0 60px;
   }

   .library .contents .section .title i {
     position: absolute;
     left: 0px;
     top: 0px;
     font-size: 80px;
     line-height: 100%;
     font-weight: 900;
     color: #e1ead8;
     font-style: normal;
     letter-spacing: -10px;
   }

   .library .contents .section .title span {
     position: relative;
     display: inline-block;
     z-index: 1;
     font-size: 28px;
     line-height: 36px;
     word-break: keep-all;
     color: #393939;
   }
/* library1 ////////////////////////end*/



/* library2 ////////////////////////start*/

   /* section */
   .library2 .section .title {
     color: #414141;
     font-family: Notosans;
     font-size: 30px;
     margin-bottom: 20px;
     font-weight: 800;
   }

   .library2 .section .inner_box{

   }

   .library2 .section:after {
     display: block;
     float: left;
     content: "";
     width: 100%;
     height: 10px;
     background: url(/img/pt02.png);
     margin: 50px 0;
   }

   .library2 .section:last-child:after {
     display: none;
   }

/* library2 ////////////////////////end*/



   /* ÀÎ»ç¸» */
   .m07 .txt01 {}

   .m07 .txt01 .img {
     height: 250px;
     width: 100%;
     background: url(/img/m07_01_m.jpg) no-repeat center;
     background-size: cover;
   }

   .m07 .txt01 p {
     z-index: 1;
     padding: 40px;
     font-size: 16px;
     line-height: 24px;
     word-break: keep-all;
     position: relative;
   }

   .m07 .txt01 p::before {
     content: "";
     display: inline-block;
     background: #40704a;
     width: 40px;
     height: 1px;
     position: absolute;
     transform: rotate(45deg);
     left: 2px;
     top: 32px;
   }

   .m07 .txt01 p span {
     font-size: 24px;
     line-height: 34px;
     color: #40704a;
     display: block;
     margin-bottom: 10px;
   }

   .m07 .txt02 {
     font-size: 16px;
     line-height: 24px;
     word-break: keep-all;
     padding: 20px;
   }

   .m07 .txt02 p {
     font-size: 22px;
     line-height: 32px;
     font-weight: 800;
     margin-bottom: 20px;
   }

   /* // ÀÎ»ç¸» */

   /* ÀÇ·áÁø¼Ò°³ */
   .m09 .doctor{margin-bottom:50px;}

	
   .m09 .doctor .img{
	background:#eee;
	text-align:center;
	padding:30px 0;

   }

  
   .m09 .doctor .img img{
		width:70%;
		max-width:350px;
		margin:0 auto;

   
   }
  



	.m09 .doctor .txt{
		position:relative;
		 box-sizing: border-box;
		background: #fff;
		padding:40px 0 0 0px;
		text-align:center;
	}


   .m09 .doctor .txt::before{
     content: "";
     display: inline-block;
     width: 50px; height: 5px;
     background: #40704a;
	 margin:0 0 30px 0;
     
   }
   .m09 .doctor .txt p:nth-child(1){
     font-weight: normal;
     font-family: 'Chosunilbo_myungjo';
     font-size: 26px;
     margin-bottom: 35px;
   }
   .m09 .doctor .txt p:nth-child(1) span{
     display: inline-block;
     font-size: 40px;
     margin-right: 10px;
   }
   .m09 .doctor .txt p:nth-child(2){
     font-family:'pnight'; font-weight: normal;
     margin-bottom: 35px;
     font-size: 28px; line-height: 36px; word-break: keep-all;
     text-indent: -10px; padding-left: 10px;
   }
   .m09 .doctor .txt p:nth-child(2) span{
     box-shadow: inset 0 -8px 0 #ffd2a8;
     border-bottom: 2px solid #ffd2a8;
   }

   .m09 .doctor .txt ul li{
     font-size: 16px; line-height: 24px;
     margin-bottom: 10px;
	 padding-left:10px;
	 text-indent:-10px;
   }
   .m09 .doctor .txt ul li:last-child{
     margin-bottom: 0px;
   }

 



 


   /* ¿À½Ã´Â±æ */
   /* ¸Ê Á¤º¸ */
   .m12 .map_wrap {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 420px;
   }

   .m12 .radius_border {
     border: 1px solid #919191;
   }

   .m12 .custom_typecontrol {
     position: absolute;
     bottom: 10px;
     right: 10px;
     overflow: hidden;
     width: 100px;
     height: 20px;
     margin: 0;
     padding: 0;
     z-index: 1;
     font-size: 12px;
     font-family: 'Malgun Gothic', '¸¼Àº °íµñ', sans-serif;
   }

   .m12 .custom_typecontrol span {
     display: block;
     width: 50px;
     height: 20px;
     float: left;
     text-align: center;
     line-height: 20px;
     cursor: pointer;
     font-size: 11px;
   }

   .m12 .custom_typecontrol .btn {
     background: #fff;
     background: linear-gradient(#fff, #e6e6e6);
   }

   .m12 .custom_typecontrol .btn:hover {
     background: #f5f5f5;
     background: linear-gradient(#f5f5f5, #e3e3e3);
   }

   .m12 .custom_typecontrol .btn:active {
     background: #e6e6e6;
     background: linear-gradient(#e6e6e6, #fff);
   }

   .m12 .custom_typecontrol .selected_btn {
     color: #fff;
     background: #425470;
     background: linear-gradient(#425470, #5b6d8a);
   }

   .m12 .custom_typecontrol .selected_btn:hover {
     color: #fff;
   }

   .m12 .custom_zoomcontrol {
     position: absolute;
     bottom: 50px;
     right: 10px;
     width: 25px;
     height: 60px;
     overflow: hidden;
     z-index: 1;
     background-color: #f5f5f5;
   }

   .m12 .custom_zoomcontrol span {
     display: block;
     width: 25px;
     height: 30px;
     text-align: center;
     cursor: pointer;
   }

   .m12 .custom_zoomcontrol span img {
     width: 12px;
     height: 12px;
     padding: 10px 0;
     border: none;
   }

   .m12 .custom_zoomcontrol span:first-child {
     border-bottom: 1px solid #bfbfbf;
   }

   .m12 .wrap {
     position: absolute;
     left: 0;
     bottom: 70px;
     width: 288px;
     height: 132px;
     margin-left: -144px;
     text-align: left;
     overflow: hidden;
     font-size: 12px;
     font-family: 'Malgun Gothic', dotum, 'µ¸¿ò', sans-serif;
     line-height: 1.5;
   }

   .m12 .wrap .info {
     width: 286px;
     height: 120px;
     border-bottom: 2px solid #e0e0e0;
     border-right: 1px solid #e0e0e0;
     overflow: hidden;
     background: #fff;
   }

   .m12 .wrap .info:nth-child(1) {
     border: 0;
     box-shadow: 0px 1px 2px #888;
   }

   .m12 .wrap .info:after {
     content: '';
     position: absolute;
     margin-left: -12px;
     left: 50%;
     bottom: 0;
     width: 22px;
     height: 12px;
     background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
   }

   .m12 .wrap .info .title {
     color: #393939;
     padding: 5px 0 0 10px;
     height: 30px;
     background: #e4e4e4;
     border-bottom: 1px solid #ddd;
     font-size: 18px;
     font-weight: bold;
   }

   .m12 .wrap .info .close {
     position: absolute;
     top: 10px;
     right: 10px;
     color: #888;
     width: 17px;
     height: 17px;
     background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
   }

   .m12 .wrap .info .close:hover {
     cursor: pointer;
   }

   .m12 .wrap .info .body {
     position: relative;
     overflow: hidden;
   }

   .m12 .wrap .info .desc {
     color: #393939;
     position: relative;
     margin: 13px 0 0 90px;
     height: 75px;
     white-space: initial;
   }

   .m12 .wrap .info .desc p {
     margin-bottom: 5px;
     white-space: initial;
     word-break: keep-all;
   }

   .m12 .wrap .info .desc a {
     color: #27579f;
     font-size: 15px;
   }

   .m12 .wrap .info .img {
     position: absolute;
     top: 6px;
     left: 5px;
     width: 73px;
     height: 71px;
     line-height: 71px;
     border: 1px solid #ddd;
     color: #888;
     text-align: center;
   }

   .m12 .wrap .info .img img {
     width: 80%;
     vertical-align: middle;
   }

   /* //¸Ê Á¤º¸ */
   .m12 .link {
     text-align: center;
     font-size: 0;
     padding: 60px 0;
   }

   .m12 .link li {
     display: inline-block;
     height: 35px;
     padding: 0 15px;
     line-height: 35px;
     font-size: 15px;
   }

   .m12 .link li a {
     color: #fff;
   }

   .m12 .link li:nth-child(1) {
     background-color: #ffba00;
     margin-right: 10px;
   }

   .m12 .link li:nth-child(2) {
     background-color: #64d02e;
   }

   .m12 .addr {
     overflow: hidden;
   }

   .m12 .addr:after {
     display: block;
     float: left;
     content: "";
     width: 100%;
     height: 10px;
     background: url(/img/pt02.png);
     margin: 50px 0;
   }

   .m12 .addr h3 {
     color: #638633;
     font-family: 'Chosunilbo_myungjo';
     font-weight: normal;
     font-size: 34px;
     margin-bottom: 30px;
   }

   .m12 .addr .cont_01 {}

   .m12 .addr .cont_01 p:nth-child(1) {
     color: #303030;
     font-family: Notosans;
     font-weight: 800;
     font-size: 24px;
     margin-bottom: 15px;
     line-height: 100%;
   }

   .m12 .addr .cont_01 p:nth-child(2) {
     color: #414141;
     font-size: 16px;
     word-break: keep-all;
     font-weight: normal;
   }

   .m12 .trans {}

   .m12 .trans h3 {
     color: #414141;
     font-family: Notosans;
     font-size: 34px;
     margin-bottom: 30px;
   }

   .m12 .trans .cont_01 {}

   .m12 .trans .cont_01 h4 {
     color: #303030;
     font-size: 22px;
     margin-bottom: 20px;
   }

   .m12 .trans .cont_01 h4 span {
     display: inline-block;
     line-height: 100%;
     box-shadow: inset 0 -1px 0 #ffa042;
     border-bottom: 4px solid #ffa042;
   }

   .m12 .trans .cont_01>ul {
     margin-bottom: 70px;
   }

   .m12 .trans .cont_01>ul:last-child {
     margin-bottom: 0px;
   }

   .m12 .trans .cont_01>ul>li {
     margin-bottom: 30px;
     border: 1px solid #ccc; padding: 10px;
   }

   .m12 .trans .cont_01>ul>li:last-child {
     margin-bottom: 0px;
   }

   .m12 .trans .cont_01>ul>li h5 {
     color: #393939;
     font-size: 18px;
     margin-bottom: 15px;
   }

   .m12 .trans .cont_01>ul>li div {
     color: #393939;
     font-size: 13px;
   }

   .m12 .trans .cont_01>ul>li div p {
     background: #efefef;
     padding: 5px;
     margin-top: 10px;
     line-height: 22px;
   }

   .m12 .link01 {
     display: inline-block;
     font-size: 13px;
     color: #393939;
     background: #fff568;
     padding: 5px 10px;
   }

   .m12 .link01:hover {
     background: #ffee00;
   }

   .m12 .etc01 {
     position: relative;
   }

   .m12 .etc01 a {
     display: inline-block;
     color: #fff;
     background: #087dc2;
     padding: 10px;
     position: absolute;
     right: 20px;
     top: 20px;
     box-shadow: 5px 5px rgba(0, 0, 0, 0.4);
     transition: all 0.3s;
     font-size: 20px;
   }

   .m12 .etc01 a:hover {
     box-shadow: 5px 5px rgba(0, 0, 0, 1);
     color: #ffee00;
   }

   .m12 .etc01 img {
     display: inline-block;
     width: 100%;
   }

   /* //¿À½Ã´Â±æ */
   /* Áø·á¾È³» */
   .m13 .table_box {
     overflow-x: scroll;
   }

   .m13 .table {
     overflow: hidden;
     width: 100%;
     min-width: 600px;
     text-align: center;
   }

   .m13 .table thead tr {
     background-color: #e6ecdd;
     color: #393939;
   }

   .m13 .table th {
     height: 50px;
     font-size: 15px;
     font-weight: 800;
   }

   .m13 .table td {
     height: 45px;
     font-size: 14px;
     color: #555555;
     border-bottom: 1px dashed #ccc;
   }

   .m13 .table .bar {
     display: block;
     width: 10px;
     margin: 0 auto;
     height: 100%;
     background-color: #638633;
   }

   .m13 .tit01 {
     font-size: 15px;
     text-align: center;
     color: #ff4040;
     margin-top: 20px;
     word-break: keep-all;
   }

   .m13 .link01 {
     font-size: 14px;
     text-align: center;
     display: block;
     color: #393939;
     background: #efefef;
     padding: 10px;
     margin-top: 10px;
   }

   .m13 .link01:hover {
     color: #fff;
     background: #638633;
   }

   /* Áø·á¾È³» */
   /* ¹æ±¤°æ°Ë»ç ¡¤ ¿ä°ü°æ°Ë»ç */
   .m30 iframe {
     height: 300px;
   }

   /* ¹æ±¤°æ°Ë»ç ¡¤ ¿ä°ü°æ°Ë»ç */

	
	.m40 .iframe{
		height:200px;
	}


   /* ÀÇ·ÚÁø·á¼¾ÅÍ */
   .m43 .tb01 a {
     color: #393939;
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 10px;
   }

   .m43 .tb01 a:hover {
     color: #638633;
   }

   /* ÀÇ·ÚÁø·á¼¾ÅÍ */
   /* »çÀÌÆ®¸Ê */
   .sitemap {}

   .smap_box {
     text-align: center;
     font-size: 0;
   }

   .smap_box .smap1 {
     vertical-align: top;
     width: 50%;
     display: inline-block;
     margin-bottom: 50px;
   }

   .smap_box .smap1 a:hover {
     color: #638633;
   }

   .smap_box .tit_01 {
     font-size: 16px;
     padding-bottom: 30px;
     color: #638633;
     width: 80%;
     margin: 0 auto;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 3px dashed #ddd;
   }

   .smap_box .list>li {
     margin-bottom: 20px;
   }

   .smap_box .list>li>a {
     font-size: 14px;
     color: #555;
   }

   /* //»çÀÌÆ®¸Ê */
   /*// ¼­ºêÆäÀÌÁö */
   .table_box:before {
      content: "¡Ø ¿À¸¥ÂÊÀ¸·Î ÅÍÄ¡ ½ºÅ©·Ñ ÇÏ¼¼¿ä!";
      display: block;
      color: #109dff;
      font-size: 15px;
      margin-bottom: 10px;
  }
 }
