
@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display);*/
@font-face {
  font-family: 'NBG';
  font-style: normal;
  src: url('../font/NanumBarunGothic.eot');
  src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/NanumBarunGothic.woff') format('woff'), /* Modern Browsers */ url('../font/NanumBarunGothic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/NanumBarunGothic.svg#svgMothnnaFont') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'NBGB';
  font-style: normal;
  src: url('../font/NanumBarunGothicBold.eot');
  src: url('../font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/NanumBarunGothicBold.woff') format('woff'), /* Modern Browsers */ url('../font/NanumBarunGothicBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/NanumBarunGothicBold.svg#svgMothnnaFont') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Reset */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 13px;
  line-height: 1.2;
  color: #555;
  font-family: 'NBG', Dotum, '돋움', Arial, sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}
fieldset {
  border: none;
}
img {
  border: 0;
  vertical-align: middle;
}
address,
em {
  font-style: normal;
  color: #666;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table,
td,
th {
  border: none;
}
th {
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color:#f60;
  text-decoration: none;
}
caption,
legend {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
button > span,
button > em {
  position: relative;
  top: 0;
  left: 0;
}
textarea {
  padding: 10px;
  border: 1px solid #9c9c9c;
  resize: none;
  vertical-align: middle;
}
select {
  border: 1px solid #9c9c9c;
  height: 25px;
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=number] {
  height: 26px;
  padding: 0 5px;
  line-height: 26px;
  text-indent: 3px;
  vertical-align: middle;
  border: 1px solid #d1d1d1;
}
input[type=file] {
  padding: 5px;
  background: none;
  border: none;
}
input[type=image],
input[type=checkbox] {
  border: 0 none !important;
  vertical-align: middle;
  margin-right: 2px;
}
input[type='checkbox'],
input[type='radio'] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.none {
  position: absolute;
  top: -5000px;
  left: -5000px;
  height: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.bgi {
  background-image: url(../images/bg_common.png);
  background-repeat: no-repeat;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}


html {width:100%;min-width:1300px;}
/* header */
#header {position: relative;width: 100%;height:126px;font-size:12px;background:url('/images/common/bg_header.gif') 0 0 repeat-x;z-index:3;border-bottom:1px solid #ddd;}
#header .top_menu {*zoom:1;width:1100px;height:40px;margin:0 auto;}
#header .top_menu:after {content:" "; display:block; clear:both;}
#header .top_menu ul {float:right;padding:13px 0;height:12px;}
#header .top_menu li {float:left;display:inline;font-size:0;line-height:0;}
#header .top_menu li img {vertical-align:middle;}
#header .gnb_search {float:right;margin:7px 0 0 15px;}
#header .gnb_search input {
  vertical-align:middle;
  width: 186px;
  height: 25px;
  line-height: 23px;
  border-color: #808080;
  background-color: #676767;
  margin-right: -3px;
}
#header #lnb {width:1100px;margin:0 auto;clear:both;}
#gnb {
  position: relative;
  background-color: #454545;
  height: 40px;
  line-height: 40px;
  z-index: 2;
}
#gnb .inner {
  text-align: right;
}
#gnb ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
#gnb ul li {
  float: left;
}
#gnb .gnb_search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#gnb .gnb_search input {
  width: 186px;
  height: 25px;
  line-height: 23px;
  border-color: #808080;
  background-color: #676767;
  margin-right: -3px;
}
#lnb {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: url(../images/bg_header.gif) 0 0 repeat-x;
}
#lnb h1 {
  float: left;
}
#lnb .nav {
  float: right;
  overflow: hidden;
}
#lnb .nav li {
  float: left;
}
#lnb .nav li a {
  display: block;
  height: 86px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(../images/lnb.png) 0 0 no-repeat;
}
#lnb .nav li a.item1 {
  width: 138px;
  background-position: 0 0;
}
#lnb .nav li a.item1:hover,
#lnb .nav li a.item1.hover,
#lnb .nav li a.item1.active {
  background-position: 0 -97px;
}
#lnb .nav li a.item2 {
  width: 127px;
  background-position: -138px 0;
}
#lnb .nav li a.item2:hover,
#lnb .nav li a.item2.hover,
#lnb .nav li a.item2.active {
  background-position: -138px -97px;
}
#lnb .nav li a.item3 {
  width: 182px;
  background-position: -265px 0;
}
#lnb .nav li a.item3:hover,
#lnb .nav li a.item3.hover,
#lnb .nav li a.item3.active {
  background-position: -265px -97px;
}
#lnb .nav li a.item4 {
  width: 125px;
  background-position: -447px 0;
}
#lnb .nav li a.item4:hover,
#lnb .nav li a.item4.hover,
#lnb .nav li a.item4.active {
  background-position: -447px -97px;
}
#lnb .nav li a.item5 {
  width: 128px;
  background-position: -572px 0;
}
#lnb .nav li a.item5:hover,
#lnb .nav li a.item5.hover,
#lnb .nav li a.item5.active {
  background-position: -572px -97px;
}
#lnb .nav li a.item6 {
  width: 100px;
  background-position: -700px 0;
}
#lnb .nav li a.item6:hover,
#lnb .nav li a.item6.hover,
#lnb .nav li a.item6.active {
  background-position: -700px -97px;
}
#lnb .nav li a:hover,
#lnb .nav li a.hover {
  height: 97px;
}
#lnb .nav li a.active {
  height: 86px;
  border-bottom: 1px solid #ddd;
}
#lnb .nav li a.active:hover,
#lnb .nav li a.active.hover {
  border-bottom: none;
  height: 97px;
}
#lnb_sub {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}
#lnb_sub .inner {
  overflow: hidden;
  height: 205px;
  padding: 16px 0 12px 300px;
  background: url(../images/bg_lnb.png) 0 bottom no-repeat;
}
#lnb_sub .inner ul {
  position: relative;
  float: left;
  height: 100%;
  padding: 4px 0 0 30px;
  border-left: 1px solid #e5e5e5;
}
#lnb_sub .inner ul.item1 {
  width: 138px;
}
#lnb_sub .inner ul.item2 {
  width: 127px;
}
#lnb_sub .inner ul.item3 {
  width: 182px;
}
#lnb_sub .inner ul.item4 {
  width: 125px;
}
#lnb_sub .inner ul.item5 {
  width: 128px;
}
#lnb_sub .inner ul.item6 {
  width: 100px;
}
#lnb_sub .inner ul li a {
  line-height: 24px;
  color: #545454;
}
#lnb_sub .inner ul li a:hover,
#lnb_sub .inner ul li a.active {
  color: #1484bf;
  border-bottom: 1px solid #1484bf;
}
#main_visual {width:100%;background:#b7d8e7;}


/* footer */
#footer .top {
  line-height: 48px;
  height: 50px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #e9e9e9;
}
#footer .top .inner {
  position: relative;
  z-index: 10;
}
#footer .top .nav {
  float: left;
  overflow: hidden;
}
#footer .top .nav li {
  float: left;
}
#footer .top .nav li a {
  display: inline-block;
  color: #828282;
}
#footer .top .nav li span {
  display: inline-block;
  color: #c4c4c4;
  margin: 0 8px;
}
#footer .top .family {
  position: absolute;
  top: 10px;
  right: 0;
}
#footer .top .family p {
  overflow: hidden;
  width: 172px;
  height: 30px;
  padding: 0 10px;
  line-height: 28px;
  border: 1px solid #d1d1d1;
  background-color: #f6f6f6;
  color: #8f8f8f;
  cursor: pointer;
}
#footer .top .family p i {
  float: right;
  line-height: 28px;
}
#footer .top .family ul {
  display: none;
  width: 172px;
  line-height: 20px;
  padding: 10px;
  margin-top: -1px;
  border: 1px solid #d1d1d1;
  background-color: #f6f6f6;
}
#footer .top .family ul.active {
  display: block;
}
#footer .top .family ul li a {
  color: #8f8f8f;
}
#footer .bottom {
  background-color: #f5f5f5;
  overflow: hidden;
}
#footer .bottom .inner {
  position: relative;
  height: 98px;
}
#footer .bottom .btn_footer_fix {
  position:absolute;
  bottom: 25px;
  left: 561px;
  width:140px;
  height:20px;
  z-index:1000;
}
#footer .bottom h1 {
  float: left;
  line-height: 98px;
  margin-right: 30px;
}
#footer .bottom p {
  float: left;
  line-height: 18px;
  margin-top: 34px;
  color: #8f8f8f;
}
#footer .bottom ul {
  float: right;
  margin-top: 28px;
}
#footer .bottom ul li {
  line-height: 16px;
  padding-left: 25px;
  color: #8f8f8f;
  background: url(../images/footer_icon_print.png) 0 0 no-repeat;
}
#footer .bottom ul li:first-child {
  margin-bottom: 8px;
  background-image: url(../images/footer_icon_tel.png);
}
#footer .bottom ul li span {
  color: #91773e;
}
/* main */
#main {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
#main .cols {
  float: left;
  width: 250px;
}
#main .col1 {
  margin-right: 38px;
}
#main .col2 {
  width: 524px;
}
#main .col2 .tab_btn {
  overflow: hidden;
  background: url(../images/main/bg_tab.gif) 0 0 repeat-x;
  margin-bottom: 12px;
}
#main .col2 .tab_btn li {
  float: left;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
#main .col2 .notice {
  margin-top: 38px;
  margin-bottom: 33px;
}
#main .col2 .notice .tab_btn li {
  background: url(../images/main/bg_tab_notice.gif) 0 0 no-repeat;
}
#main .col2 .notice .tab_btn li.tab1 {
  width: 53px;
  margin-right: 21px;
  background-position: 0 0;
}
#main .col2 .notice .tab_btn li.tab1:hover,
#main .col2 .notice .tab_btn li.tab1.active {
  background-position: 0 -28px;
}
#main .col2 .notice .tab_btn li.tab2 {
  width: 53px;
  margin-right: 21px;
  background-position: -89px 0;
}
#main .col2 .notice .tab_btn li.tab2:hover,
#main .col2 .notice .tab_btn li.tab2.active {
  background-position: -89px -28px;
}
#main .col2 .notice .tab_btn li.tab3 {
  width: 52px;
  margin-right: 21px;
  background-position: -181px 0;
}
#main .col2 .notice .tab_btn li.tab3:hover,
#main .col2 .notice .tab_btn li.tab3.active {
  background-position: -181px -28px;
}
#main .col2 .notice .tab_btn li.tab4 {
  width: 53px;
  background-position: -267px 0;
}
#main .col2 .notice .tab_btn li.tab4:hover,
#main .col2 .notice .tab_btn li.tab4.active {
  background-position: -267px -28px;
}
#main .col2 .report {
  margin-bottom: 23px;
}
#main .col2 .report .tab_btn li {
  background: url(../images/main/bg_tab_report.gif) 0 0 no-repeat;
}
#main .col2 .report .tab_btn li.tab1 {
  width: 65px;
  margin-right: 21px;
  background-position: 0 0;
}
#main .col2 .report .tab_btn li.tab1:hover,
#main .col2 .report .tab_btn li.tab1.active {
  background-position: 0 -28px;
}
#main .col2 .report .tab_btn li.tab2 {
  width: 66px;
  margin-right: 21px;
  background-position: -86px 0;
}
#main .col2 .report .tab_btn li.tab2:hover,
#main .col2 .report .tab_btn li.tab2.active {
  background-position: -86px -28px;
}
#main .col2 .report .tab_btn li.tab3 {
  width: 52px;
  margin-right: 21px;
  background-position: -179px 0;
}
#main .col2 .report .tab_btn li.tab3:hover,
#main .col2 .report .tab_btn li.tab3.active {
  background-position: -179px -28px;
}
#main .col2 .report .tab_btn li.tab4 {
  width: 78px;
  background-position: -264px 0;
}
#main .col2 .report .tab_btn li.tab4:hover,
#main .col2 .report .tab_btn li.tab4.active {
  background-position: -264px -28px;
}
#main .col2 .tab_contents {
  display: none;
}
#main .col2 .tab_contents.active {
  display: block;
}
#main .col2 .tab_contents li a {
  display: block;
  overflow: hidden;
  line-height: 24px;
}
#main .col2 .tab_contents li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 450px;
  color: #2e2d35;
}
#main .col2 .tab_contents li a em {
  display: block;
  float: right;
  color: #878787;
}
#main .col2 .tab_contents li a:hover * {
  color: #618e15;
  text-decoration: underline;
}
#main .col2 .notice,
#main .col2 .report {
  position: relative;
}
#main .col2 a.more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#main .col2 .gallery h2 {
  position: relative;
  margin-bottom: 15px;
}
#main .col2 .gallery h2 a {
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  top: 0;
  right: 0;
}
#main .col2 .gallery ul {
  margin: 0 -7px 0 -8px;
}
#main .col2 .gallery ul li {
  width: 164px;
  float: left;
  margin: 0 7px 10px 8px;
}
#main .col2 .gallery ul li a {
  display: block;
}
#main .col2 .gallery ul li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  text-align: center;
}
#main .col3 {
  float: right;
}
#main .col3 a {
  display: block;
}
#popupzone {
  position: relative;
  padding-top: 55px;
}
#popupzone .bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: url(../images/main/popupzone_title.gif) 0 0 no-repeat;
}
#popupzone .bx-controls a {
  display: block;
  position: absolute;
  bottom: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  background: url(../images/main/popupzone_btn.gif) 0 0 no-repeat;
}
#popupzone .bx-controls a.bx-next {
  right: 14px;
  background-position: -42px 0;
}
#popupzone .bx-controls a.bx-prev {
  right: 56px;
  background-position: 0 0;
}
#popupzone .bx-controls a.bx-start,
#popupzone .bx-controls a.bx-stop {
  right: 35px;
  background-position: -21px 0;
}
#main_visual ul {
  height: 343px;
}
#main_visual ul li {
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#main_visual ul li.item1 {
  background-image: url(../images/main/main_visual1.jpg);
}
#main_visual ul li.item1 .inner {
  height: 100%;
}
#main_visual ul li.item1 .inner > img {
  display: block;
  position: absolute;
}
#main_visual ul li.item1 .inner > img.vt1 {
  display: none;
  top: 50px;
  left: 0;
}
#main_visual ul li.item1 .inner > img.vt2 {
  display: none;
  bottom: 90px;
}
#main_visual ul li.item1 .inner > img.vt3 {
  display: none;
  bottom: 0;
  right: 0;
}
#main_visual ul li.item2 {
  background-image: url(../images/main/main_visual2.jpg);
}
#main_visual ul li.item3 {
  background-image: url(../images/main/main_visual3.jpg);
}
#main_visual .inner {
  position: relative;
}
#main_visual #custom_pager {
  position: absolute;
  bottom: 110px;
  left: 5px;
  background: url(../images/main/bg_slider.gif) 0 0 repeat-x;
}
#main_visual #custom_pager a {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 22px;
  background: url(../images/main/btn_slider_ov.png) 0 0 no-repeat;
}
#main_visual #custom_pager a:hover,
#main_visual #custom_pager a.active {
  background-image: url(../images/main/btn_slider.png);
}
#main_visual #custom_pager a.item1 {
  margin-left: -1px;
}
#main_visual #custom_pager a.item3 {
  margin-right: -1px;
}
#category {
  border-bottom: 3px solid #0177b7;
}
#category ul {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  padding-left: 163px;
  background: url(../images/main/bg_category.gif) 0 0 no-repeat;
}
#category ul li {
  float: left;
}
#category ul li a {
  display: block;
  height: 116px;
  text-indent: -9999px;
  background: url(../images/main/bg_category.gif) 0 0 no-repeat;
}
#category ul li a.item1 {
  width: 119px;
  background-position: -163px 0;
}
#category ul li a.item1:hover {
  background-position: -163px -116px;
}
#category ul li a.item2 {
  width: 147px;
  background-position: -282px 0;
}
#category ul li a.item2:hover {
  background-position: -282px -116px;
}
#category ul li a.item3 {
  width: 108px;
  background-position: -429px 0;
}
#category ul li a.item3:hover {
  background-position: -429px -116px;
}
#category ul li a.item4 {
  width: 151px;
  background-position: -537px 0;
}
#category ul li a.item4:hover {
  background-position: -537px -116px;
}
#category ul li a.item5 {
  width: 143px;
  background-position: -688px 0;
}
#category ul li a.item5:hover {
  background-position: -688px -116px;
}
#category ul li a.item6 {
  width: 192px;
  background-position: -831px 0;
}
#category ul li a.item6:hover {
  background-position: -831px -116px;
}
#category ul li a.item7 {
  width: 77px;
  background-position: -1023px 0;
}
#category ul li a.item7:hover {
  background-position: -1023px -116px;
}
/* container */
#container {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/* sub */
#aside {
  float: left;
  width: 192px;
}
#aside .sub_title {
  line-height: 101px;
}
#snb {
  margin-bottom: 34px;
  border-top: 2px solid #208ac2;
  border-bottom: 2px solid #208ac2;
}
#snb li {
  border-top: 1px solid #e5e5e5;
}
#snb li:first-child {
  border-top: none;
}
#snb li a {
  display: block;
  position: relative;
  line-height: 38px;
  padding-left: 17px;
  font-size: 14px;
  color: #666d7d;
  background: #ffffff url(../images/sub/snb_l.gif) 0 50% no-repeat;
}
#snb li a:hover,
#snb li a.active {
  color: #fff;
  background: #208ac2 url(../images/sub/snb_r.gif) 173px 50% no-repeat;
}
#contents {
  float: right;
  width: 836px;
}
#contents .page_title {
  line-height: 101px;
  background: #ffffff url(../images/sub/bg_sub_title.jpg) right 0 no-repeat;
}
#contents .page_title h3 {
  font-size: 32px;
  color: #333;
}
#breadcrumb {
  height: 45px;
  overflow: hidden;
  padding-top: 16px;
  margin-bottom: 40px;
  background: #ffffff url(../images/sub/bg_breadcrumb_line.gif) 0 0 repeat-x;
}
#breadcrumb li {
  line-height: 14px;
  float: left;
}
#breadcrumb li a {
  display: block;
  padding-right: 18px;
  margin-right: 12px;
  background: url(../images/sub/bg_breadcrumb.gif) right 0 no-repeat;
  color: #808080;
}
#breadcrumb li a img {
  vertical-align: top;
}
#breadcrumb li span {
  color: #208ac2;
}
