@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
  #sub_contents {
    width: 100%;
    position: relative;
  }

  [class^="sub_header"] {
    height: 600px;
    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: 1600px;
    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: 80px;
    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: 22px;
    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: 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: 1600px;
    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: #e6f0b6;
  }

  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #e6f0b6;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #bde7ed;
    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: #00b0c9;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 150px;
  }

  /* sut_head_text */
  .common .head_top {
    padding: 150px 0 100px;
    text-align: center;
    position: relative;
    opacity: 0;
  }

  .common .head_top_move {
    position: relative;
    animation: head_top_move 1s forwards;
    opacity: 0;
  }

  .common .head_top>p:nth-child(1) {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .common .head_top>p:nth-child(2) {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .common .head_top>p:nth-child(3) {
    font-size: 22px;
  }

  .common .head_top::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100px;
    margin: 60px 0 0 0;
    background: #333;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 150px 0px 100px;
    text-align: center;
    position: relative;
    opacity: 0;
    max-width: 1600px;
    margin: 0 auto;
    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: 46px;
    margin-bottom: 20px;
    word-break: keep-all;
  }

  .common .clinic_top::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100px;
    margin: 60px 0 0 0;
    background: #333;
  }

  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #d2e091 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: 1600px;
    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: rgba(0, 176, 201, 1.0);
    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: rgba(0, 176, 201, 1.0);
  }

  .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: 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: rgba(0, 176, 201, 1.0);
    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: rgba(0, 176, 201, 1.0);
  }

  .common .inner_page > li {
    display: none;
  }

  .common .inner_page > li.on {
    display: block;
  }

  /* inner_menu */



  /* content_struc  */
  .common .section {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 160px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    width: 1200px;
    float: left;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
  }

  .common .section .title {
    width: calc(100% - 1200px);
    float: left;
    font-size: 36px;
    line-height: 44px;
    box-sizing: border-box;
    padding-right: 50px;
    word-break: keep-all;
  }

  .common .section .title span {
    font-size: 52px;
    font-weight: 500;
    display: inline-block;
    margin: 5px 0;
    line-height: normal;
    color: #00b0c7;
  }

  .common .section .title i {
    font-size: 18px;
    display: block;
    margin-top: 20px;
    line-height: 26px;
  }

  /* //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 transparent;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 table thead tr {
    background-image: linear-gradient(to right, rgba(170, 205, 6, 0.6), rgba(0, 176, 201, 0.6));
  }

  .common .tb01 table thead th {
    padding: 15px;
    font-size: 24px;
    line-height: normal;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 500;
    color: #fff;
    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 transparent;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
    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: rgba(0, 176, 201, 1.0) !important;}





  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 30px;
    padding-left: 45px;
    position: relative;
    word-break: keep-all;
  }

  .common h1::before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background: #333;
    left: 0px;
    top: 5px;
  }

  .common h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .common h2 span {
    background-image: linear-gradient(transparent 70%, #d2e091 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .common .p01 {
    font-size: 20px;
    line-height: 34px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 20px;
    line-height: 34px;
    background: #efefef;
    padding: 15px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .common .list01 li {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #13b3b3;
    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: 20px;
    color: #393939;
    line-height: 28px;
    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-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    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: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 20px;
    color: #393939;
    line-height: 30px;
    word-break: keep-all;
    display: inline-block;
    width: 45%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px 20px 20px 60px;
    margin: 0 2.5%;
    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 {
    font-size: 0;
  }

  .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.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-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    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;
  }

  .common .link02:hover {
    color: #00b0c7;
  }

  .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: rgba(0, 176, 201, 1.0);
    text-align: left;
  }

  .common .img_scroll .img{
	height: 450px;
    overflow-y: scroll;
    display: inline-block;
  }







  /* ÀÎ»ç¸» */
  .m06 .list li {
    margin-bottom: 150px;
  }

  .m06 .list li::after {
    content: "";
    display: block;
    clear: both;
  }

  .m06 .list li:nth-child(2n-1) .img {
    float: left;
    width: 650px;
    position: relative;
  }

  .m06 .list li:nth-child(2n-1) .img::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #333;
    position: absolute;
    right: 0px;
    bottom: -40px;
  }

  .m06 .list li:nth-child(2n-1) .txt {
    float: left;
    width: calc(100% - 650px);
    box-sizing: border-box;
    padding: 80px 80px 0px 150px;
    position: relative;
  }

  .m06 .list li:nth-child(2n) .img {
    float: right;
    width: 650px;
    position: relative;
  }

  .m06 .list li:nth-child(2n) .img::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0px;
    bottom: -40px;
  }

  .m06 .list li:nth-child(2n) .txt {
    float: right;
    width: calc(100% - 650px);
    box-sizing: border-box;
    padding: 200px 150px 0px 80px;
    position: relative;
  }

  .m06 .list li .txt p:nth-child(1) {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .m06 .list li .txt p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .m06 .p1 {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
    text-align: center;
  }

  .m06 .p1::after {
    content: "";
    display: block;
    margin: 60px auto;
    width: 1px;
    height: 100px;
    background: #333;
  }

  .m06 .p2 {
    font-style: italic;
    font-size: 24px;
    word-break: keep-all;
    text-align: center;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m07 {}

  .m07 .doctor {
    max-width: 1200px;
    margin: 0 auto;
  }

  .m07 .doctor .img {
    width: 500px;
    float: left;
    text-align: center;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
  }

  .m07 .doctor .img img {
    display: inline-block;
    vertical-align: top;
  }

  .m07 .doctor .txt {
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding: 80px 50px 0 15%;
    float: left;
    box-sizing: border-box;
  }

  .m07 .doctor .txt .p1 {
    font-size: 55px;
  }

  .m07 .doctor .txt .p1 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 20px;
  }

  .m07 .doctor .txt .p1::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #333;
    margin: 35px 0;
  }

  .m07 .doctor .txt ul {
    margin-bottom: 100px;
  }

  .m07 .doctor .txt ul li {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .m07 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }

  .m07 .doctor .txt .p2 {
    font-size: 36px;
    font-family: 'pnight';
	word-break:keep-all;
	line-height:48px;
  }

  /* ¿À½Ã´Â±æ */
  .m37 .map_wrapper {
    float: left;
    width: 50%;
    height: 500px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 22px -9px #2d2d2d;
  }

  .m37 .txt {
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding: 100px 50px 50px 150px;
    font-size: 20px;
    line-height: 20px;
  }

  .m37 .txt .p1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .m37 .txt .p2 {
    font-size: 28px;
    line-height: normal;
    font-weight: 500;
  }

  .m37 .txt .link_box {
    font-size: 0px;
  }

  .m37 .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;
  }

  .m37 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m37 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m37 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m37 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }

  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .m28 .posi01{padding: 20px 20px 10px 20px; background: #efefef;}
  .m28 .posi01 > div{display: inline-block; margin:0 30px 10px 0;}

  /* Ã³¹æÀü ´ë¸®Ã³¹æ */
  .m29 .posi01{padding: 20px 20px 10px 20px; background: #efefef;}
  .m29 .posi01 > div{display: inline-block; margin:0 30px 10px 0;}


 /* ºñ±Þ¿© Ç×¸ñ */
  .m32 td:last-child{background:#efefef;}






  /* »çÀÌÆ®¸Ê  */
  .m36 .list{padding:0 100px; font-size:0px;  line-height:normal;}
  .m36 .list > li{
    vertical-align: top;
    margin-bottom: 50px;
    margin-right: 70px;
    display: inline-block;
    width: calc((100% - 140px)/3);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 25px;
  }
  
  .m36 .list > li:nth-child(3n){margin-right:0px;}
  .m36 .list > li > ul > li{font-size:20px; margin-bottom:20px;}
  .m36 .list > li > ul > li:last-child{margin-bottom:0px;}

  .m36 .list > li p{font-size:30px; line-height:normal; margin-bottom:15px; padding-bottom:15px; 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: 16px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color: rgba(0, 176, 201, 1.0);
  }

  .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 rgba(0, 176, 201, 1.0);
    color: #fff;
    background: rgba(0, 176, 201, 1.0);
  }

  .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: 400px;
    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: 50%;
    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: #e6f0b6;
  }

  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #e6f0b6;
    color: #333;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #bde7ed;
    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: #00b0c9;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  /* sut_head_text */
  .common .head_top {
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    opacity: 0;
  }

  .common .head_top_move {
    position: relative;
    animation: head_top_move 1s forwards;
    opacity: 0;
  }

  .common .head_top>p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .common .head_top>p:nth-child(2) {
    font-size: 46px;
    margin-bottom: 25px;
  }

  .common .head_top>p:nth-child(3) {
    font-size: 16px;
  }

  .common .head_top::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    margin: 40px 0 0 0;
    background: #333;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 100px 30px 60px;
    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: 20px;
    line-height: 32px;
    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: 60px;
    margin: 40px 0 0 0;
    background: #333;
  }

  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #d2e091 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: rgba(0, 176, 201, 1.0);
    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: rgba(0, 176, 201, 1.0);
  }

  .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 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: rgba(0, 176, 201, 1.0);
    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: rgba(0, 176, 201, 1.0);
  }

  .common .inner_page > li {
    display: none;
  }

  .common .inner_page > li.on {
    display: block;
  }

  /* inner_menu */




  /* content_struc  */
  .common .section {
    position: relative;
    margin-bottom: 100px;
  }

  .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: 70%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
  }

  .common .section .title {
    width: 30%;
    float: left;
    font-size: 26px;
    line-height: 34px;
    box-sizing: border-box;
    padding-right: 40px;
    word-break: break-all;
  }

  .common .section .title span {
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    margin: 2px 0;
    line-height: normal;
    color: #00b0c7;
  }

  .common .section .title i {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    line-height: 24px;
  }

  /* //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 transparent;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
    color: #393939;
    border-left: 1px solid #ccc;
  }

  .common .tb01 table thead tr {
    background-image: linear-gradient(to right, rgba(170, 205, 6, 0.6), rgba(0, 176, 201, 0.6));
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 20px;
    line-height: normal;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 500;
    color: #fff;
    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 transparent;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
    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: rgba(0, 176, 201, 1.0) !important;}


  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 300;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
  }

  .common h1::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #333;
    left: 0px;
    top: 5px;
  }

  .common h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .common h2 span {
    background-image: linear-gradient(transparent 70%, #d2e091 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 {
    padding: 15px 0;
  }

  .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;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #13b3b3;
    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-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    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 {
    font-size: 0;
  }

  .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.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-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    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;
  }

  .common .link02:hover {
    color: #00b0c7;
  }

  .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: rgba(0, 176, 201, 1.0);
    text-align: left;
  }

  .common .img_scroll .img{
	height: 250px;
    overflow-y: scroll;
    display: inline-block;
  }

  




  /* ÀÎ»ç¸» */
  .m06 .list li {
    margin-bottom: 100px;
  }

  .m06 .list li::after {
    content: "";
    display: block;
    clear: both;
  }

  .m06 .list li:nth-child(2n-1) .img {
    float: left;
    width: 400px;
    position: relative;
  }

  .m06 .list li:nth-child(2n-1) .img::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #333;
    position: absolute;
    right: 0px;
    bottom: -20px;
  }

  .m06 .list li:nth-child(2n-1) .txt {
    float: left;
    width: calc(100% - 400px);
    box-sizing: border-box;
    padding: 60px 40px 0px 60px;
    position: relative;
  }

  .m06 .list li:nth-child(2n) .img {
    float: right;
    width: 400px;
    position: relative;
  }

  .m06 .list li:nth-child(2n) .img::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0px;
    bottom: -20px;
  }

  .m06 .list li:nth-child(2n) .txt {
    float: right;
    width: calc(100% - 400px);
    box-sizing: border-box;
    padding: 60px 60px 0px 40px;
    position: relative;
  }

  .m06 .list li .txt p:nth-child(1) {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .m06 .list li .txt p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  .m06 .p1 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    text-align: center;
  }

  .m06 .p1::after {
    content: "";
    display: block;
    margin: 30px auto;
    width: 1px;
    height: 60px;
    background: #333;
  }

  .m06 .p2 {
    font-style: italic;
    font-size: 20px;
    word-break: keep-all;
    text-align: center;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m07 {}

  .m07 .doctor {
    max-width: 95%;
    margin: 0 auto;
  }

  .m07 .doctor .img {
    width: 350px;
    float: left;
    text-align: center;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
  }

  .m07 .doctor .img img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .m07 .doctor .txt {
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding: 50px 50px 0 10%;
    float: left;
    box-sizing: border-box;
  }

  .m07 .doctor .txt .p1 {
    font-size: 45px;
  }

  .m07 .doctor .txt .p1 span {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
  }

  .m07 .doctor .txt .p1::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #333;
    margin: 30px 0;
  }

  .m07 .doctor .txt ul {
    margin-bottom: 60px;
  }

  .m07 .doctor .txt ul li {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .m07 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }

  .m07 .doctor .txt .p2 {
    font-size: 32px;
    font-family: 'pnight';
	word-break:keep-all;
	line-height:42px;
  }

  /* ¿À½Ã´Â±æ */
  .m37 .map_wrapper {
    float: left;
    width: 60%;
    height: 450px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 22px -9px #2d2d2d;
  }

  .m37 .txt {
    float: left;
    width: 40%;
    position: relative;
    box-sizing: border-box;
    padding: 60px 10px 30px 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .m37 .txt .p1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .m37 .txt .p2 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
  }

  .m37 .txt .link_box {
    font-size: 0px;
  }

  .m37 .txt .link_box a {
    display: inline-block;
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m37 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m37 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m37 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m37 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }


  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .m28 .posi01{padding: 15px 15px 10px 15px; background: #efefef;}
  .m28 .posi01 > div{display: inline-block; margin:0 10px 5px 0;}



  /* Ã³¹æÀü ´ë¸®Ã³¹æ */
  .m29 .posi01{padding: 15px 15px 10px 15px; background: #efefef;}
  .m29 .posi01 > div{display: inline-block; margin:0 10px 5px 0;}
 
 /* ºñ±Þ¿© Ç×¸ñ */
  .m32 td:last-child{background:#efefef;}


	 /* »çÀÌÆ®¸Ê  */
  .m36 .list{padding:0 0px; font-size:0px;  line-height:normal;}
  .m36 .list > li{
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
    width: calc((100% - 60px)/3);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 20px;
  }.m36 .list > li:nth-child(3n){margin-right:0px;}
  .m36 .list > li > ul > li{font-size:14px; margin-bottom:10px;}
  .m36 .list > li > ul > li:last-child{margin-bottom:0px;}

  .m36 .list > li p{font-size:24px; 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: rgba(0, 176, 201, 1.0);
  }

  .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 rgba(0, 176, 201, 1.0);
    color: #fff;
    background: rgba(0, 176, 201, 1.0);
  }

  .login .p1{font-size:16px; margin-top: 20px;}

}

@media (max-width:767px) {
  #sub_contents {
    width: 100%;
    position: relative;
  }

  [class^="sub_header"] {
    height: 350px;
    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;
  }

  .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: 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;
    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: #e6f0b6;
  }



  .submenu [class^="menu"] p.on {
    background-image: url(/img/arrow03_c_up.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #e6f0b6;
    color: #333;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #bde7ed;
    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: #00b0c9;
  }

  .submenu .menu02 .child {
    display: none;
  }

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  /* sut_head_text */
  .common .head_top {
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
    opacity: 0;
  }

  .common .head_top_move {
    position: relative;
    animation: head_top_move 1s forwards;
    opacity: 0;
  }

  .common .head_top>p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .common .head_top>p:nth-child(2) {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .common .head_top>p:nth-child(3) {
    font-size: 12px;
    padding: 0 50px;
    word-break: keep-all;
  }

  .common .head_top::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    margin: 20px 0 0 0;
    background: #333;
  }

  /* clinic_head_text */
  .common .clinic_top {
    padding: 70px 20px 50px;
    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: 16px;
    line-height: 28px;
    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: 40px;
    margin: 20px 0 0 0;
    background: #333;
  }

  .common .clinic_top span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #d2e091 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: rgba(0, 176, 201, 1.0);
    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: rgba(0, 176, 201, 1.0);
  }

  .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: rgba(0, 176, 201, 1.0);
    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: rgba(0, 176, 201, 1.0);
  }

  .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: 60px;
  }

  .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;
  }

  .common .section .title {
    font-size: 34px;
    line-height: 42px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-bottom: 30px;
  }

  .common .section .title:after {
    line-height: normal;
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 7px;
    content: "";
    background: linear-gradient(135deg, transparent, transparent 45%, #00b0c7, transparent 55%, transparent 100%), linear-gradient(45deg, transparent, transparent 45%, #00b0c7, transparent 55%, transparent 100%);
    background-size: 0.4em 0.4em;
    background-repeat: repeat-x, repeat-x;
  }

  .common .section .title span {
    font-size: 38px;
    font-weight: 500;
    display: inline-block;
    margin: 2px 0;
    line-height: normal;
    color: #00b0c7;
  }

  .common .section .title i {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    line-height: 24px;
  }

  .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: rgba(0, 176, 201, 1.0);
    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 transparent;
    border-left: 0px solid transparent;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
    color: #393939;
  }

  .common .tb01 table thead tr {
    background-image: linear-gradient(to right, rgba(170, 205, 6, 0.6), rgba(0, 176, 201, 0.6));
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 500;
    color: #fff;
    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 transparent;
    border-left: 0px solid transparent;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
    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: rgba(0, 176, 201, 1.0) !important;}


  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
  }

  .common h1::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #333;
    left: 0px;
    top: 5px;
  }

  .common h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .common h2 span {
    background-image: linear-gradient(transparent 70%, #d2e091 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .common .p01 {
    font-size: 11px;
    line-height: 18px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 12px;
    line-height: 20px;
    background: #efefef;
    padding: 10px;
    word-break: keep-all;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .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;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #13b3b3;
    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-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    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: 20px 0 0;
  }

  .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;
    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 {
    font-size: 0;
  }

  .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% - 20px)/3);
  }

  .common .list05 li:nth-child(3n) {
    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-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    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: #00b0c7;
  }

  .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:60px;
  } 

  .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:60px;
  } 

  .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:16px;
    color: rgba(0, 176, 201, 1.0);
    text-align: left;
  }

  .common .img_scroll .img{
	height: 200px;
    overflow-y: scroll;
    display: inline-block;
  }




  /* ÀÎ»ç¸» */
  .m06 .list li {
    margin-bottom: 60px;
  }

  .m06 .list li:nth-child(2n-1) .img {
    text-align: left;
    position: relative;
  }

  .m06 .list li:nth-child(2n-1) .img img {
    width: 90%;
  }

  .m06 .list li:nth-child(2n-1) .img::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }

  .m06 .list li:nth-child(2n-1) .txt {
    box-sizing: border-box;
    padding: 40px 0px 0px 40px;
    position: relative;
  }

  .m06 .list li:nth-child(2n) .img {
    text-align: right;
    position: relative;
  }

  .m06 .list li:nth-child(2n) .img img {
    width: 90%;
  }

  .m06 .list li:nth-child(2n) .img::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    right: 0px;
    bottom: -10px;
  }

  .m06 .list li:nth-child(2n) .txt {
    box-sizing: border-box;
    padding: 40px 40px 0px 0px;
    position: relative;
  }

  .m06 .list li .txt p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .m06 .list li .txt p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .m06 .p1 {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    text-align: center;
  }

  .m06 .p1::after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 1px;
    height: 40px;
    background: #333;
  }

  .m06 .p2 {
    font-style: italic;
    font-size: 18px;
    word-break: keep-all;
    text-align: center;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m07 {}

  .m07 .doctor {
    max-width: 95%;
    margin: 0 auto;
  }

  .m07 .doctor .img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    border-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    border-image-slice: 1;
  }

  .m07 .doctor .img img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .m07 .doctor .txt {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .m07 .doctor .txt .p1 {
    font-size: 30px;
  }

  .m07 .doctor .txt .p1 span {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
  }

  .m07 .doctor .txt .p1::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #333;
    margin: 20px auto;
  }

  .m07 .doctor .txt ul {
    margin-bottom: 60px;
  }

  .m07 .doctor .txt ul li {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .m07 .doctor .txt ul li:last-child {
    margin-bottom: 0px;
  }

  .m07 .doctor .txt .p2 {
    font-size: 24px;
    font-family: 'pnight';
	word-break:keep-all;
	line-height:34px;
  }

  /* ¿À½Ã´Â±æ */
  .m37 .map_wrapper {
    height: 300px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 22px -9px #2d2d2d;
  }

  .m37 .txt {
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .m37 .txt .p1 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .m37 .txt .p2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
  }

  .m37 .txt .link_box {
    font-size: 0px;
  }

  .m37 .txt .link_box a {
    display: inline-block;
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .m37 .txt .link_box a:nth-child(1) {
    background-color: #efc249;
    margin-right: 4%;
  }

  .m37 .txt .link_box a:nth-child(2) {
    background-color: #80d257;
  }

  .m37 .txt .link_box a:nth-child(1):hover {
    background-color: #ffba00;
  }

  .m37 .txt .link_box a:nth-child(2):hover {
    background-color: #64d02e;
  }


  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .m28 .posi01{padding: 10px 10px 5px 10px; background: #efefef;}
  .m28 .posi01 > div{display: inline-block; margin:0 10px 5px 0;}


  /* Ã³¹æÀü ´ë¸®Ã³¹æ */
  .m29 .posi01{padding: 10px 10px 5px 10px; background: #efefef;}
  .m29 .posi01 > div{display: inline-block; margin:0 10px 5px 0;}


 /* ºñ±Þ¿© Ç×¸ñ */
  .m32 td:last-child{background:#efefef;}


		 /* »çÀÌÆ®¸Ê  */
  .m36 .list{padding:0 0px; font-size:0px;  line-height:normal;}
  .m36 .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;
  }.m36 .list > li:nth-child(2n){margin-right:0px;}
  .m36 .list > li > ul > li{font-size:12px; margin-bottom:10px;}
  .m36 .list > li > ul > li:last-child{margin-bottom:0px;}

  .m36 .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: rgba(0, 176, 201, 1.0);
  }

  .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 rgba(0, 176, 201, 1.0);
    color: #fff;
    background: rgba(0, 176, 201, 1.0);
  }

  .login .p1{font-size:14px; margin-top: 20px;}

}

/* ÄÃ·¯Áý */
.c1 {
  color: rgba(170, 205, 6, 1.0) !important;
}

.c2 {
  color: rgba(0, 176, 201, 1.0) !important;
}
