@font-face {font-family: 'Pretendard'; src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face {font-family: 'Pretendard'; src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); font-weight: 400; font-style: normal;}
@font-face {font-family: 'Pretendard'; src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'); font-weight: 500; font-style: normal; }
@font-face {font-family: 'Pretendard'; src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; }
@font-face {font-family: 'Pretendard'; src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'); font-weight: 700; font-style: normal; }
@font-face {font-family: 'Pretendard'; src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff'); font-weight: 800; font-style: normal;}
@font-face {
    font-family: 'Eulyoo1945-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {margin:0; padding:0; font-family: 'Pretendard'; font-weight: 400; letter-spacing:-0.25px; word-break:keep-all; color: #222222;}

.clearfix{*zoom:1}
.clearfix:after{clear:both;display:block;content:'';}

html,body{font-size:16px; width:100%;/* overflow-x:hidden; */}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
select {
	height:30px;
	box-sizing:border-box;
    padding:5px 25px 5px 5px; /* 여백으로 높이 설정 */
    font-family: inherit;  /* 폰트 상속 */
    background: url('../images/sel-arrow.png') no-repeat 90% 50%; /* 네이티브 화살표를 커스텀 화살표로 대체 */
	background-size:10px;
    border: 1px solid #ddd;
    border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}
a {text-decoration:none; color:inherit;}
ol, ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
section {position:relative;}


label,
input,
select,
textarea,
.field,
.field > .label{
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input,
select,
fieldset,
textarea {
	outline: none;
	border:0;
	border-radius: 0;
}

button {-webkit-appearance:none; border:0;}

.center {margin: 0 auto; width: 1560px;}

/*header*/
header {
	position:absolute;top:0;z-index:100;width:100%;
}

.logo {
	position:absolute;top:20px;left:20px;z-index:101;
}

.h_center {
	position: relative; 
	margin: 0 auto; 
	margin-top:20px;
	width: 650px; 
}
.h_center nav .dep1 {
	display: flex; 
	width: 650px;
}

.h_center nav .dep1 > li {
	position: relative; 
	width: 20%;
	height: 50px;
	
}

.h_center nav .dep1 > li > .li_hover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 30px;
	transition: all 0.3s;
}

.h_center nav .dep1 > li > a {
	position: absolute; 
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block; 
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 18px; 
	color:#fff; 
	font-weight: 500;
}

.h_center nav .dep1 > li:hover > .li_hover {
	width: 100%;
	height: 100%;
	background-color: #0c4b93;
}


/* .h_center nav .dep1 > li > a::after {
	content:"";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #fff;
	transition: all 0.3s;
}

.h_center nav .dep1 > li:hover > a::after {
	width: 100%;
} */


.btn_full_menu {
	position: relative;
	margin-top:21px;
	width: 34px; 
	height: 34px; 
	font-size: 0; 
	background-color: transparent;
	border:none; 
	cursor:pointer; 
	z-index:60;
}
.btn_full_menu  .bar_top,
.btn_full_menu  .bar_mid {
	display: block; 
	position: absolute; 
	right: 0; 
	border-radius:3px; 
	background-color: #fff; 
	transform-origin: top right;  
	transition:all .3s ease-in-out;
}
.btn_full_menu  .bar_top {
	top: 8px; 		
	width: 52px; 
	height: 4px; 
}
.btn_full_menu  .bar_mid {
	bottom: 8px;
	width: 30px; 
	height: 4px; 
}

header.openFull .btn_full_menu  .bar_top {
	top: 4px; 
	left: -7px; 
	width: 33px; 
	transform: rotate(-45deg); 
}
header.openFull .btn_full_menu  .bar_mid {
	top:28px; 
	left: -5px; 
	width: 33px; 
	transform: rotate(45deg); 
}

.m_header {
	display: none;
}


/*header*/



.visual {
	position: relative; 
	width: 100%; 
	height: 850px;
}
.slickslider {
	position: absolute; 
	left:0;
	top:0; 
	width: 100%; 
	height: 850px !important;
}
.visual .mainSlide {
	width: 100%; 
	height: 850px; 
	box-sizing: border-box; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center center; 
}

.mainSlide01 {background-image: url('/images/main/visual01.png');}
.mainSlide02 {background-image: url('/images/main/visual02.jpg');}
.mainSlide03 {background-image: url('/images/main/visual03.jpg');}
.mainSlide04 {background-image: url('/images/main/visual04.jpg');}

.visual .v_center {
	position: absolute; 
	left: 50%; 
	transform: translateX(-50%);
	top:0; 
	width: 1440px; 
	height: 850px;
}
.visual .textbox {
	position: absolute; 
	left: 0; 
	bottom: 380px;
}
.visual .textbox h4 {
	margin-bottom: 30px; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 600; 
	font-size: 60px; 
	color: #fff;
}
.visual .textbox p {
	font-size: 24px; 
	line-height: 32px; 
	color: #fff;
}

.slick-vertical .slick-slide {
	border:none !important; 
	height: 100% !important;
}
.slick-slider .slick-list, .slick-slider .slick-track {height: 100% !important;}

.prevArrow {
	background-image: url('../images/main/prev_arrow.png') ;
}
.nextArrow {
	background-image: url('../images/main/next_arrow.png') ;
}
.visual .slick-dots { 
	width: auto !important; 
	bottom: 50%; 
	right: 170px;
}
.visual .slick-dots li {
	display: block !important;
}
.visual .slick-dots li button {
	width: 12px !important; 
	height: 12px !important; 
	padding: 0 !important; 
	border:1px solid #fff !important;
	margin: 12px 0; 
	border-radius: 50%;
}
.slick-dots li button:before {
	content: "" !important;
}
.visual .slick-dots li.slick-active button {
	background-color: #fff !important;
}

.customBx {
	display: flex;
	position: absolute; 
	bottom: 200px;
	left: 0;
}

.p_line {
	display: block;
	margin-right: 25px;
	width: 178px; 
	height: 2px; 
	background-color: #fff;
}

.slick-arrow {
	position: relative;
	top: -5px;
	width: 9px ; 
	height: 14px ;
	background-position: center center ; 
	background-repeat: no-repeat ; 
	background-size: 100% 100% ; 
	cursor: pointer;
}

.pagingWrap {
	position: relative;
	top: -10px;
	margin: 0 20px;
}

.pagingWrap span {
	display: inline-block; 
	text-align: center; 
	width: 24px; 
	color: #fff; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 600; 
	letter-spacing: 2px;
}

/*contactBar*/
.contactBar {
	position: absolute; 
	bottom: -1px;
	left: 50%; 
	transform: translateX(-50%);
}
.newsWrap {
	width: 100%; 
	height: 110px; 
	display: flex; 
	background-color: rgb(255,255,255,0.95);
}
.newsWrap .newsBx {
	width: 35%; 
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #e1e1e1; 
	box-sizing: border-box;
}

.newsWrap .newsBx .newsPosi {
	display: flex; 
	justify-content: space-between;
	position:absolute; 
	width: 85%; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50% , -50%);
}


.newsWrap .newsBx h4 {
	font-family: 'Poppins', sans-serif; 
	font-weight: 600; 
	color:#1f36a9;
	width: 20%;
}
.newsWrap .newsBx ul {
	height: 20px;
	width: 70%;
}
.newsWrap .newsBx ul li {
	display: flex;
	justify-content: space-between;
	width: 328px;
	height: 20px;
}
.newsWrap .newsBx ul li span {
	display: block;
}
.newsWrap .newsBx ul li span:first-child {
	font-weight: 300;
	width: 180px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.newsWrap .newsBx ul li span:last-child {
	font-weight: 300;
	color: #a3a3a3;
	font-size: 14px;
	text-align: right;
}
.newsWrap .imgChk {
	position: relative;
	width:20%;
}

.newsWrap .imgChk .imgBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 160px;
	height: 45px;
	background-color: #0c4b93;
}

.newsWrap .imgChk .imgBtn .img_hover {
	position: absolute;
	width: 0;
	height: 45px;
	background-color: #111;
	transition: all 0.3s;
} 

.newsWrap .imgChk .imgBtn:hover .img_hover {
	width: 100%;
}


.newsWrap .imgChk a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height:100%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.newsWrap .imgChk a .lnr {
	margin-left: 10px;
	color: #fff;
	font-size: 13px;
}
.newsWrap .contactUs {
	position: relative;
	width:10%; 
	background-color: #0c4b93; 
	color: #fff; 
	text-align: center; 
	line-height: 110px;
	overflow:hidden;
}

.newsWrap .contactUs .cir_hover {
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #111;
	transition: all 0.5s;
}

.newsWrap .contactUs:hover .cir_hover {
	width: 150%;
	height: 150%;
}

.newsWrap .contactUs a {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 600; 
}

/*contactBar*/






/*footer*/
.footerNav {
	padding: 20px 0; 
	border-top: 1px solid #e1e1e1; 
	border-bottom: 1px solid #e1e1e1;
}
.footerNav ul {
	display: flex; 
	justify-content: center;
}
.footerNav ul li::after {
	display: inline-block; 
	content:"·"; 
	margin: 0 10px;
}
.footerNav ul li:last-child::after {
	display: none; 
	margin: 0; content:"";
}
.footerNav ul li a {font-size: 14px;}
.footerInfo {margin: 45px 0 60px 0;}
.footerInfo .f_center {
	margin: 0 auto; 
	width:1440px; 
	display: flex;
}
.footerInfo .f_center h1 {margin-right: 114px;}
.footerInfo .twoInfo {display: flex;}
.footerInfo .twoInfo .infoLeft {margin-right: 210px;}
.footerInfo .twoInfo h3 {
	margin-bottom: 30px; 
	font-size: 14px; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 600;
}
.footerInfo .twoInfo .infoLeft .address p,
.footerInfo .twoInfo .infoLeft .address span {
	color: #a3a3a3; 
	font-size: 14px;
	line-height: 24px;
}
.footerInfo .twoInfo .infoLeft .address span {margin-right: 10px;}
.footerInfo .twoInfo .infoRight .phone {
	margin-bottom: 14px; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 600; 
	font-size: 18px; 
	color:#00428e;
}
.footerInfo .twoInfo .infoRight .faxEmail p {
	font-size: 14px; 
	color: #a3a3a3; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 400;
}
.copyright {
	padding: 15px 0; 
	background-color: #f5f5f5;
}
.copyright p {
	text-align: center; 
	font-size: 14px; 
	color: #a3a3a3; 
	font-family: 'Poppins', sans-serif; 
	font-weight: 400;
}

/*footer*/



