@charset "utf-8";
@import url('reset.css');

@media screen and (min-width:1200px) {
select{background: #fff;}
body{background-color: #fff;}
img{max-width: 100%;}
html,body {width:100%;height:100%;margin:0px;padding:0px;/* font-family:sans-serif; */}

#wrap{width: 100%;}
#mcontainer{display: none;}				        

.dept02_top_wrap{
	background-color:#fff;
	width:100%;
	height: 145px;
	position: fixed;
    display: flex;
    align-items: center;
    z-index: 99;
    top:0;
    left:0;
    border-bottom: 1px solid #ddd;
}
.dept02_top{
	width:100%;
	max-width:1600px;
	margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.dept02_top h1.logo{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.dept02_top h1.logo a{
	font-size: 0;
}
.dept02_top h1.logo > p{
	padding:0 0 0 20px;
	font-size: 26px;
	font-weight: 600;
	color:#000;
	width: 175px;
}


.headermenurow:hover .tabcontent_wrap{
	opacity: 1;
	top:145px;
	transition-duration: 0.5s;
}
.headermenurow .tabcontent_wrap{
	opacity:0;
	top:-1000px;
	
	display: block;
	width: 100vw;
	position: fixed;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	left:0;
	display: flex;
	padding:25px 160px 50px;
	
	background-image: url(../images/common/bg_box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px;
}
.headermenurow .tabcontent_wrap > div{
	width: calc(100% / 5);
	border-right: 1px solid #ddd;
}
.headermenurow .tabcontent_wrap > div:last-child{
	border-right: none;
}
.menu{
	padding:0 10px;
}
.menu > li{
	text-align: center;
	margin:0 0 10px 0;
}
.menu > li:first-child{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
}
.menu > li a{
	display: block;
	width: 100%;
	padding: 7.5px 0;
	transition-duration: 0.25s;
}
.menu > li a:hover{
	font-weight:600;
	transition-duration: 0.25s;
}

.sub{
	background-color: #f9f9f9;
}




.row.headermenurow{
	padding:0 100px;
	width: 100%;
}
.row.headermenurow > ul{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
	width: 100%;
}
.row.headermenurow > ul li{
	display:block;
	width: calc(100% / 5);
}
.row.headermenurow > ul li a{
	display: block;
	width: 100%;
	height: 145px;
	line-height: 145px;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	color:#000;
}

.row.headermenurow > ul:hover div{
	display: block;
	opacity: 1;
}

.menu_right{
	width: 250px;
	height: 145px;
	line-height: 145px;
	background-color:#fff;
	padding:0 100px 0 25px;
	position:absolute;
	top:0;
	right:0;
	border-bottom: 1px solid #ddd;
	
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;  
}
#loginBtn:hover em{
	transition-duration: 0.25s;
	color: #27409a;
	font-weight: 800;
}

.menu_right em{
    font-size: 15px;
    font-weight: 600;
    padding:0 0 0 5px;
}
.menu_right .menu_btn{
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition-duration: 0.25s;
}
.menu_right .menu_btn:hover:not(.menu_btn.on){
	transform: rotate(90deg);
}
.menu_right .menu_btn ul{
	position: relative;
	width: 25px;
	height: 25px;
}
.menu_right .menu_btn ul li{
	width: 10px;
	height: 10px;
	border:2px solid #000;
	position: absolute;
}
.menu_right .menu_btn ul li:nth-of-type(1){
	top:0;
	left:0; 
}
.menu_right .menu_btn ul li:nth-of-type(2){
	top:0;
	right:0;
	background-color: #000; 
}
.menu_right .menu_btn:hover ul li:nth-of-type(2){
	background-color: #27409a;
	border:2px solid #27409a;
}
.menu_right .menu_btn ul li:nth-of-type(3){
	bottom:0;
	left:0; 
}
.menu_right .menu_btn ul li:nth-of-type(4){
	bottom:0;
	right:0; 
}


.dept_wrap{
	width: 100%;
	height: 100%;
}
.dept_contents{
	padding:115px 0 90px;
	width:100%;
	max-width:1600px;
	margin:0 auto;
}


.dept_sec1 > div:nth-of-type(2){
	display: flex;
	margin:0 0 70px 0;
}
.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%;
	max-width: calc(100% - 710px);
	padding:0 0 0 50px;
}
.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{
	display: block;
	width: 100%;
	height: 100%;
	padding:50px 0 0 25px;
}
.dept_sec1 > div:nth-of-type(2) > ul li a h6{
	font-size: 26px;
	font-weight: 700;
	color:#024fa1;
}
.dept_sec1 > div:nth-of-type(2) > ul li a p{
	font-size: 20px;
	font-weight: 600;
	color:#000;
}
.dept_sec1 > div:nth-of-type(2) > ul li:first-child{
	border-radius: 20px 0 0 20px;
	background-image: url(../images/main/dept_img01.png);
	background-position: bottom right;
	margin: 0 25px 0 0;
}
.dept_sec1 > div:nth-of-type(2) > ul li:last-child{
	border-radius: 0 20px 20px 0;
	background: url(../images/main/dept_img02.png);
}


.dept_sec2 ul{
	display: flex;
}
.dept_sec2 ul li{
	width:calc(100% / 3 - 30px);
	margin:0 45px 0 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;
}
.dept_sec2 ul li a p{
	margin:0 0 25px 0;
}
.dept_sec2 ul li a em{
	font-size: 16px;
	color:#0280d5;
	position: absolute;
	bottom:25px;
	right:40px;
}


.container-fluid{height: 0;}
#mobile-menu-view{display: none;}
#loginBtn > ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#loginBtn > ul > li{
	display: inline-block;
	height: fit-content;
	line-height: 1;
	padding:5px 0;
}
#loginBtn > ul > li a{
	font-size: 16px;
}
#loginBtn > ul > li a:hover{
	font-weight: 600;
}


.dept_sec_title{
	width: 100%;
	display: flex;
    align-items: flex-end;
    margin: 0 0 15px 0;
    position: relative;
}
.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 25px;
}




.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);
  }
}
.dept_sec1 > div:nth-of-type(2) > ul li:first-child {
	animation-name: key4;
	animation-duration:2.0s;
 	animation-timing-function:ease-in-out;
 	animation-iteration-count : infinite;
    animation-direction: alternate;
}
@-webkit-keyframes key4{
  from {
    opacity:1;
  }
  to {
    opacity:0.7;
  }
}
.dept_sec1 > div:nth-of-type(2) > ul li:last-child {
	animation-name: key5;
	animation-duration:1.5s;
 	animation-timing-function:ease-in-out;
 	animation-iteration-count : infinite;
    animation-direction: alternate;
}
@-webkit-keyframes key5{
  from {
    opacity:1;
  }
  to {
    opacity:0.7;
  }
}


/* 팝업존 */    
				      .popup_zone_form{width: 50%;float:left;margin-right:5%;}
				      .popup_zone_title{width:100%;float:left;margin-bottom:15px;color:#010101;font-size: 35px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
				      .popup_zone_title strong{color:#27409a;}
				      .popup_zone_body{width:100%;float:left;position:relative;background: #4a8dd3;padding: 50px 0px 17px;border-radius: 20px 20px;}
				      .popup_zone_body > a{padding: 0px 0% 108px 40%;float: left;color: #fff;position:relative;width: 34%;}
				      .popup_zone_body > a h4{float: left;width: 100%;font-size: 30px;margin-bottom: 12px;color: #fff;}
				      .popup_zone_body > a span{float: left;font-size: 18px;}
				      .popup_zone_body .after{float: left;position: absolute;bottom: 30%;right: 35px;width: 10% !important;}
				      .popup_zone_body .before{float: left;position: absolute;bottom: -17px;left: 0;width: 32% !important;}





/* 260109: 자주묻는 질문 CSS */
.qa_list {
	/*background: #f5f7f7;*/
	padding: 20px;
}
.qa_list > li {
	background: #f5f7f7;
	margin-bottom: 10px;
	padding: 5px;
}
.qa_sub {
	padding-left: 30px;
}
.qa_sub > li + li {
	margin-bottom: 8px;
}
.qa_sub p {
	padding-left: 18px; 
}






























