@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다.**********/

#introduceBox .thumb .sign {font-size:0.9rem;}
.tableWrap .left{text-align:left;}



/* 비전 및 목표 */
.goal_box *,
.vision_box * { box-sizing: border-box; position:relative;}
.goal_box,
.vision_box {position:relative;margin-top: 20px;}
/* 비전 */
.vision_box { width:80%; margin:0 auto; }
.vision_box .dept01 {
	padding-bottom:170px;
	margin-bottom:30px;
}
.vision_box .dept01 > div{
	background-color: #2c6aba;
    color: #fff;
    text-align: center;
    padding: 20px;
	border-radius:10px;
	font-size:18px;
	font-weight:400;

 }
 
.vision_box .dept01:after {
    content:"";
	display:block;
	width:300px;
	height:150px;
	background:url(./../../images/vision_bg_arr2.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-150px;
}
.vision_box .dept02 { overflow:hidden;}
.vision_box .dept02 > div {
	float:left;
	width:31.5%; 
}
.vision_box .dept02 > div:nth-child(2) {
	margin:0 2.5%;
}
.vision_box .dept02 > div dl { 
	border:1px solid #ddd;
	border-radius:10px;
	
}
.vision_box .dept02 > div dl dt { 
	background-color:#00b3cd;
	color:#fff;
	text-align:center;
	font-size:20px;
	padding:5px;
	border-radius:10px  10px 0  0  ;
	
}
.vision_box .dept02 > div dl dd {
	padding: 25px 10px;
	text-align:center;
	font-size:14px;
	min-height:100px;
}
.vision_box .dept02 > div:last-child dl dd {
    padding:5px 10px;
	
}
.goal_box .v_dept  { margin-bottom:50px; }
.goal_box .v_dept:after  { 
	content:"";
	display:block;
	clear:both;
}
.goal_box .dept_tt {
	float: left;
	width: 25%;
	padding-left: 18px;
	font-weight: 400;
}
	
.goal_box .dept_tt:after {
    content: "";
    display: inline-block;
	width: 72px;
    margin-left: 17px;
    height: 22px;
    background: url(./../../images/vision_tt_arr.png) 0 0 no-repeat;
    position:absolute; top:0;
    right:0;
    vertical-align: middle;
}
.goal_box .dept_cont {
    float: right;
    width: 70%;
}
.goal_box .dept_cont .box1 {
	border:3px solid #2c6aba;
	border-radius:10px;
	color:#2c6aba;
	text-align:center;
	padding:20px;
	font-size:20px;
	font-weight:400;
}
.goal_box .dept_cont .box2 { 
	padding:20px;
	border:1px solid #ddd; 
	background-color:#fff;
}
.goal_box .dept02{
	padding-top:100px;
}
.goal_box .dept02 .dept_cont:before {
	 content:"";
	display:block;
	width:300px;
	height:150px;
	background:url(./../../images/vision_bg_arr2.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	top:-130px;
	left:50%;
	margin-left:-150px;
}
.goal_box .dept02 .box2 {
	float:left;
	width:48%;
	text-align:center;
	height:80px;
	display:table;
	
}
.goal_box .dept02 .box2:last-child { 
	float:right;
}
.goal_box .dept02 .box2 h3 { 
	 background-color: #00b3cd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px;
	position:absolute;
	width:90%;
	left:50%;
	top:-20px;
	margin-left:-45%;
	border-radius:10px;
	font-weight:normal;

}
.goal_box .dept02 .box2 ul {
	padding-top:20px;
	text-align:left;
	font-size:14px;
	min-height:150px;

}
@media screen and (max-width:1000px) {
	.vision_box { width:100%; }
	.vision_box .dept02 > div dl dd { 
		min-height:170px;
	}
}
@media screen and (max-width:820px) {
	.goal_box .dept_tt,
	.goal_box .dept_cont { float:none; width:100%; }
	.goal_box .dept_tt { 
		font-size:20px;
		padding-left:0; 
		padding-bottom:20px; 
		color:#2c6aba 
	}
	.goal_box .dept_tt:after {
		display:none;
	}
	.goal_box .dept02 .box2 h3 {
		font-size:18px;
	}
}

/* 250917 */
/* 탑유틸메뉴 */
#topSec .topSecInner {display: flex; justify-content: space-between; align-items: center;}
#topSec .util_nav ul {display: flex; align-items: center; gap: 15px;}
#topSec .global_nav {height: auto; padding: 0 10px;}
#topSec .global_nav ul {display: flex; gap: 15px; align-items: center;}
#topSec .global_nav ul li a {font-size: 12px; color: white;}

@media only screen and (min-width: 1025px) {
    #mainNav {top: 0; position:unset;}
}

@media only screen and (max-width: 820px) {
    #topSec .util_nav ul li {width: 100%;}
}

/* 헤더 */
#headerSec {padding: 0 10px;}
#headerSec .headerSecInner {display: flex; justify-content: space-between; align-items: center;}
#mainNav .a_1 {display: block; padding: 20px 30px; font-weight: 400; font-size: 14px;}

@media only screen and (min-width: 1025px) {
  #mainNav .ul_1 {float: right; display: flex; text-align: center; align-items: center; word-break: normal; justify-content:space-around;}
}

@media only screen and (max-width: 1024px) {
  #headerSec .logo {width: 100%; justify-content:space-between; padding:0;}
}

@media only screen and (max-width: 1024px) {
    #mainNav nav.menuUItop {
        position: absolute !important;
        width: stretch;
        top: 30px;
    }
}