@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
  #sub_contents {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    z-index: 12;
    text-align: center;
    font-size: 0px;
    height: 430px;
    line-height: 430px;
    background: #ccc;
  }

  .sub_contents_head .bg_box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

  .sub_contents_head .bg_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.3;
  }

  .sub_contents_head.header01 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header01_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

  .sub_contents_head.header02 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header02_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

 
 .sub_contents_head.header03 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header03_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

   .sub_contents_head.header04 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header04_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

   .sub_contents_head.header05 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header05_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

  .sub_contents_head .title {
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    content: "#";
    word-break: keep-all;
    color: #fff;
    width: 50%;
    line-height: normal;
    display: inline-block;
    z-index: 2;
    position: relative;
  }

  .sub_contents_head .submenu_box {
    line-height: normal;
    text-align: center;
    z-index: 2;
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .sub_contents_head .submenu_box .submenu {
    background: #ededed;
    border-radius: 20px;
    padding: 0px 30px;
    height: 108px;
    line-height: 118px;
    display: inline-block;
  }

  .sub_contents_head .submenu_box .submenu li {
    display: inline-block;
    margin: 20px 30px;
    line-height: normal;
  }

  .sub_contents_head .submenu_box .submenu li a {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
  }

  .sub_contents_head .submenu_box .submenu li a.on {
    color: #e67f11;
  }

  .sub_contents_head .submenu_box .submenu li a:before {
    font-weight: 800;
    font-size: 24px;
    content: "# ";
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    z-index: 11;
    position: relative;
    padding-top: 150px;
  }

  /* °øÅë */
  .sub_contents_box .page {}

  .sub_contents_box .common {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 120px;
  }

  .common .haed {
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 150px;
  }

  .common .haed p:nth-child(1) {
    font-size: 16px;
    line-height: 28px;
    
  }

  .common .haed p:nth-child(2) {
    font-size: 66px;
    line-height: 80px;
    margin: 30px 0 50px;
  }

  .common .haed p:nth-child(3) {
    
    font-size: 20px;
    line-height: 34px;
  }

  .common .contents {}

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 2px solid #ea8f0c;
    margin-bottom: 150px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 2px solid #ea8f0c;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    box-sizing: border-box;
    margin: 10px 60px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color: #ea8f0c;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu li>a:before {
    display: inline-block;
    content: '#';
    margin-right: 10px;
  }

  .common .s_menu li:hover a {
    color: #ea8f0c;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  .common .s_menu_wrap_s {
    margin-top: -100px;
  }

  .common .s_menu_s {
    margin-bottom: 100px;
  }

  .common .s_menu_s li {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    margin: 10px 20px;
    border-radius: 20px;
    border: 1px solid #ea8f0c;
    padding: 10px 15px;
  }

  .common .s_menu_s li:nth-child(1) {
    
    margin-left:0px;
  }

  .common .s_menu_s li.on {}

  .common .s_menu_s li.on a {
    color: #ea8f0c;
  }

  .common .s_menu_s li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu_s li:hover a {
    color: #ea8f0c;
  }

  .common .s_page_s>li {
    display: none;
  }

  .common .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  /* content_struc */
  .common .section {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 150px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 32px;
    float: right;
    width: 1040px;
  }

  .common .section .title {
    font-size: 38px;
    line-height: 50px;
    box-sizing: border-box;
    word-break: keep-all;
    position: relative;
    float: left;
    width: calc(100% - 1040px);
    padding-right: 50px;
  }

  .common .section .title span {
    color: #ea8e0d;
    font-size: 44px;
	display:inline-block;
  }

  /* //content_struc */
  /* first */
  .common .first .img {
    width: 620px;
    float: right;
  }

  .common .first .img::after {
    width: 160px;
    height: 160px;
    background: url(/img/first_img.png) center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: -80px;
    bottom: -75px;
  }

  .common .first .txt {
    width: calc(100% - 620px);
    float: right;
    box-sizing: border-box;
    padding: 150px 150px 50px 50px;
  }

  .common .first .txt p:nth-child(1) {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 50px;
  }

  .common .first .txt p:nth-child(1) span {
    color: #ea8e0d;
    font-size: 44px;
  }

  .common .first .txt p:nth-child(2) {
    font-size: 20px;
    line-height: 32px;
    
    word-break: keep-all;
  }

  /* first */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 80px;
  }

  .common .cont01:last-child {
    margin-bottom: 0px;
  }

  .common .cont02 {
    margin-bottom: 60px;
    padding-left: 60px;
  }

  .common .cont02:last-child {
    margin-bottom: 0px;
  }

  .common .cont03 {
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .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 #ea8f0c;
    border-left: 1px solid #ea8f0c;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    line-height: normal;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    word-break: keep-all;
    background: #ffecd2;
  }

  .common .tb01 table tbody th {
    padding: 10px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    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-left: 1px solid #ea8f0c;
    border-radius: 20px 20px 0 0;
    border-top: 5px solid #ea8f0c;
  }

  .common .tb02 table thead th {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    word-break: keep-all;
  }

  .common .tb02 table tbody th {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    word-break: keep-all;
  }

  .common .tb02 table tbody td {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    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: 10px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 20px;
    color: #ea8f0c !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-size: 28px;
    line-height: 36px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ea8e0d;
    font-weight: 800;
  }

  .common h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 0px;
    position: relative;
    padding-left: 30px;
    font-weight: 800;
  }

  .common h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    color: #ea8f0c;
    font-weight: 800;
  }

  .common .p01 {
    font-size: 16px;
    line-height: 24px;
    
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 16px;
    line-height: 24px;
    
    background: #f1e9db;
    padding: 30px;
    word-break: keep-all;
    border-radius: 20px;
  }

  .common .b01 {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
    font-weight: 600;
  }

  /* ¸®½ºÆ® */
  .common li {
    text-align: left;
  }

  .common .list01 {
    text-align: left;
    padding: 15px 0;
    font-size: 0px;
  }

  .common .list01 li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
    margin-right: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #ea8f0c;
    border-radius: 20px;
    display: inline-block;
    width: calc((100% - 20px)/2);
    box-sizing: border-box;
    vertical-align: top;
  }

  .common .list01 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 24px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 3px;
    background: #ea8f0c;
  }

  .common .list02 {
    text-align: left;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 65px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    word-break: keep-all;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    min-height: 64px;
  }

  .common .list02 li.inline {
    display: inline-block;
    width: auto;
    margin: 0 40px 40px 0;
  }

  .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: 20px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 40px;
    background: #ea8f0c;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 5px #ccc;
    top: -10px;
  }

  .common .list02_circle {
    font-size: 0;
  }

  .common .list02_circle li.short {
    font-size: 18px;
    line-height: 26px;
    padding: 90px 30px 0 30px;
    margin-bottom: 30px;
    border: 1px solid #ea8f0c;
    word-break: keep-all;
    display: inline-block;
    margin-right: calc((100% - (290px)*3)/6);
    margin-left: calc((100% - (290px)*3)/6);
    margin-bottom: calc((100% - (290px)*3)/6);
    width: 290px;
    height: 290px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.short:before {
    width: 100%;
    height: 100%;
    border: 1px solid #eee0ca;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
  }

  .common .list02_circle li.short span {
    font-size: 34px;
    font-weight: 600;
    color: #ea8f0c;
    display: block;
    margin-bottom: 20px;
  }

  .common .list02_circle li.many {
    font-size: 18px;
    line-height: 26px;
    padding: 90px 30px 0 30px;
    margin-bottom: 30px;
    border: 1px solid #ea8f0c;
    word-break: keep-all;
    display: inline-block;
    margin-right: calc((100% - (450px)*2)/4);
    margin-left: calc((100% - (450px)*2)/4);
    margin-bottom: calc((100% - (450px)*2)/4);
    width: 450px;
    height: 450px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.many:before {
    width: 100%;
    height: 100%;
    border: 1px solid #eee0ca;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
  }

  .common .list02_circle li.many span {
    font-size: 34px;
    font-weight: 600;
    color: #ea8f0c;
    display: block;
    margin-bottom: 20px;
  }

  .common .list03 {
    text-align: left;
    font-size: 0px;
  }

  .common .list03 li {
    position: relative;
    word-break: keep-all;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px 20px 20px 70px;
    width: calc((100% - 40px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
  }

  .common .list03 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list03 li.third {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }

  .common .list03 li.third :nth-child(2n) {
    margin-right: 20px;
  }

  .common .list03 li.third:nth-child(3n) {
    margin-right: 0;
  }

  .common .list03 li p {
    font-size: 18px;
    line-height: 26px;
    line-height: 30px;
    word-break: keep-all;
    padding: 10px 10px 10px 10px;
  }

  .common .list03 li:before {
    position: absolute;
    left: 20px;
    top: 28px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box {
    font-size: 0;
  }

  .common .list03_box li {
    font-size: 18px;
    padding: 100px 20px 20px 20px;
    word-break: keep-all;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 5%;
    width: 30%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    word-break: keep-all;
    background: #fff;
    border-radius: 20px;
  }

  .common .list03_box li:before {
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(/img/list03_box.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box li:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list03_box li p {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
  }

  .common .list03_box li span {
    font-size: 22px;
    line-height: 32px;
    word-break: keep-all;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }

  .common .list03_box li .img {}

  .common .list03_box li.half {
    width: 45%;
    margin-right: 10%;
  }

  .common .list03_box li.half:nth-child(3n) {
    margin-right: 10%;
  }

  .common .list03_box li.half:nth-child(2n) {
    margin-right: 0%;
  }

  .common .list04 {
    text-align: left;
    font-size: 0;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    padding: 30px 30px;
    margin-bottom: 25px;
    word-break: keep-all;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
  }

  .common .list04 li p:nth-of-type(1) {
    font-size: 20px;
    line-height: 30px;
    padding-left: 55px;
    position: relative;
  }

  .common .list04 li p:nth-of-type(1) span {
    left: 0px;
    top: 0px;
    position: absolute;
    font-size: 30px;
    font-weight: 800;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    background: #f1e9db;
  }

  .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 {
    font-size: 0;
  }

  .common .list05 li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: 320px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li .img {
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    text-align: center;
    background: #f1e9db;
  }

  .common .list05 li p:nth-of-type(1) {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    padding: 25px 0;
    word-break: keep-all;
    padding-left: 50px;
  }

  .common .list05 li p:nth-of-type(1) span {
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .common .list05 li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    padding: 0px;
  }

  .common .list05 li:nth-child(4) {
    margin-right: 0;
  }

  .common .list05 li.half {
    margin-right: 10%;
    width: 45%;
  }

  .common .list05 li.half:nth-child(2n) {
    margin: 0;
  }

  .common .list05 li.third {
    margin-right: 2%;
    width: 32%;
  }

  .common .list05 li.third .img {
    height: auto;
  }

  .common .list05 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  /* surgery_list */
  .common .surgery_list {
    background: #fff;
    border-radius: 20px;
    padding: 50px 20px;
    font-size: 0px;
  }

  .common .surgery_list li {
    background: #fff;
    border-radius: 20px;
    width: 16.66%;
    display: inline-block;
    transition: 0.3s;
    vertical-align: top;
  }

  .common .surgery_list li:hover {
    transform: scale(1.1);
  }

  .common .surgery_list li .img {
    text-align: center;
    margin-bottom: 30px;
  }

  .common .surgery_list li p:nth-of-type(1) {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .common .surgery_list li p:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #ea8f0c;
  }

  .common .surgery_list li.quater {
    width: 25%;
  }

  .common .surgery_list li.fiveth {
    width: 20%;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    padding: 25px 20px;
    text-align: center;
    border-radius: 20px;
    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: #ac4c4c;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 24px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    top: 8px;
    transition: 0.1s;
    margin-left: 10px;
  }

  .common .link02:hover {
    color: #ea8f0c;
  }

  .common .link02:hover img {
    left: 10px;
  }

  .common .button {
    font-size: 26px;
    border: 1px solid #ea8f0c;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
    background: #fff;
  }

  .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%, #ea8f0c 40%);
    background-size: 100% 100%;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common .arrow {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #ea8f0c;
    border-radius: 20px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  .common .arrow span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #ea8f0c;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common .arrow span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common .arrow:hover {
    background: #ea8f0c;
    color: #fff;
  }

  .common .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  .common .arrow:hover span:before {
    border-top: 2px solid #ea8f0c;
    border-left: 2px solid #ea8f0c;
  }

  /* radio Ã¼Å© ¹Ú½º ¶óº§ */
  .common [type="radio"], span {
    vertical-align: middle;
  }

  .common [type="radio"] {
    appearance: none;
    border: max(2px, 0.1em) solid gray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: border 0.1s ease-in-out;
  }

  .common [type="radio"]:checked {
    border: 0.4em solid tomato;
  }

  .common [type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted tomato;
  }

  .common [type="radio"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    cursor: pointer;
  }

  .common [type="radio"]:hover+span {
    cursor: pointer;
  }

  .common [type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
  }

  .common [type="radio"]:disabled+span {
    opacity: 0.7;
    cursor: not-allowed;
  }

  /* Ã¼Å©¹Ú½º ¶óº§ */
  .common .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }

  .common .label-cbx input:checked+.checkbox {
    border-color: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg path {
    fill: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
  }

  .common .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
  }

  .common .label-cbx .checkbox {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
  }

  .common .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 34px;
    height: 34px;
  }

  .common .label-cbx .checkbox svg path {
    fill: none;
    stroke: #20C2E0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
  }

  .common .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
  }

  .common .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #ea8f0c;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 450px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
  .common .clinic_view {
    font-size: 0px;
    text-align: center;
  }

  .common .clinic_view_head {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }

  .common .clinic_view li:nth-child(3n) {
    margin-right: 0px;
  }

  .common .clinic_view li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 50px;
    width: calc((100% - 60px)/3);
    position: relative;
    text-align: left;
  }

  .common .clinic_view li.half {
    width: calc((100% - 60px)/2);
  }

  .common .clinic_view li.half:nth-child(3n) {
    margin-right: 30px;
  }

  .common .clinic_view li.half:nth-child(2n) {
    margin-right: 0px;
  }

  .common .clinic_view li.half a {
    height: 300px;
    line-height: 300px;
  }

  .common .clinic_view li .txt {
    padding: 15px 15px 0 25px;
    font-size: 20px;
    word-break: keep-all;
    font-weight: 600;
  }

  .common .clinic_view li .txt span {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
  }

  .common .clinic_view li a {
    display: block;
    height: 270px;
    line-height: 270px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
  }

  .common .clinic_view li a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ea8f0c;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
  }

  .common .clinic_view li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a:after {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    content: "";
    width: 64px;
    height: 64px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a span {
    color: #000;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  /* º´¿ø¼Ò°³ */
  .m08 {}

  .m08 .img {
    border-radius: 20px;
    height: 480px;
    position: relative;
    background: url(/img/m08_img_bg.jpg) center no-repeat;
    background-attachment: fixed;
  }

  .m08 .img img {
    position: absolute;
    left: 300px;
    bottom: 0px;
  }

  .m08 .txt {
    padding: 100px 0 0 0;
  }

  .m08 .txt .left {
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    width: 470px;
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
  }

  .m08 .txt .right {
    font-size: 28px;
    line-height: 40px;
    width: calc(100% - 470px);
    float: right;
    box-sizing: border-box;
    padding-left: 50px;
  }

  .m08 .txt .right p:nth-child(1) {
    font-size: 22px;
    line-height: 38px;
    
    word-break: keep-all;
    margin-bottom: 60px;
  }

  .m08 .txt .right p:nth-child(2) {
    font-size: 20px;
    line-height: 40px;
    
    word-break: keep-all;
    background: #ffefdb;
    padding: 30px;
    border-radius: 20px;
  }

  .m08 .txt .right p:nth-child(2) span:nth-child(1) {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
  }

  .m08 .txt .right p:nth-child(2) span:nth-child(2) {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
  }

 
  /* µÑ·¯º¸±â */
  .m09 .view li:nth-child(3n) {
    margin-right: 0px;
  }

  .m09 .view li {
    float: left;
    margin-right:20px;
    margin-bottom: 50px;
    width: calc((100% - 40px)/3);
    position: relative;
  }

  .m09 .view li .txt {
    padding: 15px 15px 0 25px;
    font-size: 20px;
  }

  .m09 .view li .txt span {
    font-size: 14px;
    margin-left: 10px;
  }

  .m09 .view li .modal_a {
    display: block;
    height: 260px;
    line-height: 260px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
  }

  .m09 .view li .modal_a span {
    position: relative;
    font-size: 50px;
    z-index: 3;
    color: #fff;
  }

  .m09 .view li .modal_a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }

  .m09 .view li:nth-child(1) .modal_a .img {
    background: url(/img/g_img/ÀÔ±¸/01.jpg) no-repeat center;
    background-size: cover;
  }

  .m09 .view li:nth-child(2) .modal_a .img {
    background: url(/img/g_img/´ë±â½Ç_µ¥½ºÅ©/01.jpg) no-repeat center;
    background-size: cover;
  }

  .m09 .view li:nth-child(3) .modal_a .img {
    background: url(/img/g_img/Áø·á½Ç/00.png) no-repeat center;
    background-size: cover;
  }

  .m09 .view li:nth-child(4) .modal_a .img {
    background: url(/img/g_img/Ä¡·á½Ç/00.jpg) no-repeat center;
    background-size: cover;
  }

  
  .m09 .view li:nth-child(5) .modal_a .img {
    background: url(/img/g_img/ÃÊÀ½ÆÄ_½Ã¼ú½Ç/00.png) no-repeat center;
    background-size: cover;
  }



  .m09 .view li:nth-child(6) .modal_a .img {
    background: url(/img/g_img/Å»ÀÇ½Ç/01.jpg) no-repeat center;
    background-size: cover;
  }


 

  .m09 .view li .modal_a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
  }

  .m09 .view li .modal_a:hover span {
    color: #000;
    transition: 0.3s;
  }

  .m09 .view li .modal_a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .m09 .view li .modal_a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  #gallery {
    width: 100%;
  }

  /* Áø·á½Ã°£¾È³» */
  .m10 .time {}

  .m10 .time table {
    width: 100%;
  }

  .m10 .time table td {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 20px;
    text-align: center;
  }

  .m10 .time table td.tleft {
    text-align: left;
  }

  .m10 .time table td span {
    background: #e67f11;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin-left: 10px;
  }

  .m10 .time .left {
    float: left;
    width: 45%;
  }

  .m10 .time .left table td:nth-child(1) {
    font-size: 22px;
    background: #ededed;
    border-radius: 10px;
  }

  .m10 .time .left p {
    color: #e67f11;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }

  .m10 .time .right {
    float: left;
    width: 55%;
    padding-left: 150px;
    box-sizing: border-box;
  }

  .m10 .time .right>p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .m10 .time .right>p:nth-child(1) span:nth-of-type(2) {
    font-size: 24px;
  }

  .m10 .time .right>p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 28px;
    margin-bottom: 80px;
  }

  .m10 .time .right .sc p {
    font-size: 26px;
    margin-bottom: 20px;
    color: #ff9600;
    font-weight: 700;
  }




	/*Àåºñ¼Ò°³*/
	.m12 .device{
		padding-top:50px;
	}
	.m12 .device > li{
		margin-bottom:150px;
	}

	.m12 .device >  li:last-child{
		margin-bottom:0px;
	}

	.m12 .device .img{
		width:600px;
		box-sizing:border-box;
		padding:0 20px;
		float:left;
		text-align:center;
	}
	
	


	.m12 .device > li:nth-child(2n-1) .txt{
		box-sizing:border-box;
		padding: 10% 50px 50px 150px;
		float:left;
		width:calc(100% - 600px);
		box-sizing:border-box;
	}

	.m12 .device > li:nth-child(2n) .txt{
		box-sizing:border-box;
		padding: 10% 150px 50px 50px;
		float:left;
		width:calc(100% - 600px);
		box-sizing:border-box;
	}
	
	.m12 .device .txt p:nth-child(1){
		font-size:20px;
		line-height:30px;
		font-weight:600;
		margin-bottom:20px;
		color:#c17f18;
	}

	.m12 .device .txt p:nth-child(2){
		font-size:40px;
		line-height:50px;
		font-weight:600;
		margin-bottom:30px;
	}


	.m12 .device .txt p:nth-child(3){
		font-size:18px;
		line-height:30px;
		margin-bottom:50px;
		word-break:keep-all;
	}

	.m12 .device .txt ul{
		background:#fff;
		padding:20px 0 0 20px;
		border-radius:20px 0 20px 0;
		overflow:hidden;
	}

	.m12 .device .txt li{
		border:1px solid #c17f18;
		padding:10px 15px;
		display:inline-block;
		font-size:20px;
		margin: 0 20px 20px 0; 
		font-weight:600;
	}


	.m12 .device li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m12 .device li:nth-child(2n-1) .txt{
		float:right;
		
	}

	.m12 .device li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m12 .device li:nth-child(2n) .txt{
		float:left;
		
	}













  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .m28 .posi01 {
    padding: 20px 20px 10px 20px;
    background: #ea8f0c;
  }

  .m28 .posi01>div {
    display: inline-block;
    margin: 0 30px 10px 0;
  }

  /* Ã³¹æÀü ´ë¸®Ã³¹æ */
  .m29 .posi01 {
    padding: 20px 20px 10px 20px;
    background: #ea8f0c;
  }

  .m29 .posi01>div {
    display: inline-block;
    margin: 0 30px 10px 0;
  }

  /* »çÀÌÆ®¸Ê */
  .m32 .list {
    padding: 0 30px;
    font-size: 0px;
    line-height: normal;
    text-align: left;
  }

  .m32 .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 #ea8f0c;
    border-radius: 20px;
    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: 30px;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ea8f0c;
  }

  .m35 .list_s li {
    float: left;
    width: 48%;
  }

  .m35 .list_s li:nth-child(1) {
    margin-right: 4%;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #sub_contents .left_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_on {
    animation: left_mv_on 1s forwards;
  }

  #sub_contents .right_mv_on {
    animation: right_mv_on 1s forwards;
  }

  #sub_contents .top_mv_on {
    animation: top_mv_on 1s forwards;
  }

  #sub_contents .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
    background: #fff;
  }

  .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: #ea8f0c;
  }

  .login .login_page {
    padding: 80px 20px 130px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 22px;
    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 #ea8f0c;
    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#ea8f0c;
    color: #fff;
    background: #ea8f0c;
  }

  .login .p1 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (max-width:1199px) {
  #sub_contents {
    width: 100%;
    position: relative;
    padding-top: 0px;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    z-index: 12;
    text-align: center;
    font-size: 0px;
    height: 350px;
    line-height: 350px;
    background: #ccc;
  }

  .sub_contents_head .bg_box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

  .sub_contents_head .bg_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.4;
  }

  .sub_contents_head.header01 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header01_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }


  
  .sub_contents_head.header02 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header02_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

   .sub_contents_head.header03 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header03_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

   .sub_contents_head.header04 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header04_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

   .sub_contents_head.header05 .bg_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/img/header05_bg.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1.1);
    animation: background 2s forwards;
    animation-delay: 2s;
  }

 

  .sub_contents_head .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    content: "#";
    word-break: keep-all;
    color: #fff;
    width: 50%;
    line-height: normal;
    display: inline-block;
    z-index: 2;
    position: relative;
  }

  .sub_contents_head .submenu_box {
    line-height: normal;
    text-align: center;
    z-index: 2;
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .sub_contents_head .submenu_box .submenu {
    background: #ededed;
    border-radius: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 90%;
    display: inline-block;
  }

  .sub_contents_head .submenu_box .submenu li {
    display: inline-block;
    margin: 20px 20px;
    line-height: normal;
  }

  .sub_contents_head .submenu_box .submenu li a {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }

  .sub_contents_head .submenu_box .submenu li a.on {
    color: #e67f11;
  }

  .sub_contents_head .submenu_box .submenu li a:before {
    font-weight: 800;
    font-size: 20px;
    content: "# ";
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    z-index: 11;
    position: relative;
    padding-top: 100px;
  }

  /* °øÅë */
  .sub_contents_box .page {}

  .sub_contents_box .common {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .common .haed {
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 100px;
  }

  .common .haed p:nth-child(1) {
    font-size: 14px;
    line-height: 22px;
    
  }

  .common .haed p:nth-child(2) {
    font-size: 40px;
    line-height: 54px;
    margin: 15px 0 20px;
  }

  .common .haed p:nth-child(3) {
    
    font-size: 14px;
    line-height: 22px;
  }

  .common .contents {}

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 2px solid #ea8f0c;
    margin-bottom: 50px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 2px solid #ea8f0c;
    max-width: 90%;
    margin: 0 auto;
    padding: 5px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    margin: 5px 20px;
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color: #ea8f0c;
  }

  .common .s_menu li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu li>a:before {
    display: inline-block;
    content: '#';
    margin-right: 10px;
  }

  .common .s_menu li:hover a {
    color: #ea8f0c;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  .common .s_menu_wrap_s {
    margin-top: -20px;
    text-align: center;
  }

  .common .s_menu_s {
    margin-bottom: 30px;
  }

  .common .s_menu_s li:nth-child(1) {
    
    margin-left:0px;
  }


  .common .s_menu_s li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    margin: 10px 10px;
    border-radius: 20px;
    border: 1px solid #ea8f0c;
    padding: 10px 15px;
  }

  .common .s_menu_s li.on {}

  .common .s_menu_s li.on a {
    color: #ea8f0c;
  }

  .common .s_menu_s li>a {
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    color: #2d2d2d;
    vertical-align: top;
  }

  .common .s_menu_s li:hover a {
    color: #ea8f0c;
  }

  .common .s_page_s>li {
    display: none;
    text-align: left;
  }

  .common .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
  /* content_struc */
  .common .section {
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .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: 28px;
    line-height: 36px;
    box-sizing: border-box;
    word-break: keep-all;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    word-break: keep-all;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
  }

     .common .section .title span {
        color: #ea8e0d;
        font-size: 34px;
	display:inline-block;
    }


  .common .section .title br {
    display: none;
  }

  /* first */
  .common .first .img {
    text-align: right;
  }

  .common .first .img img {
    width: 60%;
    max-width: 400px;
  }

  .common .first .txt {
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 10% 10% 10% 0%;
  }

  .common .first .txt p:nth-child(1) {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    position: relative;
    word-break: keep-all;
  }
  .common .first .txt p:nth-child(1) br {
    display:none;
  }

  .common .first .txt p:nth-child(1):before {
    width: 10px;
    height: 110px;
    background: #eb9317;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -120px;
  }

  .common .first .txt p:nth-child(1) span {
    color: #ea8e0d;
    font-size: 34px;
  }

  .common .first .txt p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    
    word-break: keep-all;
  }

  /* first */
  /* //content_struc */
  /* ¹®´Ü */
  .common .cont01 {
    margin-bottom: 50px;
  }

  .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%;
    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: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 12px;
    color: #ea8f0c;
    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 #ea8f0c;
    border-radius: 10px 10px 0 0;
  }

  .common .tb01 table thead th {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    line-height: normal;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    word-break: keep-all;
  }

  .common .tb01 table tbody th {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    word-break: keep-all;
  }

  .common .tb01 table tbody td {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    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 #ea8f0c;
    border-radius: 10px 10px 0 0;
  }

  .common .tb02 table thead th {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    word-break: keep-all;
  }

  .common .tb02 table tbody th {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    background: #ffecd2;
    word-break: keep-all;
  }

  .common .tb02 table tbody td {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ea8f0c;
    border-right: 1px solid #ea8f0c;
    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: #ea8f0c !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
   .common h1 {
    font-size: 22px;
    line-height: 30px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-bottom: 20px;
    font-weight: 600;
	padding:5px;
	background:#f3eadc;
    font-weight: 800;
  }

  .common h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 0px;
    position: relative;
    font-weight: 800;
  }

  .common h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    color: #ea8f0c;
    font-weight: 800;
  }

  .common .p01 {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 14px;
    line-height: 22px;
    background: #f5f0e8;
    padding: 15px;
    word-break: keep-all;
    border-radius: 10px;
  }

  .common .b01 {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    font-weight: 600;
  }

  /* ¸®½ºÆ® */
  .common li {
    text-align: left;
  }

  .common .list01 {
    text-align: left;
    padding: 15px 0;
  }

  .common .list01 li {
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 10px;
    word-break: keep-all;
    border: 1px solid #ea8f0c;
    border-radius: 10px;
    vertical-align: top;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 16px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 3px;
    background: #ea8f0c;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    text-align: left;
    font-size: 0;
  }

  .common .list02 li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 45px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    word-break: keep-all;
    box-sizing: border-box;
    position: relative;
  }

  .common .list02 li.inline {
    display: inline-block;
    margin: 0 20px 20px 0;
  }

  .common .list02 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 li span {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: -8px;
    display: inline-block;
    height: 30px;
    background: #ea8f0c;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px #ccc;
  }

  .common .list02_circle {
    font-size: 0;
  }

  .common .list02_circle li.short {
    font-size: 14px;
    line-height: 22px;
    padding: 10% 10% 0 10%;
    margin-bottom: 30px;
    border: 1px solid #ea8f0c;
    word-break: keep-all;
    display: inline-block;
    margin-right:4%;
	margin-bottom:2%;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    text-align: center;
    word-break: keep-all;
  }
  .common .list02_circle li.short:nth-child(2n) {
    
    margin-right:0%;
  }

  .common .list02_circle li.short:before {
    width: 100%;
    height: 100%;
    border: 1px solid #eee0ca;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
  }

  .common .list02_circle li.short span {
    font-size: 34px;
    font-weight: 600;
    color: #ea8f0c;
    display: block;
    margin-bottom: 20px;
  }

  .common .list02_circle li.short span {
    font-size: 18px;
    font-weight: 600;
    color: #ea8f0c;
    display: block;
    margin-bottom: 10px;
  }

  .common .list02_circle li.many {
    font-size: 14px;
    line-height: 22px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ea8f0c;
    word-break: keep-all;
    margin-bottom: 8%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    text-align: center;
    word-break: keep-all;
  }

  .common .list02_circle li.many:before {
    width: 100%;
    height: 100%;
    border: 1px solid #eee0ca;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-radius: 20px;
  }

  .common .list02_circle li.many span {
    font-size: 18px;
    font-weight: 600;
    color: #ea8f0c;
    display: block;
    margin-bottom: 10px;
  }

  .common .list03 {
    text-align: left;
    font-size: 0px;
  }

  .common .list03 li {
    position: relative;
    word-break: keep-all;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 5px 0px 0px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    width: calc((100% - 20px)/2);
    box-sizing: border-box;
  }

  .common .list03 li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .list03 li p {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .common .list03 li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box {
    font-size: 0;
    text-align: left;
  }

  .common .list03_box li {
    font-size: 14px;
    padding: 56px 15px 15px 15px;
    word-break: keep-all;
    margin-bottom: 4%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    word-break: keep-all;
    background: #fff;
    border-radius: 10px;
  }

  .common .list03_box li:before {
    position: absolute;
    left: 50%;
    margin-left: -17.5px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/img/list03_box.png) no-repeat center;
    background-size: contain;
  }

  .common .list03_box li:last-child {
    margin-bottom: 0%;
  }

  .common .list03_box li p {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .common .list03_box li span {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
  }

  .common .list03_box li .img {}

  .common .list04 {
    text-align: left;
    font-size: 0;
  }

  .common .list04 {
    font-size: 0;
    text-align: left;
  }

  .common .list04 li {
    line-height: 12px;
    margin-bottom: 15px;
    word-break: keep-all;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    border-radius: 10px;
  }

  .common .list04 li p:nth-of-type(1) {
     font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 35px;
  }

  .common .list04 li p:nth-of-type(1) span {
    left: 0px;
    top: 0px;
    position: absolute;
    font-size: 18px;
    font-weight: 800;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    background: #f1e9db;
  }

  .common .list04 li:last-child {
    margin-bottom: 0;
  }

  .common .list05 {
    text-align: left;
    font-size: 0;
  }

  .common .list05 li {
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .common .list05 li:last-child {
    margin-bottom: 0px;
  }

  .common .list05 li .img {
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
    text-align: center;
    background: #f1e9db;
  }

  .common .list05 li .img img {
    width: 100%;
  }

  .common .list05 li p:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px 0;
    word-break: keep-all;
    position: relative;
    padding-left: 30px;
  }

  .common .list05 li p:nth-of-type(1) span {
    position: absolute;
    left: 0px;
    top: 20px;
    line-height: 18px;
    font-size: 18px;
  }

  .common .list05 li p:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    padding: 0 10px;
  }

  .common .list05 li:nth-child(2n) {
    margin-right: 0;
  }

  .common .list05 li:last-child {
    margin-right: 0;
  }

  .common .list05 li.many {
    width: 100%;
    margin-right: 0px;
  }

  .common .list05 li.many .img {
    display: inline-block;
    max-width: 200px;
    background: #fff;
  }

  .common .list05 li.many .img img {
    width: 100%;
  }

  /* surgery_list */
  .common .surgery_list {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px 0;
    font-size: 0px;
  }

  .common .surgery_list li {
    background: #fff;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .common .surgery_list li:hover {
    transform: scale(1.1);
  }

  .common .surgery_list li .img {
    text-align: center;
    margin-bottom: 20px;
  }

  .common .surgery_list li .img img {
    height: 40px;
  }

  .common .surgery_list li p:nth-of-type(1) {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .common .surgery_list li p:nth-of-type(2) {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #ea8f0c;
  }

  .common .link01 {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    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: #ac4c4c;
    transition: all 0.6s;
  }

  .common .link01:hover .bg {
    width: 200%;
    height: 200%;
  }

  .common .link02 {
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: absolute;
    right: -28px;
    transition: 0.1s;
    margin-left: 5px;
    top: 6px;
    height: 13px;
  }

  .common .link02:hover {
    color: #ea8f0c;
  }

  .common .link02:hover img {
    right: -32px;
  }

  .common .button {
    font-size: 18px;
    border: 1px solid #ea8f0c;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0px 6px 8px -4px #888;
    display: inline-block;
    transition: all 0.3s;
    background: #fff;
  }

  .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%, #ea8f0c 40%);
    background-size: 100% 100%;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common .arrow {
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #ea8f0c;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  .common .arrow span {
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    background: #ea8f0c;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common .arrow span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common .arrow:hover {
    background: #ea8f0c;
    color: #fff;
  }

  .common .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  .common .arrow:hover span:before {
    border-top: 2px solid #ea8f0c;
    border-left: 2px solid #ea8f0c;
  }

  /* Ã¼Å©¹Ú½º ¶óº§ */
  .common .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }

  .common .label-cbx input:checked+.checkbox {
    border-color: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg path {
    fill: #20C2E0;
  }

  .common .label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
  }

  .common .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
  }

  .common .label-cbx .checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
  }

  .common .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
  }

  .common .label-cbx .checkbox svg path {
    fill: none;
    stroke: #20C2E0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
  }

  .common .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
  }

  .common .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ea8f0c;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
  .common .clinic_view {
    font-size: 0px;
  }

  .common .clinic_view_head {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .common .clinic_view li:nth-child(2n) {
    margin-right: 0px;
  }

  .common .clinic_view li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc((100% - 20px)/2);
    position: relative;
  }

  .common .clinic_view li .txt {
    padding: 10px 10px 0 20px;
    font-size: 16px;
    word-break: keep-all;
    font-weight: 600;
  }

  .common .clinic_view li .txt span {
    font-size: 14px;
    margin-left: 2px;
    display: block;
    margin-top: 5px;
  }

  .common .clinic_view li a {
    display: block;
    height: 120px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
  }

  .common .clinic_view li a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ea8f0c;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
  }

  .common .clinic_view li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a:after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    content: "";
    width: 50px;
    height: 50px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  .common .clinic_view li a span {
    color: #000;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  .common .clinic_view li a:hover:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/view01.png) center no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 3;
    ;
    transition: 0.3s;
  }

  /* º´¿ø¼Ò°³ */
  .m08 {}

  .m08 .img {
    border-radius: 20px;
    height: 240px;
    position: relative;
    background: url(/img/m08_img_bg.jpg) center no-repeat;
    background-size: cover;
  }

  .m08 .img img {
    position: absolute;
    left: 15%;
    bottom: 0px;
    height: 280px;
  }

  .m08 .txt {
    padding: 60px 0 0 0;
  }

  .m08 .txt .left {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    box-sizing: border-box;
    padding: 0px 5%;
    word-break: keep-all;
    margin-bottom: 30px;
  }

  .m08 .txt .right {
    box-sizing: border-box;
    padding: 0px 5%;
  }

  .m08 .txt .right p:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    
    word-break: keep-all;
    margin-bottom: 40px;
  }

  .m08 .txt .right p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    
    word-break: keep-all;
    background: #ffefdb;
    padding: 20px 10px;
    border-radius: 20px;
  }

  .m08 .txt .right p:nth-child(2) span:nth-child(1) {
    display: inline-block;
    box-sizing: border-box;
    margin: 15px 20px;
    vertical-align: top;
  }

  .m08 .txt .right p:nth-child(2) span:nth-child(2) {
    display: inline-block;
    box-sizing: border-box;
    margin: 15px 20px;
    vertical-align: top;
  }

 
  /* µÑ·¯º¸±â */
  .m09 .view li:nth-child(2n) {
    margin-right: 0px;
  }

  .m09 .view li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 30px)/2);
    position: relative;
  }

  .m09 .view li .txt {
    padding: 10px 10px 0 15px;
    font-size: 18px;
  }

  .m09 .view li .txt span {
    font-size: 12px;
    display: block;
  }

  .m09 .view li .modal_a {
    display: block;
    height: 155px;
    line-height: 155px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
  }

  .m09 .view li .modal_a span {
    position: relative;
    font-size: 40px;
    z-index: 3;
    color: #fff;
  }

  .m09 .view li .modal_a .img {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }

    .m09 .view li:nth-child(1) .modal_a .img {
    background: url(/img/g_img/ÀÔ±¸/01.jpg) no-repeat center;
    background-size: cover;
  }

  .m09 .view li:nth-child(2) .modal_a .img {
    background: url(/img/g_img/´ë±â½Ç_µ¥½ºÅ©/01.jpg) no-repeat center;
    background-size: cover;
  }

  .m09 .view li:nth-child(3) .modal_a .img {
    background: url(/img/g_img/Áø·á½Ç/00.png) no-repeat center;
    background-size: cover;
  }

  .m09 .view li:nth-child(4) .modal_a .img {
    background: url(/img/g_img/Ä¡·á½Ç/00.jpg) no-repeat center;
    background-size: cover;
  }

  
  .m09 .view li:nth-child(5) .modal_a .img {
    background: url(/img/g_img/ÃÊÀ½ÆÄ_½Ã¼ú½Ç/00.png) no-repeat center;
    background-size: cover;
  }



  .m09 .view li:nth-child(6) .modal_a .img {
    background: url(/img/g_img/Å»ÀÇ½Ç/01.jpg) no-repeat center;
    background-size: cover;
  }

  .m09 .view li .modal_a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
  }

  .m09 .view li .modal_a:hover span {
    color: #000;
    transition: 0.3s;
  }

  .m09 .view li .modal_a:hover .img {
    transform: scale(1.1);
    transition: 0.3s;
  }

  .m09 .view li .modal_a:hover:before {
    opacity: 0;
    transition: 0.3s;
  }

  #gallery {
    width: 100%;
  }

  /* Áø·á½Ã°£¾È³» */
  .m10 .time {}

  .m10 .time table {
    width: 100%;
  }

  .m10 .time table td {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 5px;
    text-align: center;
    word-break: keep-all;
  }

  .m10 .time table td.tleft {
    text-align: center;
  }

  .m10 .time table td span {
    background: #e67f11;
    color: #fff;
    display: block;
    padding: 5px 5px;
    border-radius: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .m10 .time .left {
    padding: 0px;
    margin-bottom: 70px;
  }

  .m10 .time .left table td:nth-child(1) {
    font-size: 16px;
    background: #ededed;
    border-radius: 10px;
    font-weight: 800;
  }

  .m10 .time .left p {
    color: #e67f11;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }

  .m10 .time .right {
    box-sizing: border-box;
    text-align: center;
  }

  .m10 .time .right>p:nth-child(1) {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    word-break: keep-all;
    background: #fdedd5;
    padding: 20px;
    border-radius: 20px;
  }

  .m10 .time .right>p:nth-child(1) span:nth-of-type(2) {
    font-size: 18px;
  }

  .m10 .time .right>p:nth-child(2) {
    font-size: 12px;
    margin-bottom: 18px;
    margin-bottom: 50px;
  }

  .m10 .time .right .sc p {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ff9600;
    font-weight: 700;
  }


  
	/*Àåºñ¼Ò°³*/
	.m12 .device{
		padding-top:0px;
	}
	.m12 .device > li{
		margin-bottom:20%;
	}

	.m12 .device >  li:last-child{
		margin-bottom:0px;
	}

	.m12 .device .img{
	
	}

	.m12 .device .img img{
		height:300px;
	}


	    

	.m12 .device > li:nth-child(2n-1) .txt{
		box-sizing:border-box;
		padding: 10% 5% 0 5%;
		box-sizing:border-box;
	}

	.m12 .device > li:nth-child(2n) .txt{
		box-sizing:border-box;
		padding: 10% 5% 0 5%;
		box-sizing:border-box;
	}
	
	.m12 .device .txt p:nth-child(1){
		font-size:16px;
		line-height:24px;
		font-weight:600;
		margin-bottom:10px;
		color:#c17f18;
	}

	.m12 .device .txt p:nth-child(2){
		font-size:24px;
		line-height:34px;
		font-weight:600;
		margin-bottom:15px;
	}

	.m12 .device .txt p:nth-child(3){
		font-size:12px;
		line-height:22px;
		margin-bottom:30px;
		word-break:keep-all;
	}

	.m12 .device .txt ul{
	}

	.m12 .device .txt li{
		border:1px solid #c17f18;
		padding:5px 10px;
		display:inline-block;
		font-size:12px;
		margin: 0 10px 10px 0; 
		font-weight:600;
	}


	.m12 .device li:nth-child(2n-1) .img{
		text-align:left;
		
	}
	
	.m12 .device li:nth-child(2n-1) .txt{
		text-align:right;
		
	}

	.m12 .device li:nth-child(2n) .img{
		text-align:right;
		
	}
	
	.m12 .device li:nth-child(2n) .txt{
		text-align:left;
		
	}


  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .m28 .posi01 {
    padding: 10px 10px 5px 10px;
    background: #ea8f0c;
  }

  .m28 .posi01>div {
    display: inline-block;
    margin: 0 10px 5px 0;
  }

  /* Ã³¹æÀü ´ë¸®Ã³¹æ */
  .m29 .posi01 {
    padding: 10px 10px 5px 10px;
    background: #ea8f0c;
  }

  .m29 .posi01>div {
    display: inline-block;
    margin: 0 10px 5px 0;
  }

  /* »çÀÌÆ®¸Ê */
  .m32 .list {
    text-align: left;
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .m32 .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #ea8f0c;
    border-radius: 10px;
    padding: 15px;
  }

  .m32 .list>li:last-chlid {
    margin-bottom: 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: 20px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ea8f0c;
  }

  .m35 .list_s li {}

  .m35 .list_s li:nth-child(1) {
    margin-bottom: 8%;
  }

  .m97 .list05 label {
    position: relative;
    display: block;
    padding-left: 20px;
  }

  .m97 .list05 input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #sub_contents .left_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  #sub_contents .right_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  #sub_contents .top_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  #sub_contents .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  /* ·Î±×ÀÎ */
  .login .login_page {
    text-align: center;
    background: #fff;
  }

  .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: #ea8f0c;
  }

  .login .login_page {
    padding: 30px 20px 60px;
    box-shadow: 0px 0px 15px -10px #000;
  }

  .login .input_box>div {
    display: inline-block;
    font-size: 16px;
    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 #ea8f0c;
    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#ea8f0c;
    color: #fff;
    background: #ea8f0c;
  }

  .login .p1 {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* ÄÃ·¯Áý */
.c1 {
  color: #7bd6be !important;
}

.c2 {
  color: #ea8f0c !important;
}

.c3 {
  color: #ff9600 !important;
}

.marker1 {
  background-image: linear-gradient(transparent calc(100% - 4px), #ff9600 3px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.marker2 {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent 70%, #ea8f0c 40%);
  background-size: 100% 100%;
}

.marker3 {
  background-image: linear-gradient(transparent calc(100% - 4px), #7bd6be 3px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}