@charset "UTF-8";
@font-face {
	font-family: "NanumBarunGothic";
	font-style: normal;
	font-weight: 300;
	src: url("../../fonts/NanumBarunGothicLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/NanumBarunGothicLight.woff2") format("woff2"), url("../../fonts/NanumBarunGothicLight.woff") format("woff"), url("../../fonts/NanumBarunGothicLight.ttf") format("truetype"), url("../../fonts/NanumBarunGothicLight.svg#NanumBarunGothic") format("svg");
}
@font-face {
	font-family: "NanumBarunGothic";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/NanumBarunGothic.eot?#iefix") format("embedded-opentype"), url("../../fonts/NanumBarunGothic.woff2") format("woff2"), url("../../fonts/NanumBarunGothic.woff") format("woff"), url("../../fonts/NanumBarunGothic.ttf") format("truetype"), url("../../fonts/NanumBarunGothic.svg#NanumBarunGothic") format("svg");
}
@font-face {
	font-family: "NanumBarunGothic";
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/NanumBarunGothicBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NanumBarunGothicBold.woff2") format("woff2"), url("../../fonts/NanumBarunGothicBold.woff") format("woff"), url("../../fonts/NanumBarunGothicBold.ttf") format("truetype"), url("../../fonts/NanumBarunGothicBold.svg#NanumBarunGothic") format("svg");
}
body {
	-webkit-text-size-adjust: none;
	margin: 0;
	font: 14px/1.5 "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
	background: #fff;
	color: #4a4a4a;
}
h1, h2, h3, h4, h5, h6, p, figure, ul, ol, dl, dd, fieldset, pre {
	margin: 0;
}
ol, ul, td, fieldset {
	padding: 0;
}
input, select, textarea, button, pre, a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	text-decoration: none;
}
/*  
input, select, textarea {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	vertical-align: top;
}
*/
li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	/* table-layout: fixed; */
}
fieldset, img {
	border: 0;
}
img {
	/* vertical-align: top; */
	max-width: 100%;
}
label, td img {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, strong, b, th {
	font-weight: 400;
}
legend, caption, .blind {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px 1px 1px 1px);
	word-break: initial;
	word-wrap: initial;
}
address, em {
	font-style: normal;
}
button {
	margin: 0;
	padding: 0;
	overflow: visible;
	cursor: pointer;
	background: none;
	border: 0;
	border-radius: 0;
}
button > span {
	position: relative;
}
* {
	box-sizing: border-box;
}
pre {
	white-space: pre-line;
}
hr {
	margin: 50px 0;
	border-top: 1px solid red;
}
.skipnav {
	width: 100%;
}
.skipnav a {
	color: #fff;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	text-align: center;
	width: 1px;
}
.skipnav a:focus, #accessibility a:active {
	background: #013874;
	height: auto;
	padding: 5px 0;
	width: 100%;
}
.slideContainer {
	overflow: hidden;
}
.swiper-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.swiper-wrapper .swiper-slide {
	width: 100%;
	flex-shrink: 0;
}
/* s:header */
.new-header {
	position: relative;
	z-index: 3;
	width: 100%;
	min-width: 1180px;
	border-top: 2px solid #3c7fb7;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
}
.new-header:before {
	position: absolute;
	top: -2px;
	left: 50%;
	width: 1180px;
	margin-left: -590px;
	border-top: 2px solid #d94c58;
	content: '';
}
.new-header .header-container {
	max-width: 1180px;
	width: 100%;
	height: 89px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.new-header .header-container .header-logo > a {
	display: block;
	width: 232px;
	height: 37px;
	background: url("../../images/mainpage/main_logo.png") 0 0 no-repeat;
}
.new-header .header-container .gnb-wrap {
	flex: 1;
	margin-left: 17px;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a {
	position: relative;
	display: block;
	height: 89px;
	padding: 30px 25px 0;
	font-size: 22px;
	font-weight: 600;
	color: #4a4a4a;
	white-space: nowrap;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:hover, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:focus, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a.active {
	color: #2169a5;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:hover:before, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:focus:before, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a.active:before {
	position: absolute;
	left: 25px;
	bottom: -1px;
	width: calc(100% - 50px);
	border-bottom: 2px solid #2169a5;
	content: '';
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu:first-child {
	padding-left: 0;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .sub-depth-wrap {
	display: none;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 90px;
	left: 0;
	background: #fff;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .sub-depth-wrap.open {
	display: block;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list {
	width: 1180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	max-height: 310px;
	padding: 40px 0;
	margin: 0 auto;
	/* padding-left: 265px; */
	
	padding-left: 0;
    justify-content: center;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu {
	position: relative;
	padding: 0 0 0 20px;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:hover, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:focus, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a.active {
	color: #2169a5;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:hover:before, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:focus:before, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a.active:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #2169a5;
	content: '';
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu + .depth2-menu {
	margin-left: 30px;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list.flex-item .depth2-menu {
	flex: auto;
	-ms-flex: auto;
	border-left: 1px solid #dbdbdb;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list.other-item {
	padding-left: 0;
	justify-content: center;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column wrap;
	max-height: 210px;
}
@media screen and (min-width: 0\0) {
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list {
		height: 210px;
	}
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu {
	padding-right: 30px;
	font-size: 14px;
	line-height: 30px;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu a {
	display: block;
}
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu a:hover, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu a:focus,
.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu .active {
	color: #2169a5;
	text-decoration: underline;
}
.new-header .header-container .header-util-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.new-header .header-container .header-util-wrap .util-menu {
	height: 20px;
	border-left: 1px solid #dbdbdb;
	padding-left: 15px;
}
.new-header .header-container .header-util-wrap .util-menu .btn-global {
	position: relative;
}
.new-header .header-container .header-util-wrap .util-menu .btn-global span {
	display: inline-block;
	margin: 0 10px;
}
.new-header .header-container .header-util-wrap .util-menu .btn-global:before {
	vertical-align: top;
	display: inline-block;
	content: '';
}
.new-header .header-container .header-util-wrap .util-menu .btn-global:before {
	width: 19px;
	height: 19px;
	background: url("../../images/mainpage/icon_global.gif") 0 0 no-repeat;
}
.new-header .header-container .header-util-wrap .util-menu .btn-global:after {
	margin: 7px 15px 0 0;
	width: 10px;
	height: 6px;
	background: url("../../images/mainpage/icon_arr_global.gif") 0 0 no-repeat;
}
.new-header .header-container .header-util-wrap .util-menu .btn-sitemap {
	display: inline-block;
	width: 20px;
	line-height: 1;
	text-align: right;
}
.new-header .header-container .header-util-wrap .util-menu .btn-sitemap:before {
	margin-top: 3px;
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url("../../images/mainpage/icon_all_menu.gif") 0 0 no-repeat;
	content: '';
}
/* //e:header */
/* s:footer */
@media screen and (min-width: 768px) {
	.new-footer {
		position: relative;
		z-index: 2;
		width: 100%;
		min-width: 1180px;
	}
	.new-footer .footer-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		width: 1180px;
		height: 120px;
		margin: 0 auto;
	}
	.new-footer .footer-container .foot-logo {
		width: 250px;
	}
	.new-footer .footer-container .foot-logo > a {
		display: block;
		width: 133px;
		height: 38px;
		background: url("../../images/mainpage/footer_logo.png") 0 0 no-repeat;
	}
	.new-footer .footer-container .foot-txt address, .new-footer .footer-container .foot-txt p {
		line-height: 24px;
		color: #999;
	}
}
/* //e:footer */
@media screen and (min-width: 768px) {
	.main-wrap {
		min-width: 1180px;
	}
	.main-wrap .main-container {
		position: relative;
		z-index: 1;
	}
	.main-wrap .main-visual-wrap {
		width: 100%;
		height: 300px;
		background: url("../../images/mainpage/enpage_main02.jpg") 50% 0 no-repeat;
	}
	.main-wrap .main-visual-wrap .main-visual-inner {
		max-width: 1180px;
		width: 100%;
		margin: 0 auto;
	}
	.main-wrap .main-visual-wrap .main-visual-inner h2 {
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		padding-top: 60px;
		margin-bottom: 15px;
		line-height: 1.1;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.main-wrap .main-visual-wrap .main-visual-inner .tx-visual {
		color: #fff;
		font-size: 16px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.main-wrap .main-contents .main-content-inner {
		max-width: 1180px;
		width: 100%;
		margin: 0 auto;
	}
	.main-wrap .main-contents .main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.main-wrap .main-contents .main-menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		flex: 1;
		height: 60px;
		padding: 0 40px;
		color: #fff;
		font-size: 20px;
		line-height: 60px;
		font-weight: 600;
	}
	.main-wrap .main-contents .main-menu a:after {
		margin-left: auto;
		display: inline-block;
		width: 11px;
		height: 18px;
		background: url("../../images/mainpage/icon_arr_main_menu.png") 0 0 no-repeat;
		content: '';
	}
	.main-wrap .main-contents .main-menu a.menu1 {
		background: #043966;
	}
	.main-wrap .main-contents .main-menu a.menu2 {
		background: #d94c58;
	}
	.main-wrap .main-contents .main-menu a span {
		margin-left: 5px;
	}
	.main-wrap .main-contents .main-quick-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		margin: 40px 0;
	}
	.main-wrap .main-contents .main-quick-menu a {
		width: 210px;
		height: 90px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
		color: #111;
	}
	.main-wrap .main-contents .main-quick-menu a + a {
		border-left: 1px solid #eee;
	}
	.main-wrap .main-contents .main-quick-menu a:before {
		display: block;
		width: 50px;
		height: 55px;
		margin: 10px auto 0;
		content: '';
	}
	.main-wrap .main-contents .main-quick-menu .quick1:before {
		background: url("../../images/mainpage/icon_main_quick1.gif") 50% 0 no-repeat;
	}
	.main-wrap .main-contents .main-quick-menu .quick2:before {
		background: url("../../images/mainpage/icon_main_quick2.gif") 50% 0 no-repeat;
	}
	.main-wrap .main-contents .main-quick-menu .quick3:before {
		background: url("../../images/mainpage/icon_main_quick3.gif") 50% 0 no-repeat;
	}
	.main-wrap .main-contents .main-quick-menu .quick4:before {
		background: url("../../images/mainpage/icon_main_quick4.gif") 50% 0 no-repeat;
	}
	.main-wrap .main-contents .main-quick-menu .quick5:before {
		background: url("../../images/mainpage/icon_main_quick5.gif") 50% 0 no-repeat;
	}
	.main-wrap .main-contents .main-board {
		position: relative;
	}
	.main-wrap .main-contents .main-board h3 {
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		width: 180px;
		height: 220px;
		line-height: 220px;
		background: #609ed9;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		color: #fff;
	}
	.main-wrap .main-contents .main-board h3 p {
		line-height: 1.4;
		display: inline-block;
		vertical-align: middle;
	}
	.main-wrap .main-contents .main-board h3 span {
		display: block;
		font-size: 34px;
		font-weight: 300;
	}
	.main-wrap .main-contents .main-board ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		height: 180px;
		background: url("../../images/mainpage/main_board.jpg") 0 0 no-repeat;
	}
	.main-wrap .main-contents .main-board ul li {
		width: calc(50% - 90px);
		padding: 30px 40px 0;
		color: #fff;
	}
	.main-wrap .main-contents .main-board ul li h4 {
		position: relative;
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 600;
	}
	.main-wrap .main-contents .main-board ul li h4 a:after {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 14px;
		height: 14px;
		background: url("../../images/mainpage/icon_more.gif") 0 0 no-repeat;
		content: '';
	}
	.main-wrap .main-contents .main-board ul li p {
		line-height: 30px;
	}
	.main-wrap .main-contents .main-board ul li p a {
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inherit;
		height: auto;
		max-height: none;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
		display: block;
		width: 100%;
	}
	.main-wrap .main-contents .main-board ul li p .tx {
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inherit;
		height: auto;
		max-height: none;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
		display: inline-block;
		width: calc(100% - 105px);
		vertical-align: top;
	}
	.main-wrap .main-contents .main-board ul li p .date {
		display: inline-block;
		width: 100px;
		text-align: right;
	}
	.main-wrap .main-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		background: url("../../images/mainpage/main_banner.png") 50% 0 no-repeat;
		margin-top: 40px;
		padding-top: 30px;
		height: 217px;
	}
	.main-wrap .main-banner a {
		position: relative;
		margin: 0 20px;
		width: 300px;
		height: 160px;
		padding: 25px 80px 0 30px;
		background-color: #fff;
		color: #111;
	}
	.main-wrap .main-banner a .tit {
		display: block;
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}
	.main-wrap .main-banner a .tx {
		display: block;
		margin-top: 10px;
	}
	.main-wrap .main-banner a .tit span, .main-wrap .main-banner a .tx span {
		display: block;
	}
	.main-wrap .main-banner a:after {
		position: absolute;
		right: 30px;
		bottom: 30px;
		display: block;
		width: 40px;
		height: 40px;
		content: '';
	}
	.main-wrap .main-banner a.bnr1:after {
		background: url("../../images/mainpage/icon_main_banner1.png") right bottom no-repeat;
	}
	.main-wrap .main-banner a.bnr2:after {
		background: url("../../images/mainpage/icon_main_banner2.png") right bottom no-repeat;
	}
	.main-wrap .main-banner a.bnr3:after {
		background: url("../../images/mainpage/icon_main_banner3.png") right bottom no-repeat;
	}
}
@media screen and (max-width: 767px) {
	.main-wrap {
		min-width: auto;
	}
	.new-header {
		width: 100%;
		min-width: auto;
		border: none;
	}
	.new-header:before {
		display: none;
	}
	.new-header .header-container {
		position: relative;
		min-width: auto;
		height: 56px;
	}
	.new-header .header-container .header-logo {
		padding-left: 15px;
	}
	.new-header .header-container .header-logo > a {
		width: 177px;
		height: 27px;
		background: url("../../images/mainpage/mo-main_logo.gif") 0 0 no-repeat;
		background-size: cover;
	}
	.new-header .header-container .btn-all-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 100%;
	}
	.new-header .header-container .btn-all-menu:before {
		display: inline-block;
		width: 24px;
		height: 18px;
		background: url("../../images/mainpage/mo-icon_all_menu.gif") 0 0 no-repeat;
		background-size: 100% auto;
		content: '';
	}
	.new-header .header-container .gnb-wrap {
		display: none;
		flex: none;
		position: fixed;
		z-index: 1001;
		height: 100%;
		overflow-y: auto;
		top: 0px;
		right: 0;
		width: 100%;
		margin: 0;
	}
	.new-header .header-container .gnb-wrap:before {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: '';
	}
	.new-header .header-container .gnb-wrap.open {
		display: block;
	}
	.new-header .header-container .gnb-wrap .mo-header-util {
		width: calc(100% - 10%);
		height: 56px;
		margin-left: 10%;
		position: relative;
		z-index: 1;
		background: #043966;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		align-items: center;
	}
	.new-header .header-container .gnb-wrap .mo-header-util .btn-global {
		position: relative;
		padding-left: 20px;
		color: #fff;
		font-size: 12px;
	}
	.new-header .header-container .gnb-wrap .mo-header-util .btn-global:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		width: 19px;
		height: 19px;
		background: url("../../images/mainpage/mo-icon_global.gif") 0 0 no-repeat;
		background-size: 100% auto;
		content: '';
	}
	.new-header .header-container .gnb-wrap .mo-header-util .btn-all-close {
		margin-left: auto;
		width: 56px;
		height: 100%;
	}
	.new-header .header-container .gnb-wrap .mo-header-util .btn-all-close:before {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url("../../images/mainpage/mo-btn_all_close.gif") 0 0 no-repeat;
		background-size: 100% auto;
		content: '';
	}
	.new-header .header-container .gnb-wrap .gnb-menu {
		position: relative;
		z-index: 1;
		transition: all .5s ease-in-out;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list {
		flex: none;
		display: block;
		position: relative;
		width: calc(100% - 10%);
		height: calc(100vh - 56px);
		margin-left: 10%;
		background: #f9f9f9;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu {
		display: table;
		width: 100%;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a {
		display: block;
		padding: 15px 0px 15px 20px;
		width: 110px;
		height: auto;
		color: #4a4a4a;
		text-align: left;
		background: #f9f9f9;
		font-size: 13px;
		border-bottom: 1px solid #dbdbdb;
		position: relative;
		font-weight: 600;
		/* &:hover, */
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:before {
		display: none;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:focus, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a.active {
		background: #fff;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:focus:after, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a.active:after {
		content: '';
		position: absolute;
		right: -1px;
		top: 0;
		width: 1px;
		height: 100%;
		border-right: 1px solid #fff;
		z-index: 2;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a:focus ~ .sub-depth-wrap, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth1-menu > a.active ~ .sub-depth-wrap {
		display: block;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .sub-depth-wrap {
		display: none;
		position: absolute;
		left: 110px;
		top: 0;
		min-height: 100%;
		border-left: 1px solid #dbdbdb;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list {
		flex: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
		width: calc(100% - 110px);
		height: 100%;
		max-height: 100%;
		min-height: 100%;
		text-align: left;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu {
		width: 100%;
		min-width: auto;
		border: none;
		padding: 0;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a {
		display: block;
		position: relative;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		font-size: 14px;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a.more:after {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		width: 11px;
		height: 7px;
		background: url("../../images/mainpage/mo-arr_gnb.gif") 0 0 no-repeat;
		background-size: 100%;
		content: '';
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:hover, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:focus, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a.active {
		color: #4a4a4a;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:hover:before, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a:focus:before, .new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu > a.active:before {
		display: none;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu.open a.more:after {
		transform: rotate(-180deg);
		margin-top: -5px;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu.open .depth3-list {
		display: block;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth2-list .depth2-menu + .depth2-menu {
		margin-left: 0;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list {
		display: none;
		margin: 0;
		flex: none;
		max-height: 100%;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu {
		padding: 0;
		line-height: 1.5;
	}
	.new-header .header-container .gnb-wrap .gnb-menu .depth1-list .depth3-list .depth3-menu > a {
		padding: 7px 30px 5px;
		font-size: 12px;
	}
	.main-container .main-visual-wrap {
		height: auto;
		background: url("../../images/mainpage/mo-main_visual.jpg") 50% no-repeat;
		background-size: cover;
	}
	.main-container .main-visual-wrap .main-visual-inner {
		padding: 0 15px;
		padding-bottom: calc(100vw * 65 / 720);
	}
	.main-container .main-visual-wrap .main-visual-inner h2 {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		padding-top: calc(100vw * 330 / 720);
		margin-bottom: calc(100vw * 25 / 720);
		line-height: 1.1;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.main-container .main-visual-wrap .main-visual-inner .tx-visual {
		color: #fff;
		font-size: 11px;
		line-height: 1.2;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.main-container .main-contents .main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.main-container .main-contents .main-menu a {
		flex: 1;
		padding: 15px 15px 15px 20px;
		color: #fff;
		font-size: 15px;
	}
	.main-container .main-contents .main-menu a span {
		display: block;
		position: relative;
	}
	.main-container .main-contents .main-menu a span:after {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		width: 7px;
		height: 12px;
		background: url("../../images/mainpage/mo-icon_arr_main_menu.png") 0 0 no-repeat;
		background-size: 100% auto;
		content: '';
	}
	.main-container .main-contents .main-menu a.menu1 {
		background: #043966;
	}
	.main-container .main-contents .main-menu a.menu2 {
		background: #d94c58;
	}
	.main-container .main-contents .main-quick-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		margin: 15px 0 50px;
		padding: 0 15px;
	}
	.main-container .main-contents .main-quick-menu a {
		width: calc(100% / 3);
		margin-top: 35px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
		word-break: keep-all;
		color: #111;
		font-size: 12px;
	}
	.main-container .main-contents .main-quick-menu a:before {
		display: block;
		width: 35px;
		height: 40px;
		margin: 0 auto;
		content: '';
	}
	.main-container .main-contents .main-quick-menu .quick1:before {
		background: url("../../images/mainpage/mo-icon_main_quick1.png") 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.main-container .main-contents .main-quick-menu .quick2:before {
		background: url("../../images/mainpage/mo-icon_main_quick2.png") 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.main-container .main-contents .main-quick-menu .quick3:before {
		background: url("../../images/mainpage/mo-icon_main_quick3.png") 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.main-container .main-contents .main-quick-menu .quick4:before {
		background: url("../../images/mainpage/mo-icon_main_quick4.png") 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.main-container .main-contents .main-quick-menu .quick5:before {
		background: url("../../images/mainpage/mo-icon_main_quick5.png") 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.main-container .main-contents .main-board {
		position: relative;
	}
	.main-container .main-contents .main-board h3 {
		z-index: 2;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		padding-left: calc(100vw * 110 / 720);
		padding-right: calc(100vw * 110 / 720);
		text-align: center;
	}
	.main-container .main-contents .main-board h3 p {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: #609ed9;
		font-size: 17px;
		font-weight: 600;
		color: #fff;
	}
	.main-container .main-contents .main-board h3 span {
		font-weight: normal;
	}
	.main-container .main-contents .main-board ul {
		position: relative;
	}
	.main-container .main-contents .main-board ul:before, .main-container .main-contents .main-board ul:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 50%;
		content: '';
	}
	.main-container .main-contents .main-board ul:before {
		top: 0;
		background: url("../../images/mainpage/mo-main_board1.jpg") 50% no-repeat;
		background-size: cover;
	}
	.main-container .main-contents .main-board ul:after {
		bottom: 0;
		background: url("../../images/mainpage/mo-main_board2.jpg") 50% no-repeat;
		background-size: cover;
	}
	.main-container .main-contents .main-board ul li {
		position: relative;
		z-index: 1;
		overflow: hidden;
		height: 158px;
		padding: 25px 20px 0;
		color: #fff;
	}
	.main-container .main-contents .main-board ul li + li {
		margin-top: 50px;
	}
	.main-container .main-contents .main-board ul li h4 {
		position: relative;
		margin-bottom: 10px;
		font-size: 17px;
		font-weight: 600;
	}
	.main-container .main-contents .main-board ul li h4:after {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 15px;
		height: 15px;
		background: url("../../images/mainpage/mo-icon_more.gif") 0 0 no-repeat;
		background-size: 100%;
		content: '';
	}
	.main-container .main-contents .main-board ul li h4 a {
		display: block;
	}
	.main-container .main-contents .main-board ul li p {
		font-size: 12px;
		line-height: 25px;
	}
	.main-container .main-contents .main-board ul li p a {
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inherit;
		height: auto;
		max-height: none;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
		display: block;
		width: 100%;
	}
	.main-container .main-contents .main-board ul li p .date {
		display: none;
		width: 80px;
		text-align: right;
	}
	.main-container .main-contents .main-banner {
		background: #efefef url("../../images/mainpage/mo-main_banner.png") 0 0 no-repeat;
		background-size: cover;
		padding: 50px 15px;
	}
	.main-container .main-contents .main-banner a {
		display: block;
		position: relative;
		width: 100%;
		min-height: 90px;
		padding: 25px 80px 20px 20px;
		background-color: #fff;
		color: #111;
	}
	.main-container .main-contents .main-banner a + a {
		margin-top: 15px;
	}
	.main-container .main-contents .main-banner a .tit {
		display: block;
		font-size: 15px;
		font-weight: 600;
	}
	.main-container .main-contents .main-banner a .tx {
		display: block;
		margin-top: 5px;
		font-size: 11px;
	}
	.main-container .main-contents .main-banner a:after {
		position: absolute;
		right: 20px;
		top: 25px;
		display: block;
		width: 42px;
		height: 40px;
		content: '';
	}
	.main-container .main-contents .main-banner a.bnr1:after {
		background: url("../../images/mainpage/mo-icon_main_banner1.png") right bottom no-repeat;
		background-size: contain;
	}
	.main-container .main-contents .main-banner a.bnr2:after {
		background: url("../../images/mainpage/mo-icon_main_banner2.png") right bottom no-repeat;
		background-size: contain;
	}
	.main-container .main-contents .main-banner a.bnr3:after {
		background: url("../../images/mainpage/mo-icon_main_banner3.png") right bottom no-repeat;
		background-size: contain;
	}
	.new-footer {
		padding: 30px 15px;
	}
	.new-footer .foot-logo {
		margin-bottom: 15px;
	}
	.new-footer .foot-logo > a {
		display: block;
		width: 94px;
		height: 25px;
		background: url("../../images/mainpage/footer_logo.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
	.new-footer .foot-txt {
		word-break: keep-all;
	}
	.new-footer .foot-txt address, .new-footer .foot-txt p {
		font-size: 11px;
		line-height: 18px;
		color: #999;
	}
	.new-footer .foot-txt address span, .new-footer .foot-txt p span {
		display: block;
	}
}
/* mobile ui */
@media screen and (max-width: 767px) {
	.main-wrap .pc-use {
		display: none !important;
	}
}
/* pc ui */
@media screen and (min-width: 768px) {
	.main-wrap .mo-use {
		display: none !important;
	}
}
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	border: 1px solid #dbdbdb;
	background: #fff;
	position: relative;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 28px 0 9px;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	height: 28px;
	user-select: none;
}
.selectric .button {
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 28px;
	height: 28px;
	background: #F7F7F7;
	text-align: center;
	font: 0/0 a;
	/* *font: 20px/28px Lucida Sans Unicode, Arial Unicode MS, Arial; */
	border: 1px solid #dbdbdb;
}
.selectric .button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.selectric-focus .selectric, .selectric-hover .selectric {
	border-color: #666;
}
.selectric-focus .selectric .button, .selectric-hover .selectric .button {
	border-color: #666;
}
.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: #666;
}
.selectric-open .selectric .button {
	border-color: #666;
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-disabled {
	/* filter: alpha(opacity=50);
  opacity: 0.5; */
	cursor: default;
	user-select: none;
}
.selectric-disabled .selectric {
	background: #f7f7f7;
}
.selectric-hide-select {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #dbdbdb;
	z-index: -1;
}
.selectric-items .selectric-scroll {
	max-height: 150px;
	overflow: auto;
	overflow-x: hidden;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 5px 9px;
	color: #666;
	cursor: pointer;
}
.selectric-items li.selected {
	background: #f7f7f7;
	color: #333;
}
.selectric-items li:hover {
	background: #f7f7f7;
	color: #333;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
.ofr .selectric-items, .ofl .selectric-items {
	height: auto !important;
}
.ofr .selectric-items li, .ofl .selectric-items li {
	overflow: hidden;
	white-space: nowrap;
}
.ofr .selectric-items {
	left: auto;
	right: 0;
}
.dropbox .in {
	position: relative;
	cursor: pointer;
}
.dropbox .select {
	border: 1px solid #dbdbdb;
	background: #fff;
	position: relative;
}
.dropbox .select .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 28px 0 9px;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	height: 28px;
	user-select: none;
}
.dropbox .select .button {
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 28px;
	height: 28px;
	background: #F7F7F7;
	text-align: center;
	font: 0/0 a;
	border: 1px solid #dbdbdb;
}
.dropbox .select .button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dropbox .select:hover {
	border-color: #666;
}
.dropbox .select:hover .button {
	border-color: #666;
}
.dropbox .open {
	z-index: 999;
}
.dropbox .open .select {
	border-color: #666;
}
.dropbox .open .select .button {
	border-color: #666;
}
.dropbox .open .option {
	display: block;
}
.dropbox .disabled {
	cursor: default;
	user-select: none;
}
.dropbox .disabled .select {
	background: #f7f7f7;
}
.dropbox .option {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #dbdbdb;
	z-index: -1;
	width: calc(100% - 2px);
}
.dropbox .option .option-scroll {
	max-height: 155px;
	overflow: auto;
	overflow-x: hidden;
}
.dropbox .option ul, .dropbox .option li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.dropbox .option li {
	position: relative;
}
.dropbox .option li .item {
	display: block;
	padding: 5px 9px;
	color: #666;
	cursor: pointer;
}
.dropbox .option li .item.selected, .dropbox .option li .item:hover {
	background: #f7f7f7;
	color: #333;
}
.dropbox .option li ul li .item {
	padding-left: 30px;
}
.dropbox .option .chk {
	display: inline-block;
}
.dropbox .option .icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}



/*[박유진] 2022-07-20수정 ################################################*/

/*Daily Operation Plan(DOP)*/

.table-mobile{display:none; margin-top:8px;}
.table-mobile .time{padding-left:12px; padding-bottom:10px;}

@media(max-width:768px) {
	
	.desk-table{display:none;}
    #content .mb-3 {margin-bottom:3px;}
    .table-desk{display:none;}
    .table-mobile{display:block;}
    .table-mobile tr td {font-size:14px;}
}

@media (max-width:420px){
	.table-mobile tr .time span{display:block;}
}

/*Image / Special Observation*/
 
 .input_180w{width:180px; height:29px;}
.select-style2 .input_140w{width:140px; height:29px;}
.inner-btns {display:inline-block;}

@media(max-width:768px){

	body,#content{min-width:auto !important;}
	
	.video-section .search-area{ width: 100%;}
	.select-style2{ width: 100%; height:50px;}
	.select-style2 select,
	input_180w,
	.select-style2 .input_140w {height:34px;}
	.search-area .datePicker{margin-top:20px;}
	
	.controls{margin-top:20px;}
	.controls .btn-group{float:left;}

	.video-section .vod-area{margin-left:0;}
	.ui-datepicker {width:100%;}	
}

@media(max-width:768px){
	.btn_control_02{margin-left:0;}
}

@media(max-width:390px){
	.btn-ico-minus,
	.btn-ico-plus,
	.btn-ico-first,
	.btn-ico-prev,
	.btn-ico-play,
	.btn-ico-forward,
	.btn-ico-end { min-width:28px !important;}
}

/*Region of Interest*/

.search-area{ width:280px; }

@media(max-width:768px){
	.search-area{ width:100%; }
}




/*About NMSC > Main Duties*/

@media(max-width:768px){
	
	#content{padding:20px;}
	.content-title{width:100%;}
	.content-title span{display:block;}

}



/* ===============위성자료================================================== */

.data_service_container{
    margin-bottom: 20px;
    width: 100%;
}
.dS_layOut{
    width: 100%;
    height: max-content;
}
.dS_box_group{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    gap: 20px;
}
.dS_box_group .dS_box{
    background-color: #DAEDFA;
    border-radius: 5px;
    transition: 0.2s;
    padding: 20px;
    position: relative;
    min-height: 270px;
}
.dS_box_group .dS_box:hover{
    background-image: linear-gradient(90deg,#7BB1DA, #D7F9FF);
    transition: 0.2s;
    border-radius: 5px 5px 70px 5px;
}
.dS_box_group .dS_box:hover .icon_arrow_box{
    animation: arrowMove 0.3s linear forwards;
}
@keyframes arrowMove{
    0%{
        transform: translate(0px);
    }
    50%{
        transform: translate(10px);
    }
    100%{
        transform: translate(0px);
    }
}
.dS_box_group .dS_box .icon_box{
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}
.dS_box_group .dS_box .icon_box img{
    width: 100%;
    height: 100%;
}
/* 25.02.13 수정 */
.dS_box_group .dS_box .text_group{
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 45px;
}
.dS_box_group .dS_box .text_group .dS_title{
    font-size: 20px;
    color: #262626;
    font-weight: bold;
}
.dS_box_group .dS_box .text_group .dS_content_text{
    font-size: 15px;
    color: #353535;
    line-height: 22px;
}
.dS_box_group .dS_box .icon_arrow_box{
    width: max-content;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.dS_box_group .dS_box .icon_arrow_box img{
    width: 30px;
    height: 11px;
}

@media(max-width:1100px){
    .dS_box_group{
        grid-template-columns: repeat(1,1fr);
    }
    .data_service_container{
        padding: 20px;
    }
    
}