@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
  #sub_contents {
    width: 100%;
    position: relative;
  }

  [class^="sub_header"] {
    height: 450px;
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  [class^="sub_header"] .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
    animation: sub_bg 2s forwards;
    animation-delay: 1s;
    opacity: 0;
  }

  /* °¢¸Þ´ºº° bg */
  .sub_header01 video {
    width: 110%;
    height: auto;
    position: absolute;
    top: -40%;
    right: -10%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -moz-transform: rotateY(180deg);
    /* Firefox */
  }

  [class^="sub_header"] .bg>div {
    background-color: #ccc !important;
  }

  .sub_header02 {
    background: url(/img/sub_header02_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header03 {
    background: url(/img/sub_header03_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header04 {
    background: url(/img/sub_header04_bg.jpg) no-repeat center;
    background-size: cover;
  }

  [class^="sub_header"] .txt {
    position: relative;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    z-index: 2;
    color: #fff;
  }

  [class^="sub_header"] .txt .box {
    position: absolute;
    left: 50px;
    bottom: 50px;
  }

  [class^="sub_header"] .txt .box span {
    font-size:60px;
    transform: skew(-0.001deg);
    animation: sub_bg_txt01 1s forwards;
    animation-delay: 1.5s;
    position: relative;
    opacity: 0;
  }

  [class^="sub_header"] .txt .box p {
    font-size:20px;
    line-height: 30px;
    margin-top: 25px;
    position: relative;
    animation: sub_bg_txt02 1s forwards;
    animation-delay: 2s;
    opacity: 0;
  }

  [class^="sub_header"]::before {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
    bottom: 0px;
    border-bottom: 0px;
    content: "";
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    z-index: 1;
    animation: sub_bg 1s forwards;
    animation-delay: 2s;
    opacity: 0;
  }

  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    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_c.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 22px;
    cursor: pointer;
    padding: 20px 0;
    font-weight: 500;
  }

  .submenu [class^="menu"] p:hover {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
  }

  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #efefef;
    display: none;
    height: 200px;
    overflow: auto;
  }

  .submenu [class^="menu"] ul li {
    height: 25%;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: 500;
    height: 100%;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #fff;
    background: #ed6f16;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 150px;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 200px 50px 200px;
    text-align: center;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }



  .common .clinic_top>p:nth-child(1) {
    font-size: 56px;
    line-height: 90px;
    margin-bottom: 20px;
    word-break: keep-all;
  }


  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fff676 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.3s;
    color: #000;
    animation: clinic_top_span_move 1s forwards;
    animation-delay: 1.5s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}


  .common .s_menu_box {
    border-bottom: 1px solid #333;
    margin-bottom: 150px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 1px solid #333;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    box-sizing: border-box;
    margin: 10px 60px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu li:hover a {
    color: #e9521a;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }


	.common .s_menu_wrap.trans {width:1400px; margin:0 auto; font-size:0px; 
		border-left: 1px solid #333;}
	.common .s_menu_wrap.trans .s_menu_box {
		border: 1px solid #333;
		border-top: 0px;
		border-left: 0px;
		border-bottom:0px;
		margin-bottom: 0px;
		display:inline-block;
		width:25%;
		vertical-align:top;
		box-sizing:border-box;
	}

	.common .s_menu_wrap.trans .s_page {
		vertical-align:top;
		display:inline-block;
		width:75%;
		box-sizing:border-box;
		padding-left:150px;

	}


	.common .s_menu_wrap.trans .s_menu {
		font-size: 0px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		border-top: 0px solid #333;
		max-width: 1400px;
		margin: 0 auto;
		padding:50px 15px;
	}

	.common .s_menu_wrap.trans .s_menu li {
		display: inline-block;
		text-align: center;
		font-size: 26px;
		box-sizing: border-box;
		margin: 20px 60px;
	}





  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* inner_menu */
  .common .inner_menu_box {}

  .common .inner_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 15px 15px 15px 15px;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    margin-bottom: 50px;
  }

  .common .inner_menu li {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    margin: 10px 40px;
  }

  .common .inner_menu li.on {
    font-size: 26px;
  }

  .common .inner_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .inner_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .inner_menu li:hover a {
    color: #e9521a;
  }

  .common .inner_page>li {
    display: none;
  }

  .common .inner_page>li.on {
    display: block;
  }

  /* inner_menu */
  /* content_struc  */
  .common .section {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 160px;
    border-left: 1px solid #ccc;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    width: 950px;
    float: left;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
  }

  .common .section .title {
    width: calc(100% - 950px);
    float: left;
    font-size: 42px;
    line-height: 64px;
    box-sizing: border-box;
    padding-right: 100px;
    padding-left: 30px;
    word-break: keep-all;
    font-weight: 300;
  }

  .common .section .title span {
    font-size: 50px;
  }

  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 150px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 100px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  /* Å×ÀÌºí */
  .common .tb01 {
    width: 100%;
  }

  .common .tb01_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb01 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 table thead th {
    padding: 15px;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody th {
    padding: 15px;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 15px;
    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 table tbody td.left {
    text-align: left;
  }

  .common .tb02 {
    width: 100%;
  }

  .common .tb02_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb02 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb02 table tbody th {
    padding: 25px;
    font-size: 25px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb02 table tbody td {
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb02 table tbody td.left {
    text-align: left;
  }

  .common [class^=tb] table ol {
    padding-left: 40px;
  }

  .common [class^=tb] table ol li {
    list-style: decimal-leading-zero;
    text-align: left;
    margin: 5px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 18px;
    color: #e9521a !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 25px;
    padding: 10px 0 10px 25px;
	border-left:10px solid #e9521a;
    position: relative;
    word-break: keep-all;
  }



  .common h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .common h2 span {
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .common .p01 {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 20px;
    line-height: 34px;
    background: #efefef;
    padding: 15px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    background: #f7f7f7;
    padding: 15px;
  }

  .common .list01 li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
    background: #fff;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #e9521a;
    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: 26px;
    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.third {
    margin-right: 10px;
    width: calc((100% - 20px)/3);
  }

  .common .list02 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list02 li span {
    font-size: 26px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #99ba2b;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding:40px 20px 20px;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 18px;
    color: #393939;
    line-height: 30px;
    word-break: keep-all;
    display: inline-block;
    width: calc((100% - 80px)/2);
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px 20px 20px 60px;
    margin: 0 20px;
    margin-bottom: 20px;
  }

  .common .list03 li:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list04 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    color: #393939;
    line-height: 16px;
    padding: 30px 10px;
    margin-bottom: 25px;
    word-break: keep-all;
    border: 1px solid #ececec;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 26px;
    line-height: 36px;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
    word-break: keep-all;
    background: #efefef;
  }

  .common .list04 li.half {
    width: calc((100% - 25px)/2);
    margin-right: 25px;
  }

  .common .list04 li.half:nth-child(2n) {
    margin-right: 0;
  }

  .common .list04 li.third {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }

  .common .list04 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 20px 20px 0 20px;
    font-size: 0;
    border: 1px solid #cfcfcf;
  }

  .common .list05 li {
    font-size: 22px;
    color: #393939;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #cfcfcf;
    padding: 20px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li.half {
    width: calc((100% - 20px)/2);
  }

  .common .list05 li.half:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list05 li.third {
    width: calc((100% - 40px)/3);
  }

  .common .list05 li.third:nth-child(3n) {
    margin-right: 0px;
  }

  .common .list05 li.quater {
    width: calc((100% - 60px)/4);
  }

  .common .list05 li.quater:nth-child(4n) {
    margin-right: 0px;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    padding: 25px 20px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .common .link01 span {
    position: relative;
    z-index: 1;
  }

  .common .link01 span img {
    position: relative;
    left: 0px;
    transition: 0.3s;
    margin-left: 10px;
  }

  .common .link01:hover span img {
    left: 10px;
  }

  .common .link01 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #99ba2b;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    vertical-align: middle;
  }

  .common .link02:hover {
    color: #e9521a;
  }

  .common .link02:hover img {
    left: 10px;
  }

  .common .button {
    font-size: 26px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 20px 30px;
    border-radius: 30px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
  }

  .common .button:hover {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on span {
    background-image: linear-gradient(transparent 60%, #adcf0e 40%);
    background-size: 100% 100%;
  }

  /* ±¸Á¶º¯°æ  */
  .common .trans_h1 {
    margin-bottom: 150px;
  }

  .common .trans_h1:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1 .left {
    float: left;
    width: 30%;
    padding-right: 50px;
    box-sizing: border-box;
  }

  .common .trans_h1 .right {
    float: right;
    width: 70%;
  }

  .common .trans_h1_2 {
    margin-bottom: 150px;
  }

  .common .trans_h1_2:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1_2 .left {
    float: right;
    width: 30%;
    padding-left: 50px;
    box-sizing: border-box;
  }

  .common .trans_h1_2 .right {
    float: left;
    width: 70%;
  }

  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #e9521a;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 450px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* º¯Çü ¸®½ºÆ® Çü½Ä ÆäÀÌÁö */
  .common .tran_list {}

  .common .tran_list>li {
    margin-bottom: 200px;
    line-height: 34px;
  }

  .common .tran_list>li:last-child {
    margin-bottom: 0px;
  }

  .common .tran_list>li .text {
    margin-bottom: 50px;
    padding-right: 40%;
  }

  .common .tran_list>li:nth-child(2n) .text {
    text-align: right;
    padding-right: 0%;
    padding-left: 40%;
  }

  .common .tran_list>li .text .p1 {
    font-size: 50px;
    line-height: 62px;
    color: #e9521a;
    word-break: keep-all;
  }

  .common .tran_list>li .text .p2 {
    font-size: 24px;
    line-height: 34px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1 {
    text-align: left;
  }

  .common .tran_list>li:nth-child(2n) .list1 {
    display: inline-block;
  }

  .common .tran_list>li .text .list1>li {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1>li span {
    background: #e9521a;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .common .tran_list>li .img {
    text-align: right;
    font-size: 0px;
  }

  .common .tran_list>li:nth-child(2n) .img {
    text-align: left;
    font-size: 0px;
  }

  .common .tran_list>li .img span {
    font-size: 120px;
    color: #e1e1e1;
    line-height: 70%;
    letter-spacing: -10px;
    font-weight: 500;
    display: block;
  }

  /* ÀÎ»ç¸» */
  .m06 {}

  .m06 .mv {}

  .m06 .mv video {
    width: 100%;
  }

	
		   
/* ºñµð¿À ÄÁÅ×ÀÌ³Ê */
  .m06 .video-container {
	position: relative;
}

/* ºñµð¿À Å©±â Á¶Á¤ */
  .m06  video {
	width: 100%;
	height: auto;
	display: block;
}

/* Å« Àç»ý ¹öÆ° */
  .m06  .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width:200px;
	height:200px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

  .m06  .play-btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
}






  .m06 .p1 {
    padding: 50px;
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
	padding-bottom:180px;
	margin-bottom:30px;
  }
   .m06 .p1 span {
	position:relative;
	z-index:1;
	padding-right:500px;
	display:block; width:100%;
	box-sizing:border-box;
  }
  .m06 .p1 img {
    height:460px;
	position:absolute;
	right:0px;
	bottom:0px;
  }

  .m06 .p2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
  }





		   
/* ºñµð¿À ÄÁÅ×ÀÌ³Ê */
  .m38 .video-container {
	position: relative;
}

/* ºñµð¿À Å©±â Á¶Á¤ */
  .m38  video {
	width: 100%;
	height: auto;
	display: block;
}

/* Å« Àç»ý ¹öÆ° */
  .m38  .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width:200px;
	height:200px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

  .m38  .play-btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
}







  /* µÑ·¯º¸±â */
  .m08 {}

  .m08 .mv {}

  .m08 .mv video {
    width: 100%;
  }

  /* ¿À½Ã´Â±æ */
  .m09 .address {
    float: left;
    width: 55%;
    height: 600px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m09 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .m09 .txt {
    float: left;
    width: 45%;
    position: relative;
    box-sizing: border-box;
    padding: 50px 50px 50px 100px;
    font-size: 0px;
    line-height: 16px;
  }

  .m09 .txt .p1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .m09 .txt .p2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    word-break: keep-all;
  }

  .m09 .txt .link_box {
    font-size: 0px;
  }

  .m09 .txt .link_box a {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m09 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m09 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m09 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m09 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }

  .m09 .icon1 {
    width: 40px;
  }

  /* ÀÇ·áÁø¼Ò°³ */
	

  .m11 .doctor {
	padding-bottom:300px;
  }


  .m11 .doctor .txt {
    box-sizing: border-box;
    padding: 50px 0px 0 100px;
    box-sizing: border-box;
	font-size:0px;
  }

  .m11 .doctor .txt .p1 {
    font-size: 55px;
	display:inline-block;
	width:45%;
	vertical-align:top;
  }

  .m11 .doctor .txt .p1 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 30px;
    color: #e9521a;
  }

  .m11 .doctor .txt .p1::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #333;
	position:absolute;
    left: -70px;
  }

  .m11 .doctor .txt ul {
    margin-bottom: 0px;
	display:inline-block;
	width:55%;
	vertical-align:top;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 30px;
  }

  .m11 .doctor .txt ul li {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .m11 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }



  .m16 .section:nth-child(1) li:nth-child(3) {
     letter-spacing: -2px;
  }




  /* ºó¼Ò¾È³» */
  .m26 .mv video{width: 100%;}
  .m26 .contents .p1 {
    font-size: 28px;
    line-height: 54px;
    padding: 80px 0 130px;
    text-align: center;
  }
  .m26 .contents  .p1 span {
    margin: 0 20px;
  }

  .m26 .contents ul  {
    font-size: 0px;
    margin-bottom: 100px;
  }

  .m26 .contents ul > li  {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-right: calc((100% - 1100px)/4);
  }
  .m26 .contents ul > li:last-child  {
    margin-right:0;
  }

  .m26 .contents ul > li p:nth-child(1)  {
    font-weight: 500;
    font-size:26px;
    margin-bottom: 20px;
  }
  .m26 .contents ul > li p:nth-child(2)  {
    font-size:16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .m26 .contents ul > li > div  {
    overflow:hidden;
    margin-bottom: 30px;
  }
  .m26 .contents ul > li:hover > div img  {
    transform: scale(1.1);
    transition: all 0.3s;
  }


  .m26 .contents ul > li > a{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
    margin-left: 10px;
  }

  .m26 .contents ul > li > a img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    height: 20px;
  }

  .m26 .contents ul > li > a:hover {
    color: #e9521a;
  }

  .m26 .contents ul > li > a:hover img {
    left: 10px;
  }

  .m26 .contents .bottom .head{}

  .m26 .contents .bottom .head p {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .m26 .contents .bottom .head a {
    float: right;
    margin-top: -50px;
  }



  .m26 .contents .iframe{
    width: 100%;
    padding: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .m26 .contents .iframe iframe{
    width: 100%;
  }



  /* Àå·Ê¹®È£¿ø ¿À´Â±æ */
  .m30 .address {
    height:500px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m30 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }



  .m30 .link_box {
    font-size: 0px;
  }

  .m30 .link_box a {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m30 .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m30 .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m30 .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m30 .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }



  /* »çÀÌÆ®¸Ê  */
  .m32 .list{padding:0 100px; font-size:0px;  line-height:normal;}
  .m32 .list > li{
    vertical-align: top;
    margin-bottom: 50px;
    margin-right: 40px;
    display: inline-block;
    width: calc((100% - 80px)/3);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 25px;
  }

  .m32 .list > li:nth-child(3n){margin-right:0px;}
  .m32 .list > li > ul > li{font-size:20px; margin-bottom:20px;}
  .m32 .list > li > ul > li:last-child{margin-bottom:0px;}

  .m32 .list > li p{font-size:24px; line-height:normal; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ccc;}


	.m12 iframe{width:100%; height:500px;}




  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  .common .left_mv {
    opacity: 0;
    position: relative;
  }

  .common .right_mv {
    opacity: 0;
    position: relative;
  }

  .common .top_mv {
    opacity: 0;
    position: relative;
  }

  .common .bottom_mv {
    opacity: 0;
    position: relative;
  }

  .common .left_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .right_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .top_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .left_mv_on {
    animation: left_mv_on 1s forwards;
  }

  .common .right_mv_on {
    animation: right_mv_on 1s forwards;
  }

  .common .top_mv_on {
    animation: top_mv_on 1s forwards;
  }

  .common .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
  }

  .login input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #e9521a;
  }

  .login .login_page {
    padding: 80px 20px 130px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    margin: 0 10px;
  }

  .login .img {
    margin-bottom: 40px;
  }

  .login .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: 22px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
  }

  .login .button:hover {
    border: 1px solid #e9521a;
    color: #fff;
    background: #e9521a;
  }

  .login .p1 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 768 ~ 1199  */
  #sub_contents {
    width: 100%;
    position: relative;
  }

  [class^="sub_header"] {
    height: 300px;
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  [class^="sub_header"] .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
    animation: sub_bg 2s forwards;
    animation-delay: 1s;
    opacity: 0;
  }

  .sub_header01 video {
    width: 120%;
    height: auto;
    position: absolute;
    top: 0%;
    right: -20%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -moz-transform: rotateY(180deg);
    /* Firefox */
  }

  [class^="sub_header"] .bg>div {
    background-color: #ccc !important;
  }

  .sub_header02 {
    background: url(/img/sub_header02_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header03 {
    background: url(/img/sub_header03_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header04 {
    background: url(/img/sub_header04_bg.jpg) no-repeat center;
    background-size: cover;
  }

  [class^="sub_header"] .txt {
    position: relative;
    max-width: 85%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    z-index: 2;
    color: #fff;
  }

  [class^="sub_header"] .txt .box {
    position: absolute;
    bottom: 30px;
  }

  [class^="sub_header"] .txt .box span {
    font-size: 46px;
    transform: skew(-0.001deg);
    animation: sub_bg_txt01 1s forwards;
    animation-delay: 1.5s;
    position: relative;
    opacity: 0;
  }

  [class^="sub_header"] .txt .box p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    position: relative;
    animation: sub_bg_txt02 1s forwards;
    animation-delay: 2s;
    position: relative;
    opacity: 0;
  }

  [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.5), rgba(0, 0, 0, 0.0));
    z-index: 1;
    animation: sub_bg 1s forwards;
    animation-delay: 2s;
    opacity: 0;
  }

  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    max-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: 250px;
    text-align: center;
    background: url(/img/arrow03_c.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 18px;
    cursor: pointer;
    padding: 20px 0;
    font-weight: 500;
  }

  .submenu [class^="menu"] p:hover {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
  }

  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
    color: #333;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #efefef;
    display: none;
    height: 150px;
    overflow: auto;
  }

  .submenu [class^="menu"] ul li {
    height: 25%;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 500;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #fff;
    background: #ed6f16;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 120px 60px 120px;
    text-align: center;
    position: relative;
    opacity: 0;
    box-sizing: border-box;
  }

  .common .clinic_top {
    position: relative;
    animation: head_top_move 1s forwards;
    opacity: 0;
  }

  .common .clinic_top>p:nth-child(1) {
    font-size: 34px;
    line-height: 56px;
    word-break: keep-all;
  }

  .common .clinic_top>p:nth-child(1) br {
    display: none;
  }



  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fff676  30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.3s;
    color: #000;
    animation: clinic_top_span_move 1s forwards;
    animation-delay: 1.5s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 1px solid #333;
    margin-bottom: 80px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 1px solid #333;
    max-width: 95%;
    margin: 0 auto;
    padding: 10px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    margin: 10px 50px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu li:hover a {
    color: #e9521a;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }





	.common .s_menu_wrap.trans {width:95%; margin:0 auto; font-size:0px; 
		border-left: 1px solid #333;}
	.common .s_menu_wrap.trans .s_menu_box {
		border: 1px solid #333;
		border-top: 0px;
		border-left: 0px;
		border-bottom:0px;
		margin-bottom: 0px;
		display:inline-block;
		width:25%;
		vertical-align:top;
		box-sizing:border-box;
	}

	.common .s_menu_wrap.trans .s_page {
		vertical-align:top;
		display:inline-block;
		width:75%;
		box-sizing:border-box;
		padding-left:100px;

	}


	.common .s_menu_wrap.trans .s_menu {
		font-size: 0px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		border-top: 0px solid #333;
		padding:30px 15px;
	}

	.common .s_menu_wrap.trans .s_menu li {
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		margin: 15px 20px;
		
	   word-break: keep-all;
	}




  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* inner_menu */
  .common .inner_menu_box {}

  .common .inner_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 10px 10px 10px 10px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
  }

  .common .inner_menu li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    margin: 10px 20px;
  }

  .common .inner_menu li.on {
    font-size: 20px;
  }

  .common .inner_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .inner_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .inner_menu li:hover a {
    color: #e9521a;
  }

  .common .inner_page>li {
    display: none;
  }

  .common .inner_page>li.on {
    display: block;
  }

  /* inner_menu */
  /* content_struc  */
  .common .section {
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    border-left: 1px solid #ccc;
  }

  .s_menu_setting .section {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    width: 65%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
  }

  .common .section .title {
    width: 35%;
    float: left;
    font-size: 28px;
    line-height: 44px;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 20px;
    word-break: keep-all;
  }

  .common .section .title span {
    font-size: 34px;
  }

  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 80px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 30px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  .common .cont03 {
    margin-bottom: 20px;
  }

  .common .cont03:last-child {
    margin-bottom: 0px;
  }

  /* Å×ÀÌºí */
  .common .tb01 {
    width: 100%;
  }

  .common .tb01_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb01 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody th {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 10px;
    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 table tbody td.left {
    text-align: left;
  }

  .common .tb02 {
    width: 100%;
  }

  .common .tb02_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb02 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb02 table tbody th {
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb02 table tbody td {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb02 table tbody td.left {
    text-align: left;
  }

  .common [class^=tb] table ol {
    padding-left: 30px;
  }

  .common [class^=tb] table ol li {
    list-style: decimal-leading-zero;
    text-align: left;
    margin: 3px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 18px;
    color: #e9521a !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 6px 0 6px 15px;
	border-left:7px solid #e9521a;
    position: relative;
    word-break: keep-all;
  }



  .common h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }



  .common h2 span {
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .common .p01 {
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 14px;
    line-height: 26px;
    background: #efefef;
    padding: 10px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    background: #f7f7f7;
    padding: 15px;
  }

  .common .list01 li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
    background: #fff;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #e9521a;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 20px 20px 0 20px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    padding-left: 50px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    word-break: keep-all;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
  }

  .common .list02 li:nth-child(2n-1) {
    margin-right: 4%;
  }

  .common .list02 li.third {
    margin-right: 5px;
    width: calc((100% - 10px)/3);
  }

  .common .list02 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list02 li span {
    font-size: 22px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #99ba2b;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    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: 20px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list04 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    color: #393939;
    line-height: 14px;
    padding: 10px 10px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #ececec;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 18px;
    line-height: 26px;
    word-break: break-all;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    word-break: break-all;
    background: #efefef;
  }

  .common .list04 li.half {
    width: calc((100% - 40px)/2);
    margin-right: 20px;
  }

  .common .list04 li.half:nth-child(2n) {
    margin-right: 0;
  }

  .common .list04 li.third {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
  }

  .common .list04 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 15px 15px 0px 15px;
    font-size: 0;
    border: 1px solid #cfcfcf;
  }

  .common .list05 li {
    font-size: 18px;
    color: #393939;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #cfcfcf;
    padding: 15px;
    box-sizing: border-box;
    word-break: keep-all;
  }


   .common .list05 li.half {
    width: calc((100% - 15px)/2);
  }

  .common .list05 li.half:nth-child(2n) {
    margin-right: 0px;
  }


  .common .list05 li.third {
    width: calc((100% - 30px)/3);
  }

  .common .list05 li.third:nth-child(3n) {
    margin-right: 0px;
  }

  .common .list05 li.quater {
    width: calc((100% - 45px)/4);
  }

  .common .list05 li.quater:nth-child(4n) {
    margin-right: 0px;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    padding: 20px 20px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .common .link01 span {
    position: relative;
    z-index: 1;
  }

  .common .link01 span img {
    position: relative;
    left: 0px;
    transition: 0.3s;
    margin-left: 10px;
    vertical-align: middle;
  }

  .common .link01:hover span img {
    left: 10px;
  }

  .common .link01 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #99ba2b;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 15px;
    vertical-align: middle;
  }

  .common .link02:hover {
    color: #e9521a;
  }

  .common .link02:hover img {
    left: 5px;
  }

  .common .button {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
  }

  .common .button:hover {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on span {
    background-image: linear-gradient(transparent 60%, #adcf0e 40%);
    background-size: 100% 100%;
  }

  /* ±¸Á¶º¯°æ  */
  .common .trans_h1 {
    margin-bottom: 80px;
  }

  .common .trans_h1:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1 .left {
    float: left;
    width: 35%;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .common .trans_h1 .right {
    float: right;
    width: 65%;
  }

  .common .trans_h1_2 {
    margin-bottom: 80px;
  }

  .common .trans_h1_2:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1_2 .left {
    float: right;
    width: 35%;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .common .trans_h1_2 .right {
    float: left;
    width: 65%;
  }

  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #e9521a;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 250px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* º¯Çü ¸®½ºÆ® Çü½Ä ÆäÀÌÁö */
  .common .tran_list {}

  .common .tran_list>li {
    margin-bottom: 100px;
    line-height: 24px;
  }

  .common .tran_list>li:last-child {
    margin-bottom: 0px;
  }

  .common .tran_list>li .text {
    margin-bottom: 50px;
    padding-right: 40%;
  }

  .common .tran_list>li:nth-child(2n) .text {
    text-align: right;
    padding-right: 0%;
    padding-left: 40%;
  }

  .common .tran_list>li .text .p1 {
    font-size: 40px;
    line-height: 50px;
    color: #e9521a;
    word-break: keep-all;
  }

  .common .tran_list>li .text .p2 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1 {
    text-align: left;
  }

  .common .tran_list>li:nth-child(2n) .list1 {
    display: inline-block;
  }

  .common .tran_list>li .text .list1>li {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1>li span {
    background: #e9521a;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .common .tran_list>li .img {
    text-align: right;
    font-size: 0px;
  }

  .common .tran_list>li .img img {
    width: 60%;
  }

  .common .tran_list>li:nth-child(2n) .img {
    text-align: left;
    font-size: 0px;
  }

  .common .tran_list>li .img span {
    font-size: 80px;
    color: #e1e1e1;
    line-height: 70%;
    letter-spacing: -5px;
    font-weight: 500;
    display: block;
  }

  /* ÀÎ»ç¸» */
  .m06 {}

		   
/* ºñµð¿À ÄÁÅ×ÀÌ³Ê */
  .m06 .video-container {
	position: relative;
}

/* ºñµð¿À Å©±â Á¶Á¤ */
  .m06  video {
	width: 100%;
	height: auto;
	display: block;
}

/* Å« Àç»ý ¹öÆ° */
  .m06  .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width:100px;
	height:100px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

  .m06  .play-btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
}





  .m06 .mv {}

  .m06 .mv video {
    width: 100%;
  }



   .m06 .p1 {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
	padding-bottom:50px;
	margin-bottom:30px;
  }


   .m06 .p1 span {
	position:relative;
	z-index:1;
	padding-right:260px;
	display:block; width:100%;
	box-sizing:border-box;
  }
  .m06 .p1 img {
	height:300px;
	position:absolute;
	right:0px;
	bottom:0px;
  }



  .m06 .p2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
  }

  /* µÑ·¯º¸±â */
  .m08 {}

  .m08 .mv {}

  .m08 .mv video {
    width: 100%;
  }




		   
/* ºñµð¿À ÄÁÅ×ÀÌ³Ê */
  .m38 .video-container {
	position: relative;
}

/* ºñµð¿À Å©±â Á¶Á¤ */
  .m38  video {
	width: 100%;
	height: auto;
	display: block;
}

/* Å« Àç»ý ¹öÆ° */
  .m38  .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width:100px;
	height:100px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

  .m38  .play-btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
}




  /* ¿À½Ã´Â±æ */
  .m09 .address {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m09 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .m09 .txt {
    position: relative;
    box-sizing: border-box;
    padding: 50px 30px 0px 30px;
    font-size: 0px;
    line-height: 16px;
  }

  .m09 .txt .p1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .m09 .txt .p2 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    word-break: keep-all;
  }

  .m09 .txt .link_box {
    font-size: 0px;
  }

  .m09 .txt .link_box a {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m09 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m09 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m09 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m09 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }

  .m09 .icon1 {
    width: 30px;
  }

  /* ÀÇ·áÁø¼Ò°³ */
 
  .m11 .doctor {
	padding-bottom:50px;
  }


  .m11 .doctor .txt {
    box-sizing: border-box;
    padding: 30px 0px 0 50px;
    box-sizing: border-box;
	font-size:0px;
  }

  .m11 .doctor .txt .p1 {
    font-size: 42px;
	display:inline-block;
	width:200px;
	vertical-align:top;
  }

  .m11 .doctor .txt .p1 span {
    display:block;
    padding-top: 10px;
    font-size: 18px;
    color: #e9521a;
  }

  .m11 .doctor .txt .p1::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
	position:absolute;
    left: -50px;
  }

  .m11 .doctor .txt ul {
    margin-bottom: 0px;
	display:inline-block;
	width:calc(100% - 200px);
	vertical-align:top;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 30px;
  }

  .m11 .doctor .txt ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .m11 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }



    /* ºó¼Ò¾È³» */

    .m26 .mv video{width: 100%;}
    .m26 .contents .p1 {
      font-size: 24px;
      line-height: 49px;
      padding: 40px 0 80px;
      text-align: center;
    }
    .m26 .contents  .p1 span {
      margin: 0 20px;
    }

    .m26 .contents ul  {
      font-size: 0px;
      margin-bottom: 50px;
    }

    .m26 .contents ul > li  {
      width: 140px;
      display: inline-block;
      vertical-align: top;
      margin-right: calc((100% - 700px)/4);
    }
    .m26 .contents ul > li:last-child  {
      margin-right:0;
    }

    .m26 .contents ul > li p:nth-child(1)  {
      font-weight: 500;
      font-size:20px;
      margin-bottom: 10px;
    }
    .m26 .contents ul > li p:nth-child(2)  {
      font-size:12px;
      line-height: 16px;
      margin-bottom: 10px;
      word-break: keep-all;
    }
    .m26 .contents ul > li > div  {
      overflow:hidden;
      margin-bottom: 20px;
    }
    .m26 .contents ul > li:hover > div img  {
      transform: scale(1.1);
      transition: all 0.3s;
    }


    .m26 .contents ul > li > a{
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      display: inline-block;
      text-align: center;
      color: #333;
      transition: all 0.1s;
      margin-left: 5px;
    }

    .m26 .contents ul > li > a img {
      position: relative;
      left: 0px;
      transition: 0.1s;
      margin-left: 5px;
      height: 10px;
      vertical-align: middle;
    }

    .m26 .contents ul > li > a:hover {
      color: #e9521a;
    }

    .m26 .contents ul > li > a:hover img {
      left: 10px;
    }


    .m26 .contents .bottom .head{}

    .m26 .contents .bottom .head p {
      font-size: 26px;
      margin-bottom: 15px;
      font-weight: 500;
    }
    .m26 .contents .bottom .head a {
      float: right;
      margin-top: -30px;
    }

    .m26 .contents .iframe{
      width: 100%;
      padding: 30px;
      border: 1px solid #ccc;
      box-sizing: border-box;
    }
    .m26 .contents .iframe iframe{
      width: 100%;
    }



    /* Àå·Ê¹®È£¿ø ¿À´Â±æ */
    .m30 .address {
      height:450px;
      position: relative;
      z-index: 1;
      box-shadow: 0px 0px 20px -10px #2d2d2d;
    }

    .m30 .map_wrapper {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
    }



    .m30 .link_box {
      font-size: 0px;
    }

    .m30 .link_box a {
      display: inline-block;
      width: 48%;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      font-weight: 500;
    }

    .m30 .link_box a:nth-child(1) {
      background-color: #efc249;
      margin-right: 4%;
    }

    .m30 .link_box a:nth-child(2) {
      background-color: #80d257;
    }

    .m30 .link_box a:nth-child(1):hover {
      background-color: #ffba00;
    }

    .m30 .link_box a:nth-child(2):hover {
      background-color: #64d02e;
    }





  /* »çÀÌÆ®¸Ê  */
  .m32 .list {
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .m32 .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 20px;
    display: inline-block;
    width: calc((100% - 40px)/3);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .m32 .list>li:nth-child(3n) {
    margin-right: 0px;
  }

  .m32 .list>li>ul>li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .m32 .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m32 .list>li p {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }



  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  .common .left_mv {
    opacity: 0;
    position: relative;
  }

  .common .right_mv {
    opacity: 0;
    position: relative;
  }

  .common .top_mv {
    opacity: 0;
    position: relative;
  }

  .common .bottom_mv {
    opacity: 0;
    position: relative;
  }

  .common .left_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .right_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .top_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .left_mv_on {
    animation: left_mv_on 1s forwards;
  }

  .common .right_mv_on {
    animation: right_mv_on 1s forwards;
  }

  .common .top_mv_on {
    animation: top_mv_on 1s forwards;
  }

  .common .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
  }

  .login input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #e9521a;
  }

  .login .login_page {
    padding: 50px 20px 100px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    margin: 0 10px;
  }

  .login .img {
    margin-bottom: 40px;
  }

  .login .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;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
  }

  .login .button:hover {
    border: 1px solid #e9521a;
    color: #fff;
    background: #e9521a;
  }

  .login .p1 {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  #sub_contents {
    width: 100%;
    position: relative;
  }

  [class^="sub_header"] {
    height: 500px;
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  [class^="sub_header"] .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
    animation: sub_bg 2s forwards;
    animation-delay: 1s;
    opacity: 0;
  }

  .sub_header01 video {
    width: auto;
    height: 120%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  [class^="sub_header"] .bg>div {
    background-color: #ccc !important;animation: mymove 10s infinite;
	animation-timing-function: linear;
    animation-direction: alternate;
    animation-delay:1.5s;
  }

  .sub_header02 {
    background: url(/img/sub_header02_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header03 {
    background: url(/img/sub_header03_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header04 {
    background: url(/img/sub_header04_bg.jpg) no-repeat center;
    background-size: cover;
  }

  [class^="sub_header"] .txt {
    position: relative;
    max-width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
    text-align: left;
    color: #fff;
  }

  [class^="sub_header"] .txt .box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    padding:
  }

  [class^="sub_header"] .txt .box span {
    font-size: 42px;
    transform: skew(-0.001deg);
    animation: sub_bg_txt01 1.5s forwards;
    animation-delay: 1.5s;
    position: relative;
    opacity: 0;
  }

  [class^="sub_header"] .txt .box p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    position: relative;
    word-break: keep-all;
    animation: sub_bg_txt02 1s forwards;
    animation-delay: 2s;
    position: relative;
    opacity: 0;
  }

  [class^="sub_header"]::before {
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0px;
    bottom: 0px;
    border-bottom: 0px;
    content: "";
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    z-index: 1;
    animation: sub_bg 1s forwards;
    animation-delay: 2s;
    opacity: 0;
  }

  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    max-width: 95%;
    margin: 0 auto;
    font-size: 0px;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 40px)/2);
    text-align: center;
    background: url(/img/arrow03_c.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0;
    font-weight: 500;
  }

  .submenu [class^="menu"] p:hover {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
  }

  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
    color: #333;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #efefef;
    display: none;
    height: 150px;
    overflow: auto;
  }

  .submenu [class^="menu"] ul li {
    height: 25%;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    font-weight: 500;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #fff;
    background: #ed6f16;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 100px 40px 100px;
    text-align: center;
    position: relative;
    opacity: 0;
    box-sizing: border-box;
  }

  .common .clinic_top {
    position: relative;
    animation: head_top_move 1s forwards;
    opacity: 0;
  }

  .common .clinic_top>p:nth-child(1) {
    font-size: 28px;
    line-height: 44px;
    word-break: keep-all;
  }

  .common .clinic_top>p:nth-child(1) br {
    display: none;
  }



  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fff676 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.3s;
    color: #000;
    animation: clinic_top_span_move 1s forwards;
    animation-delay: 1.5s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 1px solid #333;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    margin: 10px 30px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu li:hover a {
    color: #e9521a;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* inner_menu */
  .common .inner_menu_box {}

  .common .inner_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 10px 5px 10px 5px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
  }

  .common .inner_menu li {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    margin: 10px 10px;
  }

  .common .inner_menu li.on {
    font-size: 18px;
  }

  .common .inner_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .inner_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .inner_menu li:hover a {
    color: #e9521a;
  }

  .common .inner_page>li {
    display: none;
  }

  .common .inner_page>li.on {
    display: block;
  }

  /* inner_menu */
  /* content_struc  */
  .common .section {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 12px;
    padding:25px 15px 0 15px;
  }

  .common .section .title {
    font-size: 36px;
    line-height: 46px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .section .title:after {
    line-height: normal;
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background: #efefef;
  }

  .common .section .title span {
   
  }

  .common .section .title br {
    display: none;
  }

  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 60px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 30px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  .common .cont03 {
    margin-bottom: 10px;
  }

  .common .cont03:last-child {
    margin-bottom: 0px;
  }

  /* Å×ÀÌºí */
  .common .tb01 {
    width: 100%;
    position: relative;
    padding-top: 20px;
  }

  .common .tb01::after {
    width: 15px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
    content: "";
  }

  .common .tb01::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 12px;
    color: #e9521a;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 3;
  }

  .common .tb01_innner {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    right: 0px;
    box-sizing: border-box;
  }

  .common .tb01 table {
    width: 130%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody th {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 table tbody td.left {
    text-align: left;
  }

  .common .tb02 {
    width: 100%;
  }

  .common .tb02_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb02 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
  }

  .common .tb02 table tbody th {
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb02 table 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 .tb02 table tbody td.left {
    text-align: left;
  }

  .common [class^=tb] table ol {
    padding-left: 25px;
  }

  .common [class^=tb] table ol li {
    list-style: decimal-leading-zero;
    text-align: left;
    margin: 3px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 14px;
    color: #e9521a !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 6px 0 6px 15px;
	border-left:5px solid #e9521a;
    position: relative;
    word-break: keep-all;
  }



  .common h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }




  .common h2 span {
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .common .p01 {
    font-size: 13px;
    line-height: 21px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 13px;
    line-height: 21px;
    background: #efefef;
    padding: 10px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    background: #f7f7f7;
    padding: 10px;
  }

  .common .list01 li {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
    background: #fff;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #e9521a;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 15px 10px 5px 10px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 12px;
    color: #393939;
    line-height: 18px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    word-break: keep-all;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
  }

  .common .list02 li:nth-child(2n-1) {
    margin-right: 4%;
  }

  .common .list02 li span {
    font-size: 18px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #99ba2b;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding: 15px;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 12px;
    color: #393939;
    line-height: 18px;
    padding-left: 35px;
    margin-bottom: 25px;
    word-break: keep-all;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .common .list03 li:last-child {
    margin-bottom: 0px;
  }

  .common .list03 li:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list04 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 {
    font-size: 0;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    color: #393939;
    line-height: 12px;
    padding: 10px 10px;
    margin-bottom: 10px;
    word-break: keep-all;
    border: 1px solid #ececec;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
    word-break: keep-all;
    background: #efefef;
  }

  .common .list04 li.half {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }

  .common .list04 li.half:nth-child(2n) {
    margin-right: 0;
  }

  .common .list04 li.third {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }

  .common .list04 li.third:nth-child(2n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 10px 10px 0px 10px;
    font-size: 0;
    border: 1px solid #cfcfcf;
  }

  .common .list05 li {
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #cfcfcf;
    padding: 5px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li {
    width: calc((100% - 10px)/2);
  }

  .common .list05 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .common .link01 span {
    position: relative;
    z-index: 1;
  }

  .common .link01 span img {
    position: relative;
    left: 0px;
    transition: 0.3s;
    margin-left: 10px;
    vertical-align: middle;
  }

  .common .link01:hover span img {
    left: 5px;
  }

  .common .link01 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #99ba2b;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 10px;
    vertical-align: middle;
  }

  .common .link02:hover {
    color: #e9521a;
  }

  .common .link02:hover img {
    left: 5px;
  }

  .common .button {
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
  }

  .common .button:hover {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on span {
    background-image: linear-gradient(transparent 60%, #adcf0e 40%);
    background-size: 100% 100%;
  }

  /* ±¸Á¶º¯°æ  */
  .common .trans_h1 {
    margin-bottom: 80px;
  }

  .common .trans_h1:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1 .left {
    padding-right: 35%;
  }

  .common .trans_h1 .right {
    padding-left: 30px;
  }

  .common .trans_h1_2 {
    margin-bottom: 80px;
  }

  .common .trans_h1_2:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1_2 .left {
    padding-left: 35%;
  }

  .common .trans_h1_2 .right {
    padding-right: 30px;
  }

  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #e9521a;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* º¯Çü ¸®½ºÆ® Çü½Ä ÆäÀÌÁö */
  .common .tran_list {}

  .common .tran_list>li {
    margin-bottom: 70px;
    line-height: 16px;
  }

  .common .tran_list>li:last-child {
    margin-bottom: 0px;
  }

  .common .tran_list>li .text {
    margin-bottom: 20px;
    padding-right: 30%;
  }

  .common .tran_list>li:nth-child(2n) .text {
    text-align: right;
    padding-right: 0%;
    padding-left: 30%;
  }

  .common .tran_list>li .text .p1 {
    font-size: 30px;
    line-height: 40px;
    color: #e9521a;
    word-break: keep-all;
  }

  .common .tran_list>li .text .p2 {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1 {
    text-align: left;
  }

  .common .tran_list>li:nth-child(2n) .list1 {
    display: inline-block;
  }

  .common .tran_list>li .text .list1>li {
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1>li span {
    background: #e9521a;
    width: 25px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .common .tran_list>li .img {
    text-align: right;
    font-size: 0px;
  }

  .common .tran_list>li .img img {
    width: 80%;
  }

  .common .tran_list>li:nth-child(2n) .img {
    text-align: left;
    font-size: 0px;
  }

  .common .tran_list>li .img span {
    font-size: 50px;
    color: #e1e1e1;
    line-height: 70%;
    letter-spacing: 0px;
    font-weight: 500;
    display: block;
  }

  /* ÀÎ»ç¸» */
  .m06 {}



		   
/* ºñµð¿À ÄÁÅ×ÀÌ³Ê */
  .m06 .video-container {
	position: relative;
}

/* ºñµð¿À Å©±â Á¶Á¤ */
  .m06  video {
	width: 100%;
	height: auto;
	display: block;
}

/* Å« Àç»ý ¹öÆ° */
  .m06  .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width:100px;
	height:100px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.m06  .play-btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
}


  .m06 .mv {}

  .m06 .mv video {
    width: 100%;
  }

 
    .m06 .p1 {
	 padding: 20px;
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
	margin-bottom:10px;
	overflow:hidden;
  }


   .m06 .p1 span {
  }
  .m06 .p1 img {
	width:80%;
	float:right;
  }


  .m06 .p2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
  }




		   
/* ºñµð¿À ÄÁÅ×ÀÌ³Ê */
  .m38 .video-container {
	position: relative;
}

/* ºñµð¿À Å©±â Á¶Á¤ */
  .m38  video {
	width: 100%;
	height: auto;
	display: block;
}

/* Å« Àç»ý ¹öÆ° */
  .m38  .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width:100px;
	height:100px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.m38  .play-btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
}





  /* µÑ·¯º¸±â */
  .m08 {}

  .m08 .mv {}

  .m08 .mv video {
    width: 100%;
  }

  /* ¿À½Ã´Â±æ */
  .m09 .address {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m09 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .m09 .txt {
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px 0px 20px;
    font-size: 0px;
    line-height: 14px;
  }

  .m09 .txt .p1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .m09 .txt .p2 {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    word-break: keep-all;
  }

  .m09 .txt .link_box {
    font-size: 0px;
  }

  .m09 .txt .link_box a {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m09 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m09 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m09 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m09 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }

  .m09 .icon1 {
    width: 25px;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m11 {}

  .m11 .doctor {
    max-width: 95%;
    margin: 0 auto;
  }



  .m11 .doctor .txt {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .m11 .doctor .txt .p1 {
    font-size: 30px;
  }

  .m11 .doctor .txt .p1 span {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
    color: #e9521a;
  }

  .m11 .doctor .txt .p1::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #333;
    margin: 20px auto;
  }

  .m11 .doctor .txt ul {
    margin-bottom: 60px;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 20px;
  }

  .m11 .doctor .txt ul li {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .m11 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }



  /* ºó¼Ò¾È³» */

  .m26 .mv video{width: 100%;}
  .m26 .contents .p1 {
    font-size: 16px;
    line-height: 34px;
    padding: 20px 0 50px;
    text-align: center;
    word-break: keep-all;
  }
  .m26 .contents  .p1 span {
    font-size: 20px;
    display: inline-block;
      margin: 10px;
  }

  .m26 .contents ul  {
    font-size: 0px;
    margin-bottom: 40px;
  }

  .m26 .contents ul > li  {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right:4%;
    margin-bottom: 10%;
  }
  .m26 .contents ul > li:last-child {
  margin-bottom: 0%;
  }
  .m26 .contents ul > li:nth-child(2n) {
    margin-right:0;
  }

  .m26 .contents ul > li p:nth-child(1)  {
    font-weight: 500;
    font-size:20px;
    margin-bottom: 10px;
  }
  .m26 .contents ul > li p:nth-child(2)  {
    font-size:12px;
    line-height: 16px;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .m26 .contents ul > li > div  {
    overflow:hidden;
    margin-bottom: 20px;
  }
  .m26 .contents ul > li div img  {
    width: 100%;
  }
  .m26 .contents ul > li:hover > div img  {
    transform: scale(1.1);
    transition: all 0.3s;
  }


  .m26 .contents ul > li > a{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
    margin-left: 5px;
  }

  .m26 .contents ul > li > a img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 10px;
    vertical-align: middle;
  }

  .m26 .contents ul > li > a:hover {
    color: #e9521a;
  }

  .m26 .contents ul > li > a:hover img {
    left: 10px;
  }


  .m26 .contents .bottom .head{}

  .m26 .contents .bottom .head p {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .m26 .contents .bottom .head a {
    float: right;
    margin-top: -30px;
    margin-right: 20px;
  }

  .m26 .contents .iframe{
    width: 100%;
    padding: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .m26 .contents .iframe iframe{
    width: 100%;
  }


  /* Àå·Ê¹®È£¿ø ¿À´Â±æ */
  .m30 .address {
    height:250px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m30 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }



  .m30 .link_box {
    font-size: 0px;
  }

  .m30 .link_box a {
    display: inline-block;
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m30 .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m30 .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m30 .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m30 .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }



  /* »çÀÌÆ®¸Ê  */
  .m32 .list {
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .m32 .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
    width: calc((100% - 30px)/2);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 15px;
  }

  .m32 .list>li:nth-child(2n) {
    margin-right: 0px;
  }

  .m32 .list>li>ul>li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .m32 .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m32 .list>li p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }




  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  .common .left_mv {
    opacity: 0;
    position: relative;
  }

  .common .right_mv {
    opacity: 0;
    position: relative;
  }

  .common .top_mv {
    opacity: 0;
    position: relative;
  }

  .common .bottom_mv {
    opacity: 0;
    position: relative;
  }

  .common .left_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .right_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .top_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  .common .left_mv_on {
    animation: left_mv_on 1s forwards;
  }

  .common .right_mv_on {
    animation: right_mv_on 1s forwards;
  }

  .common .top_mv_on {
    animation: top_mv_on 1s forwards;
  }

  .common .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
  }

  .login .login_page {
    text-align: center;
  }

  .login input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #e9521a;
  }

  .login .login_page {
    padding: 30px 20px 60px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
  }

  .login .img {
    margin-bottom: 20px;
  }

  .login .img img {
    width: 150px;
  }

  .login .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;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
  }

  .login .button:hover {
    border: 1px solid #e9521a;
    color: #fff;
    background: #e9521a;
  }

  .login .p1 {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* ÄÃ·¯Áý */
.c1 {
  color: #e9521a;
   !important;
}

.c2 {
  color: #77a628 !important;
}



.w1200{
  min-width: 100%!important;
}

.w1200 .top_border {
  border-top: 5px solid #f58753;
  margin-bottom: 0px;
}

.w1200 .inner_box {
    padding: 40px 0 0 0;
    overflow: hidden;
    font-weight: 500;
}


.w1200 .common {
    padding-bottom: 0px;
}




.w768{
  min-width: 100%!important;
}

.w768 .top_border {
  border-top: 5px solid #f58753;
  margin-bottom: 0px;
}

.w768 .inner_box {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-weight: 500;
}

.w768 .common {
  max-width: 100%;
  padding-bottom: 0px;
}



.w767{
  min-width: 100%!important;
}

.w767 .top_border {
  border-top: 5px solid #f58753;
  margin-bottom: 0px;
}

.w767 .inner_box {
    padding: 10px 0 0 0;
    overflow: hidden;
    font-weight: 500;
}

.w767 .common {
  max-width: 100%;
  padding-bottom: 0px;
}












@media print {
  #sub_contents {
    width: 100%;
    position: relative;
  }

  [class^="sub_header"] {
    height: 300px;
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  [class^="sub_header"] .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
    animation: inherit;
    animation-delay: 1s;
    opacity: 1;
    filter: inherit!important;
  }

  .sub_header01 video {
    width: auto;
    height: 120%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  [class^="sub_header"] .bg>div {
    background-color: #ccc !important;
	animation:inherit;
  }

  .sub_header02 {
    background: url(/img/sub_header02_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header03 {
    background: url(/img/sub_header03_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .sub_header04 {
    background: url(/img/sub_header04_bg.jpg) no-repeat center;
    background-size: cover;
  }

  [class^="sub_header"] .txt {
    position: relative;
    max-width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
    text-align: left;
    color: #fff;
  }

  [class^="sub_header"] .txt .box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    padding:
  }

  [class^="sub_header"] .txt .box span {
    font-size: 42px;
    transform: skew(-0.001deg);
    animation: inherit;
    animation-delay: 1.5s;
    position: relative;
    opacity: 1;
  }

  [class^="sub_header"] .txt .box p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    position: relative;
    word-break: keep-all;
    animation: inherit;
    animation-delay: 2s;
    position: relative;
    opacity: 1;
  }

  [class^="sub_header"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    border-bottom: 0px;
    content: "";
    display: block;
    background:rgba(0,0,0,0.6);
    z-index: 1;
    opacity: 1;
  }

  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    max-width: 95%;
    margin: 0 auto;
    font-size: 0px;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 40px)/2);
    text-align: center;
    background: url(/img/arrow03_c.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0;
    font-weight: 500;
  }

  .submenu [class^="menu"] p:hover {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
  }

  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #ffe8d9;
    color: #333;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #efefef;
    display: none;
    height: 150px;
    overflow: auto;
  }

  .submenu [class^="menu"] ul li {
    height: 25%;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    font-weight: 500;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #fff;
    background: #ed6f16;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 100px 40px 80px;
    text-align: center;
    position: relative;
    opacity:1;
    box-sizing: border-box;
  }

  .common .clinic_top {
    position: relative;
    animation: inherit;
    opacity:1;
  }

  .common .clinic_top>p:nth-child(1) {
    font-size: 28px;
    line-height: 44px;
    word-break: keep-all;
  }

  .common .clinic_top>p:nth-child(1) br {
    display: none;
  }

  .common .clinic_top::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    margin: 40px 0 0 0;
    background: #333;
  }

  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fff676 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.3s;
    color: #000;
    animation: inherit;
    animation-delay: 1.5s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 1px solid #333;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    margin: 10px 30px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu li:hover a {
    color: #e9521a;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* inner_menu */
  .common .inner_menu_box {}

  .common .inner_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 10px 5px 10px 5px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
  }

  .common .inner_menu li {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    margin: 10px 10px;
  }

  .common .inner_menu li.on {
    font-size: 18px;
  }

  .common .inner_menu li.on a {
    color: #e9521a;
    font-weight: 500;
  }

  .common .inner_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .inner_menu li:hover a {
    color: #e9521a;
  }

  .common .inner_page>li {
    display: none;
  }

  .common .inner_page>li.on {
    display: block;
  }

  /* inner_menu */
  /* content_struc  */
  .common .section {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 12px;
    padding:25px 15px 0 15px;
  }

  .common .section .title {
    font-size: 36px;
    line-height: 46px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .section .title:after {
    line-height: normal;
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background: #efefef;
  }

  .common .section .title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #ea5c18 3px);
  }

  .common .section .title br {
    display: none;
  }

  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 60px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 30px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  .common .cont03 {
    margin-bottom: 10px;
  }

  .common .cont03:last-child {
    margin-bottom: 0px;
  }

  /* Å×ÀÌºí */
  .common .tb01 {
    width: 100%;
    position: relative;
    padding-top: 20px;
  }

  .common .tb01::after {
    width: 15px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
    content: "";
  }

  .common .tb01::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 12px;
    color: #e9521a;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 3;
  }

  .common .tb01_innner {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    right: 0px;
    box-sizing: border-box;
  }

  .common .tb01 table {
    width: 130%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody th {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
  }

  .common .tb01 table tbody td.left {
    text-align: left;
  }

  .common .tb02 {
    width: 100%;
  }

  .common .tb02_innner {
    width: 100%;
    overflow: hidden;
  }

  .common .tb02 table {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #e9521a;
    color: #393939;
  }

  .common .tb02 table tbody th {
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-weight: 500;
    word-break: keep-all;
  }

  .common .tb02 table 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 .tb02 table tbody td.left {
    text-align: left;
  }

  .common [class^=tb] table ol {
    padding-left: 25px;
  }

  .common [class^=tb] table ol li {
    list-style: decimal-leading-zero;
    text-align: left;
    margin: 3px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 14px;
    color: #e9521a !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 6px 0 6px 15px;
	border-left:5px solid #e9521a;
    position: relative;
    word-break: keep-all;
  }



  .common h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }




  .common h2 span {
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .common .p01 {
    font-size: 13px;
    line-height: 21px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 13px;
    line-height: 21px;
    background: #efefef;
    padding: 10px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    background: #f7f7f7;
    padding: 10px;
  }

  .common .list01 li {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
    background: #fff;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #e9521a;
    border-radius: 50%;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 15px 10px 5px 10px;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 12px;
    color: #393939;
    line-height: 18px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    word-break: keep-all;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
  }

  .common .list02 li:nth-child(2n-1) {
    margin-right: 4%;
  }

  .common .list02 li span {
    font-size: 18px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #99ba2b;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    box-shadow: 5px 5px #ececec;
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding: 15px;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 12px;
    color: #393939;
    line-height: 18px;
    padding-left: 35px;
    margin-bottom: 25px;
    word-break: keep-all;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .common .list03 li:last-child {
    margin-bottom: 0px;
  }

  .common .list03 li:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list04 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 {
    font-size: 0;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    color: #393939;
    line-height: 12px;
    padding: 10px 10px;
    margin-bottom: 10px;
    word-break: keep-all;
    border: 1px solid #ececec;
    box-sizing: border-box;
    box-shadow: 5px 5px #ececec;
    background: #fff;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
    word-break: keep-all;
    background: #efefef;
  }

  .common .list04 li.half {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }

  .common .list04 li.half:nth-child(2n) {
    margin-right: 0;
  }

  .common .list04 li.third {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }

  .common .list04 li.third:nth-child(2n) {
    margin-right: 0;
  }

  .common .list05 {
    padding: 10px 10px 0px 10px;
    font-size: 0;
    border: 1px solid #cfcfcf;
  }

  .common .list05 li {
    font-size: 14px;
    color: #393939;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #cfcfcf;
    padding: 5px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li {
    width: calc((100% - 10px)/2);
  }

  .common .list05 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .common .link01 span {
    position: relative;
    z-index: 1;
  }

  .common .link01 span img {
    position: relative;
    left: 0px;
    transition: 0.3s;
    margin-left: 10px;
    vertical-align: middle;
  }

  .common .link01:hover span img {
    left: 5px;
  }

  .common .link01 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #99ba2b;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 10px;
    vertical-align: middle;
  }

  .common .link02:hover {
    color: #e9521a;
  }

  .common .link02:hover img {
    left: 5px;
  }

  .common .button {
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
  }

  .common .button:hover {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on {
    box-shadow: 0px 10px 8px -4px #888;
  }

  .common .button_on span {
    background-image: linear-gradient(transparent 60%, #adcf0e 40%);
    background-size: 100% 100%;
  }

  /* ±¸Á¶º¯°æ  */
  .common .trans_h1 {
    margin-bottom: 80px;
  }

  .common .trans_h1:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1 .left {
    padding-right: 35%;
  }

  .common .trans_h1 .right {
    padding-left: 30px;
  }

  .common .trans_h1_2 {
    margin-bottom: 80px;
  }

  .common .trans_h1_2:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1_2 .left {
    padding-left: 35%;
  }

  .common .trans_h1_2 .right {
    padding-right: 30px;
  }

  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #e9521a;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* º¯Çü ¸®½ºÆ® Çü½Ä ÆäÀÌÁö */
  .common .tran_list {}

  .common .tran_list>li {
    margin-bottom: 70px;
    line-height: 16px;
  }

  .common .tran_list>li:last-child {
    margin-bottom: 0px;
  }

  .common .tran_list>li .text {
    margin-bottom: 20px;
    padding-right: 30%;
  }

  .common .tran_list>li:nth-child(2n) .text {
    text-align: right;
    padding-right: 0%;
    padding-left: 30%;
  }

  .common .tran_list>li .text .p1 {
    font-size: 30px;
    line-height: 40px;
    color: #e9521a;
    word-break: keep-all;
  }

  .common .tran_list>li .text .p2 {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1 {
    text-align: left;
  }

  .common .tran_list>li:nth-child(2n) .list1 {
    display: inline-block;
  }

  .common .tran_list>li .text .list1>li {
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    word-break: keep-all;
  }

  .common .tran_list>li .text .list1>li span {
    background: #e9521a;
    width: 25px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .common .tran_list>li .img {
    text-align: right;
    font-size: 0px;
  }

  .common .tran_list>li .img img {
    width: 80%;
  }

  .common .tran_list>li:nth-child(2n) .img {
    text-align: left;
    font-size: 0px;
  }

  .common .tran_list>li .img span {
    font-size: 50px;
    color: #e1e1e1;
    line-height: 70%;
    letter-spacing: 0px;
    font-weight: 500;
    display: block;
  }

  /* ÀÎ»ç¸» */
  .m06 {}

  .m06 .mv {}

  .m06 .mv video {
    width: 100%;
  }

 
    .m06 .p1 {
	 padding: 20px;
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
	margin-bottom:10px;
	overflow:hidden;
  }


   .m06 .p1 span {
  }
  .m06 .p1 img {
	width:80%;
	float:right;
  }


  .m06 .p2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
  }

  /* µÑ·¯º¸±â */
  .m08 {}

  .m08 .mv {}

  .m08 .mv video {
    width: 100%;
  }

  /* ¿À½Ã´Â±æ */
  .m09 .address {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m09 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .m09 .txt {
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px 0px 20px;
    font-size: 0px;
    line-height: 14px;
  }

  .m09 .txt .p1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .m09 .txt .p2 {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    word-break: keep-all;
  }

  .m09 .txt .link_box {
    font-size: 0px;
  }

  .m09 .txt .link_box a {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m09 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m09 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m09 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m09 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }

  .m09 .icon1 {
    width: 25px;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m11 {}

  .m11 .doctor {
    max-width: 95%;
    margin: 0 auto;
  }



  .m11 .doctor .txt {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .m11 .doctor .txt .p1 {
    font-size: 30px;
  }

  .m11 .doctor .txt .p1 span {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
    color: #e9521a;
  }

  .m11 .doctor .txt .p1::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #333;
    margin: 20px auto;
  }

  .m11 .doctor .txt ul {
    margin-bottom: 60px;
  }

  .m11 .doctor .txt ul li {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .m11 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }



  /* ºó¼Ò¾È³» */

  .m26 .mv video{width: 100%;}
  .m26 .contents .p1 {
    font-size: 16px;
    line-height: 34px;
    padding: 20px 0 50px;
    text-align: center;
    word-break: keep-all;
  }
  .m26 .contents  .p1 span {
    font-size: 20px;
    display: inline-block;
      margin: 10px;
  }

  .m26 .contents ul  {
    font-size: 0px;
    margin-bottom: 40px;
  }

  .m26 .contents ul > li  {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right:4%;
    margin-bottom: 10%;
  }
  .m26 .contents ul > li:last-child {
  margin-bottom: 0%;
  }
  .m26 .contents ul > li:nth-child(2n) {
    margin-right:0;
  }

  .m26 .contents ul > li p:nth-child(1)  {
    font-weight: 500;
    font-size:20px;
    margin-bottom: 10px;
  }
  .m26 .contents ul > li p:nth-child(2)  {
    font-size:12px;
    line-height: 16px;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .m26 .contents ul > li > div  {
    overflow:hidden;
    margin-bottom: 20px;
  }
  .m26 .contents ul > li div img  {
    width: 100%;
  }
  .m26 .contents ul > li:hover > div img  {
    transform: scale(1.1);
    transition: all 0.3s;
  }


  .m26 .contents ul > li > a{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
    margin-left: 5px;
  }

  .m26 .contents ul > li > a img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 10px;
    vertical-align: middle;
  }

  .m26 .contents ul > li > a:hover {
    color: #e9521a;
  }

  .m26 .contents ul > li > a:hover img {
    left: 10px;
  }


  .m26 .contents .bottom .head{}

  .m26 .contents .bottom .head p {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .m26 .contents .bottom .head a {
    float: right;
    margin-top: -30px;
    margin-right: 20px;
  }

  .m26 .contents .iframe{
    width: 100%;
    padding: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .m26 .contents .iframe iframe{
    width: 100%;
  }


  /* Àå·Ê¹®È£¿ø ¿À´Â±æ */
  .m30 .address {
    height:250px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px #2d2d2d;
  }

  .m30 .map_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }



  .m30 .link_box {
    font-size: 0px;
  }

  .m30 .link_box a {
    display: inline-block;
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m30 .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m30 .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m30 .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m30 .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }



  /* »çÀÌÆ®¸Ê  */
  .m32 .list {
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .m32 .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
    width: calc((100% - 30px)/2);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 15px;
  }

  .m32 .list>li:nth-child(2n) {
    margin-right: 0px;
  }

  .m32 .list>li>ul>li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .m32 .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m32 .list>li p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }




  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  .common .left_mv {
    opacity: 1;
    position: relative;
  }

  .common .right_mv {
    opacity: 1;
    position: relative;
  }

  .common .top_mv {
    opacity: 1;
    position: relative;
  }

  .common .bottom_mv {
    opacity: 1;
    position: relative;
  }

  .common .left_mv_li {
    opacity: 1;
    position: relative;
  }

  .common .right_mv_li {
    opacity:1;
    position: relative;
  }

  .common .top_mv_li {
    opacity: 1;
    position: relative;
  }

  .common .bottom_mv_li {
    opacity:1;
    position: relative;
  }


  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
  }

  .login .login_page {
    text-align: center;
  }

  .login input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: #e9521a;
  }

  .login .login_page {
    padding: 30px 20px 60px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
  }

  .login .img {
    margin-bottom: 20px;
  }

  .login .img img {
    width: 150px;
  }

  .login .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;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
  }

  .login .button:hover {
    border: 1px solid #e9521a;
    color: #fff;
    background: #e9521a;
  }

  .login .p1 {
    font-size: 14px;
    margin-top: 20px;
  }
}
