@charset "utf-8";

* {
	letter-spacing: -0.02em;
}

html {
    width: 100%;
    height: 100%;
}

body {
	font-size: 0.75em;
}

dl, ol, ul {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	letter-spacing: -0.8px;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

.container {
	max-width: 1300px;
	padding-right: 0;
	padding-left: 0;
}

#container.fix {
	padding-top: 72px;
}

.dropdown-toggle::after {
	display: none;
}

#top_btn {
	display: none;
}

#gnb_open,
header#m_hd {
	display: none;
}

img.mobile {
	display: none;
}

.img img {
	max-width: 100%;
}

/*───────────────────────────────────────────────────────────
    header
───────────────────────────────────────────────────────────*/

/* 퀵메뉴 */
#quick {
	position: absolute;
	top: 205px;
	right: 0;
	z-index: 100;
}

#quick.fix {
	position: fixed;
	top: 72px;
}

#quick li {
	width: 114px;
	height: 114px;
	text-align: center;
	margin-top: -1px;
}

#quick li a {
	display: block;
	height: 100%;
	font-size: 18px;
	color: #9e9e9e;
	font-weight: 400;
	padding: 70px 0 0;
	border: solid 1px #d2d2d2;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	background-color: #fff;
}

#quick li.q01 a {
	background-image: url(../img/new/main/ico_qk_01.png);
}

#quick li.q01:hover a,
#quick li.q01:active a {
	color: #fff;
	border-color: #0179d4;
	background-image: url(../img/new/main/ico_qk_01_ov.png);
	background-color: #0179d4;
}

#quick li.q02 a {
	background-image: url(../img/new/main/ico_qk_02.png);
}

#quick li.q02:hover a,
#quick li.q02:active a {
	color: #fff;
	border-color: #0179d4;
	background-image: url(../img/new/main/ico_qk_02_ov.png);
	background-color: #0179d4;
}

#quick li.q03 a {
	background-image: url(../img/new/main/ico_qk_03.png);
}

#quick li.q03:hover a,
#quick li.q03:active a {
	color: #fff;
	border-color: #0179d4;
	background-image: url(../img/new/main/ico_qk_03_ov.png);
	background-color: #0179d4;
}

#quick li.q04 a {
	background-image: url(../img/new/main/ico_qk_04.png);
	background-position: 50% 30px;
}

#quick li.q04:hover a,
#quick li.q04:active a {
	color: #fff;
	border-color: #0179d4;
	background-image: url(../img/new/main/ico_qk_04_ov.png);
	background-color: #0179d4;
}


/*───────────────────────────────────────────────────────────
    header
───────────────────────────────────────────────────────────*/
#header {
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

#header.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#header .inner {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1520px;
	margin: 0 auto;
}

h1.logo {
	flex: 0 0 auto;
	font-size: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
}

h1.logo img {
	width: 152px;
}

#top_menu {
	flex: 1.5;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
}

#top_menu ul {

}

#top_menu li {
	display: inline-block;
	margin-left: 14px;
}

#top_menu li a {
	font-size: 16px;
}

#top_menu li a:hover {
	color: #0059d1;
}

.navbar {
	border-style: solid;
	border-width: 1px 0;
	border-color: #e6e6e6;
	padding: 0;
}

.navbar.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
}

.navbar-nav li {
	display: table;
	padding: 12px 0;
	margin: 0 20px;
}

.navbar-nav li > a {
	display: table-cell;
	vertical-align: middle;
}

.navbar-nav li a:hover {
	color: #0059d1;
}

.navbar-nav li a:focus,
.navbar-nav li a:active {
	background: none;
}

.navbar-collapse {
	justify-content: center;
}

.nav-link {
	font-size: 20px;
	color: #000;
}


/*───────────────────────────────────────────────────────────
    nav
───────────────────────────────────────────────────────────*/
#lnb {
	position: relative;
	margin: 0 auto;
	transform: translateX(-60px);
	z-index: 100;
}

#lnb.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#lnb h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#lnb_1dul {
    padding: 0;
    zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	zoom: 1;
	margin: 0 auto;
}

#lnb_1dul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

.lnb_1dli {
	z-index: 10;
	position: relative;
	float: left;
}

.lnb_1da {
	display: block;
	padding: 26px 50px;
	font-weight: 500;
	font-size: 19px;
	text-decoration: none;
	gap: 20px;
}

.lnb_1dli.current .lnb_1da,
.lnb_1dli:hover .lnb_1da,
.lnb_1da:focus,
.lnb_1da:hover,
.lnb_1da:active {
	text-decoration: none;
	color: #0059d1;
}

.lnb_1dli:hover .lnb_2dul {
	display: block;
}

.lnb_2dul {
	display: none;
    position: absolute;
    width: 120%;
    top: calc(100% + 1px);
    background: rgba(4, 17, 35, 0.8);
    overflow: hidden;
    transform: translateX(-10%);
}

.lnb_2dul.active {
	display: block;
}

a.lnb_2da {
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 7px 10px;
	text-align: center;
}

a.lnb_2da:hover {
	color: #579fff;
	font-weight: 500;
}

.lnb_2dli.first a {
	padding-top: 20px;
}

.lnb_2dli.last a {
	padding-bottom: 20px;
}

.lnb_1dli:hover a.lnb_2da,
.lnb_1dli.active a.lnb_2da:hover {

}

#lnb .all {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}

#lnb .all.active {
	height: 100%;
	background: #fff;
}

#lnb .all div {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	border-top: solid 1px #e6e6e6;
	background: rgba(255,255,255,1);
	background: transparent !ie;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff)";
}

#lnb li.allMenu {
	display: none;
}

#lnb li.allMenu span {
	display: block;
	width: 34px;
	height: 3px;
	margin: 5px 0;
	background: #0059d1;
}


/*───────────────────────────────────────────────────────────
    main
───────────────────────────────────────────────────────────*/
#main {
	min-height: 700px;
}

#main .inner {
	position: relative;
	max-width: 1520px;
	margin: 0 auto;
}

#visual {

}

#visual img {
	width: 100%;
}

#visual .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#visual .swiper-pagination-bullet {
	width: 18px;
	height: 8px;
	margin: 0 5px;
	border-radius: 3px;
	background: #757575;
    transition: .3s;
	opacity: 1;
}

#visual .swiper-pagination-bullet-active {
	width: 44px;
    background: #fff;
}

.main_cont {
	margin-top: 140px;
}

.main_cont .tit {
	margin-bottom: 70px;
}

.main_cont .tit strong {
	font-size: 54px;
	line-height: 1.3;
}

.main_cont .tit strong span {
	color: #08346f;
}

.main_cont .tit p {
	font-size: 30px;
	padding-top: 10px;
}

.main_cont.cont2 .tit p {
	padding-top: 20px;
}

.main_cont .tit p span {
	color: #0059d1;
}

.main_cont .more {
	display: inline-block;
	font-size: 29px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.main_cont .more:after {
	display: inline-block;
	content: "";
	width: 96px;
	height: 16px;
	margin-left: 16px;
	background: url(../img/new/ico_more.png) no-repeat 0 0;
}

.swp_box {
	overflow: hidden;
}

/* 메인 콘텐츠1 */
.cont1 .swiper-wrapper {

}

.cont1 .swiper-slide {
	position: relative;
    /* 가로값에 따라 세로 자동 비율 유지 */
    aspect-ratio: 494 / 434;
	padding: 55px 40px 30px;
	background: #002c68;
	box-sizing: border-box;
}

.cont1 .swiper-slide:nth-child(2) {
	background: #0059d1;
}

.cont1 .swiper-slide:nth-child(3) {
	background: #227df7;
}

.cont1 .swiper-slide p {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
}

.cont1 .swiper-slide span {
	font-size: 29px;
	font-weight: 300;
	color: #fff;
}

/* 메인 콘텐츠2 */
.cont2 {
	padding: 150px 0;
	background: #f9f9f9;
}

.cont2 .tit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.cont2_swp {
	text-align: right;
}

.cont2_thumb {
	margin-top: 45px;
}

.cont2_thumb img {
	width: 100%;
}

.cont2 .more {
	position: static;
	color: #000;
	margin: 60px 0 0;
}

.cont2 .more:after {
	background: url(../img/new/ico_more_bk.png) no-repeat 0 0;
}

.cont2 .cont2_thumb .swiper-slide {
	cursor: pointer;
}

.cont2 .swiper-slide-thumb {
	position: relative;
}

.cont2 .swiper-slide-thumb-active:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #08346f;
	box-sizing: border-box;
}

/* 메인 콘텐츠3 */
.cont3 .cont3_swp {
    display: flex;
    justify-content: space-between;	
	gap: 20px;
}

.cont3 .cont3_swp > div {
	position: relative;
	width: calc((100% - 20px) / 2);
	max-height: 450px;
	aspect-ratio: 494 / 450;
	padding: 50px 40px 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	background-image: url(../img/new/main/main_cont3_bg1.jpg);
	box-sizing: border-box;
}

.cont3 .cont3_swp > div:nth-child(2) {
	background-image: url(../img/new/main/main_cont3_bg2.jpg);
}

.cont3 .cont3_swp p {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
}

.cont3 .cont3_swp span {
	font-size: 29px;
	font-weight: 300;
	color: #fff;
}


/*───────────────────────────────────────────────────────────
    footer
───────────────────────────────────────────────────────────*/
footer {
	margin: 170px auto 0;
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.4px;
	padding: 90px 0;
	background: #232323;
}

footer .inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 1520px;
	margin: 0 auto;
}

.ft_info {

}

.ft_info p {
	font-weight: 300;
	line-height: 1.8;
}

.ft_info .copy {
	font-size: 16px;
	padding-top: 25px;
}

.ft_info span + span {
	padding-left: 15px;
}


