@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-Regular.woff2) format('woff2'), url(../fonts/NanumGothic-Regular.woff) format('woff'), url(../fonts/NanumGothic-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-Bold.woff2) format('woff2'), url(../fonts/NanumGothic-Bold.woff) format('woff'), url(../fonts/NanumGothic-Bold.ttf) format('truetype');
    font-weight: 600;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-ExtraBold.woff2) format('woff2'), url(../fonts/NanumGothic-ExtraBold.woff) format('woff'), url(../fonts/NanumGothic-ExtraBold.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*common*/
.body {
	font-family: 'Nanum Gothic', sans-serif;
}
img {
	max-width: 100%
}
/*header_top*/
.header_ttop {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
	background-color: #333;
	text-align: right;
}
.header_ttop a {
	display: inline-block;
	position: relative;
	padding: 0px 10px;
	font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    color: #fff;
	text-decoration: none;
}
.header_ttop a:after {
	content: "";
	position: absolute;
	top: 10%;
	height: 80%;
	right: 0;
	width: 1px;
	background-color: rgba(255,255,255,0.3)
}
.header_ttop a.bl_a {
	color: #fff138;
}
.header_ttop a.bl_a:after {
	display: none;
}
.header_ttop a.fr {
	float: right;
    border: 0px;
    background-color: #2ca8e1;
    padding: 10px 15px;
    color: #fff;
    margin: -3px 0;
	margin-bottom: -4px;
    font-weight: 400;
	vertical-align: middle;
}
.header_ttop a.fr img {
	vertical-align: middle;
	margin-bottom: 2px;
}
.header_ttop a span {
	color: #26b2a0;
	font-weight: 600;
}
@media (max-width:768px){
	.header_ttop a {
		font-size: 10px;
	}	
	.header_ttop a.fr {
		padding: 8px 15px;		
	}
	.header_ttop a.fr img {
		width: 8px;
	}
}
/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 0px;
		padding-top: 0px !important;
	}
	#header .header-logo img {
		width: 130px;
    	margin: 18px 0 !important;
	}
}
/*#s005 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	background-color: rgba(255,255,255) !important;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 15px;
    font-weight: 600;
    color: #333 !important;
    padding: 25px 20px !important;
    border-radius: 0px;
    text-transform: none;
}
#header .header-nav-main nav > ul > li > h4 {
	font-size: 35px;
    font-weight: 600;
    color: #00a1d6 !important;
    padding: 18px 0px !important;
    vertical-align: middle;
    letter-spacing: -1px;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 13px;
    color: #252833;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #174793;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #174793 !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:992px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:992px) {	
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 3px solid #174793;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		border-color: #fff;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a{
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 13px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a{
		color: #fff !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 13px;
		padding: 2px 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 15px 5px;
    background-color: transparent;
    color: #174793;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 16px !important;
}
/*sticky*/
html #header.header-narrow .header-logo img.logo-w {
	display: none;
}
html #header.header-narrow .header-logo img.logo-c {
	display: inline-block;
}
html.sticky-header-active #header .header-body {
	background-color: rgba(49, 49, 49, 0.95) !important;
}
html.sticky-header-active #header.header-narrow .header-logo img.logo-w {
	display: inline-block;
}
html.sticky-header-active #header.header-narrow .header-logo img.logo-c {
	display: none;
}
@media (min-width:991px){	
	html.sticky-header-active #header .header-nav-main nav > ul > li > a {
		color: #fff !important;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li:active > a,
	html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a,
	html.sticky-header-active #header .header-nav-main nav > ul > li:focus > a {
		color: #fff138 !important;
	}
}
@media (max-width:992px){	
	html #header {
		position: relative  !important;
		min-height: 0px !important;
	}
	html.sticky-header-enabled #header.header-transparent .header-body {
		position: relative;
		background-color: #fff  !important;
	}
	html.sticky-header-active #header {
		position: absolute !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed;
	}
	html.sticky-header-active #header .header-btn-collapse-nav {
		color: #fff;
	}
	html #header.header-narrow .header-logo img.logo-w {
		display: none;
	}
	html #header.header-narrow .header-logo img.logo-c {
		display: inline-block;
	}
}
/*slider*/
#revolutionSlider_forcefullwidth .tp-bullets{
	top:95% !important;
	left: 49% !important;
	visibility: visible !important;
	opacity: 1 !important;
}
#revolutionSlider_forcefullwidth .tp-bullet.selected, 
#revolutionSlider_forcefullwidth .tp-bullet:hover {
    background: #2b53bf;
}
#revolutionSlider_forcefullwidth .tp-bullet {
    width: 10px;
    height: 10px;s
    position: absolute;
    background: #fff;
    background: #d0d0d0;
	border-radius: 50%;
}
#revolutionSlider_forcefullwidth .m_bg {
	background: url(../img/bk_out.png) center top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
		opacity: 1 !important;
		visibility: visible !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.4;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 0.7;
	}
}
/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 300px;
    overflow: hidden;
	position: relative;
}
.page-header.parallax .txt_wrp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.page-header.parallax .txt_wrp .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
.page-header.parallax .txt_wrp .txt_in {
	display: table-cell;
	vertical-align: middle;
}
.page-header.parallax .txt_wrp h2 {
	font-size: 35px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 0;
	margin-bottom: 0px;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 200;
    text-shadow: 0 0 0;
	margin-bottom: 0px;
	text-transform: none;
    letter-spacing: 0px;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header.parallax .para_img {
	-ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    transform: scale(1.15,1.15);
	
    -webkit-transition: transform 3000ms ease-in-out;
    -moz-transition: transform 3000ms ease-in-out;
    -o-transition: transform 3000ms ease-in-out;
    -ms-transition: transform 3000ms ease-in-out;
    transition: transform 3000ms ease-in-out;	
}
.page-header.parallax .para_img.active {
	-ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.page-header h1{
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (max-width:768px){
	.page-header.parallax {
		height: 100px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: -155px;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 14px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}
/*footer*/
#footer {
	margin: 0px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding: 30px 0 !important;
}
#footer p {
	font-size: 12px;
	line-height: 1.4em;
	word-break: keep-all;
}
#footer p a {
	color: #777 !important;
}
#footer a.btn {
    background-color: rgba(0, 0, 0, 0.3);
}
#footer .logo_wrp a img{
	opacity: 0.8;
}
@media (max-width:768px){	
	#footer p {
		font-size: 10px;
	}
}
/*foot_top*/
.foot_top {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.foot_top .local_wrp a {
	display: inline-block;
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    color: #636363;
    text-decoration: none;
}
.foot_top .local_wrp a:after {
	content: "";
	position: absolute;
	top: 25%;
	height: 50%;
	right: 0;
	width: 1px;
	background-color: rgba(0,0,0,0.3)
}
.foot_top .local_wrp a.last_a:after {
	display: none;
}
.foot_top .sns_wrp {
	text-align: right;
}
.foot_top .sns_wrp a {
	display: inline-block;
	padding: 2px;
}
@media (max-width:992px){	
	.foot_top .local_wrp,
	.foot_top .sns_wrp {
		text-align: center;
	}
}
@media (max-width:768px){	
	.foot_top .local_wrp {
		margin-bottom: 5px
	}
	.foot_top .local_wrp a {
		font-size: 10px;
    	padding: 5px 5px;
	}
	.foot_top .sns_wrp img{
		width: 15px;
	}
	
}

/*서브타이틀 subtitle*/
.page-header .sub_title h1{
	text-shadow: 1px 0px 3px rgba(0,0,0,0.5);
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 8px 15px;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #636363;
	display: inline-block;
	padding: 0 3px;
	position: relative;
	font-size: 12px;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 2px 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*dvd_sec*/
.dvd_sec.dvd_sec_mini {
	margin: 30px 0;	
}
@media (max-width:768px){
	.dvd_sec.dvd_sec_mini {
		margin: 15px 0;	
	}
}
/*mtit*/
.mtit {
	position: relative;
}
.mtit h1 {	
	font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	border-bottom: 1px solid #1e1e1e;
	padding-bottom: 15px;
    margin-bottom: 15px;
	vertical-align: middle;
}
.mtit h1 img {
	vertical-align: middle;
	display: inline-block;
}
.mtit a.more {
	position: absolute;
	right: 0;
	top: 0;
	color: #636363;
	border: 1px solid #a8a8a8;
	font-size: 12px;
    line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.mtit a.more span {
	color: #ed2839;
}
@media (max-width:768px){
	.mtit h1 {	
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.mtit h1 img {
		width: 10px;
	}
	.mtit a.more {
		font-size: 10px;
		padding: 3px 8px;
	}
}
/*mt_tit*/
.mt_tit {
	position: relative;
}
.mt_tit h1 {	
	font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	border-bottom: 1px solid #1e1e1e;
	padding-bottom: 15px;
    margin-bottom: 15px;
	vertical-align: middle;
}
.mt_tit h1 img {
	vertical-align: middle;
}
.mt_tit a.more {
	position: absolute;
	right: 0;
	top: -5px;
	color: #ed2839;
    line-height: 1em;
	padding: 5px;
	text-decoration: none;
}
@media (max-width:768px){
	.mt_tit h1 {	
		font-size: 14px;
		line-height: 1em;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
/*msec01*/
#msec01 .mban {
	display: table;
    width: 100%;
    text-decoration: none;
}
#msec01 .mban01 {
	background: url(../img/ban01.png) left center no-repeat;
}
#msec01 .mban02 {
	background: url(../img/ban02.png) left center no-repeat;
}
#msec01 .mban03 {
	background: url(../img/ban03.png) left center no-repeat;
}
#msec01 .mban04 {
	background: url(../img/ban04.png) left center no-repeat;
}
#msec01 .mban05 {
	background: url(../img/ban05.png) left center no-repeat;
}
#msec01 .txtbox {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
	padding-left: 90px;
}
#msec01 .txtbox h2 {
	font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1e1e1e;
    word-break: keep-all;
}
#msec01 .txtbox h5 {
	font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
#msec01 .txtbox h6 {
	font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 400;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (max-width:768px){
	#msec01 .mban {
		background-size: 40px;
	}
	#msec01 .txtbox {
		padding-left: 45px;
		height: 70px;
	}
	#msec01 .txtbox h2 {
		font-size: 16px;
	}
	#msec01 .txtbox h5 {
		font-size: 13px;
	}
	#msec01 .txtbox h6 {
		font-size: 10px;
	}
}

/*msec02*/
#msec02 {
	background: url(../img/espb_bg.png) center center no-repeat;
	background-size: cover;
	position: relative;
}
#msec02 .conbox {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
#msec02 .conbox > div {
	display: table-cell;
	vertical-align: middle;
}
#msec02 .conbox .txtbox h3 {
	font-size: 23px;
    line-height: 1.5em;
    margin-bottom: 0px;
    font-weight: 200;
    color: #fff;	
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-transform: none;
}
#msec02 .conbox .txtbox h2 {
	font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-weight: 500;
	color: #feed00;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#msec02 .conbox .txtbox ul li {
	font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 2px;
    font-weight: 200;
    color: #fff;
}
@media (max-width:768px){
	#msec02 .conbox > div {
		display: block;
		width: 100%;
		text-align: center;
	}	
	#msec02 .conbox .txtbox {
		padding: 20px 0;
	}
	#msec02 .conbox .txtbox h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#msec02 .conbox .txtbox h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#msec02 .conbox .txtbox ul li {
		font-size: 10px;
	}
	#msec02 .conbox .btn_wrp img {
		width: 130px;
	}
}
/*msec03*/
#msec03 .conbox .row {
	margin: 0 -5px;
}
#msec03 .conbox .row > div {
	padding: 0px 5px;
	margin-bottom: 10px;
}
#msec03 .conbox .sp_ban {
	display: block;
	text-decoration: none;
	position: relative;
}
#msec03 .conbox .sp_ban .txtbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 30px 20px;
}
#msec03 .conbox .sp_ban .txtbox h5 {
	font-size: 13px;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: 200;
    color: #fff;
    word-break: keep-all;
	text-transform: none;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#msec03 .conbox .sp_ban .txtbox h4 {
	font-size: 28px;
    line-height: 1em;
    margin-bottom: 0px;
    font-weight: 400;
    color: #fff;
    word-break: keep-all;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);	
}
@media (max-width:768px){
	#msec03 .conbox .sp_ban .txtbox {
		padding: 20px 15px;
	}
	#msec03 .conbox .sp_ban .txtbox h5 {
		font-size: 10px;
	}
	#msec03 .conbox .sp_ban .txtbox h4 {
		font-size: 18px;	
	}	
}
/*msec04*/
#msec04 {
	background-color: #f7f7f7;
	background: url(../img/msec04_bg.png);
	padding: 50px 0;
}
#msec04 .ban_list {
    border: 1px solid #ddd;
	border-bottom: 2px solid #f58710;
}
#msec04 .ban_list > li {
    padding: 30px 20px;
    background-color: #fff;
	border-bottom: 0px;
}
@media (min-width:991px){	
	#msec04 .ban_list > li {
		height: 330px;
		border-right: 1px solid #ddd;
	}
	#msec04 .ban_list > li:last-child {
		border-right: 0px;
	}
	#msec04 .sban_list > li:last-child {
		border-bottom: 0px;
	}
}
@media (max-width:992px){	
	#msec04 .ban_list > li {
		border-bottom: 1px solid #ddd;
	}
	#msec04 .ban_list > li:last-child {
		border-bottom: 0px;
	}
}
@media (max-width:768px){	
	#msec04 {
		padding: 20px 0;
	}
}
/*msec05*/
#msec05 .conbox .sp_exitem {
	position: relative;
	border: 1px solid #fff;
}
#msec05 .conbox .sp_exitem a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
#msec05 .conbox .sp_exitem a .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
#msec05 .conbox .sp_exitem a .txtbox .txt_in {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#msec05 .conbox .sp_exitem a .txtbox .txt_in h4 {
	font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    word-break: keep-all;	
}
#msec05 .conbox .sp_exitem a .txtbox .txt_in span {
	color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 3px 15px;	
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec05 .conbox .sp_exitem a:hover .txtbox .txt_in span {
	background-color: #fff;
	color: #1e1e1e;
}
@media (max-width:768px) {
	#msec05 .conbox .sp_exitem a .txtbox .txt_in h4 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	#msec05 .conbox .sp_exitem a .txtbox .txt_in span {
		font-size: 10px;
	}
}

/*msec06*/
#msec06 {
	padding: 30px 0;
	background-color: #444;
}
#msec06 .conbox .row {
	margin: 0 -5px;
}
#msec06 .conbox .row > div {
	padding: 0px 5px;
	margin-bottom: 10px;
}
#msec06 .mban {
	display: table;
    width: 100%;
    text-decoration: none;
	position: relative;
	border: 1px solid #ddd;
}
#msec06 .mban01 {
	background: url(../img/m6_ban01.png) 25px center no-repeat;
	background-color: #fff;
}
#msec06 .mban02 {
	background: url(../img/m6_ban02.png) 25px center no-repeat;
	background-color: #fff;
}
#msec06 .mban03 {
	background: url(../img/m6_ban03.png) 25px center no-repeat;
	background-color: #fff;
}
#msec06 .mban04 {
	background: url(../img/m6_ban04.png) 25px center no-repeat;
	background-color: #fff;
}
#msec06 .txtbox {
	height: 130px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
	padding-left: 100px;
}
#msec06 .txtbox h2 {
	font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 900;
    color: #1e1e1e;
    word-break: keep-all;
}
#msec06 .txtbox h5 {
	font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
#msec06 .txtbox p {
	font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-weight: 400;
    color: #636363;
    word-break: keep-all;
}
#msec06 .more {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    color: #ed2839;
    line-height: 1em;
    padding: 8px 10px;
    text-decoration: none;
}
@media (max-width:768px){
	#msec06 .mban {
		background-size: 40px;
		background-position: center 15px !important;
	}
	#msec06 .txtbox {
		padding: 15px;
		padding-left: 15px;
		height: 160px;
		padding-top: 70px;
	}
	#msec06 .txtbox h2 {
		font-size: 16px;
	}
	#msec06 .txtbox h5 {
		font-size: 13px;
	}
	#msec06 .txtbox p {
		font-size: 12px;
	}
}
/*latest_board*/
#latest_board ul li a {
	text-decoration: none;
    display: block;
    position: relative;
    padding: 13px 0;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    color: #1e1e1e;
    font-size: 13px;
    line-height: 1em;
}
#latest_board ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 3px;
	height: 3px;
	background-color: #333;
}
#latest_board ul li:last-child a {
	border-bottom: 0px;
}
#latest_board ul li a:hover {
	color: #ed2839;
}
@media (max-width:768px){
	#latest_board ul li a {
		font-size: 11px;
	}
}

/*latest_event*/
#latest_event a {
	text-decoration: none;
	display: block;
}
#latest_event .txtbox {
	margin-top: 15px;
}
#latest_event .txtbox h4 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 5px;
}
#latest_event .txtbox p {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 400;
	color: #636363;	
}
#latest_event .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #eee;
}
#latest_event .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #282d6b;
}
#latest_event .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #282d6b;
	width: 30px;
    border-radius: 10px;
}
@media (max-width:768px) {
	#latest_event .txtbox {
		margin-top: 10px;
	}
	#latest_event .txtbox h4 {
		font-size: 13px;
	}
	#latest_event .txtbox p {
		font-size: 11px;
	}
	#latest_event .owl-carousel .owl-dots .owl-dot.active span{
		background-color: #282d6b;
		width: 20px;
		border-radius: 10px;
	}
}
/*sub_container*/
@media (min-width:1300px){
	.sub_container {
		width: 1300px;
	}
}
/*left-sitecon*/
@media (min-width:991px){
	#left-sitecon {
		margin-top: -65px;
	}
	#left-sitecon .left_tt {
		background: url(../img/left_tt_bg.png) right top no-repeat;
		background-color: #002894;
		padding: 50px 25px;
	}
	#left-sitecon .left_tt h3 {
		color: #fff;
		font-size: 25px;
		line-height: 1em;
		font-weight: 600;
	}
	#left-sitecon .left_tt p {
		color: #5876a5;
		font-size: 13px;
		line-height: 1em;
		font-weight: 600;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	#left-sitecon ul li a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 16px;
		line-height: 1em;
		color: #636363;
		padding: 15px 25px;
		text-decoration: none;
		border: 1px solid #ddd;
		position: relative;
		background-color: #f7f7f7;
		border-top: 0px;
	}
	#left-sitecon ul li a.active {
		color: #174793;
		font-weight: 600;
		border-bottom: 1px solid #174793;
		background-color: #fff;
	}
}
@media (max-width:992px){
	#left-sitecon {
		padding: 20px 0 0 !important;
		text-align: center;
	}
	#left-sitecon ul li,
	#left-sitecon ul li a {
		display: inline-block;
	}
	#left-sitecon ul li a {
		padding: 5px 10px;
		line-height: 1em;
		border: 1px solid #ddd;
		color: #1e1e1e;
		font-size: 15px;
		margin-bottom: 5px;
		text-decoration: none;
	}
	#left-sitecon ul li a.active {
		color: #174793;
		font-weight: 600;
		border-bottom: 1px solid #174793;
		background-color: #fff;		
	}
}
@media (max-width:768px){
	#left-sitecon ul li a {
		font-size: 12px;
	}
}

/*bt_link*/
.bt_link .lfban {
	display: table;
    width: 100%;
    text-decoration: none;
	border-bottom: 1px dashed #ddd;
}
.bt_link .lfban01 {
	background: url(../img/ban01.png) 95% center no-repeat;
	background-size: 50px;
}
.bt_link .lfban02 {
	background: url(../img/ban05.png) 95% center no-repeat;
	background-size: 50px;
}
.bt_link .txtbox {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.bt_link .txtbox h2 {
	font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
.bt_link .txtbox h5 {
	font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
.bt_link .txtbox h6 {
	font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 400;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (max-width:768px){
	.bt_link .lfban {
		background-size: 40px;
	}
	.bt_link .txtbox {
		padding-left: 45px;
		height: 70px;
	}
	.bt_link .txtbox h2 {
		font-size: 16px;
	}
	.bt_link .txtbox h5 {
		font-size: 13px;
	}
	.bt_link .txtbox h6 {
		font-size: 10px;
	}
}
/*all-content-wrp*/
@media (min-width:991px){
	#all-content-wrp {
		padding: 60px 0px 60px 60px;
	}
}
@media (max-width:992px){
	#all-content-wrp {
		padding: 30px 0px;
	}	
}
/*sub_top*/
.sub_top {
	border-bottom: 3px solid #174793;
	margin-bottom: 20px;
}
.sub_top h1 {
	font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.sub_top {
		margin-bottom: 5px;
	}
	.sub_top h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}	
}
/*bo_con*/
.bo_con {
	padding: 30px 0;
}




.sb_con .table .img_wrp img{
	width:40px;
}