@charset "utf-8";
.w1200 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
/******** Header ********/
#header {
	border-top: 2px solid #1b4e85;
	border-bottom: 1px solid #0354af;
}
.topLine {
	border-bottom: 1px solid #d5d6da;
	overflow: hidden;
}
.logoH {
	float: left;
}
.logoH h1 a {
	display: block;
	width: 290px;
	height: 68px;
	line-height: 68px;
	background: url('../images/common/bg_logo3_en.png') center center no-repeat;
	text-indent: -5000px;
}
.btn_search_res {
	display: none;
	background: #fff url('../images/common/btn_search_res.png') center center no-repeat;
	text-indent: -5000px;
	width: 79px;
	height: 75px;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_search_res.on {
	background: #fff url('../images/common/btn_search_res_close.png') center center no-repeat;
}
.searchBox {
	float: left;
	position: relative;
	margin: 17px 10px 0 50px;
}
.searchBox label {
	font-size: 0;
	line-height: 0;
}
.searchArea {
	border: 4px solid #006ddd;
	width: 200px;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
}
.searchBtn {
	text-indent: -5000px;
	background: #006ddd url(../images/common/icon_search.png) center center no-repeat;
	border: 0;
	width: 35px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
}
.box_right_link {
	float: right;
	margin-top: 17px;
}
/* body.desktop .searchBox {display: block !important;} */
body.desktop .searchBox {display: none !important;}
body.desktop .box_right_link.open {
	display: block !important;
}
.box_right_link .taegugki {
	float: left;
	display: block;
}
.gnb {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.gnb > li,
.linkSns > li {
	float: left;
}
.gnb > li > a {
	display: block;
	color: #626262;
	font-size: 12px;
	text-align: center;
	background: url('../images/common/bar_gnb.gif') right 5px no-repeat;
	margin-right: 11px;
	padding-right: 10px;
}
.gnb > li.last > a {
	background: none;
	margin-right: 0;
}

.linkSns {
	float: left;
	margin-top: 9px;
}
.linkSns > li {
	margin-left: 5px;
}
.linkSns > li > a {
	display: block;
	width: 22px;
	height: 18px;
	background: url('../images/common/linkSns.png') left center no-repeat;
	text-indent: -5000px;
}
.linkSns > li.btn_tw > a {background-position: -22px center;}
.linkSns > li.btn_yt > a {background-position: -44px center;}

/* 상단 nav */
.btn_all_menu {
	display: none;
}
.nDesktop > ul:after {
	content: " ";
	display: block;
	clear: both;
}
nav {
	position: relative;
}
.nDesktop {
	display: block !important;
}
.nDesktop .navHeader {
	position: relative;
    height: 44px;
}
.nDesktop .navHeader li a {
	color: #000;
	font-size: 1.29em;
	text-align: center;
}
.nDesktop .navHeader li a:hover,
.nDesktop .navHeader li a:focus {
	color: #0157b3;
}
.nDesktop .navHeader > li {
	float: left;
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: url('../images/common/line_lnb_nav.gif') left center no-repeat;
	text-indent: 15px;
}
.nDesktop .navHeader > li.first {
	background: none;
	text-indent: 0;
}
.nDesktop .navHeader > li:hover {
	text-decoration: none;
}
.nDesktop .navHeader > li.on {
	border-bottom: 4px solid #0157b3;
}
.nDesktop .navHeader > li > a {
	display: block;
	width: 100%;
	padding: 10px 0 4px 0;
}
.nDesktop .navHeader > li:hover > a {
	text-decoration: none;
}
/* 상단 2뎁스 메뉴*/
.nDesktop .depth02Bg {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	height: 134px;
	background: #f3f3f3;
	border-bottom: 1px solid #e3e3e6;
	z-index: 55;
}
.nDesktop .depth02Box {
	display: none;
	width: 94%;
	height: 134px;
	overflow: hidden;
	position: absolute;
	top: 46px;
	right: 0;
	z-index: 56;
}
.nDesktop .hn1 > .depth02Box {background: url('../images/common/bg_top01.png') right bottom no-repeat;}
.nDesktop .hn2 > .depth02Box {background: url('../images/common/bg_top02.png') right bottom no-repeat;}
.nDesktop .hn3 > .depth02Box {background: url('../images/common/bg_top03.png') right bottom no-repeat;}
.nDesktop .hn4 > .depth02Box {background: url('../images/common/bg_top04.png') right bottom no-repeat;}
.nDesktop .hn5 > .depth02Box {background: url('../images/common/bg_top05.png') right bottom no-repeat;}
.nDesktop .navHeader .depth02 {
	float: left;
	position: relative;
	z-index: 9;
	text-indent: 0;
	margin-right: 10%;
	padding-top: 10px;
}
.nDesktop .navHeader li.hn2 .depth02,
.nDesktop .navHeader li.hn4 .depth02,
.nDesktop .navHeader li.hn5 .depth02 {
	width: 21%;
	margin-right: 0;
}
.nDesktop .navHeader li.hn3 .depth02 {
	margin-right: 2%;
}
.nDesktop .navHeader .depth02 > li {
	text-indent: 10px;
	background: url('../images/common/bul_lnb_sub.png') left 9px no-repeat;
	text-align: left;
	vertical-align: top;
	height: 23px;
}
.nDesktop .navHeader .depth02 > li > a:hover {
	color: #175daa;
}
.nDesktop .navHeader .depth02 > li > a {
	color: #282828;
	font-size: 13px;
	font-size: 0.93em;
}

.nDesktop .depth02Bg.on,
.nDesktop .depth02Box.on {
	display: block;
}
.nDesktop .depth03 {
	display: none;
}

/******** Body ********/
/* 비주얼 영역 */
#mainVisual {
	width: 100%;
	height: 420px;
}
/* Visual */
.mvBox {
	position: relative;
	width: 100%;
	height: 400px;
	padding-top: 20px;
	background-size: cover;
	background-position: center center;
}
.mvBox {
	width: auto;
	max-width: 1200px;
	height: 420px;
	margin: 0 auto;
}
.mvBox {
	position: relative;
}
.mvBox .btn_control {
	position: absolute;
	left: 0px;
	margin-top: -1px;
}
.mvBox .bn_sl_prev,
.mvBox .bn_sl_next,
.mvBox .bn_sl_play {
	width: 60px;
	height: 60px;
	float: left;
	display: block;
	margin-right: 1px;
	background: url('../images/common/btn_news_control_off.png') left top no-repeat;
	text-indent: -5555px;
}
.mvBox .bn_sl_prev:hover,
.mvBox .bn_sl_next:hover,
.mvBox .bn_sl_play:hover {
	background: url('../images/common/btn_news_control_on.png') left top no-repeat;
}

.mvBox .bn_sl_next {
	background-position: right top !important;
}
.mvBox .bn_sl_play {
	background-position: -61px top !important;
}
.mvBox .bn_sl_play.stopShow {
	background-position: -122px top !important;
}
.mvBox .mainVisual > li {
	padding: 0 0 0 50px;
}
.mvBox .mainVisual > li img {
	max-width: 100%;
	/* width: 790px; */
	height: 380px;
}
.mvBox .bx-controls-direction a {
	width: 60px;
	height: 60px;
	float: left;
	display: block;
	margin-right: 1px;
	background: url('../images/common/btn_news_control_off.png') left top no-repeat;
	text-indent: -5555px;
}
.mvBox .bx-controls {
	position: absolute;
	right: 197px;
	bottom: 65px;
	z-index: 110;
	width: 183px;
}
.mvBox .bx-pager {
	height: 80px;
	padding-top: 15px;
}
.mvBox .bx-pager a {
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	overflow: hidden;
}
.mvBox .bx-pager a:hover {
	text-decoration: underline;
}
.mvBox .bx-controls-auto {
	position: absolute;
	left: 61px;
}
.mvBox .bx-controls-auto a {
	width: 60px;
	height: 60px;
	float: left;
	display: block;
	margin-right: 1px;
	background: url('../images/common/btn_news_control_off.png') left top no-repeat;
	text-indent: -5555px;
}
.mvBox .bx-controls-auto a.active {
	display: none;
}
.mvBox .bx-prev {
	background-position-x: left !important;
}
.mvBox .bx-next {
	background-position-x: right !important;
	margin-left: 61px;
}
.mvBox .bx-start {
	background-position-x: -122px !important;
}

.mvBox .bx-stop {
	background-position-x: -61px !important;
}
.mvBox .bx-caption {
	position: absolute;
	right: 60px;
	top: 25px;
	width: 290px;
	height: 240px;
	padding: 15px 20px;
	background: url('../images/common/bg_news_02.png') left top no-repeat;
}
.mvBox .bx-caption > a {
	text-decoration: none;
}
.mvBox h4 {
	height: 55px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3490e8;
	line-height: 1.35em;
	font-weight: 600;
	font-size: 1.45em;
	color: #fff;
}
.mvBox p {
	height: 80px;
	margin-top: 15px;
	color: #fff;
}
.mvBox a.read_plus {
	position: absolute;
	right: 0;
	bottom: 95px;
	display: block;
	background: url('../images/common/btn_new_more.png') center center repeat-x;
	width: 66px;
	height: 66px;
}
.mvBox a.read_more {
	display: none;
}
.mvBox .box_news {
	position: relative;
	left: 68%;
	top: 50px;
	z-index: 100;
	width: 330px;
	height: 390px;
}
.mvBox .box_news_bg {
	/* width: 330px;
	height: 340px; */
}
.mvBox .box_news_bg02 {
	width: 300px;
	height: 240px;
	padding: 15px 20px;
	background: url('../images/common/bg_news_02.png') left top no-repeat;
}
.mvBox .box_news_bg02 a.read_plus {
	position: absolute;
	right: 10px;
	bottom: 95px;
	display: block;
	background: url('../images/common/btn_new_more.png') center center repeat-x;
	width: 66px;
	height: 66px;
}
.mvBox .box_news_bg02 a.read_more {
	display: none;
}
.mvBox .box_news article {
	position: absolute;
	left: 0px;
	top: 0px;
}
.mvBox .box_news figure {
	position: absolute;
	left: -767px;
	top: -30px;
	z-index: -1;
}
.mvBox .box_news h3 {
	position: absolute;
	left: 20px;
	z-index: 100;
	font-size: 1em;
}
.mvBox .box_news h3.link_news01 { top: 187px; }
.mvBox .box_news h3.link_news02 { top: 212px; }
.mvBox .box_news h3.link_news03 { top: 237px; }
.mvBox .box_news h3 span {
	color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 280px;
    overflow: hidden;
}
.mvBox .box_news h3.on span,
.mvBox .box_news h3 span:hover { 
	text-decoration: underline;
	cursor: pointer;
}
.mvBox .box_news h4 {
	height: 55px;
	padding-bottom: 10px;
/* 	border-bottom: 1px solid #3490e8; */
	line-height: 1.35em;
	font-weight: 600;
	font-size: 1.45em;
	color: #fff;
}
.mvBox .box_news p {
	height: 70px;
	margin-top: 15px;
	/* color: #a9cad4; */
	color: #fff;
}
.mvBox .box_news p > a {
	color: #fff !important;
}
.mvBox .box_news span {
	display: none;
}
.mvBox .btn_news_nav  {
	position: absolute;
	left: 0;
	bottom: 60px !important;
}
.mvBox .btn_news_nav button {
	width: 60px;
    height: 60px;
    float: left;
    display: block;
    margin-right: 1px;
    background: url(../images/common/btn_news_control_off.png) left top no-repeat;
	text-indent: -5555px;
}
.mvBox .btn_news_nav button:hover {
	background-image: url('../images/common/btn_news_control_on.png') ;
}
.mvBox .btn_news_nav button.btn_play {
	background-position: -61px top;
}
.mvBox .btn_news_nav button.btn_next {
	background-position: right top;
}
/* 게시판탭 영역 */
#boardTab {
	overflow: hidden;
	margin: 20px auto;
}
.nBox {
	position: relative;
	float: left;
	margin-right: 1.7%;
	width: 33.7%;
	max-width: 415px;
	min-height: 242px;
	border: 5px solid #dfdfdf;
	padding: 15px;
}
.nBox h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}
.recentNews h3 {color: #15989a;}
.photoNews h3 {color: #036dac;}
.nBox h4 a {
	color: #fff;
	white-space: nowrap;
	display: block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.95em;
}
.nBox p.date {
	color: #292929;
	font-size: 12px;
	font-size: 0.85em;
	margin-bottom: 5px;
}
.nBox p.content {
	color: #707070;
	line-height: 120%;
	height: 50px;
	overflow: hidden;
	margin-bottom: 40px;
}
.nBox .nMore {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 33px;
	height: 33px;
	border: 1px solid #b2b2b2;
	background: #fff url('../images/common/btn_more.gif') center center no-repeat;
	text-indent: -5000px;
}
.nBox li {
	padding-left: 12px;
	background: url('../images/common/bul_style_01.gif') left center no-repeat;
}
.nBox li.first {
	padding-left: 0;
}
.nBox li.first h4 a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.recentNews {
	background: url('../images/common/bg_news_green.gif') left bottom no-repeat;
}
.photoNews {
	background: url('../images/common/bg_news_blue.gif') left bottom no-repeat;
}
.photoNews .nBox_thumb {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.photoNews .nBox_thumb img {
	width: 100%;
}
.photoNews ul li.first {
	overflow: hidden;
}
.photoNews ul li > div {
	float: right;
	width: 60%;
}
#rightBox {
	float: right;
	width: 22.5%;
}
.linkBox {
	position: relative;
	width: 88%;
	max-width: 268px;
	height: 53px;
	border: 1px solid #dfdfdf;
	padding: 15px;
	margin-bottom: 20px;
}
.linkBox.n1 {background: url('../images/common/bg_linkBox01_2.gif') right bottom no-repeat;}
.linkBox.n2 {background: url('../images/common/bg_linkBox02_2.gif') right bottom no-repeat; margin-bottom: 0;}
.linkBox h3 {
	font-size: 1.15em;
	line-height: 120%;
}
.linkBox a,
.linkBox a:visited {
	color: #0e439b;
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
}
.linkBox p {
	font-size: 0.85em;
}
.linkBox2 {
	overflow: hidden;
	width: 100%;
	padding: 25px 0 14px;
/*	padding: 13px 0 14px;*/
}
.linkBox2 li {
	float: left;
	width: 32.5%;
	text-align: center;
}
.linkBox2 li > a {
	display: block;
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
	width: 85px;
	height: 20px;
	background: url('../images/common/bg_linkBox2.png') center top no-repeat;
	margin: 0 auto;
	padding-top: 43px;
}
.linkBox2 li.first a {background-position: left top;}
.linkBox2 li.last a {background-position: right top;}

/* 게시판 바로가기 영역  */
.boardLinkBox {
	overflow: hidden;
	margin-bottom: 10px;
}
.boardLink {
	float: left;
	position: relative;
	width: 22.5%;
	height: 150px;
	margin-right: 3%;
	margin-bottom: 10px;
}
.boardLink h3 {
	color: #67739f;
	font-size: 1.05em;
	font-weight: bold;
	width: 218px;
	height: 20px;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
	background: url('../images/common/boardLink_h3.png') left top no-repeat;
}
.boardLink p {
	color: #878787;
	font-size: 0.8em;
	padding-left: 10px;
}
.boardLink a:visited,
.boardLink a {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 29px;
	height: 34px;
	line-height: 33px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	background: #9699a5 url('../images/common/btn_boardLink.png') center center no-repeat;
	padding-right: 5px;
}
.boardLink a:hover {
	color: #fff;
	text-decoration: none;
	background: #535973 url('../images/common/btn_boardLink.png') center center no-repeat;
}
.boardLink.b01 {background: url('../images/common/bg_boardLink01.gif') right bottom no-repeat;}
.boardLink.b02 {background: url('../images/common/bg_boardLink02.gif') right bottom no-repeat;}
.boardLink.b03 {background: url('../images/common/bg_boardLink03.gif') right bottom no-repeat;}
.rightLinkBox {
	float: right;
	width: 22.5%;
}
.koreanetBox {
	float: left;
	position: relative;
	width: 76%;
	height: 180px;
	margin-bottom: 10px;
}
.rightLinkBox .bannerZone {
	overflow: hidden;
	position: relative;
	/*margin-bottom: 15px;*/
	margin-bottom: 20px;
}
.rightLinkBox .bannerZone .oneBanner li {
	border: 1px solid #d2d2d2;
}
.rightLinkBox .bannerZone .oneBanner li img {
	display: block;
	margin: 0 auto;
}
.rightLinkBox .bannerZone .bx-controls {
	position: absolute;
	top: 18px;
	left: 5%;
	width: 90%;
}
/* .rightLinkBox .bannerZone .bx-controls-direction {
	position: relative;
} */
.rightLinkBox .bannerZone .bx-controls-direction > a {
	position: absolute;
	display: block;
	float: left;
	width: 25px;
	height: 27px;
	background: url('../images/common/btn_oneBanner.png') left center no-repeat;
	text-indent: -5555px;
}
.rightLinkBox .bannerZone .bx-controls-direction > a.bx-prev {left: 0;}
.rightLinkBox .bannerZone .bx-controls-direction > a.bx-next {right: 0; background-position: right center;}

.rightLinkBox .petition {
	display: block;
	width: 253px;
	height: 48px;
	line-height: 20px;
	color: #555;
	font-size: 1.15em;
	border: 1px solid #c2c2c2;
	background: url('../images/common/bg_petition.jpg') center center no-repeat;
	padding: 13px 0 7px 15px;
}

.bannerList {
	width: 22%;
	float: right;
	padding: 25px 0;
}
.bannerList li {
	display: inline-block;
	padding: 15px 10px;
	text-align: center;
}
.bannerList li.d3 {
	display: block;
	border-top: 1px dashed #adadad;
	border-bottom: 1px dashed #adadad;
}

/* 하단 배너존 영역 */
#bannerZone {
	overflow: hidden;
	max-width: 1158px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 8px 20px 2px;
	margin: 0 auto 30px;
}
#bannerZone h3 {display: none;}
#bannerZone.respond .bx-controls-direction,
#bannerZone.respond .bx-controls-auto {
	display: none;
}
.bottombanner li {
	width: auto !important;
}
#bannerZone .bx-controls {
	position: absolute;
	top: 10px;
	right: 40px;
}
#bannerZone .bx-controls > div {
	float: left;
}
#bannerZone .bx-controls-direction, 
#bannerZone .bx-controls-auto {
	position: relative;
}
#bannerZone .bx-controls-direction > a,
#bannerZone .bx-controls-auto-item > a {
	position: absolute;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url('../images/common/btn_rolling02_cont.gif') left center no-repeat;
	text-indent: -5555px;
}
#bannerZone .bx-controls-direction > a.bx-prev {right: 30px;}
#bannerZone .bx-controls-direction > a.bx-next {background-position: right center;}
#bannerZone .bx-controls-auto-item a.bx-start {background-position: -60px center; right: 0;}
#bannerZone .bx-controls-auto-item a.bx-stop {background-position: -30px center; right: 0;}

#bannerZone .bx-controls-auto-item a {display: block;}
#bannerZone .bx-controls-auto-item a.active {display: none;}

/******** Footer ********/
#box_wrap_footer{
	background-color: #f1f1f5;
	border-top: 1px solid #dfdfe3;
	letter-spacing: -0.5px;
}
#box_wrap_footer .logoF {
	margin-right: 60px;
}
#box_wrap_footer .logoF h1 a {
	width: 231px;
	background: url('../images/common/bg_logo_f.gif') center center no-repeat;
}
#box_footer {
	overflow: hidden;
	padding: 15px 0;
}
#box_footer .footer_info {
	float: left;
	color: #454545;
	font-size: 0.95em;
	margin-top: 15px;
}
#box_footer .footer_info address {
	margin-bottom: 5px;
}
#box_footer .footer_info span.em {
	color: #00579a !important;
}
#box_footer .qrcode {
	float: right;
}
button#mTop {
	display: none;
	width: 58px;
	height: 58px;
	position: fixed;
	bottom: 15px;
	right: 20px;
	background: url('../images/common/btn_mTop.png') center center no-repeat;
	text-indent: -5000px;
	opacity: 0.8;
	z-index: 999;
}

/* Scroll Fixed */
nav.fixed {
	position: fixed;
	height: 49px;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #0354AF;
	background-color: #fff;
}

/* layer popup */
.layer_popup {
	position: fixed;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #444;
}
.layer_popup p {
	height: 360px;
}
.layer_popup img {
	display: block;
}
.layer_popup .popup_close {
	position: relative;
	padding: 8px 10px;
	color: #373737;
	font-size: 0.95em;
	letter-spacing: -1.5px;
}
.close_period label {
	font-size: 0;
	line-height: 0;
}
.close_period select {
	border: 1px solid #7f7f7f;
	color: #666;
	font-weight: bold;
	width: 50px;
	height: 25px;
	line-height: 23px;
	padding-left: 10px;
/* 	background: #efefef url('../images/common/layer_select.gif') right center no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; */
	margin-right: 5px;
}
.close_period a.p_close {
	background-color: #13a895;
	color: #fff;
	padding: 3px 10px 5px;
} 
.layer_popup button.close {
	background: url('../images/common/layer_close.gif') center center no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -5000px;
	position: absolute; 
	bottom: 8px;
	right: 8px;
}