@charset "euc-kr";

@media (min-width:1500px) {

  /* ÃÖ¼Ò 1500 ~ ÃÖ´ë */
  #sub_contents {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #393939;
  }

  [class^="sub_header"] {
    height: 580px;
    background: #ccc;
    position: relative;
        overflow: hidden;
  }


  [class^="sub_header"]::before {
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0px;
	bottom: 0px;
	border-bottom: 0px;
	content: "";
	display: block;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
	z-index:2;
	animation: sub_bg 1s forwards;
	animation-delay: 1s;
	opacity: 0;
}


  [class^="sub_header"]  .bg{
    height: 580px;
	 background-size: cover!important;
	 position:absolute;
	 width:100%;
	 left:0;
	 top:0px;
	 z-index:1;
  }

  .sub_header01 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat center;


  }

  .sub_header02 .bg{
    background: url(/img/sub_header02_bg.jpg) no-repeat center;

  }

  .sub_header03 .bg{
    background: url(/img/sub_header03_bg.jpg) no-repeat center;

  }

  .sub_header04 .bg{
    background: url(/img/sub_header04_bg.jpg) no-repeat center;
  
  }

  .sub_header05 .bg{
    background: url(/img/sub_header05_bg.jpg) no-repeat center;

  }

  .sub_header06 .bg{
    background: url(/img/sub_header06_bg.jpg) no-repeat center;
  
  }

  .sub_header07 .bg{
    background: url(/img/sub_header07_bg.jpg) no-repeat center;

  }

  .sub_header08 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat center;

  }

  .sub_header09 .bg{
    background: url(/img/sub_header09_bg.jpg) no-repeat center;

  }

  .sub_header11 .bg{
    background: url(/img/sub_header11_bg.jpg) no-repeat center;

  }





  [class^="sub_header"] .txt {
    position: absolute;
    right: 5%;
    bottom: 50px;
    text-align: right;
	z-index:2;
  }

  [class^="sub_header"] .txt span {
    font-weight: 300;
    font-size: 70px;
    color: #fff;
	transform: skew(-0.001deg);
	
    position: relative;
	animation: sub_text 1s forwards;
	animation-delay: 2s;
	opacity: 0;
  }

  [class^="sub_header"] .txt p {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    padding-right: 55px;
    margin-top: 25px;
    position: relative;

	animation: sub_text 1s forwards;
	animation-delay: 2.5s;
	opacity: 0;
  }

  [class^="sub_header"] .txt p::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 12px;
  }

  .sub_contents_box {
    position: relative;
  }




  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    max-width: 1650px;
    width: 95%;
    margin: 0 auto;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 24px;
    cursor: pointer;
    padding: 20px 0;
    font-weight: 800;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #f58753;
	color:#fff;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #f2f2f2;
    display: none;    
	height: 300px;
    overflow-y: scroll;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 18px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #f58753;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display: none;
  }

  .page {}

  .page>.head {
    padding: 200px 0;
    text-align: center;
  }

  .page .head p:nth-child(1) {
    font-size: 54px;
    margin-bottom: 50px;
    line-height: 100%;
    font-weight:900;
  }

  .page .head p:nth-child(2) {
    font-size: 24px;
    line-height: 32px;
    font-weight:800;
  }

  .page .clinic_head {
    padding: 180px 0;
    text-align: center;
    font-weight: 300;
    height: 500px;
  }

  .page .clinic_head:after {
    content: "";
    display: block;
    clear: both;
  }

  .page .clinic_head .txt {
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
  }

  .page .clinic_head .txt p:nth-child(1) {
    font-size: 76px;
    width: 100%;
    padding: 0 20px;
    word-break: keep-all;
    top: 160px;
    position: absolute;
  }

  .page .clinic_head .txt p:nth-child(2) {
    font-size: 24px;
    bottom: 10px;
    right: 10px;
    position: absolute;
  }

  .page .clinic_head .img {
    height: 100%;
    float: left;
    width: 50%;
    background: #eee;
    position: relative;
    right: -30px;
    box-shadow: 0px 0px 20px -12px #000;
  }

  .page .contents {
    padding-bottom: 200px;
  }

  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box {
    width: 1300px;
    margin: 0 auto;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .page .s_menu_box {}

  .page .s_menu {
    font-size: 0px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 150px;
  }

  .page .s_menu li {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .page .s_menu li.fifth {
    width: calc((100% - 40px)/5);
  }

  .page .s_menu li.quarter {
    width: calc((100% - 30px)/4);
  }

  .page .s_menu li.third {
    width: calc((100% - 20px)/3);
  }

  .page .s_menu li.half {
    width: calc((100% - 10px)/2);
  }

  .page .s_menu li.fifth:nth-of-type(5n) {
    margin-right: 0px;
  }

  .page .s_menu li.quarter:nth-of-type(4n) {
    margin-right: 0px;
  }

  .page .s_menu li.half:nth-of-type(2n) {
    margin-right: 0px;
  }

  .page .s_menu li.third:nth-of-type(3n) {
    margin-right: 0px;
  }

  .page .s_menu li.on {
    border: 1px solid #f58753;
  }

  .page .s_menu li.on a {
    color: #f58753;
  }

  .page .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
  }

  .page .s_menu li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu li:hover a {
    color: #f58753;
  }

  .page .s_page>li {
    display: none;
  }

  .page .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */

  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  .page .s_menu_box_s {}

  .page .s_menu_s {
    font-size: 0px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 50px;
  }

  .page .s_menu_s li {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .page .s_menu_s li.on {
    border: 1px solid #f58753;
    color: #f58753;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu_s li:hover a {
    color: #f58753;
  }

  .page .s_page_s>li {
    display: none;
    border: 1px solid #ccc;
    padding: 30px;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  /* depth03_button*/
  .depth03_button {
    overflow: hidden;
  }

  .depth03_button>a {
    float: left;
    position: relative;
    width: 22.5%;
    height: 524px;
    text-align: center;
    background: #ccc;
    margin-bottom: 50px;
  }

  .depth03_button>a {
    margin-right: 2%;
    overflow: hidden;
  }

  .depth03_button>a:nth-child(4n-3) {
    margin-left: 2%;
  }

  .depth03_button>a img {
    max-width: inherit;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .depth03_button>a p {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
  }

  .depth03_button>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
  }

  .depth03_button>a:hover:before {
    opacity: 1;
  }

  .depth03_button>a:hover img {
    transform: scale(1.1);
  }

  /* depth03_button*/
  /* °øÅë css */
  .common {}

  /* ¼­ºêÆäÀÌÁö °øÅë1  */
  .common {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  /* section */
  .common .section {
    position: relative;
    margin-bottom: 160px;
    overflow: hidden;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .section .title {
	font-size: 54px;
    line-height: 66px;
    word-break: keep-all;
	font-weight:900;
        margin-bottom: 50px;
  }

  .common .section .title span {
            box-shadow: inset 0 -25px 0 #ffee00;
        line-height: 100%;
  }

  .common .section .content {
    border-top: 10px solid #efefef;
    padding-top: 40px;
  }

  .common .trans {
    overflow: hidden;
  }



  .common .trans .title {
  font-size: 54px;
        margin-bottom: 50px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 40px;
  }


  .common .trans .content {
    width:75%;
    float: left;
    box-sizing: border-box;
	padding-left: 40px;
  }

  /* //section */
  /* »ó´Ü Ä¡·á ¿ä¾à */
  .common .sum_01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    box-sizing: border-box;
    background: #ffeee6;
  }

  .common .sum_01 ul {
    font-size: 0;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }

  .common .sum_01 ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 0px
  }

  .common .sum_01 ul li .img01 {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    text-align: center;
  }

  .common .sum_01 ul li .img01 img {
    height: 100%;
  }

  .common .sum_01 ul li .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    box-sizing: border-box;
    word-break: keep-all;
  }

  /* //»ó´Ü Ä¡·á ¿ä¾à */
  /* ÆùÆ®  */
  .common .h01 {
    position: relative;
    margin-bottom: 50px;
    padding: 55px 0 0 55px;
    font-weight: 900;
  }

  .common .h01 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 90px;
    line-height: 100%;
    font-weight: 900;
    color: #ffeee6;
    font-style: normal;
    letter-spacing: -3px;
  }

  .common .h01 span {
    position: relative;
    z-index: 1;
	font-size: 42px;
    margin-bottom: 54px;
    word-break: keep-all;
  }

  .common .h02 {
    position: relative;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
    font-weight:900;
  }

  .common .p01 {
    font-size: 20px;
    color: #393939;
    line-height: 30px;
    background: #efefef;
    padding: 30px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 20px;
    color: #393939;
    line-height: 30px;
    word-break: keep-all;
  }

  .common .b1 {
    font-size: 22px;
	line-height:34px;
    font-weight: 900;
  }

  /*// ÆùÆ® */
  /* ¹®´Ü  */
  .common .cont01 {
    margin-bottom: 100px;
    padding-bottom:100px;
    border-bottom: 1px solid #ccc;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }

  .common .cont02 {
    margin-bottom:100px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  /*// ¹®´Ü */
  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .common .list01 li {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    padding-left: 40px;
    margin-bottom: 25px;
    word-break: keep-all;
    border: 1px solid #efefef;
  }

  .common .list01 li:before {
    position: absolute;
    left: 10px;
    top: 22px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #f37032;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 30px 20px 0 20px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 18px;
    color: #393939;
    line-height: 30px;
    padding-left: 65px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    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: 26px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #ffaa82;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #efefef;
    padding: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 18px;
    color: #393939;
    line-height: 30px;
    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: #efefef;
  }

  .common .list04 li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    font-size: 20px;
    color: #393939;
    line-height: 30px;
    padding: 30px 10px;
    margin-bottom: 25px;
    margin-right: 2%;
    word-break: keep-all;
    border: 1px solid #ececec;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }



  .common .list04 li b {
    color: #f37032;
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
  }

  .common .list04 li img {
    display: inline-block;
    margin-bottom: 20px;
  }

  .common .list04 li.third {
    width: calc((100% - 30px)/3);
    margin-right: 10px;
  }

  .common .list04 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list04 li.fourth {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
  }

  .common .list04 li.fourth:nth-child(4n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 15px 0;
    font-size: 0;
  }

  .common .list05 li {
    font-size: 20px;
    color: #393939;
    line-height: 30px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 4%;
    border: 1px solid #ececec;
    padding: 20px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list05 li p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    color: #f37032;
    border-bottom: 1px solid #ececec;
    text-indent: -30px;
    padding-left: 30px;
    word-break: keep-all;
    font-weight: 800;
  }

  .common .list05 li .img01 {
    background: #efefef;
    padding: 10px;
  }

  /* ¼ø¼­ ¸®½ºÆ® */
  .common .order {
    font-size: 0px;
  }

  .common .order li {
    margin-bottom: 80px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 40px;
    position: relative;
  }

  .common .order li:after {
    content: "";
    display: block;
    background: url(/img/arrow_04_b.png) center no-repeat;
    width: 23px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -11.5px;
    bottom: -55px;
  }

  .common .order li:last-child:after {
    display: none;
  }

  .common .order li:last-child {
    margin-bottom: 0px;
  }

  .common .order li>img {
    display: inline-block;
    vertical-align: middle;
  }

  .common .order li p:nth-of-type(1) {
    display: inline-block;
    width: calc(((100% - 200px)/10)*3);
    font-size: 32px;
    line-height: 42px;
    color: #393939;
    vertical-align: middle;
    text-align: left;
    padding: 0 40px 0 120px;
    box-sizing: border-box;
    word-break: keep-all;
    font-weight: 800;
    position: relative;
  }

  .common .order li p:nth-of-type(1) span {
    font-size: 50px;
    display: inline-block; 
    position: absolute;
    left: 30px;
  }

  .common .order li p:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    width: calc(((100% - 200px)/10)*7);
    font-size: 26px;
    line-height: 40px;
    color: #393939;
    text-align: left;
    word-break: keep-all;
  }

  /* qna */
  .common .qna{
    padding-top: 70px;
	position:relative;
  }

  .common .qna:before {
    
	position:absolute;
	content:'"Áú¹®À» Å¬¸¯ÇØ¼­ ´äº¯À» È®ÀÎÇØÁÖ¼¼¿ä!"';
	display:block;
	font-size:20px;
	color:#389bea;
	left:0px;
	top:5px;
	font-weight:800;
  }

  .common .qna>li {
    display: block;
    margin-bottom: 40px;
    border-bottom: 2px dashed #eee;
    padding-bottom: 20px;
  }

  .common .qna>li:last-child {
    margin-bottom: 0px;
  }

  .common .qna>li.on {
    display: block;
  }

  .common .qna>li.on .q .q_arrow {
    background: url(/img/qna_arrow.jpg) no-repeat center center;
  }

  .common .qna>li.on .q p {
    font-weight: 800;
  }

  .common .qna .q {
    position: relative;
    padding-left: 55px;
    padding-right: 40px;
    margin-bottom: 15px;
  }

  .common .qna .q .q_logo {
    font-weight: 800;
    position: absolute;
    left: 0;
    top: -8px;
    border: 1px solid #f37032;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #f37032;
  }

  .common .qna .q p {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #2d2d2d;
  }

  .common .qna .q .q_arrow {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 15px;
    background: url(/img/qna_arrow_r.jpg) no-repeat center center;
  }

  .common .qna .txt {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
  }

  .common .qna>li:nth-child(1) .txt {
    display: block;
  }

  /*// ¸®½ºÆ® */
  /* Å×ÀÌºí  */
  .common .tb01 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #f58753;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 tbody th {
    padding: 15px;
    font-size: 26px;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 800;
    word-break: keep-all;
  }

  .common .tb01 tbody td {
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 tbody th.tit {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .common .tb01 tbody td.tit {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .common .tb01 tbody td.left {
    text-align: left;
  }

  /* //Å×ÀÌºí  */
  /* ÀÌ¹ÌÁö */
  .common .contents .img {
    position: relative;
  }

  .common .contents .img img {
    vertical-align: top;
    max-width: 100%;
  }

  /*//ÀÌ¹ÌÁö  */
  
  
  
  /*a ¸µÅ©*/
  .common .link01{display:block; font-weight:800; font-size:28px;}		
  .common .link01 img{transition:all 0.1s; left:0px; position:relative; vertical-align:middle;}
  .common .link01:hover img{ position:relative; left:5px;}
  .common .link01:hover{ color:#f37032;}
	


  /* //°øÅë css */
  /* ÀÎ»ç¸» */
  .m09 {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  .m09 .list {
    margin-bottom: 300px;
  }

  .m09 .list li {
    margin-bottom: 200px;
  }

  .m09 .list li:nth-child(2) {
    margin-bottom: 0px;
  }

  .m09 .list li:after {
    content: "";
    display: block;
    clear: both;
  }

  .m09 .list li .img {
    float: left;
    width: 750px;
    box-shadow: -100px 150px #eee;
  }

  .m09 .list li .txt {
    float: left;
    width: calc(100% - 750px);
    font-size: 58px;
    box-sizing: border-box;
    padding: 120px 0 0 130px;
    word-break: keep-all;
  }

  .m09 .list li:nth-child(2) .img {
    float: right;
    box-shadow: 100px 150px #eee;
  }

  .m09 .list li:nth-child(2) .txt {
    float: right;
  }

  .m09 .list li .txt span {
    display: inline-block;
    margin-bottom: 15px;
  }

  .m09 .list li .txt i {
    box-shadow: inset 0 -16px 0 #ffbc9d;
    display: inline-block;
    font-style: normal;
    line-height: 100%;
  }

  .m09 .greeting p:nth-child(1) {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .m09 .greeting p:nth-child(2) {
    font-size: 22px;
    line-height: 34px;
    word-break: keep-all;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m10 {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  .m10 .doctor {
    overflow: hidden;
  }

  .m10 .doctor>ul>li {
    overflow: hidden;
    margin-bottom: 150px;
  }

  .m10 .doctor>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m10 .doctor>ul>li .img {
    width: 45%;
    float: left;
    text-align: center;
  }

  .m10 .doctor>ul>li .img img {
    display: inline-block;
    vertical-align: top;
    border-bottom: 10px solid #ff9462;
  }

  .m10 .doctor>ul>li .txt {
    width: 55%;
    float: left;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li .txt>p {
    padding: 30px 30px;
    font-weight: 800;
    font-size: 42px;
    border-bottom: 1px solid #ccc;
  }

  .m10 .doctor>ul>li .txt>p span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
  }

  .m10 .doctor>ul>li .txt>p i {
    display: inline-block;
    font-size: 30px;
    font-style: normal;
  }

  .m10 .doctor>ul>li .txt .wrap {
    padding: 30px 30px;
    overflow: hidden;
  }

  .m10 .doctor>ul>li .txt .wrap .box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 30px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>p {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul {}

  .m10 .doctor>ul>li .txt .wrap .box>ul>li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    word-break: keep-all;
    text-indent: -10px;
    padding-left: 10px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul>li.emty {
    height: 5px;
  }

  /*Â¦¼ö*/
  .m10 .doctor>ul>li:nth-child(2n) .img {
    width: 45%;
    float: right;
    text-align: center;
  }

  .m10 .doctor>ul>li:nth-child(2n) .txt {
    width: 55%;
    float: right;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li:nth-child(2n) .txt>p {
    text-align: right;
  }

  /* º´¿øµÑ·¯º¸±â */
  .m11 {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  .m11 .s_menu li.fifth {
    width: calc((100% - 60px)/7);
  }

  .m11 .s_menu li.fifth:nth-child(5) {
    margin-right: 10px;
  }

  .m11 .s_menu li.fifth:nth-child(7) {
    margin-right: 0px;
  }

  /* Ãþº°¾È³» */
  .m12 {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  .m12 .s_menu li.fifth {
    width: calc((100% - 60px)/7);
  }

  .m12 .s_menu li.fifth:nth-child(5) {
    margin-right: 10px;
  }

  .m12 .s_menu li.fifth:nth-child(7) {
    margin-right: 0px;
  }

  .m12 .floor .p01 {
    text-align: center;
    color: #f58753;
    font-size: 40px;
    margin-bottom: 120px;
    font-weight: 800;
  }

  .m12 .floor .p02 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 80px;
    font-weight: 800;
  }

  .m12 .floor ul {
    font-size: 0;
    margin-bottom: 60px;
  }

  .m12 .floor ul>li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-weight: 800;
    font-size: 0px;
    margin-bottom: 30px;
  }

  .m12 .floor ul>li span:nth-child(1) {
    display: inline-block;
    background: #efefef;
    padding: 20px;
    box-sizing: border-box;
    width: 40%;
    font-size: 26px;
    word-break: keep-all;
  }

  .m12 .floor ul>li span:nth-child(2) {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    width: 60%;
    font-size: 26px;
  }

  /* Áø·á½Ã°£¾È³» */
  .m14 {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  .m14 .button {
    display: inline-block;
    padding: 20px;
    background: #f37032;
    color: #fff;
    font-weight: 800;
  }

  .m14 .list03 li span{
	display: inline-block;
    margin-top: 10px;
  }




	/* Å¬¸®´Ð  */

	/* Å¬¸®´Ðhead */
	.m19 .clinic_head .img{background:url(/img/m19_head.jpg) center center; background-size:cover;}
	.m20 .clinic_head .img{background:url(/img/m20_head.jpg) center center; background-size:cover;}
	.m21 .clinic_head .img{background:url(/img/m21_head.jpg) center center; background-size:cover;}
	.m22 .clinic_head .img{background:url(/img/m22_head.jpg) center center; background-size:cover;}
	.m23 .clinic_head .img{background:url(/img/m23_head.jpg) center center; background-size:cover;}
	.m26 .clinic_head .img{background:url(/img/m26_head.jpg) center center; background-size:cover;}
	.m28 .clinic_head .img{background:url(/img/m28_head.jpg) center center; background-size:cover;}
	.m29 .clinic_head .img{background:url(/img/m29_head.jpg) center center; background-size:cover;}
	.m30 .clinic_head .img{background:url(/img/m30_head.jpg) center center; background-size:cover;}
	.m31 .clinic_head .img{background:url(/img/m31_head.jpg) center center; background-size:cover;}
	.m32 .clinic_head .img{background:url(/img/m32_head.jpg) center center; background-size:cover;}
	.m33 .clinic_head .img{background:url(/img/m33_head.jpg) center center; background-size:cover;}
	.m34 .clinic_head .img{background:url(/img/m34_head.jpg) center center; background-size:cover;}
	.m35 .clinic_head .img{background:url(/img/m35_head.jpg) center center; background-size:cover;}
	.m36 .clinic_head .img{background:url(/img/m36_head.jpg) center center; background-size:cover;}
	.m37 .clinic_head .img{background:url(/img/m37_head.jpg) center center; background-size:cover;}
	.m38 .clinic_head .img{background:url(/img/m38_head.jpg) center center; background-size:cover;}
	.m39 .clinic_head .img{background:url(/img/m39_head.jpg) center center; background-size:cover;}
	.m40 .clinic_head .img{background:url(/img/m40_head.jpg) center center; background-size:cover;}
	.m41 .clinic_head .img{background:url(/img/m41_head.jpg) center center; background-size:cover;}
	.m42 .clinic_head .img{background:url(/img/m42_head.jpg) center center; background-size:cover;}
	.m43 .clinic_head .img{background:url(/img/m43_head.jpg) center center; background-size:cover;}
	.m44 .clinic_head .img{background:url(/img/m44_head.jpg) center center; background-size:cover;}
	.m56 .clinic_head .img{background:url(/img/m56_head.jpg) center center; background-size:cover;}
	.m63 .clinic_head .img{background:url(/img/m63_head.jpg) center center; background-size:cover;}
	.m64 .clinic_head .img{background:url(/img/m64_head.jpg) center center; background-size:cover;}
	.m65 .clinic_head .img{background:url(/img/m65_head.jpg) center center; background-size:cover;}
	.m66 .clinic_head .img{background:url(/img/m66_head.jpg) center center; background-size:cover;}
	.m67 .clinic_head .img{background:url(/img/m67_head.jpg) center center; background-size:cover;}
	.m68 .clinic_head .img{background:url(/img/m68_head.jpg) center center; background-size:cover;}
	.m69 .clinic_head .img{background:url(/img/m69_head.jpg) center center; background-size:cover;}
	.m70 .clinic_head .img{background:url(/img/m70_head.jpg) center center; background-size:cover;}
	.m71 .clinic_head .img{background:url(/img/m71_head.jpg) center center; background-size:cover;}
	.m72 .clinic_head .img{background:url(/img/m72_head.jpg) center center; background-size:cover;}
	.m73 .clinic_head .img{background:url(/img/m73_head.jpg) center center; background-size:cover;}
	.m74 .clinic_head .img{background:url(/img/m74_head.jpg) center center; background-size:cover;}
	.m75 .clinic_head .img{background:url(/img/m75_head.jpg) center center; background-size:cover;}
	.m76 .clinic_head .img{background:url(/img/m76_head.jpg) center center; background-size:cover;}
	.m77 .clinic_head .img{background:url(/img/m77_head.jpg) center center; background-size:cover;}
	.m78 .clinic_head .img{background:url(/img/m78_head.jpg) center center; background-size:cover;}
	.m79 .clinic_head .img{background:url(/img/m79_head.jpg) center center; background-size:cover;}
	.m80 .clinic_head .img{background:url(/img/m80_head.jpg) center center; background-size:cover;}
	.m87 .clinic_head .img{background:url(/img/m87_head.jpg) center center; background-size:cover;}
	.m92 .clinic_head .img{background:url(/img/m92_head.jpg) center center; background-size:cover;}
	.m93 .clinic_head .img{background:url(/img/m93_head.jpg) center center; background-size:cover;}
	.m94 .clinic_head .img{background:url(/img/m94_head.jpg) center center; background-size:cover;}
	.m98 .clinic_head .img{background:url(/img/m98_head.jpg) center center; background-size:cover;}
.m99 .clinic_head .img{background:url(/img/m99_head.jpg) center center; background-size:cover;}

	
	
	
	.m36 .section:nth-child(1) .list04 li{min-height:400px;}
	.m66 .img_tit{margin-bottom:150px;}
	
	
	/* //Å¬¸®´Ð  */












  /* ºñ±Þ¿©Ç×¸ñ¾È³» */
  .m18 .tb01 tbody th {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px !important;
  }

  .m18 .tb01 tbody td {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px !important;
  }

  /*»çÀÌÆ®¸Ê  */
  .sitemap {
    overflow: hidden;
    padding:40px; border:1px solid #ececec;
  }

  .sitemap .box {
    float: left;
    width: 30%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
    margin-right:5%;
  }
  .sitemap .box:nth-child(3n) {
    margin-right:0%;
  }

  .sitemap .box .tit01{
    font-weight: 800;
    font-size:30px;
    padding-bottom:20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
  }

  .sitemap .box a:hover{
    color: #f37032;
  }



  .sitemap .box .list_01 > li{
    margin-bottom:20px;
    font-size:20px;
  }

  .sitemap .box .list_02{
    font-size:16px;
    background: #efefef;
    padding: 15px;
    margin-top:15px;
  }

  .sitemap .box .list_02 > li{
    margin-bottom:10px;
  }

  /*·Î±×ÀÎcss*/
  .login {}

  .login .login_inner {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    padding: 75px 0;
    border-top: 10px solid #eee;
  }

  .login .txt {
    line-height: normal;
  }

  .login .txt p {
    font-weight: 900;
    font-size: 35px;
    color: #f58753;
    margin-bottom: 40px;
  }

  .login .txt p span {
    display: block;
    color: #7d7d7d;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 4px;
  }

  .login .input table {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ccc;
    border-bottom: 0;
  }

  .login .input table td:nth-child(1) {
    width: 10%;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td:nth-child(2) {
    width: 90%;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
  }

  .login .input label {
    font-size: 13px;
    padding-right: 10px;
  }

  .login .btn_login {
    width: 50%;
    margin: 20px auto 0;
    background-color: #7c7c7c;
    font-size: 16px;
  }

  .login .btn_login a {
    color: #FFF;
    display: block;
    height: 35px;
    line-height: 35px;
  }

  .login .btn_login a:hover {
    color: #FFF;
    background-color: #f58753;
  }

  .select {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 21x;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }


  .select2 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    
    padding-left: 10px;
    padding-right: 50px;
    height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 21x;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }

  /* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
  select::-ms-expand {
    display: none;
  }

  /* select ¼­ºê ¸Þ´º  */
  select option {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }

  select option:hover {
    color: white;
    background: #f37032;
  }

  .input {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    display: inline-block;
    position: relative;
    padding: 0px;
    padding-left: 10px;
    font-size: 16px;
    width: 100px;
    height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #f37032;
  }

  .button {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
    border: 1px solid #ccc;
    color: #393939;
    background: #fff;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
  }

  .button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }

  .a_button {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 22px;
    display: inline-block;
    font-weight: 800;
  }

  .a_button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }



.login_page{font-size:26px; font-weight:800;}

}



@media screen and (min-width:1200px) and (max-width: 1499px) {

  #sub_contents {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #393939;
  }

  [class^="sub_header"] {
    height: 500px;
    background: #ccc;
    position: relative;
    animation: sub_move 1s forwards !important;
  }




 [class^="sub_header"]::before {
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0px;
	bottom: 0px;
	border-bottom: 0px;
	content: "";
	display: block;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
	z-index:2;
	animation: sub_bg 1s forwards;
	animation-delay: 1s;
	opacity: 0;
}


  [class^="sub_header"]  .bg{
    height: 500px;
	 background-size: cover!important;
	 position:absolute;
	 width:100%;
	 left:0;
	 top:0px;
	 z-index:1;
  }

  .sub_header01 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat center;

  }

  .sub_header02 .bg{
    background: url(/img/sub_header02_bg.jpg) no-repeat center;

  }

  .sub_header03 .bg{
    background: url(/img/sub_header03_bg.jpg) no-repeat center;

  }

  .sub_header04 .bg{
    background: url(/img/sub_header04_bg.jpg) no-repeat center;
  
  }

  .sub_header05 .bg{
    background: url(/img/sub_header05_bg.jpg) no-repeat center;

  }

  .sub_header06 .bg{
    background: url(/img/sub_header06_bg.jpg) no-repeat center;
  
  }

  .sub_header07 .bg{
    background: url(/img/sub_header07_bg.jpg) no-repeat center;

  }

  .sub_header08 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat center;

  }

  .sub_header09 .bg{
    background: url(/img/sub_header09_bg.jpg) no-repeat center;

  }

  .sub_header11 .bg{
    background: url(/img/sub_header11_bg.jpg) no-repeat center;

  }







  [class^="sub_header"] .txt {
    position: absolute;
    right: 5%;
    bottom: 40px;
    text-align: right;
	z-index:2;
  }

  [class^="sub_header"] .txt span {
    font-weight: 300;
    font-size: 60px;
    color: #fff;
	transform: skew(-0.001deg);

    position: relative;
	animation: sub_text 1s forwards;
	animation-delay: 2s;
	opacity: 0;
  }

  [class^="sub_header"] .txt p {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-right: 55px;
    margin-top: 20px;
    position: relative;

		animation: sub_text 1s forwards;
	animation-delay: 2.5s;
	opacity: 0;
  }






  [class^="sub_header"] .txt p::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 12px;
  }

  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 20px 0;
    font-weight: 800;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #f58753;
	color:#fff;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #f2f2f2;
    display: none;    
	height: 200px;
    overflow-y: scroll;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 16px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #f58753;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display: none;
  }

  .page {}

  .page>.head {
    padding: 100px 0;
    text-align: center;
    font-weight: 800;
  }

  .page .head p:nth-child(1) {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 100%;
  }

  .page .head p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
  }

  .page .clinic_head {
    padding: 100px 0;
    text-align: center;
    font-weight: 300;
    height: 500px;
  }

  .page .clinic_head:after {
    content: "";
    display: block;
    clear: both;
  }

  .page .clinic_head .txt {
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
  }

  .page .clinic_head .txt p:nth-child(1) {
    font-size: 60px;
    width: 100%;
    padding: 0 20px;
    word-break: keep-all;
    top: 200px;
    position: absolute;
  }

  .page .clinic_head .txt p:nth-child(2) {
    font-size: 24px;
    bottom: 10px;
    right: 10px;
    position: absolute;
  }

  .page .clinic_head .img {
    height: 100%;
    float: left;
    width: 50%;
    background: #eee;
    position: relative;
    right: -30px;
    box-shadow: 0px 0px 20px -12px #000;
  }

  .page .contents {
    padding-bottom: 100px;
  }

  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box {
    width: 1300px;
    margin: 0 auto;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .page .s_menu_box {}

  .page .s_menu {
    font-size: 0px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom:60px;
  }

  .page .s_menu li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .page .s_menu li.fifth {
    width: calc((100% - 40px)/5);
  }

  .page .s_menu li.quarter {
    width: calc((100% - 30px)/4);
  }

  .page .s_menu li.third {
    width: calc((100% - 20px)/3);
  }

  .page .s_menu li.half {
    width: calc((100% - 10px)/2);
  }

  .page .s_menu li.fifth:nth-of-type(5n) {
    margin-right: 0px;
  }

  .page .s_menu li.quarter:nth-of-type(4n) {
    margin-right: 0px;
  }

  .page .s_menu li.half:nth-of-type(2n) {
    margin-right: 0px;
  }

  .page .s_menu li.third:nth-of-type(3n) {
    margin-right: 0px;
  }

  .page .s_menu li.on {
    border: 1px solid #f58753;
  }

  .page .s_menu li.on a {
    color: #f58753;
  }

  .page .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
  }

  .page .s_menu li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu li:hover a {
    color: #f58753;
  }

  .page .s_page>li {
    display: none;
  }

  .page .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */

  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  .page .s_menu_box_s {}

  .page .s_menu_s {
    font-size: 0px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 50px;
  }

  .page .s_menu_s li {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .page .s_menu_s li.on {
    border: 1px solid #f58753;
    color: #f58753;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu_s li:hover a {
    color: #f58753;
  }

  .page .s_page_s>li {
    display: none;
    border: 1px solid #ccc;
    padding: 30px;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  /* depth03_button*/
  .depth03_button {
    overflow: hidden;
  }

  .depth03_button>a {
    float: left;
    position: relative;
    width: 22.5%;
    height: 524px;
    text-align: center;
    background: #ccc;
    margin-bottom: 50px;
  }

  .depth03_button>a {
    margin-right: 2%;
    overflow: hidden;
  }

  .depth03_button>a:nth-child(4n-3) {
    margin-left: 2%;
  }

  .depth03_button>a img {
    max-width: inherit;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    ;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .depth03_button>a p {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
  }

  .depth03_button>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
  }

  .depth03_button>a:hover:before {
    opacity: 1;
  }

  .depth03_button>a:hover img {
    transform: scale(1.1);
  }

  /* depth03_button*/
  /* °øÅë css */
  .common {}

  /* ¼­ºêÆäÀÌÁö °øÅë1  */
  .common {
    width: 95%;
    margin: 0 auto;
  }

  /* section */
  .common .section {
    position: relative;
    margin-bottom:100px;
    overflow: hidden;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .section .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    word-break: keep-all;
  }



 .common .section .title span {
            box-shadow: inset 0 -25px 0 #ffee00;
        line-height: 100%;
  }


  .common .section .content {
    border-top: 5px solid #efefef;
    padding-top: 20px;
  }

  .common .trans {
    overflow: hidden;
  }

  .common .trans .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 30px;
  }


  .common .trans .content {
    width:75%;
    float: left;
    box-sizing: border-box;
	padding-left: 20px;
  }

  /* //section */
  /* »ó´Ü Ä¡·á ¿ä¾à */
  .common .sum_01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    box-sizing: border-box;
    background: #ffeee6;
  }

  .common .sum_01 ul {
    font-size: 0;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }

  .common .sum_01 ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 0px
  }

  .common .sum_01 ul li .img01 {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    text-align: center;
  }

  .common .sum_01 ul li .img01 img {
    height: 100%;
  }

  .common .sum_01 ul li .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    box-sizing: border-box;
    word-break: keep-all;
  }

  /* //»ó´Ü Ä¡·á ¿ä¾à */
  /* ÆùÆ®  */
 .common .h01 {
    position: relative;
    margin-bottom: 20px;
    padding: 40px 0 0 40px;
    font-weight: 800;
  }

  .common .h01 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 74px;
    line-height: 100%;
    font-weight: 900;
    color: #ffeee6;
    font-style: normal;
    letter-spacing: -3px;
  }

  .common .h01 span {
    position: relative;
    z-index: 1;
    font-size: 40px;
    line-height: 54px;
    word-break: keep-all;
  }

  .common .h02 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #f58753;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .common .p01 {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    background: #efefef;
    padding: 10px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .b1 {
    font-size: 18px;
	line-height:26px;
  }

  /*// ÆùÆ® */
  /* ¹®´Ü  */
  .common .cont01 {
    margin-bottom: 60px;
    padding-bottom:60px;
    border-bottom: 1px solid #ccc;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }

  .common .cont02 {
    margin-bottom: 40px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  /*// ¹®´Ü */
  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .common .list01 li {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    padding-left: 40px;
    margin-bottom: 25px;
    word-break: keep-all;
    border: 1px solid #efefef;
  }

  .common .list01 li:before {
    position: absolute;
    left: 10px;
    top: 22px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #f37032;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 30px 20px 0 20px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 18px;
    color: #393939;
    line-height: 30px;
    padding-left: 65px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    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: 26px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #ffaa82;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #efefef;
    padding: 15px 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: #efefef;
  }

  .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 #ececec;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }



  .common .list04 li b {
    color: #f37032;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
  }

  .common .list04 li img {
    display: inline-block;
    margin-bottom: 15px;
  }

  .common .list04 li.third {
    width: calc((100% - 30px)/3);
    margin-right: 10px;
  }

  .common .list04 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list04 li.fourth {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
  }

  .common .list04 li.fourth:nth-child(4n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 15px 0;
    font-size: 0;
  }

  .common .list05 li {
    font-size: 20px;
    color: #393939;
    line-height: 30px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 4%;
    border: 1px solid #ececec;
    padding: 20px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list05 li p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    color: #f37032;
    border-bottom: 1px solid #ececec;
    text-indent: -30px;
    padding-left: 30px;
    word-break: keep-all;
    font-weight: 800;
  }

  .common .list05 li .img01 {
    background: #efefef;
    padding: 10px;
  }

  /* ¼ø¼­ ¸®½ºÆ® */
  .common .order {
    font-size: 0px;
  }

  .common .order li {
    margin-bottom: 60px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 30px;
    position: relative;
  }

  .common .order li:after {
    content: "";
    display: block;
    background: url(/img/arrow_04_b.png) center no-repeat;
    width: 23px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -11.5px;
    bottom: -48px;
  }

  .common .order li:last-child:after {
    display: none;
  }

  .common .order li:last-child {
    margin-bottom: 0px;
  }

  .common .order li>img {
    display: inline-block;
    vertical-align: middle;
	height:160px;
  }

  .common .order li p:nth-of-type(1) {
    display: inline-block;
    width: calc(((100% - 160px)/10)*3);
    font-size: 26px;
    line-height: 34px;
    color: #393939;
    vertical-align: middle;
    text-align: left;
    padding: 0 40px 0 100px;
    box-sizing: border-box;
    word-break: keep-all;
    font-weight: 800;
    position: relative;
  }

  .common .order li p:nth-of-type(1) span {
    font-size:40px;
    display: inline-block; 
    position: absolute;
    left: 30px;
  }

  .common .order li p:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    width: calc(((100% - 160px)/10)*7);
    font-size: 20px;
    line-height: 30px;
    color: #393939;
    text-align: left;
    word-break: keep-all;
  }

  /* qna */
  .common .qna{
    padding-top: 70px;
	position:relative;
  }

  .common .qna:before {
    
	position:absolute;
	content:'"Áú¹®À» Å¬¸¯ÇØ¼­ ´äº¯À» È®ÀÎÇØÁÖ¼¼¿ä!"';
	display:block;
	font-size:20px;
	color:#389bea;
	left:0px;
	top:5px;
	font-weight:800;
  }

  .common .qna>li {
    display: block;
    margin-bottom: 40px;
    border-bottom: 2px dashed #eee;
    padding-bottom: 20px;
  }

  .common .qna>li:last-child {
    margin-bottom: 0px;
  }

  .common .qna>li.on {
    display: block;
  }

  .common .qna>li.on .q .q_arrow {
    background: url(/img/qna_arrow.jpg) no-repeat center center;
  }

  .common .qna>li.on .q p {
    font-weight: 800;
  }

  .common .qna .q {
    position: relative;
    padding-left: 55px;
    padding-right: 40px;
    margin-bottom: 15px;
  }

  .common .qna .q .q_logo {
    font-weight: 800;
    position: absolute;
    left: 0;
    top: -8px;
    border: 1px solid #f37032;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #f37032;
  }

  .common .qna .q p {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #2d2d2d;
  }

  .common .qna .q .q_arrow {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 15px;
    background: url(/img/qna_arrow_r.jpg) no-repeat center center;
  }

  .common .qna .txt {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
  }

  .common .qna>li:nth-child(1) .txt {
    display: block;
  }

  /*// ¸®½ºÆ® */
  /* Å×ÀÌºí  */
  .common .tb01 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #f58753;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 tbody th {
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 800;
    word-break: keep-all;
  }

  .common .tb01 tbody td {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 tbody th.tit {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .common .tb01 tbody td.tit {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .common .tb01 tbody td.left {
    text-align: left;
  }

  /* //Å×ÀÌºí  */
  /* ÀÌ¹ÌÁö */
  .common .contents .img {
    position: relative;
  }

  .common .contents .img img {
    vertical-align: top;
    max-width: 100%;
  }

  /*//ÀÌ¹ÌÁö  */
  
  
  
  /*a ¸µÅ©*/
  .common .link01{display:block; font-weight:800; font-size:28px;}		
  .common .link01 img{transition:all 0.1s; left:0px; position:relative; vertical-align:middle;}
  .common .link01:hover img{ position:relative; left:5px;}
  .common .link01:hover{ color:#f37032;}
	


  /* //°øÅë css */
  /* ÀÎ»ç¸» */
  .m09 {
    width: 95%;
    margin: 0 auto;
  }

  .m09 .list {
    margin-bottom: 200px;
  }

  .m09 .list li {
    margin-bottom: 100px;
  }

  .m09 .list li:nth-child(2) {
    margin-bottom: 0px;
  }

  .m09 .list li:after {
    content: "";
    display: block;
    clear: both;
  }

  .m09 .list li .img {
    float: left;
    width: 600px;
    box-shadow: -60px 100px #eee;
  }

  .m09 .list li .txt {
    float: left;
    width: calc(100% - 600px);
    font-size: 48px;
    box-sizing: border-box;
    padding: 100px 0 0 100px;
    word-break: keep-all;
  }

  .m09 .list li:nth-child(2) .img {
    float: right;
    box-shadow: 100px 150px #eee;
  }

  .m09 .list li:nth-child(2) .txt {
    float: right;
  }

  .m09 .list li .txt span {
    display: inline-block;
    margin-bottom: 15px;
  }

  .m09 .list li .txt i {
    box-shadow: inset 0 -15px 0 #ffbc9d;
    display: inline-block;
    font-style: normal;
    line-height: 100%;
  }

  .m09 .greeting p:nth-child(1) {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .m09 .greeting p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 100px;
    word-break: keep-all;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m10 {
    width: 95%;
    margin: 0 auto;
  }

  .m10 .doctor {
    overflow: hidden;
  }

  .m10 .doctor>ul>li {
    overflow: hidden;
    margin-bottom: 80px;
  }

  .m10 .doctor>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m10 .doctor>ul>li .img {
    width: 40%;
    float: left;
    text-align: center;
  }

  .m10 .doctor>ul>li .img img {
    display: inline-block;
    vertical-align: top;
    border-bottom: 10px solid #ff9462;
  }

  .m10 .doctor>ul>li .txt {
    width: 60%;
    float: left;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li .txt>p {
    padding: 30px 30px;
    font-weight: 800;
    font-size: 36px;
    border-bottom: 1px solid #ccc;
  }

  .m10 .doctor>ul>li .txt>p span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
  }

  .m10 .doctor>ul>li .txt>p i {
    display: inline-block;
    font-size: 30px;
    font-style: normal;
  }

  .m10 .doctor>ul>li .txt .wrap {
    padding: 30px 30px;
    overflow: hidden;
  }

  .m10 .doctor>ul>li .txt .wrap .box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 30px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>p {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul {}

  .m10 .doctor>ul>li .txt .wrap .box>ul>li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    word-break: keep-all;
    text-indent: -10px;
    padding-left: 10px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul>li.emty {
    height: 5px;
  }

  /*Â¦¼ö*/
  .m10 .doctor>ul>li:nth-child(2n) .img {
    width: 40%;
    float: right;
    text-align: center;
  }

  .m10 .doctor>ul>li:nth-child(2n) .txt {
    width: 60%;
    float: right;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li:nth-child(2n) .txt>p {
    text-align: right;
  }

  /* º´¿øµÑ·¯º¸±â */
  .m11 {
    width: 95%;
    margin: 0 auto;
  }



  /* Ãþº°¾È³» */
  .m12 {
    width: 95%;
    margin: 0 auto;
  }



  .m12 .floor .p01 {
    text-align: center;
    color: #f58753;
    font-size: 34px;
    margin-bottom: 80px;
    font-weight: 800;
  }

  .m12 .floor .p02 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 800;
  }

  .m12 .floor ul {
    font-size: 0;
    margin-bottom: 60px;
  }

  .m12 .floor ul>li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-weight: 800;
    font-size: 0px;
    margin-bottom: 20px;
  }

  .m12 .floor ul>li span:nth-child(1) {
    display: inline-block;
    background: #efefef;
    padding: 20px;
    box-sizing: border-box;
    width: 40%;
    font-size: 20px;
    word-break: keep-all;
  }

  .m12 .floor ul>li span:nth-child(2) {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    width: 60%;
    font-size: 22px;
  }

  /* Áø·á½Ã°£¾È³» */
  .m14 {
    width: 95%;
    margin: 0 auto;
  }

  .m14 .button {
    display: inline-block;
    padding: 10px;
    background: #f37032;
    color: #fff;
    font-weight: 800;
	font-size:16px;
  }

  .m14 .list03 li span{
	display: inline-block;
    margin-top: 10px;
  }






	/* Å¬¸®´Ð  */

	/* Å¬¸®´Ðhead */
	.m19 .clinic_head .img{background:url(/img/m19_head.jpg) center center; background-size:cover;}
	.m20 .clinic_head .img{background:url(/img/m20_head.jpg) center center; background-size:cover;}
	.m21 .clinic_head .img{background:url(/img/m21_head.jpg) center center; background-size:cover;}
	.m22 .clinic_head .img{background:url(/img/m22_head.jpg) center center; background-size:cover;}
	.m23 .clinic_head .img{background:url(/img/m23_head.jpg) center center; background-size:cover;}
	.m26 .clinic_head .img{background:url(/img/m26_head.jpg) center center; background-size:cover;}
	.m28 .clinic_head .img{background:url(/img/m28_head.jpg) center center; background-size:cover;}
	.m29 .clinic_head .img{background:url(/img/m29_head.jpg) center center; background-size:cover;}
	.m30 .clinic_head .img{background:url(/img/m30_head.jpg) center center; background-size:cover;}
	.m31 .clinic_head .img{background:url(/img/m31_head.jpg) center center; background-size:cover;}
	.m32 .clinic_head .img{background:url(/img/m32_head.jpg) center center; background-size:cover;}
	.m33 .clinic_head .img{background:url(/img/m33_head.jpg) center center; background-size:cover;}
	.m34 .clinic_head .img{background:url(/img/m34_head.jpg) center center; background-size:cover;}
	.m35 .clinic_head .img{background:url(/img/m35_head.jpg) center center; background-size:cover;}
	.m36 .clinic_head .img{background:url(/img/m36_head.jpg) center center; background-size:cover;}
	.m37 .clinic_head .img{background:url(/img/m37_head.jpg) center center; background-size:cover;}
	.m38 .clinic_head .img{background:url(/img/m38_head.jpg) center center; background-size:cover;}
	.m39 .clinic_head .img{background:url(/img/m39_head.jpg) center center; background-size:cover;}
	.m40 .clinic_head .img{background:url(/img/m40_head.jpg) center center; background-size:cover;}
	.m41 .clinic_head .img{background:url(/img/m41_head.jpg) center center; background-size:cover;}
	.m42 .clinic_head .img{background:url(/img/m42_head.jpg) center center; background-size:cover;}
	.m43 .clinic_head .img{background:url(/img/m43_head.jpg) center center; background-size:cover;}
	.m44 .clinic_head .img{background:url(/img/m44_head.jpg) center center; background-size:cover;}
	.m56 .clinic_head .img{background:url(/img/m56_head.jpg) center center; background-size:cover;}
	.m63 .clinic_head .img{background:url(/img/m63_head.jpg) center center; background-size:cover;}
	.m64 .clinic_head .img{background:url(/img/m64_head.jpg) center center; background-size:cover;}
	.m65 .clinic_head .img{background:url(/img/m65_head.jpg) center center; background-size:cover;}
	.m66 .clinic_head .img{background:url(/img/m66_head.jpg) center center; background-size:cover;}
	.m67 .clinic_head .img{background:url(/img/m67_head.jpg) center center; background-size:cover;}
	.m68 .clinic_head .img{background:url(/img/m68_head.jpg) center center; background-size:cover;}
	.m69 .clinic_head .img{background:url(/img/m69_head.jpg) center center; background-size:cover;}
	.m70 .clinic_head .img{background:url(/img/m70_head.jpg) center center; background-size:cover;}
	.m71 .clinic_head .img{background:url(/img/m71_head.jpg) center center; background-size:cover;}
	.m72 .clinic_head .img{background:url(/img/m72_head.jpg) center center; background-size:cover;}
	.m73 .clinic_head .img{background:url(/img/m73_head.jpg) center center; background-size:cover;}
	.m74 .clinic_head .img{background:url(/img/m74_head.jpg) center center; background-size:cover;}
	.m75 .clinic_head .img{background:url(/img/m75_head.jpg) center center; background-size:cover;}
	.m76 .clinic_head .img{background:url(/img/m76_head.jpg) center center; background-size:cover;}
	.m77 .clinic_head .img{background:url(/img/m77_head.jpg) center center; background-size:cover;}
	.m78 .clinic_head .img{background:url(/img/m78_head.jpg) center center; background-size:cover;}
	.m79 .clinic_head .img{background:url(/img/m79_head.jpg) center center; background-size:cover;}
	.m80 .clinic_head .img{background:url(/img/m80_head.jpg) center center; background-size:cover;}
	.m87 .clinic_head .img{background:url(/img/m87_head.jpg) center center; background-size:cover;}
	.m92 .clinic_head .img{background:url(/img/m92_head.jpg) center center; background-size:cover;}
	.m93 .clinic_head .img{background:url(/img/m93_head.jpg) center center; background-size:cover;}
	.m94 .clinic_head .img{background:url(/img/m94_head.jpg) center center; background-size:cover;}
.m98 .clinic_head .img{background:url(/img/m98_head.jpg) center center; background-size:cover;}
.m99 .clinic_head .img{background:url(/img/m99_head.jpg) center center; background-size:cover;}

	
	
	.m36 .section:nth-child(1) .list04 li{min-height:400px;}
	.m66 .img_tit{margin-bottom:150px;}
	
	
	/* //Å¬¸®´Ð  */












  /* ºñ±Þ¿©Ç×¸ñ¾È³» */
  .m18 .tb01 tbody th {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 5px !important;
  }

  .m18 .tb01 tbody td {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 5px !important;
  }

  /*»çÀÌÆ®¸Ê  */
  .sitemap {
    overflow: hidden;
    padding:40px; border:1px solid #ececec;
  }

  .sitemap .box {
    float: left;
    width: 30%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
    margin-right:5%;
  }
  .sitemap .box:nth-child(3n) {
    margin-right:0%;
  }

  .sitemap .box .tit01{
    font-weight: 800;
    font-size:30px;
    padding-bottom:20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
  }

  .sitemap .box a:hover{
    color: #f37032;
  }



  .sitemap .box .list_01 > li{
    margin-bottom:20px;
    font-size:20px;
  }

  .sitemap .box .list_02{
    font-size:16px;
    background: #efefef;
    padding: 15px;
    margin-top:15px;
  }

  .sitemap .box .list_02 > li{
    margin-bottom:10px;
  }

  /*·Î±×ÀÎcss*/
  .login {}

  .login .login_inner {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    padding: 75px 0;
    border-top: 10px solid #eee;
  }

  .login .txt {
    line-height: normal;
  }

  .login .txt p {
    font-weight: 900;
    font-size: 35px;
    color: #f58753;
    margin-bottom: 40px;
  }

  .login .txt p span {
    display: block;
    color: #7d7d7d;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 4px;
  }

  .login .input table {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ccc;
    border-bottom: 0;
  }

  .login .input table td:nth-child(1) {
    width: 10%;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td:nth-child(2) {
    width: 90%;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
  }

  .login .input label {
    font-size: 13px;
    padding-right: 10px;
  }

  .login .btn_login {
    width: 50%;
    margin: 20px auto 0;
    background-color: #7c7c7c;
    font-size: 16px;
  }

  .login .btn_login a {
    color: #FFF;
    display: block;
    height: 35px;
    line-height: 35px;
  }

  .login .btn_login a:hover {
    color: #FFF;
    background-color: #f58753;
  }

  .select {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 21x;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }


  .select2 {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 16px;
    height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 21x;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }

  /* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
  select::-ms-expand {
    display: none;
  }

  /* select ¼­ºê ¸Þ´º  */
  select option {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }

  select option:hover {
    color: white;
    background: #f37032;
  }

  .input {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    display: inline-block;
    position: relative;
    padding: 0px;
    padding-left: 10px;
    font-size: 16px;
    width: 100px;
    height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #f37032;
  }

  .button {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
    border: 1px solid #ccc;
    color: #393939;
    background: #fff;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
  }

  .button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }

  .a_button {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 22px;
    display: inline-block;
    font-weight: 800;
  }

  .a_button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }



 .login_page{font-size:26px; font-weight:800;}

}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 768 ~ 1199  */
  /* ÃÖ¼Ò 768 ~ 1199  */
  #sub_contents {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #393939;
  }

  [class^="sub_header"] {
    height: 450px;
    background: #ccc;
    position: relative;
  }





 [class^="sub_header"]::before {
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0px;
	bottom: 0px;
	border-bottom: 0px;
	content: "";
	display: block;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
	z-index:2;
	animation: sub_bg 1s forwards;
	animation-delay: 1s;
	opacity: 0;
}


  [class^="sub_header"]  .bg{
    height: 450px;
	 background-size: cover!important;
	 position:absolute;
	 width:100%;
	 left:0;
	 top:0px;
	 z-index:1;
    animation: mymove 15s infinite;
    animation-direction: normal;
    animation-delay: 1.5s;
  }

  .sub_header01 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat left center;

  }

  .sub_header02 .bg{
    background: url(/img/sub_header02_bg.jpg) no-repeat left center;

  }

  .sub_header03 .bg{
    background: url(/img/sub_header03_bg.jpg) no-repeat left center;

  }

  .sub_header04 .bg{
    background: url(/img/sub_header04_bg.jpg) no-repeat left center;
  
  }

  .sub_header05 .bg{
    background: url(/img/sub_header05_bg.jpg) no-repeat left center;

  }

  .sub_header06 .bg{
    background: url(/img/sub_header06_bg.jpg) no-repeat left center;
  
  }

  .sub_header07 .bg{
    background: url(/img/sub_header07_bg.jpg) no-repeat left center;

  }

  .sub_header08 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat left center;

  }

  .sub_header09 .bg{
    background: url(/img/sub_header09_bg.jpg) no-repeat  left center;

  }

  .sub_header11 .bg{
    background: url(/img/sub_header11_bg.jpg) no-repeat  left center;

  }




 

  [class^="sub_header"] .txt {
    font-weight: 300;
    position: absolute;
    right: 5%;
    bottom: 30px;
    text-align: right;
	z-index:2;
  }

  [class^="sub_header"] .txt span {
    font-size: 55px;
    color: #fff;
	 transform: skew(-0.001deg);
	   position: relative;
	animation: sub_text 1s forwards;
	animation-delay: 2s;
	opacity: 0;
  }

  [class^="sub_header"] .txt p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding-right: 50px;
    margin-top: 10px;
    position: relative;
	
		animation: sub_text 1s forwards;
	animation-delay: 2.5s;
	opacity: 0;
  }







  [class^="sub_header"] .txt p::before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 8px;
  }

  .sub_contents_box {
    position: relative;
    overflow: hidden;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
    font-size: 0px;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 46px)/3);
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
    font-weight: 800;

  }

  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #f58753;
	color:#fff;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #f2f2f2;
    display: none;
	height: 180px;
    overflow-y: scroll;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #f58753;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display: none;
  }

  .page {}

  .page>.head {
    padding: 120px 20px;
    text-align: center;
    font-weight: 800;
  }

  .page .head p:nth-child(1) {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 100%;
  }

  .page .head p:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
  }

  .page .clinic_head {
    padding: 120px 0px;
    text-align: center;
    font-weight: 300;
    height: 250px;
  }

  .page .clinic_head:after {
    content: "";
    display: block;
    clear: both;
  }

  .page .clinic_head .txt {
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
  }

  .page .clinic_head .txt p:nth-child(1) {
    font-size: 46px;
    width: 100%;
    padding: 20px 20px;
    word-break: keep-all;
    box-sizing: border-box;
    text-align: left;
    box-sizing: border-box;
  }

  .page .clinic_head .txt p:nth-child(2) {
    font-size: 16px;
    bottom: 10px;
    right: 10px;
    position: absolute;
  }

  .page .clinic_head .img {
    height: 100%;
    float: left;
    width: 50%;
    background: #eee;
    position: relative;
    right: -2.5%;
    box-shadow: 0px 0px 10px -5px #000;
  }

  .page .contents {
    padding-bottom: 100px;
  }

  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box {
    width: 95%;
    margin: 0 auto;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .page .s_menu_box {}

  .page .s_menu {
    font-size: 0px;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 100px;
  }

  .page .s_menu li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .page .s_menu li.fifth {
    width: calc((100% - 40px)/5);
  }

  .page .s_menu li.quarter {
    width: calc((100% - 30px)/4);
  }

  .page .s_menu li.third {
    width: calc((100% - 20px)/3);
  }

  .page .s_menu li.half {
    width: calc((100% - 10px)/2);
  }

  .page .s_menu li.fifth:nth-of-type(5n) {
    margin-right: 0px;
  }

  .page .s_menu li.quarter:nth-of-type(4n) {
    margin-right: 0px;
  }

  .page .s_menu li.half:nth-of-type(2n) {
    margin-right: 0px;
  }

  .page .s_menu li.third:nth-of-type(3n) {
    margin-right: 0px;
  }

  .page .s_menu li.on {
    border: 1px solid #f58753;
  }

  .page .s_menu li.on a {
    color: #f58753;
  }

  .page .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
  }

  .page .s_menu li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu li:hover a {
    color: #f58753;
  }

  .page .s_page>li {
    display: none;
  }

  .page .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  .page .s_menu_box_s {}

  .page .s_menu_s {
    font-size: 0px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .page .s_menu_s li {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .page .s_menu_s li.on {
    border: 1px solid #f58753;
    color: #f58753;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu_s li:hover a {
    color: #f58753;
  }

  .page .s_page_s>li {
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  /* depth03_button*/
  .depth03_button {
    overflow: hidden;
  }

  .depth03_button>a {
    float: left;
    position: relative;
    width: 31.3333%;
    height: 300px;
    text-align: center;
    background: #ccc;
    margin-bottom: 20px;
  }

  .depth03_button>a {
    margin-right: 3%;
    overflow: hidden;
  }

  .depth03_button>a:nth-child(3n) {
    margin-right: 0px;
  }

  .depth03_button>a img {
    transition: all 0.3s;
    width: 100%;
    height: auto;
    position: relative;
    ;
    left: 0px;
    top: 0px;
    z-index: 1;
    max-width: inherit;
  }

  .depth03_button>a p {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 3;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
  }

  .depth03_button>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
  }

  .depth03_button>a:hover:before {
    opacity: 1;
  }

  .depth03_button>a:hover img {
    transform: scale(1.1);
  }

  /* depth03_button*/
  /* °øÅë css */
  .common {}

  /* ¼­ºêÆäÀÌÁö °øÅë1  */
  .common {
    width: 95%;
    margin: 0 auto;
  }

  /* section */
  .common .section {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .section .title {
    font-size: 30px;
	line-height:48px;
    margin-bottom: 30px;
  }

 .common .section .title span {
            box-shadow: inset 0 -15px 0 #ffee00;
        line-height: 100%;
  }

  .common .section .content {
    border-top: 5px solid #efefef;
    padding-top: 30px;
  }

  .common .trans {
    overflow: hidden;
  }

  .common .trans .title {
    font-size: 40px;
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding-right: 40px;
    word-break: keep-all;
  }

  .common .trans .content {
    width: 70%;
    float: left;
    box-sizing: border-box;
  }

  /* //section */
  /* »ó´Ü Ä¡·á ¿ä¾à */
  .common .sum_01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    box-sizing: border-box;
    background: #ffeee6;
  }

  .common .sum_01 ul {
    font-size: 0;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }

  .common .sum_01 ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 0px
  }

  .common .sum_01 ul li .img01 {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    text-align: center;
  }

  .common .sum_01 ul li .img01 img {
    height: 100%;
  }

  .common .sum_01 ul li .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    box-sizing: border-box;
    word-break: keep-all;
  }

  /* //»ó´Ü Ä¡·á ¿ä¾à */
  /* ÆùÆ®  */
  .common .h01 {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 0 0 30px;
    font-weight: 800;
  }

  .common .h01 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 60px;
    line-height: 100%;
    font-weight: 900;
    color: #ffeee6;
    font-style: normal;
    letter-spacing: -3px;
  }

  .common .h01 span {
    position: relative;
    z-index: 1;
    font-size: 32px;
    line-height: 40px;
    word-break: keep-all;
  }

  .common .h02 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #f58753;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .common .p01 {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    background: #efefef;
    padding: 15px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .b1 {
    font-size: 20px;
	line-height:30px;
  }

  /*// ÆùÆ® */
  /* ¹®´Ü  */
  .common .cont01 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }

  .common .cont02 {
    margin-bottom: 30px;
  }

  .common .cont02: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: 35px;
    margin-bottom: 25px;
    word-break: keep-all;
    border: 1px solid #efefef;
  }

  .common .list01 li:before {
    position: absolute;
    left: 10px;
    top: 15px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #f37032;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    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 solid #ececec;
    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: 26px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #ffaa82;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #efefef;
    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: #efefef;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    padding: 30px 10px;
    margin-bottom: 25px;
    word-break: keep-all;
    border: 1px solid #ececec;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }

  .common .list04 li b {
    color: #f37032;
    font-size: 22px;
    display: block;
    margin: 10px 0;
  }

  .common .list04 li img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .common .list04 li.third {
    width: calc((100% - 30px)/3);
    margin-right: 10px;
  }

  .common .list04 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list04 li.fourth {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
  }

  .common .list04 li.fourth:nth-child(4n) {
    margin-right: 0;
  }

  .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 solid #ececec;
    padding: 15px;
    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: 22x;
    font-weight: 800;
    line-height: 30px;
    color: #f37032;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    text-indent: -30px;
    padding-left: 30px;
    word-break: keep-all;
  }

  .common .list05 li .img01 {
    background: #efefef;
    padding: 10px;
  }

  /* ¼ø¼­ ¸®½ºÆ® */
  .common .order {
    font-size: 0px;
  }

  .common .order li {
    margin-bottom: 60px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 20px;
    position: relative;
  }

  .common .order li:after {
    content: "";
    display: block;
    background: url(/img/arrow_04_b.png) center no-repeat;
    background-size: cover;
    width: 18px;
    height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    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;
    vertical-align: middle;
    width: 150px;
  }

  .common .order li p:nth-of-type(1) {
    display: inline-block;
    width: calc(((100% - 150px)/10)*4);
    font-size: 26px;
    line-height: 36px;
    color: #393939;
    vertical-align: middle;
    text-align: left;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    word-break: break-all;
    font-weight: 800;
  }

  .common .order li p:nth-of-type(1) span {
    font-size: 40px;
    display: block;
    margin-bottom: 5px;
  }

  .common .order li p:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    width: calc(((100% - 150px)/10)*6);
    font-size: 18px;
    line-height: 28px;
    color: #393939;
    text-align: left;
    word-break: keep-all;
  }

  /* qna */
  .common .qna {
    padding-top: 40px;
	position:relative;
  }


  .common .qna:before {
    
	position:absolute;
	content:'"Áú¹®À» Å¬¸¯ÇØ¼­ ´äº¯À» È®ÀÎÇØÁÖ¼¼¿ä!"';
	display:block;
	font-size:16px;
	color:#389bea;
	left:0px;
	top:5px;
	font-weight:300;
  }

  .common .qna>li {
    display: block;
    margin-bottom: 40px;
    border-bottom: 2px dashed #eee;
    padding-bottom: 20px;
  }

  .common .qna>li:last-child {
    margin-bottom: 0px;
  }

  .common .qna>li.on {
    display: block;
  }

  .common .qna>li.on .q .q_arrow {
    background: url(/img/qna_arrow.jpg) no-repeat center center;
  }

  .common .qna>li.on .q p {
    font-weight: 800;
  }

  .common .qna .q {
    position: relative;
    padding-left: 55px;
    padding-right: 40px;
    margin-bottom: 15px;
  }

  .common .qna .q .q_logo {
    font-weight: 800;
    position: absolute;
    left: 0;
    top: -8px;
    border: 1px solid #f37032;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #f37032;
  }

  .common .qna .q p {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    word-break: keep-all;
  }

  .common .qna .q .q_arrow {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 15px;
    background: url(/img/qna_arrow_r.jpg) no-repeat center center;
  }

  .common .qna .txt {
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .qna>li:nth-child(1) .txt {
    display: block;
  }

  /*// ¸®½ºÆ® */
  /* Å×ÀÌºí  */
  .common .tb01 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #f58753;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 tbody th {
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 800;
    word-break: keep-all;
  }

  .common .tb01 tbody td {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 tbody td.left {
    text-align: left;
  }

  /* //Å×ÀÌºí  */
  /* ÀÌ¹ÌÁö */
  .common .contents .img {
    position: relative;
  }

  .common .contents .img img {
    vertical-align: top;
    max-width: 100%;
  }

  /*//ÀÌ¹ÌÁö  */



  /*a ¸µÅ©*/

	.common .link01{display:block;  font-weight:800; font-size:22px;}
	.common .link01 img{transition:all 0.1s; left:0px; position:relative; vertical-align:top;}
	.common .link01:hover img{ position:relative; left:5px;}
	.common .link01:hover{ color:#f37032;}





  /* //°øÅë css */
  /* ÀÎ»ç¸» */
  .m09 {
    width: 95%;
    margin: 0 auto;
  }

  .m09 .list {
    margin-bottom: 200px;
  }

  .m09 .list li {
    margin-bottom: 100px;
  }

  .m09 .list li:nth-child(2) {
    margin-bottom: 0px;
  }

  .m09 .list li:after {
    content: "";
    display: block;
    clear: both;
  }

  .m09 .list li .img {
    float: left;
    width: 400px;
    box-shadow: -30px 50px #eee;
  }

  .m09 .list li .txt {
    float: left;
    width: calc(100% - 400px);
    font-size: 40px;
    box-sizing: border-box;
    padding: 50px 30px 0 50px;
    word-break: keep-all;
  }

  .m09 .list li .txt p br {
    display: none;
  }

  .m09 .list li:nth-child(2) .img {
    float: right;
    box-shadow: 30px 50px #eee;
  }

  .m09 .list li:nth-child(2) .txt {
    float: right;
  }

  .m09 .list li .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }

  .m09 .list li .txt i {
    box-shadow: inset 0 -15px 0 #ffbc9d;
    display: inline-block;
    font-style: normal;
    line-height: 100%;
  }

  .m09 .greeting p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .m09 .greeting p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m10 {
    width: 95%;
    margin: 0 auto;
  }

  .m10 .doctor {
    overflow: hidden;
  }

  .m10 .doctor>ul>li {
    overflow: hidden;
    margin-bottom: 80px;
  }

  .m10 .doctor>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m10 .doctor>ul>li .img {
    width: 45%;
    float: left;
    text-align: center;
  }

  .m10 .doctor>ul>li .img img {
    display: inline-block;
    vertical-align: top;
    border-bottom: 5px solid #ff9462;
  }

  .m10 .doctor>ul>li .txt {
   width: 55%;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li .txt>p {
    padding: 20px 20px;
    font-weight: 800;
    font-size: 40px;
    border-bottom: 1px solid #ccc;
  }

  .m10 .doctor>ul>li .txt>p span {
    display: block;
    font-size: 22px;
    margin-bottom: 2px;
  }

  .m10 .doctor>ul>li .txt>p i {
    display: inline-block;
    font-size: 30px;
    font-style: normal;
  }

  .m10 .doctor>ul>li .txt .wrap {
    padding: 20px 20px;
    overflow: hidden;
  }

  .m10 .doctor>ul>li .txt .wrap .box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 30px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>p {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul {}

  .m10 .doctor>ul>li .txt .wrap .box>ul>li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    word-break: keep-all;
    text-indent: -10px;
    padding-left: 10px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul>li.emty {
    height: 2px;
  }

  /*Â¦¼ö*/
  .m10 .doctor>ul>li:nth-child(2n) .img {
    width: 45%;
    float: right;
    text-align: center;
  }

  .m10 .doctor>ul>li:nth-child(2n) .txt {
    width: 55%;
    padding-left: 0px;
    padding-right: 20px;
    float: right;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li:nth-child(2n) .txt>p {
    text-align: right;
  }

  /* º´¿øµÑ·¯º¸±â */
  .m11 {
    width: 95%;
    margin: 0 auto;
  }

  /* Ãþº°¾È³» */
  .m12 {
    width: 95%;
    margin: 0 auto;
  }

  .m12 .floor .p01 {
    text-align: center;
    color: #f58753;
    font-size: 34px;
    margin-bottom: 80px;
    font-weight: 800;
  }

  .m12 .floor .p02 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 800;
    word-break: keep-all;
  }

  .m12 .floor ul {
    font-size: 0;
    margin-bottom: 60px;
  }

  .m12 .floor ul>li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-weight: 800;
    font-size: 0px;
    margin-bottom: 20px;
  }

  .m12 .floor ul>li span:nth-child(1) {
    display: inline-block;
    background: #efefef;
    padding: 15px;
    box-sizing: border-box;
    width: 50%;
    font-size: 22px;
    word-break: keep-all;
  }

  .m12 .floor ul>li span:nth-child(2) {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    width: 50%;
    font-size: 22px;
  }

  /* Áø·á½Ã°£¾È³» */
  .m14 .button {
    display: inline-block;
    padding: 15px;
    background: #f37032;
    color: #fff;
    font-weight: 800;
  }


  .m14 .list03 li span{
	display: inline-block;
    margin-top: 5px;
  }





  /* Å¬¸®´Ð  */

/* Å¬¸®´Ðhead */
	.m19 .clinic_head .img{background:url(/img/m19_head.jpg) center center; background-size:cover;}
	.m20 .clinic_head .img{background:url(/img/m20_head.jpg) center center; background-size:cover;}
	.m21 .clinic_head .img{background:url(/img/m21_head.jpg) center center; background-size:cover;}
	.m22 .clinic_head .img{background:url(/img/m22_head.jpg) center center; background-size:cover;}
	.m23 .clinic_head .img{background:url(/img/m23_head.jpg) center center; background-size:cover;}
	.m26 .clinic_head .img{background:url(/img/m26_head.jpg) center center; background-size:cover;}
	.m28 .clinic_head .img{background:url(/img/m28_head.jpg) center center; background-size:cover;}
	.m29 .clinic_head .img{background:url(/img/m29_head.jpg) center center; background-size:cover;}
	.m30 .clinic_head .img{background:url(/img/m30_head.jpg) center center; background-size:cover;}
	.m31 .clinic_head .img{background:url(/img/m31_head.jpg) center center; background-size:cover;}
	.m32 .clinic_head .img{background:url(/img/m32_head.jpg) center center; background-size:cover;}
	.m33 .clinic_head .img{background:url(/img/m33_head.jpg) center center; background-size:cover;}
	.m34 .clinic_head .img{background:url(/img/m34_head.jpg) center center; background-size:cover;}
	.m35 .clinic_head .img{background:url(/img/m35_head.jpg) center center; background-size:cover;}
	.m36 .clinic_head .img{background:url(/img/m36_head.jpg) center center; background-size:cover;}
	.m37 .clinic_head .img{background:url(/img/m37_head.jpg) center center; background-size:cover;}
	.m38 .clinic_head .img{background:url(/img/m38_head.jpg) center center; background-size:cover;}
	.m39 .clinic_head .img{background:url(/img/m39_head.jpg) center center; background-size:cover;}
	.m40 .clinic_head .img{background:url(/img/m40_head.jpg) center center; background-size:cover;}
	.m41 .clinic_head .img{background:url(/img/m41_head.jpg) center center; background-size:cover;}
	.m42 .clinic_head .img{background:url(/img/m42_head.jpg) center center; background-size:cover;}
	.m43 .clinic_head .img{background:url(/img/m43_head.jpg) center center; background-size:cover;}
	.m44 .clinic_head .img{background:url(/img/m44_head.jpg) center center; background-size:cover;}
	.m56 .clinic_head .img{background:url(/img/m56_head.jpg) center center; background-size:cover;}
	.m63 .clinic_head .img{background:url(/img/m63_head.jpg) center center; background-size:cover;}
	.m64 .clinic_head .img{background:url(/img/m64_head.jpg) center center; background-size:cover;}
	.m65 .clinic_head .img{background:url(/img/m65_head.jpg) center center; background-size:cover;}
	.m66 .clinic_head .img{background:url(/img/m66_head.jpg) center center; background-size:cover;}
	.m67 .clinic_head .img{background:url(/img/m67_head.jpg) center center; background-size:cover;}
	.m68 .clinic_head .img{background:url(/img/m68_head.jpg) center center; background-size:cover;}
	.m69 .clinic_head .img{background:url(/img/m69_head.jpg) center center; background-size:cover;}
	.m70 .clinic_head .img{background:url(/img/m70_head.jpg) center center; background-size:cover;}
	.m71 .clinic_head .img{background:url(/img/m71_head.jpg) center center; background-size:cover;}
	.m72 .clinic_head .img{background:url(/img/m72_head.jpg) center center; background-size:cover;}
	.m73 .clinic_head .img{background:url(/img/m73_head.jpg) center center; background-size:cover;}
	.m74 .clinic_head .img{background:url(/img/m74_head.jpg) center center; background-size:cover;}
	.m75 .clinic_head .img{background:url(/img/m75_head.jpg) center center; background-size:cover;}
	.m76 .clinic_head .img{background:url(/img/m76_head.jpg) center center; background-size:cover;}
	.m77 .clinic_head .img{background:url(/img/m77_head.jpg) center center; background-size:cover;}
	.m78 .clinic_head .img{background:url(/img/m78_head.jpg) center center; background-size:cover;}
	.m79 .clinic_head .img{background:url(/img/m79_head.jpg) center center; background-size:cover;}
	.m80 .clinic_head .img{background:url(/img/m80_head.jpg) center center; background-size:cover;}
	.m87 .clinic_head .img{background:url(/img/m87_head.jpg) center center; background-size:cover;}
	.m94 .clinic_head .img{background:url(/img/m94_head.jpg) center center; background-size:cover;}
.m98 .clinic_head .img{background:url(/img/m98_head.jpg) center center; background-size:cover;}

.m99 .clinic_head .img{background:url(/img/m99_head.jpg) center center; background-size:cover;}


   .m66 .img_tit{margin-bottom:100px;}
	
	
/* //Å¬¸®´Ð  */






  /* ºñ±Þ¿©Ç×¸ñ¾È³» */
  .m18 .table_box {
    overflow-x: scroll;
  }

  .m18 .table_box::before {
    content: "¡Ø ¿À¸¥ÂÊÀ¸·Î ÅÍÄ¡ ½ºÅ©·Ñ ÇÏ¼¼¿ä!";
    display: block;
    color: rgb(16, 157, 255);
    font-size: 15px;
    margin-bottom: 10px;
  }

  .m18 .tb01 {
    width: 130%;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #f58753;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .m18 .tb01 tbody th {
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 800;
    word-break: keep-all;
  }

  .m18 .tb01 tbody td {
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }
  /*»çÀÌÆ®¸Ê  */
  .sitemap {
    overflow: hidden;
    padding:20px; border:1px solid #ececec;
  }

  .sitemap .box {
    float: left;
    width: 30%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
    margin-right:5%;
  }
  .sitemap .box:nth-child(3n) {
    margin-right:0%;
  }

  .sitemap .box .tit01{
    font-weight: 800;
    font-size:24px;
    padding-bottom:15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
  }

  .sitemap .box a:hover{
    color: #f37032;
  }



  .sitemap .box .list_01 > li{
    margin-bottom:15px;
    font-size:16x;
  }

  .sitemap .box .list_02{
    font-size:12px;
    background: #efefef;
    padding: 10px;
    margin-top:10px;
  }

  .sitemap .box .list_02 > li{
    margin-bottom:5px;
  }

  /*·Î±×ÀÎcss*/
  .login {}

  .login .login_inner {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding: 75px 0;
    border-top: 10px solid #eee;
  }

  .login .txt {
    line-height: normal;
  }

  .login .txt p {
    font-weight: 900;
    font-size: 35px;
    color: #f58753;
    margin-bottom: 40px;
  }

  .login .txt p span {
    display: block;
    color: #7d7d7d;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 4px;
  }

  .login .input table {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ccc;
    border-bottom: 0;
  }

  .login .input table td:nth-child(1) {
    width: 10%;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td:nth-child(2) {
    width: 90%;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
  }

  .login .input label {
    font-size: 13px;
    padding-right: 10px;
  }

  .login .btn_login {
    width: 80%;
    margin: 20px auto 0;
    background-color: #7c7c7c;
    font-size: 16px;
  }

  .login .btn_login a {
    color: #FFF;
    display: block;
    height: 35px;
    line-height: 35px;
  }

  .login .btn_login a:hover {
    color: #FFF;
    background-color: #f58753;
  }

  .select {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    width: 80px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 12px;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }


  .select2 {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 12px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 12px;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }



  /* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
  select::-ms-expand {
    display: none;
  }

  /* select ¼­ºê ¸Þ´º  */
  select option {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }

  select option:hover {
    color: white;
    background: #f37032;
  }

  .input { -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    display: inline-block;
    position: relative;
    padding: 0px;
    padding-left: 10px;
    font-size: 12px;
    width: 60px;
    height: 30px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #f37032;
  }

  .button {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
    border: 1px solid #ccc;
    color: #393939;
    background: #fff;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
  }

  .button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }

  .a_button {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: 800;
  }

  .a_button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }


  .login_page{font-size:16px; font-weight:800;}

}

@media (max-width:767px) {
  #sub_contents {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #393939;
  }

  [class^="sub_header"] {
    height: 400px;
    background: #ccc;
    position: relative;
    animation: mymove 20s infinite alternate linear;
    animation-delay: 1s;
  }

[class^="sub_header"]::before {
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0px;
	bottom: 0px;
	border-bottom: 0px;
	content: "";
	display: block;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
	z-index:2;
	animation: sub_bg 1s forwards;
	animation-delay: 1s;
	opacity: 0;
}


  [class^="sub_header"]  .bg{
    height: 400px;
	 background-size: cover!important;
	 position:absolute;
	 width:100%;
	 left:0;
	 top:0px;
	 z-index:1;
    animation: mymove 15s infinite;
    animation-direction: normal;
    animation-delay: 1.5s;
  }

  .sub_header01 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat left center;
	background-size:cover;

  }

  .sub_header02 .bg{
    background: url(/img/sub_header02_bg.jpg) no-repeat left center;
	background-size:cover;

  }

  .sub_header03 .bg{
    background: url(/img/sub_header03_bg.jpg) no-repeat left center;
	background-size:cover;

  }

  .sub_header04 .bg{
    background: url(/img/sub_header04_bg.jpg) no-repeat left center;
	background-size:cover;
  
  }

  .sub_header05 .bg{
    background: url(/img/sub_header05_bg.jpg) no-repeat left center;
	background-size:cover;

  }

  .sub_header06 .bg{
    background: url(/img/sub_header06_bg.jpg) no-repeat left center;
	background-size:cover;
  
  }

  .sub_header07 .bg{
    background: url(/img/sub_header07_bg.jpg) no-repeat left center;
	background-size:cover;

  }

  .sub_header08 .bg{
    background: url(/img/sub_organization_bg.jpg) no-repeat left center;
	background-size:cover;

  }

  .sub_header09 .bg{
    background: url(/img/sub_header09_bg.jpg) no-repeat  left center;
	background-size:cover;

  }

  .sub_header11 .bg{
    background: url(/img/sub_header11_bg.jpg) no-repeat  left center;
	background-size:cover;

  }




  [class^="sub_header"] .txt {
    font-weight: 300;
    position: absolute;
    right: 5%;
    bottom: 30px;
    text-align: right;
	z-index:2;
  }

  [class^="sub_header"] .txt span {
    font-size:30px;
    color: #fff;
	 transform: skew(-0.001deg);
	   position: relative;
	animation: sub_text 1s forwards;
	animation-delay: 2s;
	opacity: 0;
  }

  [class^="sub_header"] .txt p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-right: 50px;
    margin-top: 10px;
    position: relative;
	
		animation: sub_text 1s forwards;
	animation-delay: 2.5s;
	opacity: 0;
  }







  [class^="sub_header"] .txt p::before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 8px;
  }
  .sub_contents_box {
    position: relative;
    overflow: hidden;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 0px;
    text-align: center;
    border-bottom: 1px solid #aaa;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
  }

  .submenu .home img {
    vertical-align: middle;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat calc(100% - 15px) center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
    font-weight: 800;
  }

  .submenu .menu01 {
    width: calc(100% - 45px);
  }


  .submenu .menu02 {
    width: 50%;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
  }

  .submenu .menu03 {
    width: 50%;
    border-top: 1px solid #aaa;
    box-sizing: border-box;
  }

  
  .submenu .two {
    width: calc((100% - 45px)/2);
	box-sizing:border-box;
  }
  .submenu .two:nth-of-type(1) { 
    border-right: 1px solid #aaa;
  }
  .submenu .two:nth-of-type(2) { 
    border-right: 0px solid #aaa;
    border-top: 0px solid #aaa;
  }

  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 0px 30px 0px 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #f58753;
	color:#fff;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #eaeaea;
    display: none;
    z-index: 1;
	height: 180px;
    overflow-y: scroll;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #f58753;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display: none;
  }

  .page {}

  .page>.head {
    padding:50px 20px;
    text-align: center;
    font-weight: 800;
    background: #f1f1f1;
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .page .head p:nth-child(1) {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 100%;
    word-break: keep-all;
  }

  .page .head p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .page .head p:nth-child(2) br {
    display: none;
  }

  .page .clinic_head {
    padding: 70px 0px;
    text-align: center;
    font-weight: 300;
  }

  .page .clinic_head .txt {
    height: 100%;
    margin-bottom: 50px;
  }

  .page .clinic_head .txt p:nth-child(1) {
    font-size: 34px;
    width: 100%;
    word-break: keep-all;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .page .clinic_head .txt p:nth-child(2) {
    font-size: 14px;
  }

  .page .clinic_head .img {
    height: 200px;
    width: 100%;
    background: #eee;
    box-shadow: 0px 0px 10px -5px #000;
  }

  .page .contents {
    padding-bottom: 80px;
  }

  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box {
    width: 95%;
    margin: 0 auto;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .page .s_menu_box {}

  .page .s_menu {
    font-size: 0px;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    padding-top: 10px;
    margin-bottom: 50px;
  }

  .page .s_menu li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .page .s_menu li {
    width: calc((100% - 10px)/2);
  }

  .page .s_menu li:nth-of-type(2n) {
    margin-right: 0px;
  }

  .page .s_menu li.on {
    border: 1px solid #f58753;
  }

  .page .s_menu li.on a {
    color: #f58753;
  }

  .page .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
  }

  .page .s_menu li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu li:hover a {
    color: #f58753;
  }

  .page .s_page>li {
    display: none;
  }

  .page .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  .page .s_menu_box_s {}

  .page .s_menu_s {
    font-size: 0px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .page .s_menu_s li {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .page .s_menu_s li.on {
    border: 1px solid #f58753;
    color: #f58753;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #f58753;
  }

  .page .s_menu_s li:hover a {
    color: #f58753;
  }

  .page .s_page_s>li {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º_s, ¼ÒÆäÀÌÁö */
  /* depth03_button*/
  .depth03_button {
    overflow: hidden;
  }

  .depth03_button>a {
    float: left;
    position: relative;
    width: 48%;
    height: 150px;
    text-align: center;
    background: #ccc;
    margin-bottom: 15px;
  }

  .depth03_button>a {
    margin-right: 4%;
    overflow: hidden;
  }

  .depth03_button>a:nth-child(2n) {
    margin-right: 0px;
  }

  .depth03_button>a img {
    transition: all 0.3s;
    width: 100%;
    height: auto;
    position: relative;
    ;
    left: 0px;
    top: 0px;
    z-index: 1;
    max-width: inherit;
  }

  .depth03_button>a p {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 3;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
  }

  .depth03_button>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
  }

  .depth03_button>a:hover:before {
    opacity: 1;
  }

  .depth03_button>a:hover img {
    transform: scale(1.1);
  }

  /* depth03_button*/
  /* °øÅë css */
  .common {}

  /* ¼­ºêÆäÀÌÁö °øÅë1  */
  .common {
    width: 95%;
    margin: 0 auto;
  }

  /* section */
  .common .section {
    position: relative;
    margin-bottom: 60px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .section .title {
    font-size: 34px;
    line-height:44px;
    margin-bottom: 20px;
    word-break: keep-all;
  }

 .common .section .title span {
            box-shadow: inset 0 -15px 0 #ffee00;
        line-height: 100%;
  }

  .common .section .content { 
        border: 1px solid #e1e1e1;
    border-top: 5px solid #e1e1e1; padding:15px;
  }

  /* //section */
  /* »ó´Ü Ä¡·á ¿ä¾à */
  .common .sum_01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    box-sizing: border-box;
    background: #ffeee6;
  }

  .common .sum_01 ul {
    font-size: 0;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }

  .common .sum_01 ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 0px
  }

  .common .sum_01 ul li .img01 {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    text-align: center;
  }

  .common .sum_01 ul li .img01 img {
    height: 100%;
  }

  .common .sum_01 ul li .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    box-sizing: border-box;
    word-break: keep-all;
  }

  /* //»ó´Ü Ä¡·á ¿ä¾à */
  /* ÆùÆ®  */
  .common .h01 {
    position: relative;
    margin-bottom: 15px;
    padding: 25px 0 0 25px;
    font-weight: 800;
  }

  .common .h01 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    line-height: 100%;
    font-weight: 900;
    color: #ffeee6;
    font-style: normal;
    letter-spacing: -3px;
  }

  .common .h01 span {
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 36px;
    word-break: keep-all;
  }

  .common .h02 {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #f58753;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .common .p01 {
    font-size: 14px;
    color: #393939;
    line-height: 24px;
    background: #efefef;
    padding: 15px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 14px;
    color: #393939;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .b1 {
    font-size: 14px;
	line-height:22px;
  }

  /*// ÆùÆ® */
  /* ¹®´Ü  */
  .common .cont01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }

  .common .cont02 {
    margin-bottom: 20px;
  }

  .common .cont02: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: 25px;
    word-break: keep-all;
    border: 1px solid #efefef;
  }

  .common .list01 li:before {
    position: absolute;
    left: 10px;
    top: 18px;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 2px solid #f37032;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 30px 20px 0 20px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    padding-left: 60px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    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: 22px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #ffaa82;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #efefef;
    padding: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    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: #efefef;
  }

  .common .list04 li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    padding: 20px 10px;
    margin-bottom: 15px;
    word-break: break-all;
    border: 1px solid #ececec;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }

  .common .list04 li b {
    color: #f37032;
    font-size: 22px;
    display: block;
    margin: 10px 0;
  }

  .common .list04 li img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .common .list04 li:nth-child(2n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 10px 0;
    font-size: 0;
  }

  .common .list05 li {
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    vertical-align: top;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    padding: 10px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li:last-child {
    margin-bottom: 0px;
  }

  .common .list05 li p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #f37032;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    text-indent: -30px;
    padding-left: 30px;
    word-break: keep-all;
  }

  .common .list05 li .img01 {
    background: #efefef;
    padding: 10px;
  }

  /* ¼ø¼­ ¸®½ºÆ® */
  /* ¼ø¼­ ¸®½ºÆ® */
  .common .order {
    font-size: 0px;
  }

  .common .order li {
    margin-bottom: 60px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    text-align: center;
  }

  .common .order li:after {
    content: "";
    display: block;
    background: url(/img/arrow_04_b.png) center no-repeat;
    background-size: cover;
    width: 18px;
    height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    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;
    vertical-align: middle;
    width: 120px;
  }

  .common .order li p:nth-of-type(1) {
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 24px;
    line-height: 34px;
    color: #393939;
    padding: 0 20px;
    box-sizing: border-box;
    word-break: keep-all;
    font-weight: 800;
    margin: 15px 0;
    text-align: left;
  }

  .common .order li p:nth-of-type(1) span {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .common .order li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: left;
    word-break: keep-all;
    margin-top: 30px;
  }

  /* qna */
  .common .qna {
    padding-top: 35px;
	position:relative;
  }


  .common .qna:before {
    
	position:absolute;
	content:'"Áú¹®À» Å¬¸¯ÇØ¼­ ´äº¯À» È®ÀÎÇØÁÖ¼¼¿ä!"';
	display:block;
	font-size:14px;
	color:#389bea;
	left:0px;
	top:5px;
	}

  .common .qna>li {
    display: block;
    margin-bottom: 30px;
    border-bottom: 2px dashed #eee;
    padding-bottom: 10px;
  }

  .common .qna>li:last-child {
    margin-bottom: 0px;
  }

  .common .qna>li.on {
    display: block;
  }

  .common .qna>li.on .q .q_arrow {
    background: url(/img/qna_arrow.jpg) no-repeat center center;
  }

  .common .qna>li.on .q p {
    font-weight: 800;
  }

  .common .qna .q {
    position: relative;
    padding-left: 50px;
    padding-right: 40px;
    margin-bottom: 15px;
  }

  .common .qna .q .q_logo {
    font-weight: 800;
    position: absolute;
    left: 0;
    top: -8px;
    border: 1px solid #f37032;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    color: #f37032;
  }

  .common .qna .q p {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    word-break: keep-all;
  }

  .common .qna .q .q_arrow {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 15px;
    background: url(/img/qna_arrow_r.jpg) no-repeat center center;
  }

  .common .qna .txt {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .common .qna>li:nth-child(1) .txt {
    display: block;
  }

  /*// ¸®½ºÆ® */
  /* Å×ÀÌºí  */
  .common .table_box {
    overflow-x: scroll;
  }

  .common .table_box::before {
    content: "¡Ø ¿À¸¥ÂÊÀ¸·Î ÅÍÄ¡ ½ºÅ©·Ñ ÇÏ¼¼¿ä!";
    display: block;
    color: rgb(16, 157, 255);
    font-size: 15px;
    margin-bottom: 10px;
  }

  .common .tb01 {
    width: 130%;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #f58753;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 tbody th {
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 800;
    word-break: keep-all;
  }

  .common .tb01 tbody td {
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 tbody td.left {
    text-align: left;
  }

  /* //Å×ÀÌºí  */
  /* ÀÌ¹ÌÁö */



   .common .contents .img {
     position: relative;
	 overflow-x:scroll;
   }
   .common .contents .img:before {
     content: "¡Ø ¿À¸¥ÂÊÀ¸·Î ÅÍÄ¡ ½ºÅ©·Ñ ÇÏ¼¼¿ä!";
     display: block;
     color: #109dff;
     font-size: 15px;
     margin-bottom: 10px;
   }

   .common .contents .img img {
     vertical-align: top;
     width: 100%;
	 min-width:550px;
   }


  /*//ÀÌ¹ÌÁö  */
 


  
  /*a ¸µÅ©*/

	.common .link01{display:block; margin-top:30px;  font-weight:800; font-size:18px;}
	.common .link01 img{height: 16px; transition:all 0.1s; left:0px; position:relative; vertical-align:top;}
	.common .link01:hover img{ position:relative; left:5px;}
	.common .link01:hover{ color:#f37032;}
		




  /* //°øÅë css */
  /* ÀÎ»ç¸» */
  .m09 {
    width: 95%;
    margin: 0 auto;
  }

  .m09 .list {
    margin-bottom: 100px;
  }

  .m09 .list li {
    margin-bottom: 60px;
  }

  .m09 .list li:nth-child(2) {
    margin-bottom: 0px;
  }

  .m09 .list li:after {
    content: "";
    display: block;
    clear: both;
  }

  .m09 .list li .img img {
    box-shadow: -10px 20px #eee;
    width: 95%;
  }

  .m09 .list li .txt {
    font-size: 30px;
    box-sizing: border-box;
    padding: 50px 30px 0 30px;
    word-break: keep-all;
  }

  .m09 .list li .txt p br {
    display: none;
  }

  .m09 .list li:nth-child(2) .img {
    text-align: right;
  }

  .m09 .list li:nth-child(2) .img img {
    box-shadow: 10px 20px #eee;
  }

  .m09 .list li:nth-child(2) .txt {
    text-align: right;
  }

  .m09 .list li .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }

  .m09 .list li .txt i {
    box-shadow: inset 0 -15px 0 #ffbc9d;
    display: inline-block;
    font-style: normal;
    line-height: 100%;
  }

  .m09 .greeting p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 30px;
    word-break: keep-all;
  }

  .m09 .greeting p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m10 {
    width: 95%;
    margin: 0 auto;
  }

  .m10 .doctor {
    overflow: hidden;
  }

  .m10 .doctor>ul>li {
    overflow: hidden;
    margin-bottom: 40px;
  }

  .m10 .doctor>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m10 .doctor>ul>li .img {
    width: 100%;
  }

  .m10 .doctor>ul>li .img img {
    width: 100%;
    vertical-align: top;
    border-bottom: 5px solid #ff9462;
  }

  .m10 .doctor>ul>li .txt {
    box-sizing: border-box;
    box-sizing: border-box;
  }

  .m10 .doctor>ul>li .txt>p {
    padding: 20px 10px;
    font-weight: 800;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
  }

  .m10 .doctor>ul>li .txt>p span {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }

  .m10 .doctor>ul>li .txt>p i {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
  }

  .m10 .doctor>ul>li .txt .wrap {
    padding: 20px 10px;
    overflow: hidden;
  }

  .m10 .doctor>ul>li .txt .wrap .box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 30px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>p {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul {}

  .m10 .doctor>ul>li .txt .wrap .box>ul>li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    word-break: keep-all;
    text-indent: -10px;
    padding-left: 10px;
  }

  .m10 .doctor>ul>li .txt .wrap .box>ul>li.emty {
    height: 2px;
  }

  /* º´¿øµÑ·¯º¸±â */
  .m11 {
    width: 95%;
    margin: 0 auto;
  }

  /* Ãþº°¾È³» */
  .m12 {
    width: 95%;
    margin: 0 auto;
  }

  .m12 .floor .p01 {
    text-align: center;
    color: #f58753;
    font-size: 34px;
    margin-bottom: 80px;
    font-weight: 800;
  }

  .m12 .floor .p02 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 800;
    word-break: keep-all;
  }

  .m12 .floor ul {
    font-size: 0;
    margin-bottom: 60px;
  }

  .m12 .floor ul>li {
    font-weight: 800;
    font-size: 0px;
    margin-bottom: 10px;
  }

  .m12 .floor ul>li span:nth-child(1) {
    display: inline-block;
    background: #efefef;
    padding: 15px;
    box-sizing: border-box;
    width: 40%;
    font-size: 18px;
    word-break: keep-all;
    vertical-align: top;
  }

  .m12 .floor ul>li span:nth-child(2) {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    width: 60%;
    font-size: 18px;
    vertical-align: top;
  }

  .m12 .floor .img_box {
    position: relative;
  }

  .m12 .floor .img {
    width: 100%;
    overflow-x: scroll;
  }

  .m12 .floor .img img {
    height: 230px;
    max-width: inherit;
  }

  .m12 .floor .img_box:before {
    content: "¡Ø ¿À¸¥ÂÊÀ¸·Î ½ºÅ©·Ñ ÇÏ¼¼¿ä!";
    display: block;
    text-align: left;
    color: #109dff;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .m12 .floor .img_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: calc(100% - 29px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), white);
    right: 0;
    top: 29px;
  }

  /* Áø·á½Ã°£¾È³» */
  .m14 .button {
    display: inline-block;
    padding: 15px;
    background: #f37032;
    color: #fff;
    font-weight: 800;
  }

  .m14 .list03 li span{
	display: inline-block;
    margin-top: 5px;
  }









    /* Å¬¸®´Ð  */

	/* Å¬¸®´Ðhead */
	.m19 .clinic_head .img{background:url(/img/m19_head.jpg) center center; background-size:cover;}
	.m20 .clinic_head .img{background:url(/img/m20_head.jpg) center center; background-size:cover;}
	.m21 .clinic_head .img{background:url(/img/m21_head.jpg) center center; background-size:cover;}
	.m22 .clinic_head .img{background:url(/img/m22_head.jpg) center center; background-size:cover;}
	.m23 .clinic_head .img{background:url(/img/m23_head.jpg) center center; background-size:cover;}
	.m26 .clinic_head .img{background:url(/img/m26_head.jpg) center center; background-size:cover;}
	.m28 .clinic_head .img{background:url(/img/m28_head.jpg) center center; background-size:cover;}
	.m29 .clinic_head .img{background:url(/img/m29_head.jpg) center center; background-size:cover;}
	.m30 .clinic_head .img{background:url(/img/m30_head.jpg) center center; background-size:cover;}
	.m31 .clinic_head .img{background:url(/img/m31_head.jpg) center center; background-size:cover;}
	.m32 .clinic_head .img{background:url(/img/m32_head.jpg) center center; background-size:cover;}
	.m33 .clinic_head .img{background:url(/img/m33_head.jpg) center center; background-size:cover;}
	.m34 .clinic_head .img{background:url(/img/m34_head.jpg) center center; background-size:cover;}
	.m35 .clinic_head .img{background:url(/img/m35_head.jpg) center center; background-size:cover;}
	.m36 .clinic_head .img{background:url(/img/m36_head.jpg) center center; background-size:cover;}
	.m37 .clinic_head .img{background:url(/img/m37_head.jpg) center center; background-size:cover;}
	.m38 .clinic_head .img{background:url(/img/m38_head.jpg) center center; background-size:cover;}
	.m39 .clinic_head .img{background:url(/img/m39_head.jpg) center center; background-size:cover;}
	.m40 .clinic_head .img{background:url(/img/m40_head.jpg) center center; background-size:cover;}
	.m41 .clinic_head .img{background:url(/img/m41_head.jpg) center center; background-size:cover;}
	.m42 .clinic_head .img{background:url(/img/m42_head.jpg) center center; background-size:cover;}
	.m43 .clinic_head .img{background:url(/img/m43_head.jpg) center center; background-size:cover;}
	.m44 .clinic_head .img{background:url(/img/m44_head.jpg) center center; background-size:cover;}
	.m56 .clinic_head .img{background:url(/img/m56_head.jpg) center center; background-size:cover;}
	.m63 .clinic_head .img{background:url(/img/m63_head.jpg) center center; background-size:cover;}
	.m64 .clinic_head .img{background:url(/img/m64_head.jpg) center center; background-size:cover;}
	.m65 .clinic_head .img{background:url(/img/m65_head.jpg) center center; background-size:cover;}
	.m66 .clinic_head .img{background:url(/img/m66_head.jpg) center center; background-size:cover;}
	.m67 .clinic_head .img{background:url(/img/m67_head.jpg) center center; background-size:cover;}
	.m68 .clinic_head .img{background:url(/img/m68_head.jpg) center center; background-size:cover;}
	.m69 .clinic_head .img{background:url(/img/m69_head.jpg) center center; background-size:cover;}
	.m70 .clinic_head .img{background:url(/img/m70_head.jpg) center center; background-size:cover;}
	.m71 .clinic_head .img{background:url(/img/m71_head.jpg) center center; background-size:cover;}
	.m72 .clinic_head .img{background:url(/img/m72_head.jpg) center center; background-size:cover;}
	.m73 .clinic_head .img{background:url(/img/m73_head.jpg) center center; background-size:cover;}
	.m74 .clinic_head .img{background:url(/img/m74_head.jpg) center center; background-size:cover;}
	.m75 .clinic_head .img{background:url(/img/m75_head.jpg) center center; background-size:cover;}
	.m76 .clinic_head .img{background:url(/img/m76_head.jpg) center center; background-size:cover;}
	.m77 .clinic_head .img{background:url(/img/m77_head.jpg) center center; background-size:cover;}
	.m78 .clinic_head .img{background:url(/img/m78_head.jpg) center center; background-size:cover;}
	.m79 .clinic_head .img{background:url(/img/m79_head.jpg) center center; background-size:cover;}
	.m80 .clinic_head .img{background:url(/img/m80_head.jpg) center center; background-size:cover;}
	.m87 .clinic_head .img{background:url(/img/m87_head.jpg) center center; background-size:cover;}
	.m94 .clinic_head .img{background:url(/img/m94_head.jpg) center center; background-size:cover;}
.m98 .clinic_head .img{background:url(/img/m98_head.jpg) center center; background-size:cover;}

.m99 .clinic_head .img{background:url(/img/m99_head.jpg) center center; background-size:cover;}


    .m66 .img_tit{margin-bottom:50px;}
	/* //Å¬¸®´Ð  */





  /* ºñ±Þ¿©Ç×¸ñ¾È³» */
  .m18 .tb01 {
    width: 150%;
  }

  /*»çÀÌÆ®¸Ê  */
  .sitemap {
    overflow: hidden;
    padding:10px; border:1px solid #ececec;
  }

  .sitemap .box {
    float: left;
    width: 48%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding:15px;
    margin-bottom: 15px;
    margin-right:4%;
  }
  .sitemap .box:nth-child(2n) {
    margin-right:0%;
  }

  .sitemap .box .tit01{
    font-weight: 800;
    font-size:24px;
    padding-bottom:15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
  }

  .sitemap .box a:hover{
    color: #f37032;
  }



  .sitemap .box .list_01 > li{
    margin-bottom:15px;
    font-size:16x;
  }

  .sitemap .box .list_02{
    font-size:12px;
    background: #efefef;
    padding: 10px;
    margin-top:10px;
  }

  .sitemap .box .list_02 > li{
    margin-bottom:5px;
  }



  /*·Î±×ÀÎcss*/
  .login {}

  .login .login_inner {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding: 75px 0;
    border-top: 10px solid #eee;
  }

  .login .txt {
    line-height: normal;
  }

  .login .txt p {
    font-weight: 900;
    font-size: 35px;
    color: #f58753;
    margin-bottom: 40px;
  }

  .login .txt p span {
    display: block;
    color: #7d7d7d;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 4px;
  }

  .login .input table {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ccc;
    border-bottom: 0;
  }

  .login .input table td:nth-child(1) {
    width: 10%;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td:nth-child(2) {
    width: 90%;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
  }

  .login .input table td input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
  }

  .login .input label {
    font-size: 13px;
    padding-right: 10px;
  }

  .login .btn_login {
    width: 80%;
    margin: 20px auto 0;
    background-color: #7c7c7c;
    font-size: 16px;
  }

  .login .btn_login a {
    color: #FFF;
    display: block;
    height: 35px;
    line-height: 35px;
  }

  .login .btn_login a:hover {
    color: #FFF;
    background-color: #f58753;
  }

  .select {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    width: 70px;
    height: 25px;
    margin: 0 auto;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 12px;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }

  .select2 {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 12px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    background: url(/img/arrow_03_down.png) no-repeat 95% 50%;
    background-size: 12px;
    background-color: #f37032;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }



  /* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
  select::-ms-expand {
    display: none;
  }

  /* select ¼­ºê ¸Þ´º  */
  select option {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }

  select option:hover {
    color: white;
    background: #f37032;
  }

  .input { -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    display: inline-block;
    position: relative;
	padding:0;
    padding-left: 10px;
    font-size: 12px;
    width: 50px;
    height: 25px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-color: #f37032;
  }

  .button {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
    border: 1px solid #ccc;
    color: #393939;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
  }

  .button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }

  .a_button {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
    display: inline-block;
    font-weight: 800;
  }

  .a_button:hover {
    border: 1px solid #f37032;
    color: #fff;
    background: #f37032;
  }

   .login_page{font-size:14px; font-weight:800;}
	.login_page > div > div:nth-child(3){display:block!important; margin-top:20px!important;}
}

/* ÄÃ·¯Áý */
.c1 {
  color: #f58753 !important;
}

.c2 {
  color: #0071bc;
}
