@charset "utf-8";
@import url('reset.css');
@media (max-width: 1799px){
	.row.headermenurow{
		width: 70%;
	}
}	

@media (max-width: 1599px){
	.row.headermenurow{
		padding:0 250px 0 0;
	}
	.row.headermenurow > ul > li{
		min-width: unset;
		margin-right: 0;
	}	
}
@media (max-width: 1199px){
	.visible-md{
		display:none !important; 
	}
	.content_body{
		padding:0;
	}
	.main_visul{background-position: left -200px top;}
	.sub_visul_wrap{margin:10px 0 0 0 !important; padding:75px 0 0 0 !important;}

	
	.dept_sec1 > div:nth-of-type(2){
		display: flex;
		flex-direction: column;
	}
	.dept_sec1 > div:nth-of-type(2) a{
		display: block;
		width: 100%;
		height: auto;
	}
	.dept_sec1 > div:nth-of-type(2) a img{
		border-radius: 20px;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.dept_sec1 > div:nth-of-type(2) > div{
		width: 100%;
		max-width: 710px;
	}
	.dept_sec1 > div:nth-of-type(2) > ul{
		display: flex;
		width:100%;
		padding:50px 0;
	}
	.dept_sec1 > div:nth-of-type(2) > ul li{
		width: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.dept_sec1 > div:nth-of-type(2) > ul li a{
	        width: 100%;
		    height: 100%;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    justify-content: center;
		    padding: 25px 0;
		    text-align: center;
	}
	.dept_sec1 > div:nth-of-type(2) > ul li a h6{
		font-size: 20px;
		font-weight: 700;
		color:#024fa1;
	}
	.dept_sec1 > div:nth-of-type(2) > ul li a p{
		font-size: 16px;
		font-weight: 600;
		color:#000;
	}
	.dept_sec1 > div:nth-of-type(2) > ul li:first-child{
		border-radius: 20px 0 0 20px;
		background-color:#f1f1f1;
	}
	.dept_sec1 > div:nth-of-type(2) > ul li:last-child{
		border-radius: 0 20px 20px 0;
		background-color:#f9f9f9;
	}
	
	
	.dept_sec2 ul{
		display: flex;
	}
	.dept_sec2 ul li{
		width:calc(100% / 3 - 30px);
		margin:0 0 25px 0;
		border:1px solid #ddd;
		border-radius: 20px;
	}
	.dept_sec2 ul li:last-child{
		margin:0;
	}
	.dept_sec2 ul li a{
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
	    flex-direction: column;
	    padding:40px;
	    position: relative;
	}
	.dept_sec2 ul li a span{
		padding:7.5px 25px;
		color:#fff;
		background-color:#034da2;
		border-radius: 15px;
		width: fit-content;
		margin:0 0 25px 0;
	}
	.dept_sec2 ul li a h6{
		font-size: 24px;
		font-weight: 600;
		width: 100%;
		display: block;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		margin:0 0 25px 0;
		color:#000;
	}
	.dept_sec2 ul li a p{
		margin:0 0 25px 0;
		color:#000;
	}
	.dept_sec2 ul li a em{
		font-size: 16px;
		color:#0280d5;
		position: absolute;
		bottom:25px;
		right:40px;
	}

	
	.dept_sec_title{
	    width: 100%;
	    display: flex;
	    align-items: flex-start;
	    margin: 0 0 15px 0;
	    position: relative;
	    flex-direction: column;
	}
	.dept_sec_title h4, .dept_sec_title h4 b{
		font-size: 30px;
		font-weight: 700;
		color: #222;
	}
	.dept_sec_title h4 b{
		color:#0156b9;
		display: inline-block;
		padding-right: 5px;
	}
	.dept_sec_title span{
		margin:0 0 0 15px;
		font-size: 18px;
		font-weight: 500;
	}
	.dept_sec_title a{
		position: relative;
		font-size: 16px;
		letter-spacing: -1px;
		font-weight: 600;
	}
	.dept_sec_title a::before,
	.dept_sec_title a::after{
		display: block;
		content: '';
		position: absolute;
		background-color: #000;
		transition-duration: 0.25s;
	}
	.dept_sec_title a::before{
		width: 42.5px;
		height: 1px;
		bottom:-15px;
	}
	.dept_sec_title a::after{
		width: 15px;
		height: 1px;
		bottom:-11px;
		right:-2px;
		transform: rotate(25deg);
	}
	.dept_sec_title a:hover{
		font-weight: 700;
	}
	.dept_sec_title a:hover::before,
	.dept_sec_title a:hover::after{
		right:-5px;
		background-color: #27409a;
		transition-duration: 0.25s;
	}
	
	.dept_sec_title a::before, .dept_sec_title a::after{display: none;}
	.dept_sec_title > a{
		display: block;
		font-size:35px;
		font-weight:300;
		width:35px;
		height: 35px;
		line-height: 30px;
		border-radius: 100%;
		border:1px solid #d8d8d8;
		text-align: center;
		position: absolute;
		top:0;
		right:0;
	}
	.dept_sec_title > a:hover{
		transform: rotate(180deg);
		transition-duration: 0.25s;
		font-weight: 300;
	}
	.dept_sec_title p{
		margin:0 0 0 0;
	}
	
	
	
	
	.dept_sec1 > div:nth-of-type(2) a img:hover{
		animation-name: unset;
	}
	.dept_sec2 ul li:hover{
		border:1px solid #034da2;
		transition-duration: 0.25s;
	}
	.dept_sec1 > div:nth-of-type(2) a img{
		animation-name: key3;
		animation-duration:2.5s;
	 	animation-timing-function:ease-in-out;
	 	animation-iteration-count : infinite;
	    animation-direction: alternate;
	}
	@-webkit-keyframes key3{
	  from {
	    transform:rotate(-1deg);
	  }
	  to {
	    transform:rotate(1deg);
	  }
	}

@media (max-width: 1199px){
	.container::before,
	.container::after,
	.container-fluid::before,
	.container-fluid::after{
		display: none;
	}
	#main_visul{padding: 75px 0 0 0;}
	
	#mobile-menu-view.on{
		right: 0;
		opacity:1;
		transition-duration: 0.25s;
	}
	#mobile-menu-view{
		transition-duration: 0.25s;
		position:fixed;
		width: 75%;
		min-height: 100vh;
		z-index: 999;
		top:0;
		right:-100%;
		opacity: 0;
	}
	.modal-dialog.on{
		opacity: 1;
		transition-duration: 0.25s;
	}
	.modal-dialog{
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
		opacity: 0;
		transition-duration: 0.25s;
	}
	.modal-content{
		width: 100%;
		height: 100%;
		min-height: 100vh;
		background-color:#fff;
		z-index:99;
		position:absolute;
		top:0;
		right:0;
	}
	.modal-content{
		height: 100%;
	}
	
	.mobile_top_wrap{
		width: 100%;
		height: 75px;
		line-height: 75px;
		background-color: #fff;
		position: fixed;
		z-index: 9;
	}
	.mobile_top_wrap .mobile_top{
		padding:0 2.5%;
		position: relative;
		width: 100%;
		height: 100%;
		
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	    justify-content: space-between;
	}
	.mobile_top_wrap .mobile_top .mobile_title{
		display: block;
		width: fit-content;
	}
	.mobile_top_wrap .mobile_top .mobile_title a{
		display: block;
		width: 100%;
		font-size: 20px;
	}
	.mobile_top_wrap .mobile_top .mobile_title a img{
		margin-right: 20px;
	}
	
	.mobile_btn{
		display: block;
		width: 25px;
		height: 25px;
		position: relative;
	}
	.mobile_btn > ul{
		width: 25px;
		height: 25px;
		position: relative;
	}
	.mobile_btn > ul > li{
		position:absolute;
		display: block;
		content: '';
		width: 25px;
		height: 1px;
		background-color: #000;
		right:0;
	}
	.mobile_btn > ul > li:nth-of-type(1) {top:0;}
	.mobile_btn > ul > li:nth-of-type(2) {top:12px; width:15px;}
	.mobile_btn > ul > li:nth-of-type(3) {bottom:0; width:20px;}
	
	
	.modal-content{
		position: relative; 
		/* padding-bottom: 75px; */
		height: 100vh;
	}
	.modal-header, .modal_tail{padding:0 2.5% 0 5%;}
	
	.modal-header{
		height:75px;
		line-height: 75px; 
		border:none;
		width: 100%;
		display: flex;
    	align-items: center;
    	justify-content: flex-end;
    	padding:0 2.5%;
    	background: #f9f9f9;
	}
	.modal-header .mobile_btn > ul{overflow: hidden;}
	.modal-header .mobile_btn > ul > li{width: 50px; left:0; top:0;}
	.modal-header .mobile_btn > ul > li:nth-of-type(1){transform: rotate(45deg); top: 10px; left: -14px;}
	.modal-header .mobile_btn > ul > li:nth-of-type(2){transform: rotate(-45deg); top: 11px; left: -13px;}
	.modal-header .mobile_btn > ul > li:nth-of-type(3){display: none}
		
	.modal-body{
		max-height: calc(100% - 75px);
		overflow: auto;
	}
	.modal-body > ul > li{
		transition-duration: 0.25s;
		padding:0 2.5% 0 5%;
	}
	.modal-body > ul > li > a{
		display: block;
		padding:15px 0;
		font-size: 20px;
		font-weight: 500;
		border-bottom: 1px solid #ddd;
		pointer-events: none;
	}
	.modal-body > ul > li ul.on{
		opacity: 1;
		transition-duration: 0.25s;
		height: auto;
		display: contents;
	}
	.modal-body > ul > li ul{
		opacity: 0;
		transition-duration: 0.25s;
		padding:10px 0 20px;
		display: none;
	}
	.modal-body > ul > li ul li a{
		display: block;
		padding:10px;
		font-size: 18px;
		font-weight: 300;
		background-color: #f5f5f5;
	}
	
	.modal_tail{
		width: 100%;
		height: 75px;
		line-height:1;
		position: absolute;
	/*	bottom:0;
		left:0;
        border-top: 1px solid #ddd;
		background-color: #f9f9f9; */
		display: flex;
		top: 0;
		left: 0;
    	max-width: calc(100% - 5% - 25px);
	}
	#loginview{
		display: flex;
	    flex-direction: row;
    	align-items: center;
	}
	#loginview > li{
		margin-right: 10px;	
	}
	#loginview > li:last-child{
		background: #fff;
		padding: 8px 12px;
		box-shadow: 0px 0px 6px #00000016;
		margin-right: 0;
		border-radius: 6px;
	}
	
	.dept_wrap{
		width: 100%;
		padding:50px 2.5%;
	}
	.main_side{display: flex; flex-direction: column-reverse;}
	.main_side > div{display: block; width: 100%;}
	.main_visul_side{background-image: url(../images/main/dept_nemeX.png); height: 10vh; background-size: contain;}
	.main_visul{height: 40vh;}

	
	.dept_wrap{
		width: 100%;
		height: 100%;
	}
	.dept_contents{
		padding:50px 0 90px;
		width: 100%;
		margin:0 auto;
	}
	
	.dept_sec1{
		width: 100%;
		margin:0 auto;
		position: relative;
	}
	.dept_sec1_title{
		width: 100%;
		display: flex;
		justify-content: space-between;
	    align-items: center;
	}
	.dept_sec1_title h4{
		font-size: 24px;
		font-weight: 600;
	}
	.dept_sec1_title a{
		position: relative;
		font-size: 16px;
		letter-spacing: -1px;
		font-weight: 600;
	}
	.dept_sec1_title a::before,
	.dept_sec1_title a::after{
		display: block;
		content: '';
		position: absolute;
		background-color: #000;
		transition-duration: 0.25s;
	}
	.dept_sec1_title a::before{
		width: 42.5px;
		height: 1px;
		bottom:-15px;
	}
	.dept_sec1_title a::after{
		width: 15px;
		height: 1px;
		bottom:-11px;
		right:-2px;
		transform: rotate(25deg);
	}
	.dept_sec1_title a:hover{
		font-weight: 700;
	}
	.dept_sec1_title a:hover::before,
	.dept_sec1_title a:hover::after{
		right:-5px;
		background-color: #27409a;
		transition-duration: 0.25s;
	}
	
	
	.dept_not_list{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
		width: 100%;
		margin:45px 0 80px;
	}
	.dept_not_list li{
		border-bottom: 1px solid #ddd;
		width: 45%;
	}
	.dept_not_list li:nth-of-type(1),
	.dept_not_list li:nth-of-type(2) {
		border-top:2px solid #bbb;
	}
	.dept_not_list li a{
		color:#000;
		display: block;
		width:100%;
		padding:15px 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.dept_not_list li a:hover{
		color:#27409a;
		font-weight: 600;
		background-color: #f5f5f5;
		transition-duration: 0.25s;
	}
	.dept_not_list li.not_list_new a{
	   	background-image: url(../images/common/icon_new.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 20px;
		padding-left:40px;
		
		animation-name: key4;
		animation-duration:1s;
	 	animation-timing-function:ease-in-out;
	 	animation-iteration-count : infinite;
	}
	@-webkit-keyframes key4 {
	  0% {
	    background-position: left 10px bottom: 16px;
	  }
	  100% {
	    background-position: left 10px top 16px;
	  }
	}
	
	.dept_sec2{
		width: 100%;

	}
	.dept_sec2 ul{
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	}
	.dept_sec2 ul li{
		width: 100%;
	}
	.dept_sec2 ul li a{
		display: block;
		width: 100%;
		text-align: center;
		color:#fff;
		font-size:20px;
		position: relative;
	}

	.dept_sec2 ul li a:hover{
		font-weight: 700;
		transition-duration: 0.25s;
	}
	.dept_sec2 ul li a:hover::before {
		background-size: 85px;
		transition-duration: 0.25s;	
	}

	footer.row{padding: 60px 0 80px;}
	footer.row .container{padding: 0; width: 100%; padding:0 2.5%;}
	
	.sub_visul_wrap{padding:75px 0 0 0;}
}/* 1199px */

@media (max-width: 499px){
	#mobile-menu-view{width: 100%;}
	#mobile-menu-view .modal-dialog{width: 100%;}
	.modal-body > ul > li{padding: 0 2.5%;}
	.dept_not_list li{display: none; width: 100%;}
	.dept_not_list li:nth-of-type(1),
	.dept_not_list li:nth-of-type(2),
	.dept_not_list li:nth-of-type(3),
	.dept_not_list li:nth-of-type(4),
	.dept_not_list li:nth-of-type(5){
		display: block;	
	}
	.dept_not_list li:nth-of-type(2){border-top:none;}
	.dept_sec2 ul li{width: calc(100% / 2);}
	.dept_sec2 ul li a{font-size: 16px; height: 175px; line-height: 275px;}
	.dept_sec2 ul li:nth-of-type(1) a::before, .dept_sec2 ul li:nth-of-type(2) a::before, .dept_sec2 ul li:nth-of-type(3) a::before, .dept_sec2 ul li:nth-of-type(4) a::before, .dept_sec2 ul li:nth-of-type(5) a::before, .dept_sec2 ul li:nth-of-type(6) a::before{
		background-size: 60px;
	}
	.footer_info li{margin-right: 5px;}
	.footer_info li a{font-size: 14px;}
	
}

@media (max-width: 999px){
	.footer_info{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.copyright{
		display: flex;
	    align-items: center;
	    flex-direction: column;
	}
	.copyright > a{
		margin: 0 auto 25px;
	}
	.copyright > div{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.copyright div > p:first-child{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.copyright div > p:first-child{
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.foottel, .footfax{
		margin:0 0 5px 0;
		padding:0;
	}
	.copyright div > p, .copyright div > span{
		text-align: center;
	}
}








