@charset "utf-8";
@import url('reset.css');
@media (max-width: 1599px){
	.row.headermenurow > ul > li{
		min-width: unset;
		margin-right: 50px;
	}
	.row.headermenurow > ul > li:last-child {
		margin-right: 0;
}
	
}
@media (max-width: 1199px){
	.visible-md{
		display:none !important; 
	}
	.content_body{
		padding:0;
	}
}

@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%;
		
	   	background-image: url(../images/main/dept_mid.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.dept_sec2 ul{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.dept_sec2 ul li{
		width: calc(100% / 3);
	}
	.dept_sec2 ul li a{
		display: block;
		width: 100%;
		height:200px;
		line-height:300px;
		text-align: center;
		color:#fff;
		font-size:20px;
		position: relative;
	}
	.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-repeat: no-repeat;
		background-position: center bottom;
		background-size: 80px;
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 60%;
		display: block;
		content: '';
	}
	.dept_sec2 ul li:nth-of-type(1) a::before{background-image: url(../images/main/dept_img01.png);}
	.dept_sec2 ul li:nth-of-type(2) a::before{background-image: url(../images/main/dept_img02.png);}
	.dept_sec2 ul li:nth-of-type(3) a::before{background-image: url(../images/main/dept_img03.png);}
	.dept_sec2 ul li:nth-of-type(4) a::before{background-image: url(../images/main/dept_img04.png);}
	.dept_sec2 ul li:nth-of-type(5) a::before{background-image: url(../images/main/dept_img05.png);}
	.dept_sec2 ul li:nth-of-type(6) a::before{background-image: url(../images/main/dept_img06.png);}
	
	.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;}
}










