@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;
  }

  /* °øÅë title */
	#main_contents .contents_box .title{
	
		margin-bottom:120px;
	}
	#main_contents .contents_box .title p:nth-child(1){
		text-align:center;
		font-size:70px;
		font-family: 'KHNPHD';
	
	}
	#main_contents .contents_box .title p:nth-child(2){
		font-size:20px;
		line-height:20px;
		float:right;
		margin-top:-30px;
  font-family: 'KHNPHD';
	}

	#main_contents .contents_box .title p:nth-child(3){	
		float:left;
		margin-top:-65px;
		width:50px;
	}
	


/* °øÅë 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 #0095da;
        border-left: 3px solid #0095da;
      
       
}
#main_contents .contents_box .arrow:hover:after {

	transition:all 0.3s;right: -5px;
	background-color: #0095da;
  
 
}

#main_contents .contents_box .arrow:hover{
       
     	transition:all 0.3s;
		color:#0095da;
        
}







  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    max-width: 1600px;
    margin: 0px auto;
    padding-top: 160px;
    position: relative;
    box-sizing: border-box;
  }



 #main_contents .sec01 .docbox {
    
  }

   #main_contents .sec01 .doc01  {
    margin-bottom:130px;
  }

  #main_contents .sec01 .doc_list .img  {
    width:642px;
	height:588px;
	border-radius:20px;
	overflow:hidden;
  }
 
  #main_contents .sec01 .doc01 .img  {
    background:url(/img/doc01.jpg) no-repeat center;
	float:left;
  }

  #main_contents .sec01 .doc02 .img  {
    background:url(/img/doc02.jpg) no-repeat center;
	float:right;
  }


   #main_contents .sec01 .doc_list .txt  {
   width:calc(100% - 642px);
   box-sizing:border-box;
   
  }

   #main_contents .sec01 .doc01 .txt  {
   float:right;
   padding: 30px 0px 0 100px;
  }

  #main_contents .sec01 .doc02 .txt  {
   float:left;
   padding: 30px 100px 0 0px;
  }


   #main_contents .sec01 .doc_list .txt .name  {
   
  font-family: 'KHNPHD';
  font-size:50px;
  margin-bottom:50px;
   
  }

   #main_contents .sec01 .doc_list .txt .name span {
   
 
	  font-size:24px;
	  display:inline-block;
	  margin-left:15px;
   
  }

  #main_contents .sec01 .doc_list .txt .pr:nth-of-type(2) {
	  
	margin-bottom:50px;
  }

   #main_contents .sec01 .doc_list .txt .pr:nth-of-type(3) {
	  float:left;
	  width:50%;
  }

   #main_contents .sec01 .doc_list .txt .pr:nth-of-type(4) {
	  float:left;
	  width:50%;
  }

  
   #main_contents .sec01 .doc_list .txt .pr > p:nth-child(1) {
    font-family: 'KHNPHD';
	font-size:26px;
	margin-bottom:20px;
	color:#005399;
  }


	 #main_contents .sec01 .doc_list .txt .pr:nth-of-type(2) p:nth-child(2){ 
		font-size:26px;
	  }


#main_contents .sec01 .doc_list .txt .pr ul li{ 
		font-size:16px;
		margin-bottom:14px;
	  }


	   #main_contents .sec01 .doc_list .txt .pr p:nth-child(3){ 
		background:#efefef;
		padding:10px 20px;
		font-size:18px;
		line-height:34px;
		margin-top:40px;
		width:80%;
	  }

	

  #main_contents .sec01 .doc01 .sc { 
		float:left;
		clear:left;
		margin-top:40px;
	  }
  #main_contents .sec01 .doc02 .sc { 
		float:right;
		clear:right;
		margin-top:40px;
	  }

	  
	  
  #main_contents .sec01 .doc_list .sc > p { 
		 font-family: 'KHNPHD';
	font-size:26px;
	margin-bottom:20px;color:#005399;
	  }

	  #main_contents .sec01 .doc_list .sc table { 
		border:2px solid #232323;
		border-radius:20px;
		padding:15px;
		width: 642px;
		box-sizing:border-box;
	  }

	  #main_contents .sec01 .doc_list .sc table th { 
		font-weight:800;
		font-size:18px;
		padding:10px;
	  }

	  #main_contents .sec01 .doc_list .sc table td { 
		width:14%;
		padding:10px;
		text-align:center;
		font-size:16px;
		box-sizing:border-box;
	  }

	   #main_contents .sec01 .doc_list .sc table td:nth-child(1){ 
		width:16%;font-weight:800;
		font-size:18px;
	  }








  
  /* ¼½¼Ç2 */
  #main_contents .sec02 {
    max-width: 1720px;
    margin: 0px auto;
    margin-top: 160px;
	border:2px solid #232323;
	border-radius:30px;
    position: relative;
    box-sizing: border-box;
	padding:100px 0;
	z-index:1;
	background:#fff;
  }


  #main_contents .sec02 .title {
    width:1600px;
	margin:0 auto;
	margin-bottom:120px;
  }



  #main_contents .sec02 .Departments {
    width:1600px;
	margin:0 auto;
	font-size:0px;
  }


  #main_contents .sec02 .small_info{
	text-align:center;
	font-size:24px;
	margin-bottom:60px;
  }

  #main_contents .sec02 .Departments .box {
    display:inline-block;
	width:475px;
	margin-right:calc((100% - (475px * 3))/2);
	font-size:16px;
	vertical-align:top;
  }

   #main_contents .sec02 .Departments .box:nth-child(3) {
	margin-right:0;
  }


   #main_contents .sec02 .Departments .box .img_box{
    width:475px;
	height:475px;
	border-radius:30px;
	overflow:hidden;
  }

  #main_contents .sec02 .Departments .box:nth-child(1) .img{
    width:475px;
	height:475px;
	background:url('/img/Departments (1).jpg') no-repeat center;
  }

  #main_contents .sec02 .Departments .box:nth-child(2) .img{
    width:475px;
	height:475px;
	background:url('/img/Departments (2).jpg') no-repeat center;
  }

  #main_contents .sec02 .Departments .box:nth-child(3) .img{
    width:475px;
	height:475px;
	background:url('/img/Departments (3).jpg') no-repeat center;
  }

   #main_contents .sec02 .Departments .box .img_box .img:hover{
	transform:scale(1.1);
	transition:all 0.3s;
  }

   #main_contents .sec02 .Departments .box .txt{
    padding:50px 20px 0px 20px  
  }

   #main_contents .sec02 .Departments .box .txt > p{
    
	  font-family: 'KHNPHD';
	  font-size:50px;
	  margin-bottom:50px;
  }

  #main_contents .sec02 .Departments .box .txt > p > a{
    
	  color:#005399;
  }


  #main_contents .sec02 .Departments .box .txt ul > li{
	display:inline-block;
	margin:0 15px 15px 0; 
	font-size:22px;
	padding:15px;
	background:#eee;
	border-radius:10px;
	font-family: "Pretendard-SemiBold";

  }

  #main_contents .sec02 .Departments .box .txt ul > li:hover{
   transform:scale(1.1);
	transition:all 0.3s;
  }












  /* sec04 */

	#main_contents .sec04 {
		
		margin-top:-150px;
        padding: 200px 0 0px;
		position: relative;
		overflow:hidden;
		background:#005399;

	}


	
	#main_contents .sec04 .wrap {
		
		margin:0 auto;
		padding-bottom:100px;
		font-size:0px;
        padding: 100px 0 150px;
		position: relative;
		overflow:hidden;

	}

	#main_contents .sec04 .title{
		width:1600px;
		color:#fff;
		margin:0 auto;margin-bottom: 120px;
	}
	#main_contents .contents_box  .sec04 .title p:nth-child(2) {
        
        color: #fff;
    }
	
	#main_contents .sec04 .view-box{
		width:100%;
		position: relative;
		left:0%;
		
	}


	#main_contents .sec04 .view-box .control-wrap {
    position: absolute;
	width:1600px;
	left:50%;
	margin-left:-800px;
    z-index: 20;
    box-sizing: border-box;
	z-index:1;
	text-align:center;

  }
	#main_contents .sec04 .view-box .control-wrap .swiper-view-prev, #main_contents .sec04 .view-box .control-wrap  .swiper-view-next{
        display: inline-block;
        cursor: pointer;
        margin: 0 2px;
        background: rgba(0, 0, 0, 0.5);
        padding: 30px;
        border-radius: 50%;
        float: left;
        top: -240px;
        position: relative;
  }


#main_contents .sec04 .view-box .control-wrap .swiper-view-prev{
     
        float: left;
  }

#main_contents .sec04 .view-box .control-wrap  .swiper-view-next{
     
        float: right;
  }

	#main_contents .sec04 .view-box .arrow-left {
		transform: rotate(-45deg);
		left:5px;
		position:relative;
	}

	#main_contents .sec04 .view-box .arrow-right{
		transform: rotate(135deg);
		right:5px;
		position:relative;
	}

	#main_contents .sec04 .view-box .arrow-right, .view-box .arrow-left {
		display: inline-block;
		width: 25px;
		height: 25px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
	}

	#main_contents .sec04 .view-box .arrow-right:hover, .view-box .arrow-left:hover {
	
		border-top: 3px solid #0095da;
		border-left: 3px solid #0095da;
	}




	#main_contents .sec04 .view-box .view-main-swiper{
		height:550px;
		width:140%;
		position: relative;
		left:-20%;
	}
	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide {
	  height: 550px;
	  background: #ccc;
	  border-radius: 30px;
	  transform: scale(0.9);
	  transition: transform 0.3s ease; 
	}

	
	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide-active {
	  transform: scale(1.0);
	}


	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide:before {
	  height: 100%;
	  content:'';
	  width:100%;
	  background: rgba(0,0,0,0.5);
	  position:absolute;
	  left:0px;
	  top:0px; 
	  transition: opacity 0.3s ease; 
	  border-radius:30px;
	}

	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide-active:before {
	 
	  opacity:0;
	}

		
	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide > div {
	  width:100%;
	  height:100%;
	  border-radius:30px;
	}
	
	



	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide > div p {
	  font-size:26px;
	  position:absolute;
	  width:100%;
	  bottom:-60px;
	  text-align:center;
	  color:#fff;
	}





/* sec05 */
	#main_contents .sec05{
		
	
		margin-top:60px;
		
        padding: 100px 0 0px;
		position: relative;
	}


	#main_contents .sec05 .title{
		width:1600px;
		margin:0 auto;margin-bottom: 120px;
	}

	#main_contents .sec05 .content .time_tel{
		font-size:0px;
		width:1600px;
		margin:0 auto 100px;
	}

	#main_contents .sec05 .time{
		display:inline-block;
		width:65%;
		vertical-align:top;
	}

	#main_contents .sec05 .content .p1{
		font-size:40px;
		line-height:50px;
		font-family: 'KHNPHD';
		color:#005399;
	}
	
	#main_contents .sec05 .content .time .p1{
		        margin-bottom: 30px;
	}
	#main_contents .sec05 .content .time .box{
		
	}
	#main_contents .sec05 .content .time .box table{
		
		width:100%;
	}
	#main_contents .sec05 .content .time .box table td{
		font-size:24px;
		line-height:24px;
		text-align:center;
		padding:10px;
		position:relative;
	}
	#main_contents .sec05 .content .time .box table td p{
		
		padding:20px;
		border-radius:10px;
		border:2px solid #232323;
	}
	
	#main_contents .sec05 .content .time .box table td:nth-child(1){
		width:25%;
	}
	#main_contents .sec05 .content .time .box table td:nth-child(2){
		width:40%;
	}
	#main_contents .sec05 .content .time .box table td:nth-child(3){
		width:35%;
		text-align:left;
	}

	#main_contents .sec05 .content .time .box > p{
		margin-top:20px;
		font-size:24px;
		padding-left:10px;
	}

	#main_contents .sec05 .content .tel{
		
		display:inline-block;
		width:35%;
		vertical-align:top;
		box-sizing:border-box;
	}

	#main_contents .sec05 .content .tel .wrap{
	
	}

	#main_contents .sec05 .content .tel .p1{
		        margin-bottom: 30px;
	}
	#main_contents .sec05 .content .tel .box{
		background: #e7e7e7;
        padding: 30px;
	}

	#main_contents .sec05 .content .tel .box a{
		
		  font-family: 'KHNPHD';
		  font-size:50px;
	}

	#main_contents .sec05 .content .address{}
	#main_contents .sec05 .content .address > .wrap{
		width:1600px;
		margin:0 auto;
		margin-bottom:100px;
	}
	#main_contents .sec05 .content .address >  .wrap .p1{
		margin-bottom:30px;
	}
	#main_contents .sec05 .content .address >  .wrap .box{
		font-size:0px;
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1){
		display:inline-block;
		width:40%;
		vertical-align:top;
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2){
		display:inline-block;
		width:60%;
		box-sizing:border-box;
		padding-left:200px;
		vertical-align:top;
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > p:nth-child(1){
		font-size:26px;
		padding:20px;
		background:#cfe9fe;
		border-radius:10px;
		margin-bottom:40px;
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a{
	  border: 2px solid #232323;
	  background: #fff;
	  display: inline-block;
	  
	  margin-right: 30px;
	  font-size: 20px;
	  line-height: 20px;
	  vertical-align: middle;
	  box-sizing: border-box;
	  text-align: center;
	  padding: 15px 30px;
	  transition: all 0.3s;
		border-radius:10px;
	  left:0px

	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a img{
	  vertical-align: middle;
	  padding-right: 10px;
	  transition:0.3s;
	  position:relative;
	
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a:hover{
	  border: 2px solid #0094da;
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a:hover img{
	
	  transform:scale(1.2);
	}
	

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > p:nth-child(1){
		float:left;
		width:30%;
		font-size:28px;
  font-family: 'KHNPHD';
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div{
		float:left;
		width:70%;
		font-size:20px;
		line-height:30px;
		word-break:keep-all;
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a{
	  border: 2px solid #232323;
	  background: #fff;
	  display: inline-block;
	  
	 
	  font-size: 20px;
	  line-height: 20px;
	  vertical-align: middle;
	  box-sizing: border-box;
	  text-align: center;
	  padding: 15px 30px;
	  transition: all 0.3s;
		border-radius:10px;
		margin-top:40px;

	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a img{
		  position:relative;
		  top:-2px;
		  vertical-align:middle;
	  padding-right: 15px;
	  height:30px;
	  left:0px;
	  transition:0.3s;
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a:hover{
	  
	  border: 2px solid #0094da;
	  

	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a:hover img{
	  
	 position:relative;
	 left:-10px;
	  

	}

	#main_contents .sec05 .content .address > .map{
	  
	 height:550px;

	}




}

@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;
  }

/* °øÅë title */
	#main_contents .contents_box .title{
	
		margin-bottom:50px;
		position:relative;
		padding-top:45px;
	}
	#main_contents .contents_box .title p:nth-child(1){
		text-align:left;
		font-size:38px;
		line-height:48px;
		font-family: 'KHNPHD';
	
	}
	#main_contents .contents_box .title p:nth-child(2){
		font-size:12px;
		line-height:12px;
		position:absolute;
		right:0px;
		top:10px;
  font-family: 'KHNPHD';
	}

	#main_contents .contents_box .title p:nth-child(3){
		width:25px;
		position:absolute;
		left:0px;
		top:0px;


	}

/* °øÅë 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 #0095da;
        border-left: 3px solid #0095da;
      
       
}
#main_contents .contents_box .arrow:hover:after {

	transition:all 0.3s;right: -5px;
	background-color: #0095da;
  
 
}

#main_contents .contents_box .arrow:hover{
       
     	transition:all 0.3s;
		color:#0095da;
        
}




  
  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    width: 90%;
    margin: 0px auto;
    padding-top:50px;
    position: relative;
    box-sizing: border-box;
  }



 #main_contents .sec01 .docbox {
    font-size:0px;
  }

   #main_contents .sec01 .doc01  {
    margin-bottom:80px;
  }

  #main_contents .sec01 .doc_list .img  {
    width:230px;
	height:230px;
	border-radius:10px;
	overflow:hidden;
  }
  #main_contents .sec01 .doc_list  {
    text-align:left;
  }

 
  #main_contents .sec01 .doc01 .img  {
    background:url(/img/doc01.jpg) no-repeat center;
	background-size:cover;
	display:inline-block;
  }

  #main_contents .sec01 .doc02 .img  {
    background:url(/img/doc02.jpg) no-repeat center;
	background-size:cover;
	display:inline-block;
  }


   #main_contents .sec01 .doc_list .txt  {
 margin-top: -70px;
   box-sizing:border-box;
   position:relative;
   padding: 30px 0px 0 0px;
   
  }


   #main_contents .sec01 .doc_list .txt .name  {
   
  font-family: 'KHNPHD';
  font-size:34px;
  margin-bottom:20px;
 text-align:right;
   
  }

   #main_contents .sec01 .doc_list .txt .name span {
   
 
	  font-size:16px;
	  display:block;
	  margin-top:10px;
	  
   
  }

  #main_contents .sec01 .doc_list .txt .pr:nth-of-type(2) {
	  
	margin-bottom:30px;
  }

   #main_contents .sec01 .doc_list .txt .pr:nth-of-type(3) {
	  float:left;
	  width:50%;
	  box-sizing:border-box;
	  padding-right:10px;
  }

   #main_contents .sec01 .doc_list .txt .pr:nth-of-type(4) {
	  float:left;
	  width:50%;
	  box-sizing:border-box;
	  padding-left:10px;
  }

  
   #main_contents .sec01 .doc_list .txt .pr > p:nth-child(1) {
    font-family: 'KHNPHD';
	font-size:20px;
	margin-bottom:10px;
	color:#005399;
  }


	 #main_contents .sec01 .doc_list .txt .pr:nth-of-type(2) p:nth-child(2){ 
		font-size:18px;
	  }


#main_contents .sec01 .doc_list .txt .pr ul li{ 
		font-size:13px;
		margin-bottom:10px;
		word-break:keep-all;
	  }

	  #main_contents .sec01 .doc_list .txt .pr p:nth-child(3){ 
		background:#efefef;
		padding:10px 10px;
		font-size:12px;
		line-height:24px;
		margin-top:20px;
	  }

  #main_contents .sec01 .doc01 .sc { 
		
		margin-top:20px;
	  }
  #main_contents .sec01 .doc02 .sc { 
	
		margin-top:40px;
 text-align:left;
	  }

	  
	  
  #main_contents .sec01 .doc_list .sc > p { 
		 font-family: 'KHNPHD';
	font-size:20px;
	margin-bottom:10px;
	color:#005399;
	  }

	  #main_contents .sec01 .doc_list .sc table { 
		border:2px solid #232323;
		border-radius:10px;
		padding:5px 5px;
		width: 100%;
		box-sizing:border-box;
	  }

	  #main_contents .sec01 .doc_list .sc table th { 
		font-weight:800;
		font-size:14px;
		padding:5px;
		text-align:center;
	  }

	  #main_contents .sec01 .doc_list .sc table td { 
		width:14%;
		padding:5px;
		text-align:center;
		font-size:14px;
		box-sizing:border-box;
	  }

	   #main_contents .sec01 .doc_list .sc table td:nth-child(1){ 
		width:16%;font-weight:800;
		font-size:14px;
	  }

 
  /* ¼½¼Ç2 */
  #main_contents .sec02 {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px;
	border:2px solid #232323;
	border-radius:20px;
    position: relative;
    box-sizing: border-box;
	padding:30px 5%;
		background:#fff;
		z-index:2;
  }





  #main_contents .sec02 .Departments {
 
	font-size:0px;
  }


  #main_contents .sec02 .small_info{
	text-align:center;
	font-size:14px;
	margin-bottom:30px;
  }

  #main_contents .sec02 .Departments .box {
    display:inline-block;
	width:100%;
	margin-bottom:30px;
	font-size:16px;
	vertical-align:top;
  }

   #main_contents .sec02 .Departments .box:nth-child(3) {
	margin-bottom:0;
  }


   #main_contents .sec02 .Departments .box .img_box{
    width:100%;
	height:150px;
	border-radius:10px;
	overflow:hidden;
  }

  #main_contents .sec02 .Departments .box:nth-child(1) .img{
    width:100%;
	height:100%;
	background:url('/img/Departments (1).jpg') no-repeat center;
	background-size:cover;
  }

  #main_contents .sec02 .Departments .box:nth-child(2) .img{
 width:100%;
	height:100%;
	background:url('/img/Departments (2).jpg') no-repeat center;
	background-size:cover;
  }

  #main_contents .sec02 .Departments .box:nth-child(3) .img{
    width:100%;
	height:100%;
	background:url('/img/Departments (3).jpg') no-repeat center;
	background-size:cover;
  }

   #main_contents .sec02 .Departments .box .img_box .img:hover{
	transform:scale(1.1);
	transition:all 0.3s;
  }

   #main_contents .sec02 .Departments .box .txt{
    padding:30px 10px 0px 10px  
  }

   #main_contents .sec02 .Departments .box .txt > p{
    
	  font-family: 'KHNPHD';
	  font-size:30px;
	  margin-bottom:15px;
  }
  #main_contents .sec02 .Departments .box .txt > p > a{
    
	  color:#005399;
  }


  #main_contents .sec02 .Departments .box .txt ul > li{
	display:inline-block;
	margin:0 10px 10px 0; 
	font-size:18px;
	padding:10px;
	background:#eee;
	border-radius:10px;
	font-family: "Pretendard-SemiBold";

  }

  #main_contents .sec02 .Departments .box .txt ul > li:hover{
   transform:scale(1.1);
	transition:all 0.3s;
  }


	




  /* sec04 */



	#main_contents .sec04 {
		
		margin-top:-100px;
        padding: 100px 0 0px;
		position: relative;
		overflow:hidden;
		background:#005399;
		z-index:1;

	}


	
	#main_contents .sec04 .wrap {
		
		margin:0 auto;
		font-size:0px;
        padding: 50px 0 130px;
		position: relative;
		overflow:hidden;

	}




	
	#main_contents .sec04 .title{
		width:90%;
		color:#fff;
		margin:0 auto;
		margin-bottom: 50px;
	}
	#main_contents .contents_box  .sec04 .title p:nth-child(2) {
        
        color: #fff;
    }
	
	#main_contents .sec04 .view-box{
		width:100%;
		position: relative;
		left:0%;
		
	}


	#main_contents .sec04 .view-box .control-wrap {
    position: absolute;
	width:95%;
	left:2.5%;
    z-index: 20;
    box-sizing: border-box;
	z-index:1;
	text-align:right;

  }
		#main_contents .sec04 .view-box .control-wrap .swiper-view-prev, #main_contents .sec04 .view-box .control-wrap  .swiper-view-next{
        display: inline-block;
        cursor: pointer;
        margin: 0 2px;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 50%;
        float: left;
        top: -100px;
        position: relative;
  }


#main_contents .sec04 .view-box .control-wrap .swiper-view-prev{
     
        float: left;
  }

#main_contents .sec04 .view-box .control-wrap  .swiper-view-next{
     
        float: right;
  }

	#main_contents .sec04 .view-box .arrow-left {
		transform: rotate(-45deg);
		left:5px;
		position:relative;
	}

	#main_contents .sec04 .view-box .arrow-right{
		transform: rotate(135deg);
		right:5px;
		position:relative;
	}

	#main_contents .sec04 .view-box .arrow-right, .view-box .arrow-left {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
	}

	#main_contents .sec04 .view-box .arrow-right:hover, .view-box .arrow-left:hover {
	
		border-top: 3px solid #0095da;
		border-left: 3px solid #0095da;
	}




	#main_contents .sec04 .view-box .view-main-swiper{
		height:250px;
		width:230%;
		position: relative;
		left:-65%;
	}
	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide {
	  height: 100%;
	  background: #ccc;
	  border-radius: 10px;
	  transform: scale(0.9);
	  transition: transform 0.3s ease; 
	}

	
	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide-active {
	  transform: scale(1.0);
	}


	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide:before {
	  height: 100%;
	  content:'';
	  width:100%;
	  background: rgba(0,0,0,0.5);
	  position:absolute;
	  left:0px;
	  top:0px; 
	  border-radius:10px;
	  transition: opacity 0.3s ease; 
	}

	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide-active:before {
	 
	  opacity:0;
	}

		
	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide > div {
	  width:100%;
	  height:100%;
	  border-radius:10px;
	  background-size:cover!important;
	}
	


	#main_contents .sec04 .view-box .view-main-swiper .swiper-slide > div p {
	  font-size:20px;
	  position:absolute;
	  width:100%;
	  bottom:-60px;
	  text-align:center;
	  color:#fff;
	}



	/* sec05 */
	#main_contents .sec05{
		
		margin-top:30px;
		
        padding: 50px 0 0px;
		position: relative;
	}


	#main_contents .sec05 .title{
		
		width:90%;
		margin:0 auto;
		margin-bottom: 50px;
	}

	#main_contents .sec05 .content{
		
	}

	#main_contents .sec05 .time{
		width:90%;
		margin:0 auto;
		margin-bottom:50px;
	}

	#main_contents .sec05 .content .p1{
		font-size:24px;
		line-height:32px;
		font-family: 'KHNPHD';
		color:#005399;
		word-break:keep-all;
	}
	
	#main_contents .sec05 .content .time .p1{
		
		margin-bottom:10px;
	}
	#main_contents .sec05 .content .time .box{
		
	}
	#main_contents .sec05 .content .time .box table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#main_contents .sec05 .content .time .box table td {
	text-align: center;
	padding:3px 3px;
	vertical-align: middle;
}

#main_contents .sec05 .content .time .box table td p {
	margin: 0;
	padding: 10px 8px;
	border: 2px solid #232323;
	border-radius: 10px;

	display: flex;
	align-items: center;
	justify-content: center;

	box-sizing: border-box;
	min-height: 60px; /* ÇÊ¿ä½Ã ³ôÀÌ Á¦ÇÑ */
	width: 100%;
	height: 100%;
}

#main_contents .sec05 .content .time .box table td:nth-child(1) {
	width: 30%;
	font-size: 18px;
}

#main_contents .sec05 .content .time .box table td:nth-child(2) {
	width: 55%;
	font-size: 16px;
}

#main_contents .sec05 .content .time .box table td:nth-child(3) {
	width: 15%;
	text-align: left;
	font-size: 14px;
	word-break: keep-all;
}


	#main_contents .sec05 .content .time .box > p{
		margin-top:15px;
		font-size:18px;
		padding-left:10px;
	}

	#main_contents .sec05 .content .tel{
		background:#ebebeb;	
		padding:20px 0;
		margin-bottom:50px;
	}

	#main_contents .sec05 .content .tel .wrap{
		width:90%;
		margin:0 auto;
	}

	#main_contents .sec05 .content .tel .p1{
		margin-bottom:20px;
	}
	#main_contents .sec05 .content .tel .box{
		text-align:right;
	}

	#main_contents .sec05 .content .tel .box a{
		
		  font-family: 'KHNPHD';
		  font-size:34px;
		  line-height:34px;
	}

	#main_contents .sec05 .content .address{}
	#main_contents .sec05 .content .address > .wrap{
		width:90%;
		margin:0 auto;
		margin-bottom:50px;
	}
	#main_contents .sec05 .content .address >  .wrap .p1{
		margin-bottom:20px;
	}
	#main_contents .sec05 .content .address >  .wrap .box{
		font-size:0px;
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1){
		
		margin-bottom:30px;
		
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2){
		
		
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > p:nth-child(1){
		font-size:16px;
		padding:15px;
		background:#cfe9fe;
		border-radius:10px;
		margin-bottom:30px;
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a{
	  border: 2px solid #232323;
	  background: #fff;
	  display: inline-block;
	  
	  margin:0 10px 10px 0;
	  font-size: 16px;
	  line-height: 16px;
	  vertical-align: middle;
	  box-sizing: border-box;
	  text-align: center;
	  padding: 10px 30px;
	  transition: all 0.3s;
		border-radius:10px;
	  left:0px

	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a img{
	  vertical-align: middle;
	  padding-right: 10px;
	  transition:0.3s;
	  position:relative;
	
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a:hover{
	  border: 2px solid #0094da;
	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(1) > a:hover img{
	
	  transform:scale(1.2);
	}
	

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > p:nth-child(1){
		margin-bottom:10px;
		font-size:18px;
  font-family: 'KHNPHD';
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div{
		
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a{
	  border: 2px solid #232323;
	  background: #fff;
	  display: inline-block;
	  
	 
	  font-size: 16px;
	  line-height: 16px;
	  vertical-align: middle;
	  box-sizing: border-box;
	  text-align: center;
	  padding: 10px 30px;
	  transition: all 0.3s;
		border-radius:10px;
		margin-top:20px;

	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a img{
		  position:relative;
		  top:-2px;
		  vertical-align:middle;
	  padding-right: 15px;
	  height:30px;
	  left:0px;
	  transition:0.3s;
	}

	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a:hover{
	  
	  border: 2px solid #0094da;
	  

	}
	#main_contents .sec05 .content .address >  .wrap .box > div:nth-child(2) > div > a:hover img{
	  
	 position:relative;
	 left:-10px;
	  

	}

	#main_contents .sec05 .content .address > .map{
	  
	 height:300px;

	}







}










