@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
  #sub_contents {
    width: 100%;
    position: relative;
  }

  /* ¹°°áÈ¿°ú */
  .wave_box {
    z-index: 0;
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
  }

  .wave_box .wave {
    opacity: .12;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #fe8f3e;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 10000ms infinite linear;
  }

  .wave_box .wave.-two {
    animation: drift 20000ms infinite linear;
    background: #feee3e;
  }

  .wave_box .wave.-three {
    animation: drift 30000ms infinite linear;
    background: #62d3fd;
  }

  .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    min-height: 700px;
  }

  .sub_contents_head_inner {
    width: 1600px;
    margin: 0 auto;
    padding: 270px 0 140px 0;
    position: relative;
    z-index: 1;
  }

  .sub_contents_head .sub_contents_head_inner .submenu_box {
    float: left;
    width: 25%;
  }

  .sub_contents_head .sub_contents_head_inner .txt {
    float: left;
    width: 50%;
    padding: 100px 30px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .sub_contents_head .sub_contents_head_inner .txt p:nth-child(1) {
    font-family: 'BMJUA';
    margin-bottom: 30px;
    font-size: 60px;
  }

  .sub_contents_head .sub_contents_head_inner .txt p:nth-child(2) {
    font-size: 27px;
    line-height: 34px;
    font-weight: 500;
  }

  .sub_contents_head .sub_contents_head_inner .route {
    float: left;
    width: 25%;
    font-size: 20px;
    font-weight: 500;
    padding: 280px 0px 0px 0px;
    text-align: right;
  }

  .sub_contents_head .sub_contents_head_inner .sub_title {
    font-family: 'BMJUA';
    font-size: 36px;
    margin-bottom: 30px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu {
    padding-left: 20px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu li {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500;
  }

  .sub_contents_head .sub_contents_head_inner .submenu li.on span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {}

  /* °øÅë */
  .common {
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 150px;
  }

  /* clinic_top_img */
  .common .clinic_top_img {
    padding: 0px 0px 150px;
    text-align: center;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }

  .common .clinic_top_img .img_box {
    float: right;
    width: 600px;
    height: 600px;
  }

  .common .clinic_top_img .img_box img {
    border-radius: 50%;
    overflow: hidden;
    animation: clinic_top_img 1s forwards;
    animation-delay: 1.0s;
    background: #fed63f;
  }

  .common .clinic_top_img .txt {
    width: calc(100% - 600px);
    float: right;
    text-align: left;
    min-height: 600px;
    line-height: 600px;
  }

  .common .clinic_top_img .txt p {
    border-left: 15px solid #e7eaee;
    padding: 50px 50px 50px 30px;
    font-size: 30px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
	word-break:keep-all;
  }

  .common .clinic_top_img .txt p span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fed63e 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.0s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 5px solid #e7eaee;
    margin-bottom: 150px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 5px solid #e7eaee;
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 34px;
    box-sizing: border-box;
    margin: 10px 60px;
  font-family: 'BMJUA';

  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color:#fed63e;
    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:#fed63e;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* 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: 50px;
    line-height: 62px;
    box-sizing: border-box;
    word-break: keep-all;
    position: relative;
    padding: 40px 50px 30px 40px;
    font-family: 'BMJUA';
  }

  .common .section .title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 49px;
    height: 54px;
    display: block;
    content: "";
    background: url(/img/title_img.png) center;
    animation: title_mv 2.5s infinite alternate linear;
  }

  /* Á¦¸ñº¯Çü */
  .common .trans .content {
    width: 100%;
    float: none;
  }

  .common .trans .title {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }



  /* //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: 10px solid #113058;
    border-left: 1px solid #ccc;
  }



  .common .tb01 table thead th {
    padding: 15px;
    font-size: 24px;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 500;
    word-break: keep-all;
    background: #efefef;
  }

  .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: 18px;
    line-height: 26px;
    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-left: 1px solid #ccc;
    border-top: 10px solid #113058;
  }


  .common .tb02 table thead 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 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: 10px 0;
  }

  .common [class^=tb] table ol li::marker {
    font-size: 24px;
    color: #fed63e !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    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: 35px;
    left: 0px;
    top: 5px;
    border: 10px solid #89c6e9;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .common h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .common .p01 {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 20px;
    line-height: 34px;
    background: #efefef;
    padding: 15px;
    word-break: keep-all;
    border-radius: 15px;
  }

  .common .b01 {
    font-size: 24px;
    line-height: 34px;
	font-weight:500;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .common .list01 li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
    border-radius: 10px;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 22px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: #113058;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 30px 20px 0 20px;
    font-size: 0;
    border-radius: 10px;
  }

  .common .list02 li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 65px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    word-break: keep-all;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    min-height: 64px;
  }

  .common .list02 li:nth-child(2n-1) {
    margin-right: 4%;
  }

  .common .list02 li.third {
    margin-right: 10px;
    width: calc((100% - 20px)/3);
  }

  .common .list02 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list02 li span {
    font-size: 35px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 50px;
    background: #fed63e;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px #ececec;
    font-family: 'BMJUA';
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 18px;
    border-radius: 10px;
    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 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    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;
    word-break: keep-all;
    font-weight: 500;
  }

  .common .list04 li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    word-break: keep-all;
    background: #efefef;
    word-break: keep-all;
  }

  .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;
    border-radius: 20px;
  }

  .common .list05 li {
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    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 .list05 li.free {
    width:auto;
  }

  .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, rgb(59 128 167), rgb(254 214 62));
    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: #113058;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
  }

  .common .link02:hover {
    color: #fed63e;
  }

  .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;
    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%, #fed63e 40%);
    background-size: 100% 100%;
  }





/* Ã¼Å©¹Ú½º ¶óº§  */
	.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 .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 .trans_float_wrap{
	overflow:hidden;
	font-size:0px;
  }

  .common .trans_float{
	display:inline-block;
	width:48%;
	margin-bottom:8%;
	vertical-align:top;
  }
  .common .trans_float:nth-of-type(2n-1){
	margin-right:4%
  }

















  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color:#113058;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 450px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ÀÎ»ç¸» */
  .m06 .mv {
    overflow: hidden;
    height: 545px;
    position: relative;
    border-radius: 30px;
  }

  .m06 .mv video {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .m06 .mv p {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 545px;
    line-height: 545px;
    z-index: 2;
    top: 0px;
  }

  .m06 .mv p span {
    font-size: 40px;
    line-height: 56px;
    vertical-align: middle;
    display: inline-block;
  }

  .m06 .text {
    padding: 175px 100px;
    position: relative;
  }

  .m06 .text p:nth-child(1) {
    font-size: 60px;
    line-height: 74px;
    width: 40%;
    float: left;
    word-break: keep-all;
  }

  .m06 .text p:nth-child(2) {
    font-size: 24px;
    line-height: 36px;
    width: 60%;
    word-break: keep-all;
    float: left;
  }

  .m06 .text p:nth-child(2) span {
    font-weight: 500;
    font-size: 30px;
  }

  .m06 .text p:nth-child(2) i {
    background-size: 100% 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #113058 2px);
    background-repeat: no-repeat;
  }

  .m06 .img {
    position: absolute;
    top: 450px;
    left: 50px;
    animation: img_mv 2.5s infinite alternate linear;
  }

  .m06 .plx {
    height: 640px;
    line-height: 640px;
    background: url(/img/m06_plx.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }

  .m06 .plx::before {
    height: 640px;
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .m06 .plx p {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    width: 1600px;
    margin: 0 auto;
    padding: 150px 80px 80px 80px;
    box-sizing: border-box;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m07 .doc {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
	padding-bottom:230px;
  }


	.m07 .exp{
	font-size:30px;
	line-height:40px;
	margin-bottom:100px;
	text-align:center;
	}
	.m07 .exp span{
	display:inline-block;
	padding:30px 50px;
	background:#fff2bf;
	border-radius:20px;

	}


  .m07 ul {
    position: relative;
    z-index: 2
  }

  .m07 ul li {
    float: left;
    width: 50%;
    margin-bottom: 100px;
    box-sizing: border-box;
  }

  .m07 ul li:nth-child(2n) {
    padding-top: 100px;
  }

  .m07 ul li .img_box {
    width: 485px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
  }

  .m07 ul li .img_box a {
    width: 100%;
    display: block;
    height: 100%;
  }

  .m07 ul li .img_box a img {
    width: 100%;
    transition: all 0.3s;
  }

  .m07 ul li .img_box:hover a img {
    transform: scale(1.1);
  }

  .m07 ul li .txt {
    padding: 60px 0 0 70px;
    width: 485px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .m07 ul li .txt::before {
    content: "";
    display: block;
    height: 1px;
    background: #113058;
    width: 60px;
    position: absolute;
    transform: rotate(35deg);
    left: 11px;
    top: 38px;
  }

  .m07 ul li .txt p:nth-child(1) {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .m07 ul li .txt p:nth-child(2) {
    font-size: 40px;
  }


  .m07 .img {
    position: absolute;
    bottom: -140px;
    left: 50%;
	margin-left:-400px;
    animation: img_mv 2.5s infinite alternate linear;
    z-index: 1;
	width:460px;
  }








  /* Áø·á½Ã°£ */
  .m12 .tb01 {

  }

  

  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .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 .list {
    padding: 0 30px;
    font-size: 0px;
    line-height: normal;
  }

  .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 #ccc;
    padding: 25px;
  }

  .m32 .list>li:nth-child(3n) {
    margin-right: 0px;
  }

  .m32 .list>li>ul>li {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .m32 .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m32 .list>li p {
  font-weight: 500;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #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_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:#fed63e;
  }

  .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;
    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#fed63e;
    color: #fff;
    background:#fed63e;
  }

  .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;
  }

  /* ¹°°áÈ¿°ú */
  .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
  }

  .wave_box .wave {
    opacity: .12;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #fe8f3e;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 5000ms infinite linear;
  }

  .wave_box .wave.-two {
    animation: drift 10000ms infinite linear;
    background: #feee3e;
  }

  .wave_box .wave.-three {
    animation: drift 15000ms infinite linear;
    background: #62d3fd;
  }

  .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    min-height: 300px;
  }

  .sub_contents_head_inner {
    width: 95%;
    margin: 0 auto;
    padding: 150px 0 60px 0;
    position: relative;
    z-index: 1;
  }

  .sub_contents_head .sub_contents_head_inner .submenu_box {
    float: left;
    width: 50%;
  }

  .sub_contents_head .sub_contents_head_inner .txt {
    float: left;
    width: 50%;
    padding: 60px 0px 0;
    box-sizing: border-box;
    text-align: left;
  }

  .sub_contents_head .sub_contents_head_inner .txt p:nth-child(1) {
    font-family: 'BMJUA';
    margin-bottom: 20px;
    font-size: 44px;
  }

  .sub_contents_head .sub_contents_head_inner .txt p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    word-break: keep-all;
  }

  .sub_contents_head .sub_contents_head_inner .route {
    float: left;
    width: 100%;
    clear: right;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0px 0px 0px;
    text-align: right;
  }

  .sub_contents_head .sub_contents_head_inner .sub_title {
    font-family: 'BMJUA';
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu {
    padding-left: 10px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .sub_contents_head .sub_contents_head_inner .submenu li.on span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {}

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  /* clinic_top_img */
  .common .clinic_top_img {
    padding: 0px 0px 100px;
    text-align: center;
    position: relative;
    max-width: 95%;
    margin: 0 auto;
  }

  .common .clinic_top_img .img_box {
    float: right;
    width: 400px;
    height: 400px;
  }

  .common .clinic_top_img .img_box img {
    border-radius: 50%;
    overflow: hidden;
    animation: clinic_top_img 1s forwards;
    animation-delay: 1.0s;
    background: #fed63f;
  }

  .common .clinic_top_img .txt {
    width: calc(100% - 400px);
    float: right;
    text-align: left;
    min-height: 400px;
    line-height: 400px;
  }

  .common .clinic_top_img .txt p {
    border-left: 10px solid #e7eaee;
    padding: 30px 30px 30px 30px;
    font-size: 18px;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    word-break: keep-all;
  }

  .common .clinic_top_img .txt p span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fed63e 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.0s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 5px solid #e7eaee;
    margin-bottom: 80px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top:5px solid #e7eaee;
    max-width: 95%;
    margin: 0 auto;
    padding: 10px;
  }

  .common .s_menu li {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    margin: 10px 50px;
  font-family: 'BMJUA';

  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color:#fed63e;
    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:#fed63e;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* content_struc  */
  .common .section {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .common .section::after {
    content: "";
    clear: both;
  }

  .common .section:last-child {
    margin-bottom: 0px;
  }

  .common .content {
    width: 70%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
  }

  .common .section .title {
    width: 30%;
    float: left;
    font-size: 40px;
    line-height: 52px;
    box-sizing: border-box;
    word-break: keep-all;
    position: relative;
    padding: 40px 30px 30px 40px;
    font-family: 'BMJUA';
  }

  .common .section .title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 49px;
    height: 54px;
    display: block;
    content: "";
    background: url(/img/title_img.png) center;
    animation: title_mv 2.5s infinite alternate linear;
  }

  /* Á¦¸ñº¯Çü */
  .common .trans .content {
    width: 100%;
    float: none;
  }

  .common .trans .title {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }




  /* //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 #113058;
    border-left: 1px solid #ccc;
  }


  .common .tb01 table thead th {
    padding: 10px;
    font-size: 20px;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 500;
    background: #efefef;
    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 #113058;
    border-left: 1px solid #ccc;
  }

  .common .tb02 table thead 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 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: #fed63e !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
    word-break: keep-all;
  }

  .common h1::before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 5px;
    border: 8px solid #89c6e9;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .common h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .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;
    border-radius: 15px;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .common .list01 li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    word-break: keep-all;
    border: 1px solid #efefef;
    border-radius: 10px;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 22px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #113058;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 20px 15px 0 15px;
    font-size: 0;
    border-radius: 10px;
  }

  .common .list02 li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 65px;
    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: 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;
    height: 40px;
    background: #fed63e;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px #ececec;
    font-family: 'BMJUA';
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 14px;
    border-radius: 10px;
    line-height: 22px;
    margin-bottom: 25px;
    word-break: keep-all;
    display: inline-block;
    width: 45%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    padding-left: 50px;
    margin: 0 2.5%;
    margin-bottom: 20px;
  }

  .common .list03 li:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/list03.png) no-repeat center;
    background-size: contain;
  }

  .common .list04 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    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;
    font-weight: 500;
  }

  .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;
    border-radius: 10px;
  }

  .common .list05 li {
    font-size: 18px;
    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;
    border-radius: 10px;
  }

  .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 .list05 li.free {
    width:auto;
  }

  .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, rgb(59 128 167), rgb(254 214 62));
    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: #113058;
    transition: all 0.1s;
  }

  .common .link02 img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 15px;
  }

  .common .link02:hover {
    color: #fed63e;
  }

  .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;
    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%, #fed63e 40%);
    background-size: 100% 100%;
  }

  

/* Ã¼Å©¹Ú½º ¶óº§  */
	.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: 24px;
	  height: 24px;
	  border: 2px solid #C8CCD4;
	  border-radius: 3px;
	}
	.common .label-cbx .checkbox svg {
	  position: absolute;
	  top: -2px;
	  left: -2px;
	  width:28px;
	  height:28px;
	}
	.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 .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 .trans_float_wrap{
	overflow:hidden;
	font-size:0px;
  }

  .common .trans_float{
	display:inline-block;
	width:48%;
	margin-bottom:8%;
	vertical-align:top;
  }
  .common .trans_float:nth-of-type(2n-1){
	margin-right:4%
  }






  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color:#113058;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 250px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ÀÎ»ç¸» */
  .m06 .mv {
    overflow: hidden;
    height: 300px;
    position: relative;
    border-radius: 20px;
  }

  .m06 .mv video {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .m06 .mv p {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 300px;
    line-height: 300px;
    z-index: 2;
    top: 0px;
  }

  .m06 .mv p span {
    font-size: 30px;
    line-height: 42px;
    vertical-align: middle;
    display: inline-block;
  }

  .m06 .text {
    padding: 80px 20px 0;
    position: relative;
  }

  .m06 .text p:nth-child(1) {
    font-size: 34px;
    line-height: 42px;
    width: 30%;
    float: left;
    word-break: keep-all;
  }

  .m06 .text p:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    width: 70%;
    word-break: keep-all;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
  }

  .m06 .text p:nth-child(2) span {
    font-weight: 500;
    font-size: 24px;
  }

  .m06 .text p:nth-child(2) i {
    background-size: 100% 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #113058 2px);
    background-repeat: no-repeat;
  }

  .m06 .img {
    position: absolute;
    top: 250px;
    left: 0px;
    width: 200px;
    animation: img_mv 2.5s infinite alternate linear;
  }

  .m06 .plx {
    height: 400px;
    line-height: 400px;
    background: url(/img/m06_plx.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }

  .m06 .plx::before {
    height: 400px;
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .m06 .plx p {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
    box-sizing: border-box;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m07 .doc {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
	padding-bottom:150px;
  }

  
	.m07 .exp{
	font-size:24px;
	line-height:32px;
	margin-bottom:50px;
	text-align:center;
	}
	.m07 .exp span{
	display:inline-block;
	padding:20px 40px;
	background:#fff2bf;
	border-radius:20px;

	}


  .m07 ul {
    position: relative;
    z-index: 2
  }

  .m07 ul li {
    float: left;
    width: 50%;
    margin-bottom: 60px;
    box-sizing: border-box;
  }

  .m07 ul li:nth-child(2n) {
    padding-top: 40px;
  }

  .m07 ul li .img_box {
    width: 70%;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
  }

  .m07 ul li .img_box a {
    width: 100%;
    display: block;
    height: 100%;
  }

  .m07 ul li .img_box a img {
    width: 100%;
    transition: all 0.3s;
  }

  .m07 ul li .img_box:hover a img {
    transform: scale(1.1);
  }

  .m07 ul li .txt {
    padding: 40px 0 0 40px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .m07 ul li .txt::before {
    content: "";
    display: block;
    height: 1px;
    background: #113058;
    width: 30px;
    position: absolute;
    transform: rotate(35deg);
    left: 10px;
    top: 20px;
  }

  .m07 ul li .txt p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .m07 ul li .txt p:nth-child(2) {
    font-size: 26px;
  }

  .m07 .img {
    position: absolute;
    bottom: -100px;
    left: 50%;
	margin-left:-300px;
    animation: img_mv 2.5s infinite alternate linear;
    z-index: 1;
	width:300px;
  }







  /* Áø·á½Ã°£ */
  .m12 .tb01 {
  }


  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .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 .list {
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .m32 .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
    width: calc((100% - 60px)/3);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .m32 .list>li:nth-child(3n) {
    margin-right: 0px;
  }

  .m32 .list>li>ul>li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .m32 .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m32 .list>li p {
  font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #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_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: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    background-size: 8px;
    background-color:#fed63e;
  }

  .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;
    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#fed63e;
    color: #fff;
    background:#fed63e;
  }

  .login .p1 {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  #sub_contents {
    width: 100%;
    position: relative;
  }

  /* ¹°°áÈ¿°ú */
  .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
  }

  .wave_box .wave {
    opacity: .12;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #fe8f3e;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 5000ms infinite linear;
  }

  .wave_box .wave.-two {
    animation: drift 10000ms infinite linear;
    background: #feee3e;
  }

  .wave_box .wave.-three {
    animation: drift 15000ms infinite linear;
    background: #62d3fd;
  }

  .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  /* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
  .sub_contents_head {
    position: relative;
    min-height: 300px;
  }

  .sub_contents_head_inner {
    width: 95%;
    margin: 0 auto;
    padding: 150px 0 60px 0;
    position: relative;
    z-index: 1;
  }

  .sub_contents_head .sub_contents_head_inner .submenu_box {
    text-align: center;
  }

  .sub_contents_head .sub_contents_head_inner .submenu_box::after {
    content: '';
    display: block;
    height: 50px;
    width: 2px;
    background: #113058;
    margin: 40px auto;
  }

  .sub_contents_head .sub_contents_head_inner .sub_title {
    font-family: 'BMJUA';
    font-size: 28px;
    margin-bottom: 20px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu {}

  .sub_contents_head .sub_contents_head_inner .submenu li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px 10px 5px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu li a {
    padding: 10px 15px;
    border: 1px solid #113058;
    display: block;
    background: #fff;
    border-radius: 10px;
  }

  .sub_contents_head .sub_contents_head_inner .submenu li.on span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  .sub_contents_head .sub_contents_head_inner .txt {
    text-align: center;
  }

  .sub_contents_head .sub_contents_head_inner .txt p:nth-child(1) {
    font-family: 'BMJUA';
    margin-bottom: 20px;
    font-size: 50px;
  }

  .sub_contents_head .sub_contents_head_inner .txt p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    word-break: keep-all;
  }

  .sub_contents_head .sub_contents_head_inner .route {
        font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #123159;
    padding: 10px;
    border-right: 0px;
    border-left: 0px;
    box-sizing: border-box;
    margin-top: 20px;
  }

  /* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
  .sub_contents_box {
    position: relative;
  }

  /* ¼­ºê¸Þ´º */
  .submenu {}

  /* °øÅë */
  .common {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  /* clinic_top_img */
  .common .clinic_top_img {
    padding: 0px 0px 80px;
    text-align: center;
    position: relative;
    max-width: 95%;
    margin: 0 auto;
  }

  .common .clinic_top_img .img_box {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .common .clinic_top_img .img_box img {
    border-radius: 50%;
    overflow: hidden;
    animation: clinic_top_img_m 1s forwards;
    animation-delay: 1.0s;
    background: #fed63f;
  }

  .common .clinic_top_img .txt {
    text-align: left;
  }

  .common .clinic_top_img .txt p {
    border-left: 8px solid #e7eaee;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    word-break: keep-all;
  }

  .common .clinic_top_img .txt p span {
    position: relative;
    background-image: linear-gradient(transparent 70%, #fed63e 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.0s;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  .s_menu_setting {
    width: 100%;
    max-width: 100%;
  }

  .s_menu_setting .s_page {}

  .common .s_menu_wrap {}

  .common .s_menu_box {
    border-bottom: 3px solid #e7eaee;
    margin-bottom: 50px;
  }

  .common .s_menu {
    font-size: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-top: 3px solid #e7eaee;
    max-width: 95%;
    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;

  font-family: 'BMJUA';
  }

  .common .s_menu li.on {}

  .common .s_menu li.on a {
    color:#fed63e;
    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:#fed63e;
  }

  .common .s_page>li {
    display: none;
  }

  .common .s_page>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º, ¼ÒÆäÀÌÁö */
  /* 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;
    position: relative;
    padding: 35px 30px 30px 35px;
    font-family: 'BMJUA';
    margin-bottom: 30px;
  }

  .common .section .title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 50px;
    display: block;
    content: "";
    background: url(/img/title_img.png) center;
    animation: title_mv 2.5s infinite alternate linear;
    background-size: cover;
  }

  .common .section .title:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: normal;
    margin-top: 30px;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background: linear-gradient(135deg, transparent, transparent 45%, #fed63e, transparent 55%, transparent 100%), linear-gradient(45deg, transparent, transparent 45%, #fed63e, transparent 55%, transparent 100%);
    background-size: 0.6em 0.6em;
    background-repeat: repeat-x, repeat-x;
  }

  .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: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 12px;
    color:#113058;
    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 #113058;
  }



  .common .tb01 table thead th {
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 500;
    background: #efefef;
    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 #113058;
  }

  .common .tb02 table thead 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 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: #fed63e !important;
  }

  /* Å×ÀÌºí */
  /* ÆùÆ® */
  .common h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    word-break: keep-all;
  }

  .common h1::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 3px;
    border: 5px solid #89c6e9;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .common h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .common .p01 {
    font-size: 11px;
    line-height: 18px;
    word-break: keep-all;
  }

  .common .p02 {
    font-size: 12px;
    line-height: 20px;
    background: #efefef;
    padding: 5px;
    word-break: keep-all;
    border-radius: 15px;
  }

  /* ¸®½ºÆ®  */
  .common .list01 {
    padding: 15px 0;
  }

  .common .list01 li {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 10px;
    word-break: keep-all;
    border: 1px solid #efefef;
    border-radius: 10px;
  }

  .common .list01 li:before {
    position: absolute;
    left: 12px;
    top: 17px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 3px;
    background: #113058;
  }

  .common .list01 li:last-child {
    margin-bottom: 0px;
  }

  .common .list02 {
    border: 1px solid #ececec;
    padding: 15px 10px 0 10px;
    font-size: 0;
    border-radius: 10px;
  }

  .common .list02 li {
    font-size: 12px;
    line-height: 18px;
    padding-left: 45px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    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: 10px;
    width: calc((100% - 20px)/3);
  }

  .common .list02 li.third:nth-child(3n) {
    margin-right: 0%;
  }

  .common .list02 li span {
    font-size: 24px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 35px;
    background: #fed63e;
    line-height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px #ececec;
    font-family: 'BMJUA';
  }

  .common .list03 {
    text-align: left;
    font-size: 0;
    background: #f7f7f7;
    padding: 20px 0 0;
  }

  .common .list03 li {
    position: relative;
    background: #fff;
    font-size: 12px;
    border-radius: 10px;
    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 {
    padding: 15px 15px 0 15px;
    font-size: 0;
    background: #f7f7f7;
  }

  .common .list04 {
    font-size: 0;
  }

  .common .list04 li {
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
    padding: 10px 10px;
    margin-bottom: 15px;
    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: 28px;
    word-break: keep-all;
    font-weight: 500;
  }

  .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:100%;
  }

  .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;
    border-radius: 10px;
  }

  .common .list05 li {
    font-size: 14px;
    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;
    border-radius: 10px;
  }

  .common .list05 li {
    width: calc((100% - 20px)/3);
  }

  .common .list05 li:nth-child(3n) {
    margin-right: 0px;
  }
  .common .list05 li.free {
    width:auto;
  }

  .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, rgb(59 128 167), rgb(254 214 62));
    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: #113058;
    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: #fed63e;
  }

  .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;
    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%, #fed63e 40%);
    background-size: 100% 100%;
  }


  

/* Ã¼Å©¹Ú½º ¶óº§  */
	.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 .trans_h1 {
    margin-bottom: 80px;
  }

  .common .trans_h1:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1 .left {
    padding-right: 35%;
  }

  .common .trans_h1 .right {
    padding-left: 30px;
  }

  .common .trans_h1_2 {
    margin-bottom: 80px;
  }

  .common .trans_h1_2:last-child {
    margin-bottom: 0px;
  }

  .common .trans_h1_2 .left {
    padding-left: 35%;
    text-align: right;
  }

  .common .trans_h1_2 .left h1{
      padding-left:0px;
      padding-right:30px;
  }

  .common .trans_h1_2 .left h1::before {
      left: inherit;
      right:0px;
  }
  .common .trans_h1_2 .right {
    padding-right: 30px;
  }

  .common .trans_float_wrap{
	overflow:hidden;
	font-size:0px;
  }

  .common .trans_float{
	display:inline-block;
	width:46%;
	margin-bottom:8%;
	vertical-align:top;
  }
  .common .trans_float:nth-of-type(2n-1){
	margin-right:8%
  }




  .common .img_scroll {
    position: relative;
  }

  .common .img_scroll::before {
    content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color:#113058;
    text-align: left;
  }

  .common .img_scroll .img {
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
  }

  /* ÀÎ»ç¸» */
  .m06 .mv {
    overflow: hidden;
    height: 250px;
    position: relative;
    border-radius: 20px;
  }

  .m06 .mv video {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }

  .m06 .mv p {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 250px;
    line-height: 250px;
    z-index: 2;
    top: 0px;
  }

  .m06 .mv p span {
    font-size: 26px;
    line-height: 34px;
    vertical-align: middle;
    display: inline-block;
  }

  .m06 .text {
    padding: 40px 15px 0;
    position: relative;
  }

  .m06 .text p:nth-child(1) {
    font-size: 34px;
    line-height: 42px;
    word-break: keep-all;
    margin-bottom: 40px;
  }

  .m06 .text p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    box-sizing: border-box;
  }

  .m06 .text p:nth-child(2) span {
    font-weight: 500;
    font-size: 18px;
  }

  .m06 .text p:nth-child(2) i {
    background-size: 100% 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #113058 2px);
    background-repeat: no-repeat;
  }

  .m06 .img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    animation: img_mv 2.5s infinite alternate linear;
  }

  .m06 .plx {
    height: 250px;
    background: url(/img/m06_plx.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 5%;
    box-sizing: border-box;
  }

  .m06 .plx::before {
    height: 250px;
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .m06 .plx p {
    color: #fff;
    height: 90%;
    overflow-y: scroll;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }

  /* ÀÇ·áÁø¼Ò°³ */
  .m07 .doc {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
	padding-bottom:150px;
  }


  .m07 .exp{
	font-size:20px;
	line-height:30px;
	margin-bottom:40px;
	text-align:center;
	}
	.m07 .exp span{
	display:inline-block;
	padding:15px 20px;
	background:#fff2bf;
	border-radius:20px;

	}


  .m07 ul {
    position: relative;
    z-index: 2
  }

  .m07 ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .m07 ul li:nth-child(2n) {
    padding-top: 40px;
  }

  .m07 ul li .img_box {
    width: 85%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .m07 ul li .img_box a {
    width: 100%;
    display: block;
    height: 100%;
  }

  .m07 ul li .img_box a img {
    width: 100%;
    transition: all 0.3s;
  }

  .m07 ul li .img_box:hover a img {
    transform: scale(1.1);
  }

  .m07 ul li .txt {
    padding: 25px 0 0 30px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .m07 ul li .txt::before {
    content: "";
    display: block;
    height: 1px;
    background: #113058;
    width: 25px;
    position: absolute;
    transform: rotate(35deg);
    left: 5px;
    top: 16px;
  }

  .m07 ul li .txt p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .m07 ul li .txt p:nth-child(2) {
    font-size: 20px;
    word-break: keep-all;
  }



  .m07 .img {
    position: absolute;
    bottom: -50px;
    left: 15%;
    animation: img_mv 2.5s infinite alternate linear;
    z-index: 1;
	width:180px;
  }

  /* Áø·á½Ã°£ */
  .m12 .tb01 table{
    width: 180%;
  }


  /* Á¦Áõ¸í ´Ù¿î·Îµå */
  .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 .list {
    padding: 0 0px;
    font-size: 0px;
    line-height: normal;
  }

  .m32 .list>li {
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
    width: calc((100% - 30px)/2);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 15px;
  }

  .m32 .list>li:nth-child(2n) {
    margin-right: 0px;
  }

  .m32 .list>li>ul>li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .m32 .list>li>ul>li:last-child {
    margin-bottom: 0px;
  }

  .m32 .list>li p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #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_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 .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:#fed63e;
  }

  .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;
    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#fed63e;
    color: #fff;
    background:#fed63e;
  }

  .login .p1 {
    font-size: 14px;
    margin-top: 20px;
  }


  
}

/* ÄÃ·¯Áý */
.c1 {
  color: #fed63e !important;
}

.c2 {
  color: #113058 !important;
}

.c3 {
  color: #ff9600 !important;
}

.marker1 {
  background-image: linear-gradient(transparent calc(100% - 3px), #113058 3px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.marker2 {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent 60%, #fed63e 40%);
  background-size: 100% 100%;
}


.marker3 {
  background-image: linear-gradient(transparent calc(100% - 1px), #113058 3px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


