@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1500 ~ ÃÖ´ë */
  #main_contents {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  #main_contents .contents_box {
    position: relative;
    z-index: 1;
    margin-top: -100px;
  }

  /* °øÅë title */
	#main_contents .contents_box .title{
		text-align:center;
	}
	#main_contents .contents_box .title p:nth-child(1){
		color:#41a96a;
		margin-bottom:20px;
		font-size:18px;
		line-height:18px;
	}
	#main_contents .contents_box .title p:nth-child(2){
		font-size:46px;
		line-height:56px;
		margin-bottom:30px;
	font-family: 'Chosunilbo_myungjo';

	}
	#main_contents .contents_box .title p:nth-child(3){
		
		font-size:20px;
		line-height:20px;
	font-family: 'Chosunilbo_myungjo';
	}

/* °øÅë arrow */
	
 #main_contents .contents_box .arrow{
       
        position: absolute;
		display:inline-block;        
		font-size: 18px;
		padding-right:36px;
  font-family: "Pretendard-SemiBold";
        
}
  #main_contents .contents_box .arrow:before {
     content: "";
        position: absolute;
        border-top: 3px solid #232323;
        border-left: 3px solid #232323;
        top: 10px;
        width: 12px;
        height: 12px;
        right: -6px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-225deg);
}
 #main_contents .contents_box .arrow:after {
         content: "";
        position: absolute;
        background-color: #232323;
        top: 10px;
        right: 0px;
        width: 26px;
        height: 4px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
   
}

#main_contents .contents_box .arrow:hover:before {
	transition:all 0.3s;right: -11px; 
	border-top: 3px solid #41a96a;
        border-left: 3px solid #41a96a;
      
       
}
#main_contents .contents_box .arrow:hover:after {

	transition:all 0.3s;right: -5px;
	background-color: #41a96a;
  
 
}

#main_contents .contents_box .arrow:hover{
       
     	transition:all 0.3s;
		color:#41a96a;
        
}




	/* circle */

	.circle{
		position: absolute;
		left:50%;
		margin-left:-81px;
		z-index:1;
		top:-30px;
	}


	.circle img{
		 animation: spin 8s linear infinite;
	}




 
  .circle:before {
         content: "";
        position: absolute;
        border-top: 5px solid #232323;
        border-left: 5px solid #232323;
        top: 100px;
        width: 20px;
        height: 20px;
        left: 81px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
 .circle:after {
  content: "";
  position: absolute;
  background-color: #232323;
  top: 83px;
  left: 50%;
  margin-left:-2.5px;
  width: 5px;
  height: 55px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.circle:hover:before {
	transition:all 0.3s;
        top: 105px;
       
}
.circle:hover:after {

	transition:all 0.3s;
  top: 88px;
 
}





  /* ¹°°áÈ¿°ú */
  .waves {
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: -7px;
    /* Safari gap fix */
    min-height: 100px;
    max-height: 100px;
  }

  .waves .parallax>use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }

  .waves .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }

  .waves .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }

  .waves .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }

  .waves .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }



  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    max-width: 1500px;
    margin: 0px auto;
    padding-top: 100px;
    position: relative;
    box-sizing: border-box;
  }

  #main_contents .sec01 {}

  #main_contents .sec01 .info:after {
    content: "";
    display: block;
    clear: both;
  }

  #main_contents .sec01 .info li {
    float: left;
    font-size: 0px;
    position: relative;
  }

  #main_contents .sec01 .info li:nth-child(1) {
    width: 25%;
    box-sizing: border-box;
    padding-right: 80px;
  }

  #main_contents .sec01 .info li:nth-child(2) {
    width: 25%;
    box-sizing: border-box;
    padding-right: 80px;
  }

  #main_contents .sec01 .info li:nth-child(3) {
    width: 50%;
  }

  #main_contents .sec01 .info li p:nth-child(1) {
    font-size: 30px;
    padding-right: 40px;
    margin-bottom: 15px;
    font-family: "Pretendard-SemiBold";
  }


/* Ã¹¹øÂ° */
  #main_contents .sec01 .info li:nth-child(1) a {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
  }
  #main_contents .sec01 .info li:nth-child(1) > span {
    font-size: 18px;
    display: block;
  
  }




/* µÎ¹øÂ° */
  #main_contents .sec01 .info li:nth-child(2) p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
    display: block;
    margin-bottom: 5px;
  }
/* ¼¼¹øÂ° */

  #main_contents .sec01 .info li:nth-child(3) div {
    font-size: 0px;
  }

  #main_contents .sec01 .info li:nth-child(3) div span {
    display: inline-block;
    width: 50%; 
	font-size: 18px;
    line-height: 30px;
	margin-bottom:10px;
  }


   #main_contents .sec01 .info li:nth-child(3) div span em:nth-child(1) {
    display: inline-block;
    width: 120px; 
  }

  #main_contents .sec01 .info li:nth-child(3) p:nth-child(4) {
    font-size: 16px;
    margin-top: 10px;
    color: #41a96a;
  }
  #main_contents .sec01 .info li:nth-child(3) .arrow {
    right:100px;
	top:0px;
  }



  
  /* ¼½¼Ç2 */

  #main_contents .sec02 {
    max-width: 1500px;
    margin: 0px auto;
    padding: 160px 0 0px;
    position: relative;
    box-sizing: border-box;
  }

  #main_contents .sec02 > p:nth-child(1){
    font-size:40px;
	line-height:40px;
  font-family: 'Chosunilbo_myungjo';
  margin-bottom:30px;

  }

  	#main_contents .sec02 > .bg {
	   height: 450px;
	   overflow: hidden;
	   position: relative;
	   border-radius:10px;

  
	}

	#main_contents .sec02 > .bg > div {
	   position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
		 background: url(/img/sec02_bg.jpg) center no-repeat;
	   height:200%; /* ³ôÀÌ¸¦ ³ô°Ô ¼³Á¤ÇÏ¿© ½ºÅ©·Ñ È¿°ú ±Ø´ëÈ­ */
	   background-size: cover!important;
	   transition: transform 0.1s ease-out;
	z-index:1;
	}




  #main_contents .sec02 > .bg:before{
	position:absolute;
	width:100%;
	height:10px;
	background:#f4f0ec;
	content:"";
	display:block;
	bottom:10px;
	left:0px;
	z-index:11;
  }


    #main_contents .sec02 > .bg:after{
	position:absolute;
	width:100%;
	height:10px;
	background:#f4f0ec;
	content:"";
	display:block;
	bottom:30px;
	left:0px;
	z-index:11;
  }
  #main_contents .sec02 > p:nth-child(3){
		font-size:26px;
		line-height:42px;
		font-family: 'Chosunilbo_myungjo';
		margin-bottom:50px;
    text-align:right;
	padding:30px 50px 0 0; 
  }

  #main_contents .sec02 > p:nth-child(3) span{
	display:inline-block;
    text-align:left;

  }












/* sec03 */

	#main_contents .sec03 {
		width:1500px;
		margin:0 auto;
		font-size:0px;
		padding-top:200px;
		position: relative;
	}
	#main_contents .sec03 .title{
		
		text-align:left!important;
	}
	#main_contents .sec03 .content{
		
		padding-top:0px;
		position: relative;
	}

#main_contents .sec03 .arrow{
		
		right:100px;
		top:-30px;
	}


  #main_contents .sec03 .clinic_box {
    position: relative
  }

  

  #main_contents .sec03 .clinic_box_wrap {
    overflow: hidden;
    width: 100%;
	padding-top:70px;
  }

#main_contents .sec03 .clinic_box_wrap .swiper-pagination{

	position:absolute;
	right:0px;
	top:0px;
	width:100%;
}


#main_contents .sec03 .clinic_box_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background:#41a96a;
}


#main_contents .sec03 .clinic_box_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  
}


  #main_contents .sec03 .clinic_box_wrap .swiper-wrapper {
    transition-timing-function: linear;
  }

  #main_contents .sec03 .swiper-slide .img {
 
    background: #fff;
    overflow: hidden;
	transition: all 0.3s; 
	width:100%;
	display:inline-block;	
	border-radius:30px 0 30px 0;
  }

 

  #main_contents .sec03 .swiper-slide .img img {
	width:100%;
    vertical-align: top;
	transition:0.3s;
	filter: grayscale(100%);
  }

 
  #main_contents .sec03 .swiper-slide .img:hover img {
	transform:scale(1.1);
	transition:0.3s;
	filter: grayscale(0%);
  }

  #main_contents .sec03 .swiper-slide-active .img img{

	filter: grayscale(0%);
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(1){ 
	overflow:hidden;
	margin-bottom:20px;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(1) span:nth-child(1){
    float:left;
    font-size:26px;       
	position: relative;
    top: 10px;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(1) span:nth-child(2){
    float:right;
    font-size:32px;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(2){
    font-size:20px;
	line-height:30px;
	overflow:hidden;
	padding:30px 30px 0px 30px;
	word-break:keep-all;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(2) span{
    display:inline-block;
	margin:0 10px 10px 0;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(2) span:before{
    content:"#";
	display:inline-block;
	margin-right:5px;

  }




  /* sec04 */

	#main_contents .sec04 {
		width:1500px;
		margin:0 auto;
		font-size:0px;
		padding-top:300px;
		position: relative;
	}
	#main_contents .sec04 .title{
		float:right;
		width:50%;
		text-align:left!important;
		box-sizing:border-box;
		padding-left:50px;
		margin-bottom:100px;
	}
	#main_contents .sec04 .content{	
		padding-top:0px;
		position: relative;
	}



#main_contents .sec04 .arrow{	
		right:100px;
		top:175px;
	}

#main_contents .sec04 .content .img{	
		float:left;
		clear:both;
		position:relative;
		        margin-top: -350px;
		border-radius:30px;
		overflow:hidden;
	}


#main_contents .sec04 .content .img:hover img{	
		transform:scale(1.1);
		transition:1s;
	}

	

#main_contents .sec04 .content .clinic{	
		float:right;
		width:50%;
		clear:right;
		box-sizing:border-box;
		padding-left:50px;
	}

	#main_contents .sec04 .content .clinic .box{	
		float:right;
		width:50%;
		box-sizing:border-box;
		padding-right:20px;

		
	}


	#main_contents .sec04 .content .clinic .box p:nth-of-type(1){	
		font-size:30px;
		line-height:30px;
		margin-top:30px;
		margin-bottom:30px;
		 font-family: "Pretendard-SemiBold";
	}
	#main_contents .sec04 .content .clinic .box p:nth-of-type(2){	
		font-size:20px;
		line-height:26px;
		word-break:keep-all;
	}

	#main_contents .sec04 .content .clinic .box p:nth-of-type(2) a{	
		display:inline-block;
		margin:0 15px 15px 0;
		border:1px solid #333;
		padding:5px 10px;
		border-radius:15px;
	}
	#main_contents .sec04 .content .clinic .box p:nth-of-type(2) a:before{	
		content:"#";
		display:inline-block;
		margin-right:5px;
	}

/* sec05 */
	#main_contents .sec05{
		width:1500px;
		margin:0 auto;
		font-size:0px;
		padding-top:0px;
		padding-top:250px;
		position: relative;
	}
	#main_contents .sec05 .title{
		float:left;
		width:50%;
		text-align:left!important;
		box-sizing:border-box;
		padding:100px 0 0 50px;
	}
	#main_contents .sec05 .content{	
		float:right;
		width:50%;
	}


	#main_contents .sec05 .arrow{	
		left:50px;
		top:650px;
		
	}
	#main_contents .sec05 .view_box{

		position: relative;

	}




	#main_contents .sec05 .view_box .swiper-pagination{

		position:absolute;
		left:-265px;
		bottom:20px;
	}


	#main_contents .sec05 .view_box .swiper-pagination .swiper-pagination-bullet-active {
		background:#41a96a;
	}


	#main_contents .sec05 .view_box .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	  
	}


#main_contents .sec05 .view_box .swiper-slide{

	border-radius:30px;
	overflow:hidden;
}




}

@media (max-width:1199px) {
  #main_contents {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  #main_contents .contents_box {
    position: relative;
    z-index: 10;
    margin-top: -50px;
  }

 /* °øÅë title */
	#main_contents .contents_box .title{
		text-align:center;
	}
	#main_contents .contents_box .title p:nth-child(1){
		color:#41a96a;
		margin-bottom:10px;
		font-size:14px;
		line-height:14px;
	}
	#main_contents .contents_box .title p:nth-child(2){
		font-size:32px;
		line-height:42px;
		margin-bottom:15px;
	font-family: 'Chosunilbo_myungjo';
	word-break:keep-all;

	}
	#main_contents .contents_box .title p:nth-child(3){
		
		font-size:16px;
		line-height:16px;
	font-family: 'Chosunilbo_myungjo';
	}


/* °øÅë arrow */
	
 #main_contents .contents_box .arrow{
       
        position: absolute;
		display:inline-block;        
		font-size: 16px;
		padding-right:32px;
        
}
  #main_contents .contents_box .arrow:before {
     content: "";
        position: absolute;
        border-top: 3px solid #232323;
        border-left: 3px solid #232323;
        top: 10px;
        width: 10px;
        height: 10px;
        right: -6px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-225deg);
}
 #main_contents .contents_box .arrow:after {
         content: "";
        position: absolute;
        background-color: #232323;
        top: 10px;
        right: 0px;
        width: 22px;
        height: 3px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
   
}

#main_contents .contents_box .arrow:hover:before {
	transition:all 0.3s;right: -11px; 
	border-top: 3px solid #41a96a;
        border-left: 3px solid #41a96a;
      
       
}
#main_contents .contents_box .arrow:hover:after {

	transition:all 0.3s;right: -5px;
	background-color: #41a96a;
  
 
}

#main_contents .contents_box .arrow:hover{
       
     	transition:all 0.3s;
		color:#41a96a;
        
}


/* circle */
  
	.circle{
		position: absolute;
		right:10px;
		z-index:1;
		top:-30px;
	}


	.circle img{
		 animation: spin 8s linear infinite;
		 width:100px;
	}




 
  .circle:before {
         content: "";
        position: absolute;
        border-top: 3px solid #232323;
        border-left: 3px solid #232323;
        top: 60px;
        width: 15px;
        height: 15px;
        left: 50px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
 .circle:after {
  content: "";
  position: absolute;
  background-color: #232323;
  top: 54px;
  left: 50%;
  margin-left:-1.5px;
  width: 3px;
  height: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.circle:hover:before {
	transition:all 0.3s;
     top: 63px;
       
}
.circle:hover:after {

	transition:all 0.3s;
 top: 57px;
 
}


  /* ¹°°áÈ¿°ú */
  .waves {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: -7px;
    /* Safari gap fix */
    min-height: 50px;
    max-height:50px;
  }

  .waves .parallax>use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }

  .waves .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }

  .waves .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }

  .waves .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }

  .waves .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }




  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    width: 90%;
   
    margin: 0px auto;
    padding-top: 50px;
    position: relative;
    box-sizing: border-box;
  }

  #main_contents .sec01 {}

  #main_contents .sec01 .info:after {
    content: "";
    display: block;
    clear: both;
  }

  #main_contents .sec01 .info li {
    float: left;
    font-size: 0px;
  }

  #main_contents .sec01 .info li:nth-child(1) {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
  }

  #main_contents .sec01 .info li:nth-child(2) {
    width: 50%;
    box-sizing: border-box;
  }

  #main_contents .sec01 .info li:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
/* Ã¹¹øÂ° */
  #main_contents .sec01 .info li p:nth-child(1) {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "Pretendard-SemiBold";
  }

  #main_contents .sec01 .info li:nth-child(1) a {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
  }


   #main_contents .sec01 .info li:nth-child(1) > span {
    font-size: 14px;
    display: block;
  
  }

/* µÎ¹øÂ° */
  #main_contents .sec01 .info li:nth-child(2) p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    display: block;
    margin-bottom: 5px;
  }
/* ¼¼¹øÂ° */
  

  #main_contents .sec01 .info li:nth-child(3) div {
    font-size: 0px;
  }

  #main_contents .sec01 .info li:nth-child(3) div span {
    
	font-size: 14px;
    line-height: 22px;
	margin-bottom:5px;
	display:block;
  }


   #main_contents .sec01 .info li:nth-child(3) div span em:nth-child(1) {
    display: inline-block;
    width: 120px; 
  }

  #main_contents .sec01 .info li:nth-child(3) p:nth-child(4) {
    font-size: 14px;
    margin-top: 10px;
    color: #41a96a;
  }
  #main_contents .sec01 .info li:nth-child(3) .arrow {
    right:0px;
	bottom:-30px;
  }


  /* ¼½¼Ç2 */

  #main_contents .sec02 {
    width: 90%;
    margin: 0px auto;
	padding: 100px 0 0px;
    position: relative;
    box-sizing: border-box;
  }



  #main_contents .sec02 > p:nth-child(1){
    font-size:24px;
	line-height:32px;
  font-family: 'Chosunilbo_myungjo';
  margin-bottom:20px;
  word-break:keep-all;

  }





  	#main_contents .sec02 > .bg {
	   height: 200px;
	   overflow: hidden;
	   position: relative;
	   border-radius:10px;

  
	}

	#main_contents .sec02 > .bg > div {
	   position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
		 background: url(/img/sec02_bg.jpg) center no-repeat;
	   height:200%; /* ³ôÀÌ¸¦ ³ô°Ô ¼³Á¤ÇÏ¿© ½ºÅ©·Ñ È¿°ú ±Ø´ëÈ­ */
	   background-size: cover!important;
	   transition: transform 0.1s ease-out;
	z-index:1;
	}





  #main_contents .sec02 > .bg:before{
	position:absolute;
	width:100%;
	height:4px;
	background:#f4f0ec;
	content:"";
	display:block;
	bottom:4px;
	left:0px;
	z-index:2;
  }


  
    #main_contents .sec02 > .bg:after{
	position:absolute;
	width:100%;
	height:4px;
	background:#f4f0ec;
	content:"";
	display:block;
	bottom:12px;
	left:0px;
	z-index:2;
  }
  #main_contents .sec02 > p:nth-child(3){
		font-size:16px;
		line-height:24px;
		font-family: 'Chosunilbo_myungjo';
	
    text-align:right;
	padding:30px 30px 0 0; 
  }

  #main_contents .sec02 > p:nth-child(3) span{
	display:inline-block;
    text-align:left;
  word-break:keep-all;

  }







	

/* sec03 */

	#main_contents .sec03 {
		width:90%;
		margin:0 auto;
		font-size:0px;
		padding-top:100px;
		position: relative;
	}
	#main_contents .sec03 .title{
		
		text-align:left!important;
	}
	#main_contents .sec03 .content{
		
		padding-top:40px;
		position: relative;
	}

#main_contents .sec03 .arrow{
		
		right:0px;
		top:30px;
	}


  #main_contents .sec03 .clinic_box {
    position: relative
  }

  

  #main_contents .sec03 .clinic_box_wrap {
    overflow: hidden;
    width: 100%;
	padding-top:40px;
  }

#main_contents .sec03 .clinic_box_wrap .swiper-pagination{

	position:absolute;
	left:0px;
	top:0px;
}


#main_contents .sec03 .clinic_box_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background:#41a96a;
}


#main_contents .sec03 .clinic_box_wrap .swiper-pagination .swiper-pagination-bullet {
    width:8px;
    height: 8px;
  
}

#main_contents  .sec03 .clinic_box_wrap .swiper-pagination .swiper-pagination-bullet{
    margin: 0 3px;
}


  #main_contents .sec03 .clinic_box_wrap .swiper-wrapper {
    transition-timing-function: linear;
  }

  #main_contents .sec03 .swiper-slide .img {
 
    background: #fff;
    overflow: hidden;
	transition: all 0.3s; 
	width:100%;
	display:inline-block;	
	border-radius:10px 0 10px 0;
  }

 

  #main_contents .sec03 .swiper-slide .img img {
	width:100%;
    vertical-align: top;
	transition:0.3s;
	filter: grayscale(100%);
  }

 
  #main_contents .sec03 .swiper-slide .img:hover img {
	transform:scale(1.1);
	transition:0.3s;
	filter: grayscale(0%);
  }
	
	 #main_contents .sec03 .swiper-slide-active .img img{

	filter: grayscale(0%);
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(1){ 
	overflow:hidden;
	margin-bottom:10px;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(1) span:nth-child(1){
    float:left;
    font-size:18px;       
	position: relative;
    top: 3px;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(1) span:nth-child(2){
    float:right;
    font-size:22px;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(2){
    font-size:14px;
	line-height:22px;
	overflow:hidden;
	padding:20px 20px 0px 20px;
	word-break:keep-all;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(2) span{
    display:inline-block;
	margin:0 5px 5px 0;
  }

  #main_contents .sec03 .swiper-slide p:nth-of-type(2) span:before{
    content:"#";
	display:inline-block;
	margin-right:5px;

  }




  
  /* sec04 */

	#main_contents .sec04 {
		width:90%;
		margin:0 auto;
		margin-top:100px;
		font-size:0px;
		padding:40px 0px;
		position: relative;
		background:url(/img/sec04_img.jpg) no-repeat center;
		background-size:cover;
		border-radius:20px;
		box-sizing:border-box;
		overflow:hidden;
	}


	#main_contents .sec04:before {
		content:"";
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		left:0px;
		top:0px;
		background:rgba(0,0,0,0.6);
	}
	#main_contents .sec04 .title{
		
		
		padding:30px 30px;
		text-align:left!important;
		padding-right:30px;
		
		box-sizing:border-box;
		
		margin-bottom:50px;
		color:#fff;
	}

	#main_contents .sec04 .title p:nth-child(1) {
		
		color:#fff;
	}

	#main_contents .sec04 .title p:nth-child(2)  br{
		
		display:none;
	}

	#main_contents .sec04 .content{	
		padding-top:0px;
		position: relative;
	}



	#main_contents .sec04 .arrow{	
		left:30px;
		top:-60px;
		color:#fff;

	}

	#main_contents .sec04 .arrow:before {

        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
      
    }

	#main_contents .sec04 .arrow:after {

        background-color: #fff;
       
    }


	#main_contents .sec04 .content .img{	

		display:none;
	}



	

	#main_contents .sec04 .content .clinic{	
		
	}

	#main_contents .sec04 .content .clinic .box{	
		float:right;
		width:50%;
		box-sizing:border-box;
		padding:0 20px;
		color:#fff;

		
	}
	
	#main_contents .sec04 .content .clinic .box img{	
		
		width:100px;
	}

	#main_contents .sec04 .content .clinic .box p:nth-of-type(1){	
		font-size:22px;
		line-height:22px;
		word-break:keep-all;
		margin-top:20px;
		margin-bottom:20px;
		 font-family: "Pretendard-SemiBold";
	}
	#main_contents .sec04 .content .clinic .box p:nth-of-type(2){	
		font-size:14px;
		line-height:20px;
		word-break:keep-all;
	}

#main_contents .sec04 .content .clinic .box p:nth-of-type(2) a{	
		display:inline-block;
		margin:0 10px 10px 0;
		border:1px solid #fff;
		padding:5px 10px;
		border-radius:10px;
		color:#fff;
	}


	#main_contents .sec04 .content .clinic .box p:nth-of-type(2) a:before{	
		content:"#";
		display:inline-block;
		margin-right:5px;
	}




	/* sec05 */
	#main_contents .sec05{
		width:90%;
		margin:0 auto;
		font-size:0px;
		padding-top:0px;
		padding-top:100px;
		position: relative;
	}
	#main_contents .sec05 .title{
		
		text-align:left!important;
		box-sizing:border-box;
	}
	#main_contents .sec05 .content{	
		float:right;
		width:85%;
		max-width:500px;
		padding-top:80px;
	}


	#main_contents .sec05 .arrow{	
		right:0px;
		top:270px;
		
	}
	#main_contents .sec05 .view_box{

		position: relative;

	}




	#main_contents .sec05 .view_box .swiper-pagination{

		position:absolute;
		left:-30px;
		bottom:-30px;
	}




#main_contents .sec05 .view_box  .swiper-pagination .swiper-pagination-bullet-active {
    background:#41a96a;
}


#main_contents .sec05 .view_box  .swiper-pagination .swiper-pagination-bullet {
    width:8px;
    height: 8px;
  
}

#main_contents .sec05 .view_box  .swiper-pagination .swiper-pagination-bullet{
    margin: 0 3px;
}







#main_contents .sec05 .view_box .swiper-slide{

	border-radius:20px;
	overflow:hidden;
}



}










