@charset "euc-kr";


@media (min-width:1200px) {

  /* ÃÖ¼Ò 1500 ~ ÃÖ´ë */
  #main_contents {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 150px;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  #main_contents .contents_box {
    position: relative;
    z-index: 1;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  #main_contents .contents_box .arrow {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #c17f18;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  #main_contents .contents_box .arrow span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #c17f18;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  #main_contents .contents_box .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;
  }

  #main_contents .contents_box .arrow:hover {
    background: #c17f18;
    color: #fff;
  }

  #main_contents .contents_box .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  #main_contents .contents_box .arrow:hover span:before {
    border-top: 2px solid #c17f18;
    border-left: 2px solid #c17f18;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    position: relative;
    min-height: 700px;
    padding: 120px 0 160px;
    box-sizing: border-box;
  }

  #main_contents .sec01 .txt {
    position: relative;
    z-index: 1;
    width: 1440px;
    text-align: center;
    margin: 0 auto;
  }

  #main_contents .sec01 .txt p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 80px;
  }

  #main_contents .sec01 .txt p:nth-child(2) {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  #main_contents .sec01 .txt p:nth-child(3) {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 60px;
    color: #c17f18;
  }

  #main_contents .sec01 .txt ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 20px;
    border: 1px solid #c17f18;
    padding: 15px;
    display: inline-block;
  }

  #main_contents .sec01 .txt ul li span {
    color: #c17f18;
  }

  /* ¹°°áÈ¿°ú */
  #main_contents .sec01 .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    position: absolute;
    bottom: 0;
  }

  #main_contents .sec01 .wave_box .wave {
    opacity: .4;
    position: absolute;
    bottom: 0%;
    left: -50%;
    background: #e7d5b7;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 40%;
    animation: drift 20000ms infinite linear;
  }

  #main_contents .sec01 .wave_box .wave.-two {
    animation: drift 30000ms infinite linear;
    background: #e7d5b7;
  }

  #main_contents .sec01 .wave_box .wave.-three {
    animation: drift 40000ms infinite linear;
    background: #e7d5b7;
  }

  #main_contents .sec01 .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(235, 220, 196, 1.0), rgba(255, 255, 255, 0.0));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  /* sec02 */
  #main_contents .sec02 {
    padding: 100px 0 100px;
    position: relative;
  }

  #main_contents .sec02 .inner_box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }




  #main_contents .sec02 .clinic_box {
    position: relative
  }

  #main_contents .sec02 .clinic_head {
    width:1440px;
	margin:0 auto;
	 position: relative;
	 margin-bottom:75px;
  }

  
   #main_contents .sec02 .clinic_head  .p01 {
    font-size: 34px;
	line-height:44px;
	font-weight:700;
    text-align: left;
    position: relative;
	display:inline-block;
    vertical-align: middle;
	margin-right:50px;
  }


  
   #main_contents .sec02 .clinic_head  .arrow {
    position:absolute;
	right:0px;
	top:0px;
  }




  /*³×ºñ°ÔÀÌ¼Ç*/
  #main_contents .sec02 .clinic_head .clinic_box_navi {
    display: inline-block;
    z-index: 2;
	position:relative;
	vertical-align:middle;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi:before {
    display: block;
    content: "";
    background: #393939;
    width: 3px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    top: 50%;
    margin-top: -20px;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next {
    transform: rotate(135deg);
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .prev {
    transform: rotate(-45deg);
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next, #main_contents .sec02 .clinic_box_navi .prev {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid #393939;
    border-left: 3px solid #393939;
    vertical-align: middle;
    cursor: pointer;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next:hover, #main_contents .sec02 .clinic_head .clinic_box_navi .prev:hover {
    border-top: 3px solid #c17f18;
    border-left: 3px solid #c17f18;
  }





  #main_contents .sec02 .clinic_box_wrap {
    overflow: hidden;
    width: 120%;
    left: -10%;
  }

  #main_contents .sec02 .clinic_box_wrap .swiper-wrapper {
    transition-timing-function: linear;
  }

  #main_contents .sec02 .swiper-slide .img {
 
    background: #fff;
    overflow: hidden;
	transition: all 0.3s; 
	width:100%;
	display:inline-block;
  }

 

  #main_contents .sec02 .swiper-slide .img img {
	width:100%;
    vertical-align: top;
	transition:0.3s;
  }

   #main_contents .sec02 .swiper-slide .img:hover {
		border-radius:80px 0 80px 0;
	  }

  #main_contents .sec02 .swiper-slide .img:hover img {
	transform:scale(1.1);
	transition:0.3s;
  }


  #main_contents .sec02 .swiper-slide p:nth-of-type(1){
    font-size:26px;
	font-weight:400;
	overflow:hidden;
	margin-bottom:20px;
  }
  #main_contents .sec02 .swiper-slide p:nth-of-type(1) span:nth-child(1){
   float:left;
  }
  #main_contents .sec02 .swiper-slide p:nth-of-type(1) span:nth-child(2){
   float:right;
  }

  #main_contents .sec02 .swiper-slide p:nth-of-type(2){
    font-size:20px;
	line-height:30px;
	overflow:hidden;
	padding:20px 20px 0px 30px;
  }


  /* sec03 */
  #main_contents .sec03 {
    width:1440px;
	margin:0 auto;
    position: relative;
	padding:100px 0 150px;
  }
  #main_contents .sec03:after {
    clear:both;
	display:block;
	content:"";
  }

  #main_contents .sec03 img {
    vertical-align:top;
  }

  #main_contents .sec03 .doc_intro {
    float:right;
	width:calc(100% - 582px);
    position: relative;
  }

  #main_contents .sec03 .doc_intro .txt {
    position:absolute;
	left:138px;
	top:185px;
	z-index:3;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    
  }

  #main_contents .sec03 .doc_intro .txt > div > span{
    font-size:18px;
	line-height:24px;
  }
  #main_contents .sec03 .doc_intro .txt > div p{
    font-size:26px;
	line-height:34px;
	margin:2px 0 25px;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(1) {
    position:absolute;
	left:94px;
	top:366px;
	z-index:2;
  }

  
  #main_contents .sec03 .doc_intro .img div:nth-child(1) span {
    display:inline-block;
	border-radius:50%;
	overflow:hidden;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(2) {
    position:absolute;
	right:0px;
	top:50px;
	z-index:1;
  }


  #main_contents .sec03 .interior_intro {
    float:left;
	width:582px;
    position: relative;
  }

  #main_contents .sec03 .interior_intro .img{
    border-radius:0 0 100px;
	height:644px;
	background:url(/img/sec03_img01.jpg) no-repeat;
    position: relative;
  }

  #main_contents .sec03 .interior_intro .img img{
     animation: spin 8s linear infinite;
	 position:absolute;
	 bottom:-30px;
	 right:-30px;
  }

  #main_contents .sec03 .interior_intro .txt{
    text-align:right;
	padding:60px 0 0 30px;
  }

  #main_contents .sec03 .interior_intro .txt > div >  span{
    font-size:26px;
	line-height:34px;
  }
  #main_contents .sec03 .interior_intro .txt > div >  p{
    font-size:18px;
	line-height:26px;
	margin:20px 0 30px;
  }


   /*sec04*/
  #main_contents .sec04{
	width:1440px;
	margin:0 auto;
	position:relative;
  }
  #main_contents .sec04 .map{
	width:calc(100% - 582px);
	position:absolute;
	right:-100px;
	top:0px;
	height:575px;
	box-shadow:-20px 20px #f3ece0;
	border-radius:0 0 0 90px;
	overflow:hidden;
  }





  #main_contents .sec04 .txt{
	width:582px;
	box-sizing:border-box;
	padding:30px 90px 0 0;
  }

  #main_contents .sec04 .txt .top{
	overflow:hidden;
	margin-bottom:40px;
  }

  #main_contents .sec04 .txt .top p:nth-child(1){
	font-size:34px;
	line-height:44px;
	font-weight:600;
	margin-bottom:30px;
  }

  #main_contents .sec04 .txt .top p:nth-child(2){
	font-size:20px;
	line-height:32px;
	margin-bottom:20px;
  }

  #main_contents .sec04 .txt .top p:nth-child(3){
	font-size:15px;
	line-height:23px;
	margin-bottom:30px;
  }

  #main_contents .sec04 .txt .top .tel{
	float:left;
	font-size:34px;
	font-weight:600;
	color:#c17f18;
  }
  #main_contents .sec04 .txt .top .arrow{
	float:right;
  }

  #main_contents .sec04 .txt .bottom{
	
  }

  #main_contents .sec04 .txt .bottom p:nth-child(1){
	font-size:22px;
	line-height:32px;
	font-weight:600;
	margin-bottom:10px;
  }
  #main_contents .sec04 .txt .bottom ul{
	
	margin-bottom:30px;
  }

  #main_contents .sec04 .txt .bottom ul li{
	overflow:hidden;
	font-size:15px;
	line-height:35px;
	height:35px;
  }

  


  #main_contents .sec04 .txt .bottom ul li span:nth-child(1){
	width:70px;
	float:left;
	text-align:justify;
	margin-right:20px;

  }

   #main_contents .sec04 .txt .bottom ul li span:nth-child(1):after{

	content: "";

	display: inline-block;

	width: 100%;

	}

   #main_contents .sec04 .txt .bottom ul li span:nth-child(2){
	float:left;
	word-spacing:2px;
  }


  #main_contents .sec04 .txt .bottom ul li:nth-child(-n+3) {
	font-size:20px;
	line-height:35px;	
	font-weight:500;
    color: #c17f18;
  }


 


  #main_contents .sec04 .txt .bottom div a{
	display:inline-block;
	font-size:15px;
	line-height:15px;
	margin-right:25px;
	transition:all 0.3s;
  }

  #main_contents .sec04 .txt .bottom div a:hover{
	
	color:#c17f18;
  }

  #main_contents .sec04 .txt .bottom div a img{
	display:inline-block;
	position:relative;
	left:0px;
	margin-left:5px;
	transition:all 0.3s;
  }

  #main_contents .sec04 .txt .bottom div a:hover img{
	left:5px;
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }






  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01 .txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01_move .txt {
    animation: bottom_sec 1s forwards;
    animation-delay: 0.3s;
  }



  #main_contents .sec02 .clinic_head{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .clinic_box_wrap{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02_move .clinic_head {
    animation: left_sec 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec02_move .clinic_box_wrap {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }


  #main_contents .sec03 .doc_intro .img div:nth-child(1) span{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(2) span{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03_move  .doc_intro .img div:nth-child(1) span {
    animation: left_sec 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move  .doc_intro .img div:nth-child(2) span {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move .doc_intro .txt > div{
    animation: bottom_sec 1s forwards;
    animation-delay: 1s;
  }


  #main_contents .sec03 .interior_intro .img{
	opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .interior_intro .txt div{
	opacity: 0;
    position: relative;
  }
  #main_contents .sec03_move .interior_intro .img{
	animation: bottom_sec 1s forwards;
    animation-delay: 2s;
  }

  #main_contents .sec03_move .interior_intro .txt div{
	animation: top_sec 1s forwards;
    animation-delay: 2s;
  }


  #main_contents .sec04 .txt{
	opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .map{
	opacity: 0;
  }

  #main_contents .sec04_move .txt{
	animation:bottom_sec 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec04_move .map{
	animation:top_sec 1s forwards;
    animation-delay: 1s;
  }







}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 1200 ~ 1499 */
  #main_contents {
    width: 100%;
    position: relative;
    z-index: 1;
	
    padding-bottom: 100px;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  #main_contents .contents_box {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  #main_contents .contents_box .arrow {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #c17f18;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  #main_contents .contents_box .arrow span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #c17f18;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  #main_contents .contents_box .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;
  }

  #main_contents .contents_box .arrow:hover {
    background: #c17f18;
    color: #fff;
  }

  #main_contents .contents_box .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  #main_contents .contents_box .arrow:hover span:before {
    border-top: 2px solid #c17f18;
    border-left: 2px solid #c17f18;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    position: relative;
    min-height: 500px;
    padding: 80px 0 120px;
    box-sizing: border-box;
  }

  #main_contents .sec01 .txt {
    position: relative;
    z-index: 1;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  #main_contents .sec01 .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
  }

  #main_contents .sec01 .txt p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #main_contents .sec01 .txt p:nth-child(3) {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 40px;
    color: #c17f18;
  }

  #main_contents .sec01 .txt ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 5px 10px;
    border: 1px solid #c17f18;
    padding: 10px;
    display: inline-block;
  }

  #main_contents .sec01 .txt ul li span {
    color: #c17f18;
  }

  /* ¹°°áÈ¿°ú */
  #main_contents .sec01 .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    position: absolute;
    bottom: 0;
  }

  #main_contents .sec01 .wave_box .wave {
    opacity: .4;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #e7d5b7;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 35%;
    animation: drift 20000ms infinite linear;
  }

  #main_contents .sec01 .wave_box .wave.-two {
    animation: drift 30000ms infinite linear;
    background: #e7d5b7;
    left: 60%;
  }

  #main_contents .sec01 .wave_box .wave.-three {
    animation: drift 40000ms infinite linear;
    background: #e7d5b7;
    left: 40%;
  }

  #main_contents .sec01 .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(235, 220, 196, 1.0), rgba(255, 255, 255, 0.0));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }



  /* sec02 */
  #main_contents .sec02 {
    padding: 60px 0 60px;
    position: relative;
  }

  #main_contents .sec02 .inner_box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }




  #main_contents .sec02 .clinic_box {
    position: relative
  }

  #main_contents .sec02 .clinic_head {
    width:90%;
	margin:0 auto;
	 position: relative;
	 margin-bottom:50px;
  }

  
   #main_contents .sec02 .clinic_head  .p01 {
    font-size: 26px;
	line-height:34px;
	font-weight:700;
    text-align: left;
    position: relative;
	display:inline-block;
    vertical-align: middle;
	margin-right:40px;
  }


  
   #main_contents .sec02 .clinic_head  .arrow {
    position:absolute;
	right:0px;
	top:0px;
  }




  /*³×ºñ°ÔÀÌ¼Ç*/
  #main_contents .sec02 .clinic_head .clinic_box_navi {
    display: inline-block;
    z-index: 2;
	position:relative;
	vertical-align:middle;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi:before {
    display: block;
    content: "";
    background: #393939;
    width: 3px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    top: 50%;
    margin-top: -15px;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next {
    transform: rotate(135deg);
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .prev {
    transform: rotate(-45deg);
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next, #main_contents .sec02 .clinic_box_navi .prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #393939;
    border-left: 3px solid #393939;
    vertical-align: middle;
    cursor: pointer;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next:hover, #main_contents .sec02 .clinic_head .clinic_box_navi .prev:hover {
    border-top: 3px solid #c17f18;
    border-left: 3px solid #c17f18;
  }





  #main_contents .sec02 .clinic_box_wrap {
    overflow: hidden;
    width: 120%;
    left: -10%;
  }

  #main_contents .sec02 .clinic_box_wrap .swiper-wrapper {
    transition-timing-function: linear;
  }

  #main_contents .sec02 .swiper-slide .img {
 
    background: #fff;
    overflow: hidden;
	transition: all 0.3s; 
	width:100%;
	display:inline-block;
  }

 

  #main_contents .sec02 .swiper-slide .img img {
	width:100%;
    vertical-align: top;
	transition:0.3s;
  }

   #main_contents .sec02 .swiper-slide .img:hover {
		border-radius:80px 0 80px 0;
	  }

  #main_contents .sec02 .swiper-slide .img:hover img {
	transform:scale(1.1);
	transition:0.3s;
  }


  #main_contents .sec02 .swiper-slide p:nth-of-type(1){
    font-size:20px;
	font-weight:400;
	overflow:hidden;
	margin-bottom:15px;
  }
  #main_contents .sec02 .swiper-slide p:nth-of-type(1) span:nth-child(1){
   float:left;
  }
  #main_contents .sec02 .swiper-slide p:nth-of-type(1) span:nth-child(2){
   float:right;
  }

  #main_contents .sec02 .swiper-slide p:nth-of-type(2){
    font-size:16px;
	line-height:24px;
	overflow:hidden;
	padding:10px 10px 0px 20px;
  }


	/* sec03 */
  #main_contents .sec03 {
    width:90%;
	margin:0 auto;
    position: relative;
	padding:100px 0;
  }
  #main_contents .sec03:after {
    clear:both;
	display:block;
	content:"";
  }

  #main_contents .sec03 img {
    vertical-align:top;
  }

  #main_contents .sec03 .doc_intro {
    float:right;
	width:60%;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .txt {
    position:absolute;
	left:20px;
	top:5%;
	z-index:3;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    
  }

  #main_contents .sec03 .doc_intro .txt > div > span{
    font-size:15px;
	line-height:22px;
  }
  #main_contents .sec03 .doc_intro .txt > div p{
    font-size:22px;
	line-height:32px;
	margin:2px 0 20px;
  }

  #main_contents .sec03 .doc_intro .img:after{
    clear:both;
	display:block;
	content:"";
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(1) {
    left: 3%;
    z-index: 2;
    width: 50%;
    float: left;
    margin-top: 39%;
    position: relative;
    transform: scale(1.1);
  }

  
  #main_contents .sec03 .doc_intro .img div:nth-child(1) span {
    display:inline-block;
	border-radius:50%;
	overflow:hidden;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(2) {
    width: 50%;
    float: right;
  }


  #main_contents .sec03 .interior_intro {
    float:left;
	width:35%;
    position: relative;
  }

  #main_contents .sec03 .interior_intro .img{
	height:350px;
	background:url(/img/sec03_img01.jpg) no-repeat 80% center;
	background-size:cover;
	position: relative;
    border-radius:0 0 50px;
  }

  #main_contents .sec03 .interior_intro .img img{
     animation: spin 8s linear infinite;
	 position:absolute;
	 bottom:-20px;
	 right:-20px;
	 width:80px;
  }


  #main_contents .sec03 .interior_intro .txt{
    text-align:right;
	padding:40px 0 0 20px;
  }

  #main_contents .sec03 .interior_intro .txt > div >  span{
    font-size:22px;
	line-height:28px;
	word-break:keep-all;
  }
  #main_contents .sec03 .interior_intro .txt > div >  p{
    font-size:14px;
	line-height:22px;
	margin:10px 0 20px;
	word-break:keep-all;
  }





   /*sec04*/
  #main_contents .sec04{
	width:90%;
	margin:0 auto;
	position:relative;
  }
  #main_contents .sec04 .map{
	width:60%;
	position:absolute;
	top:0px;
	height:450px;
	box-shadow:-20px 20px #f3ece0;
	border-radius:0 0 0 90px;
	overflow:hidden;
  }




  #main_contents .sec04 .txt{
	width:40%;
	box-sizing:border-box;
	padding:20px 50px 0 0;
  }

  #main_contents .sec04 .txt .top{
	overflow:hidden;
	margin-bottom:40px;
  }

  #main_contents .sec04 .txt .top p:nth-child(1){
	font-size:24px;
	line-height:34px;
	font-weight:600;
	margin-bottom:10px;
  }

  #main_contents .sec04 .txt .top p:nth-child(2){
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
  }

  #main_contents .sec04 .txt .top p:nth-child(3){
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
	word-break:keep-all;
  }

  #main_contents .sec04 .txt .top .tel{
	
	font-size:24px;
	font-weight:600;
	color:#c17f18;
	margin:0 20px 20px 0;
	float:left;
  }
  #main_contents .sec04 .txt .top .arrow{
	float:left;
  }

  #main_contents .sec04 .txt .bottom{
	
  }

  #main_contents .sec04 .txt .bottom p:nth-child(1){
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin-bottom:5px;
  }
  #main_contents .sec04 .txt .bottom ul{
	
	margin-bottom:20px;
  }

  #main_contents .sec04 .txt .bottom ul li{
	overflow:hidden;
	font-size:12px;
	height:25px;
	line-height:25px;
  }

  #main_contents .sec04 .txt .bottom ul li span:nth-child(1){
	width:50px;
	float:left;
	text-align:justify;

  }

   #main_contents .sec04 .txt .bottom ul li span:nth-child(1):after{

	content: "";

	display: inline-block;

	width: 100%;

	}

   #main_contents .sec04 .txt .bottom ul li span:nth-child(2){
	float:left;
	width:calc(100% - 60px);
	box-sizing:border-box;
	padding-left:20px;
	word-spacing:2px;
  }

  #main_contents .sec04 .txt .bottom ul li:nth-child(-n+3) {
	font-size:14px;
	line-height:25px;	
	font-weight:500;
    color: #c17f18;
  }


  #main_contents .sec04 .txt .bottom div a{
	display:inline-block;
	font-size:14px;
	line-height:14px;
	margin-right:25px;
	margin-bottom:25px;
	transition:all 0.3s;
  }

  #main_contents .sec04 .txt .bottom div a:hover{
	
	color:#c17f18;
  }

  #main_contents .sec04 .txt .bottom div a img{
	display:inline-block;
	position:relative;
	left:0px;
	margin-left:5px;
	transition:all 0.3s;
  }

  #main_contents .sec04 .txt .bottom div a:hover img{
	left:5px;
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }





/* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01 .txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01_move .txt {
    animation: bottom_sec 1s forwards;
    animation-delay: 0.3s;
  }



  #main_contents .sec02 .clinic_head{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .clinic_box_wrap{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02_move .clinic_head {
    animation: left_sec 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec02_move .clinic_box_wrap {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }


  #main_contents .sec03 .doc_intro .img div:nth-child(1) span{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(2) span{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03_move  .doc_intro .img div:nth-child(1) span {
    animation: left_sec 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move  .doc_intro .img div:nth-child(2) span {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    animation: bottom_sec 1s forwards;
    animation-delay: 1s;
  }


  #main_contents .sec03_move .interior_intro .img{
	opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .interior_intro .txt div{
	opacity: 0;
    position: relative;
  }
  #main_contents .sec03_move .interior_intro .img{
	animation: bottom_sec 1s forwards;
    animation-delay: 2s;
  }

  #main_contents .sec03_move .interior_intro .txt div{
	animation: top_sec 1s forwards;
    animation-delay: 2s;
  }


  #main_contents .sec04 .txt{
	opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .map{
	opacity: 0;
  }

  #main_contents .sec04_move .txt{
	animation:bottom_sec 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec04_move .map{
	animation:top_sec 1s forwards;
    animation-delay: 1s;
  }

}

@media (max-width:767px) {
  #main_contents {
    width: 100%;
    position: relative;
    z-index: 1;
		padding-bottom: 80px;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  #main_contents .contents_box {
    position: relative;
    z-index: 1;
  }

  /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  #main_contents .contents_box .arrow {
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #c17f18;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  #main_contents .contents_box .arrow span {
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    background: #c17f18;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  #main_contents .contents_box .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;
  }

  #main_contents .contents_box .arrow:hover {
    background: #c17f18;
    color: #fff;
  }

  #main_contents .contents_box .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  #main_contents .contents_box .arrow:hover span:before {
    border-top: 2px solid #c17f18;
    border-left: 2px solid #c17f18;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    position: relative;
    min-height: 500px;
    padding: 60px 0 100px;
    box-sizing: border-box;
  }

  #main_contents .sec01 .txt {
    position: relative;
    z-index: 1;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  #main_contents .sec01 .txt p:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 40px;
  }

  #main_contents .sec01 .txt p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  #main_contents .sec01 .txt p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #c17f18;
  }

  #main_contents .sec01 .txt ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 5px 10px;
    border: 1px solid #c17f18;
    padding: 10px;
    display: inline-block;
  }

  #main_contents .sec01 .txt ul li span {
    color: #c17f18;
  }

  /* ¹°°áÈ¿°ú */
  #main_contents .sec01 .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    position: absolute;
    bottom: 0;
  }

  #main_contents .sec01 .wave_box .wave {
    opacity: .4;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #e7d5b7;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 45%;
    animation: drift 20000ms infinite linear;
  }

  #main_contents .sec01 .wave_box .wave.-two {
    animation: drift 30000ms infinite linear;
    background: #e7d5b7;
    left: 40%;
  }

  #main_contents .sec01 .wave_box .wave.-three {
    animation: drift 40000ms infinite linear;
    background: #e7d5b7;
    left: 60%;
  }

  #main_contents .sec01 .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(235, 220, 196, 1.0), rgba(255, 255, 255, 0.0));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

 
  
   /* sec02 */
  #main_contents .sec02 {
    padding: 60px 0 60px;
    position: relative;
  }

  #main_contents .sec02 .inner_box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }




  #main_contents .sec02 .clinic_box {
    position: relative
  }

  #main_contents .sec02 .clinic_head {
    width:90%;
	margin:0 auto;
	 position: relative;
	 margin-bottom:50px;
  }

  
   #main_contents .sec02 .clinic_head  .p01 {
    font-size: 26px;
	line-height:34px;
	font-weight:700;
    text-align: left;
    position: relative;
	display:inline-block;
    vertical-align: middle;
	padding-right:100px;
	word-break:keep-all;
	margin-bottom:30px;
  }


  
   #main_contents .sec02 .clinic_head  .arrow {
   
  }




  /*³×ºñ°ÔÀÌ¼Ç*/
  #main_contents .sec02 .clinic_head .clinic_box_navi {
   
    z-index: 2;
	  position:absolute;
	right:0px;
	top:0px;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi:before {
    display: block;
    content: "";
    background: #393939;
    width: 3px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    top: 50%;
    margin-top: -15px;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next {
    transform: rotate(135deg);
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .prev {
    transform: rotate(-45deg);
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next, #main_contents .sec02 .clinic_box_navi .prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #393939;
    border-left: 3px solid #393939;
    vertical-align: middle;
    cursor: pointer;
  }

  #main_contents .sec02 .clinic_head .clinic_box_navi .next:hover, #main_contents .sec02 .clinic_head .clinic_box_navi .prev:hover {
    border-top: 3px solid #c17f18;
    border-left: 3px solid #c17f18;
  }





  #main_contents .sec02 .clinic_box_wrap {
    overflow: hidden;
    width: 140%;
    left: -20%;
  }

  #main_contents .sec02 .clinic_box_wrap .swiper-wrapper {
    transition-timing-function: linear;
  }

  #main_contents .sec02 .swiper-slide .img {
 
    background: #fff;
    overflow: hidden;
	transition: all 0.3s; 
	width:100%;
	display:inline-block;
  }

 

  #main_contents .sec02 .swiper-slide .img img {
	width:100%;
    vertical-align: top;
	transition:0.3s;
  }

   #main_contents .sec02 .swiper-slide .img:hover {
		border-radius:30px 0 30px 0;
	  }

  #main_contents .sec02 .swiper-slide .img:hover img {
	transform:scale(1.1);
	transition:0.3s;
  }


  #main_contents .sec02 .swiper-slide p:nth-of-type(1){
    font-size:18px;
	font-weight:400;
	overflow:hidden;
	margin-bottom:15px;
  }
  #main_contents .sec02 .swiper-slide p:nth-of-type(1) span:nth-child(1){
   float:left;
  }
  #main_contents .sec02 .swiper-slide p:nth-of-type(1) span:nth-child(2){
   float:right;
  }

  #main_contents .sec02 .swiper-slide p:nth-of-type(2){
    font-size:14px;
	line-height:22px;
	overflow:hidden;
	padding:10px 10px 0px 20px;
  }




/* sec03 */
  #main_contents .sec03 {
    position: relative;
	padding:50px 0;
  }

  #main_contents .sec03 img {
    vertical-align:top;
  }

  #main_contents .sec03 .doc_intro {
	padding-top:0px;
    position: relative;
	margin:0 auto;
	margin-bottom:100px;
	width:90%;
  }

  #main_contents .sec03 .doc_intro .txt {
    position:absolute;
	left:0%;
	top:5%;
	z-index:3;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    
  }

  #main_contents .sec03 .doc_intro .txt > div > span{
    font-size:14px;
	line-height:22px;
  }
  #main_contents .sec03 .doc_intro .txt > div p{
    font-size:20px;
	line-height:30px;
	margin:2px 0 20px;
  }

  
  #main_contents .sec03 .doc_intro .img{
	padding-bottom:0px;
  }

  #main_contents .sec03 .doc_intro .img:after{
	content:"";
	display:block;
	clear:both;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(1) {
	width:55%;
	z-index:2;
	float:left;
    position: relative;
	left:15%;
	margin-top:42%;
	transform:scale(1.1);

  }

  
  #main_contents .sec03 .doc_intro .img div:nth-child(1) span {
    display:inline-block;
	border-radius:50%;
	overflow:hidden;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(2) {
	width:45%;
	float:right;
	z-index:1;
    position: relative;
  }


  #main_contents .sec03 .interior_intro {

    position: relative;
  }
  #main_contents .sec03 .interior_intro:after{
	content:"";
	display:block;
	clear:both;
   
  }

  #main_contents .sec03 .interior_intro .img{
    border-radius:0 0 50px;
	width:50%;
	height:350px;
	background:url(/img/sec03_img01.jpg) no-repeat 80% center;
	background-size:cover;
	float:left;
	 position:relative;
  }

   #main_contents .sec03 .interior_intro .img img{
     animation: spin 8s linear infinite;
	 position:absolute;
	 bottom:-20px;
	 right:-20px;
	 width:80px;
  }



  #main_contents .sec03 .interior_intro .txt{
	float:right;
	width:50%;
	box-sizing:border-box;
	padding:40px 10px 0 30px;

  }

  #main_contents .sec03 .interior_intro .txt > div >  span{
    font-size:18px;
	line-height:26px;
	word-break:keep-all;
  }
  #main_contents .sec03 .interior_intro .txt > div >  p{
    font-size:12px;
	line-height:18px;
	margin:10px 0 20px;
	word-break:keep-all;
  }
  #main_contents .sec03 .interior_intro .txt > div >  p br{
    display:none;
  }



   /*sec04*/
  #main_contents .sec04{
	width:90%;
	margin:0 auto;
	position:relative;
	padding:50px 0 0;
	text-align:right;
  }
  #main_contents .sec04 .map{
	width:100%;
	display:inline-block;
	height:350px;
	box-shadow:-15px 15px #f3ece0;
	border-radius:0 0 0 50px;
	overflow:hidden;
	position:relative;
  }




  #main_contents .sec04 .txt{
	
	box-sizing:border-box;
	padding:50px 0px 0 0px;
	text-align:left;
  }

  #main_contents .sec04 .txt .top{
	overflow:hidden;
	margin-bottom:40px;
  }

  #main_contents .sec04 .txt .top p:nth-child(1){
	font-size:20px;
	line-height:30px;
	font-weight:600;
	margin-bottom:10px;
  }

  #main_contents .sec04 .txt .top p:nth-child(2){
	font-size:14px;
	line-height:22px;
	margin-bottom:10px;
  }

  #main_contents .sec04 .txt .top p:nth-child(3){
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
	word-break:keep-all;
  }

  #main_contents .sec04 .txt .top .tel{
	
	font-size:24px;
	font-weight:600;
	color:#c17f18;
	margin:0 20px 20px 0;
	float:left;
  }
  #main_contents .sec04 .txt .top .arrow{
	float:right;
  }

  #main_contents .sec04 .txt .bottom{
	
  }

  #main_contents .sec04 .txt .bottom p:nth-child(1){
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin-bottom:5px;
  }
  #main_contents .sec04 .txt .bottom ul{
	
	margin-bottom:20px;
  }

  #main_contents .sec04 .txt .bottom ul li{
	overflow:hidden;
	font-size:14px;
	height:30px;
	line-height:30px;
  }

  #main_contents .sec04 .txt .bottom ul li span:nth-child(1){
	width:60px;
	float:left;
	text-align:justify;

  }

   #main_contents .sec04 .txt .bottom ul li span:nth-child(1):after{

	content: "";

	display: inline-block;

	width: 100%;

	}

   #main_contents .sec04 .txt .bottom ul li span:nth-child(2){
	float:left;
	width:calc(100% - 60px);
	box-sizing:border-box;
	padding-left:20px;
	word-spacing:2px;
  }


   #main_contents .sec04 .txt .bottom ul li:nth-child(-n+3) {
	font-size:16px;
	line-height:30px;	
	font-weight:500;
    color: #c17f18;
  }


  #main_contents .sec04 .txt .bottom div a{
	display:inline-block;
	font-size:14px;
	line-height:14px;
	margin-right:25px;
	margin-bottom:25px;
	transition:all 0.3s;
  }

  #main_contents .sec04 .txt .bottom div a:hover{
	
	color:#c17f18;
  }

  #main_contents .sec04 .txt .bottom div a img{
	display:inline-block;
	position:relative;
	left:0px;
	margin-left:5px;
	transition:all 0.3s;
  }

  #main_contents .sec04 .txt .bottom div a:hover img{
	left:5px;
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }



/* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01 .txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01_move .txt {
    animation: bottom_sec 1s forwards;
    animation-delay: 0.3s;
  }



  #main_contents .sec02 .clinic_head{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .clinic_box_wrap{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02_move .clinic_head {
    animation: left_sec 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec02_move .clinic_box_wrap {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }


  #main_contents .sec03 .doc_intro .img div:nth-child(1) span{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .img div:nth-child(2) span{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .doc_intro .txt > div{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03_move  .doc_intro .img div:nth-child(1) span {
    animation: left_sec 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move  .doc_intro .img div:nth-child(2) span {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move .doc_intro .txt > div{
    animation: bottom_sec 1s forwards;
    animation-delay: 1s;
  }


  #main_contents .sec03 .interior_intro .img{
	opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .interior_intro .txt div{
	opacity: 0;
    position: relative;
  }
  #main_contents .sec03_move .interior_intro .img{
	animation: bottom_sec 1s forwards;
    animation-delay: 2s;
  }

  #main_contents .sec03_move .interior_intro .txt div{
	animation: top_sec 1s forwards;
    animation-delay: 2s;
  }


  #main_contents .sec04 .txt{
	opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .map{
	opacity: 0;
  }

  #main_contents .sec04_move .txt{
	animation:bottom_sec 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec04_move .map{
	animation:top_sec 1s forwards;
    animation-delay: 1s;
  }
}

/* ÃÊ±âÈ­ */
.contents_box .swiper-button-prev, .mainslide .swiper-rtl .swiper-button-next {
  left: inherit;
  right: inherit;
}

.contents_box .swiper-button-prev:after, .mainslide .swiper-rtl .swiper-button-next:after {
  content: '';
}

.contents_box .swiper-button-next:after, .mainslide .swiper-button-prev:after {
  font-family: '';
  font-size: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-variant: inherit;
  line-height: inherit;
}

.contents_box .swiper-button-next, .mainslide .swiper-button-prev {
  position: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  margin-top: inherit;
  z-index: inherit;
  cursor: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  color: inherit;
}

.contents_box .swiper-pagination-fraction,
.contents_box .swiper-pagination-custom,
.contents_box .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
  left: inherit;
  width: inherit;
  position: inherit;
  text-align: inherit;
  transition: none;
  transform: inherit;
}