@charset "UTF-8";
@import url("basic.css");
/*기본세팅*/
@import url("common.css");
/*공통 레이아웃 세팅*/
@import url("others.css");
/*플러그인*/
/*오버시 변환 버튼*/
/*변수관리*/
.fw500 {
  font-weight: 500;
}

body {
  min-width: 1200px;
  font-weight: 200;
  letter-spacing: -0.07em;
  line-height: 1.8;
}

/* 그림자효과 */
#boxshadow {
    box-shadow: 4px 5px 20px rgba(0, 0, 0, .7);
    padding: 30px;
    border-radius: 10px;
}  

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border: solid 1px #fff;
  text-indent: 100%;
  background: url(/images/sub/btn_up.png) no-repeat left top;
  z-index: 99;
}

#toTopHover {
  background: url(/images/sub/btn_up.png) no-repeat left -40px;
  width: 62px;
  height: 62px;
  display: block;
  overflow: hidden;
  float: left;
}

#toTop:active,
#toTop:focus {
  outline: none;
}

.visual_wrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
}

.visual_wrap .bx-wrapper .bx-controls-direction {
  width: 1200px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  margin-left: -600px;
  height: 858px;
  top: 0;
}

.visual_wrap .bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 10px;
  left: auto;
  right: 45px;
  width: 23px;
  margin-left: 0;
}

.visual_wrap .bx-wrapper .bx-controls .bx-pager {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 20%;
  width: auto;
  left: 50%;
  margin-left: -538px;
}

.visual_wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  padding: 0 2px;
}

.visual_wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  outline: none;
  font-size: 0;
  margin: 0 2px;
  border-radius: 14px;
  text-indent: -999px !important;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.visual_wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  width: 46px;
  height: 12px;
  background-color: #ef092f;
}

.simul-slider-area .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: 12px;
  z-index: 99;
  width: 23px;
}

.simul-slider-area .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  bottom: -33px;
  top: auto;
}

.simul-slider-area .bx-wrapper .bx-controls-direction .bx-next {
  background: url(/images/slider/btn_right.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  background-size: 100%;
}

.simul-slider-area .bx-wrapper .bx-controls-direction .bx-prev {
  background: url(/images/slider/btn_left.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  right: auto;
  left: 50%;
  margin-left: -36px;
  background-size: 100%;
}

.home {
  width: 100%;
  height: 100%;
  position: relative;
}

/*메인 */
.wrapper {
  position: relative;
  max-width: 1070px;
  width: 100%;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrapper.pd_wrapper {
  padding-right: 110px;
}

#header {
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#header.sub {
  border-bottom: solid 1px #ddd;
}

.header-top {
  font-family: "KoPub Dotum", sans-serif;
  background: #002a54;
  text-align: right;
  padding: 5px 0;
}

.header-top a {
  display: inline-block;
  color: #fff;
  font-weight: 13px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position: relative;
  padding-left: 5px;
  margin-left: 45px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top a:first-child {
  margin-left: 0;
}

.header-top a:before {
  position: absolute;
  left: 0;
  top: 13px;
  background: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
  content: '';
  width: 2px;
  height: 2px;
}

.header-top a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.logo {
  position: absolute;
  top: 27px;
  z-index: 10;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.logo a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
  height: 84px;
  line-height: 84px;
}

.logo a img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
}

.logo a img.on {
  display: none;
}

.gnb_wrap .gnb_box {
  text-align: right;
  height: 84px;
  position: relative;
}

.gnb_wrap .gnb_box .wrapper {
  padding-right: 0;
}

.gnb_wrap .depth01 {
  display: inline-block;
  margin-left: -2px;
}

.gnb_wrap .depth01 > a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #333333;
  height: 84px;
  line-height: 84px;
  padding: 0 0 0 100px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-weight: 800;
  overflow: hidden;
}

.gnb_wrap .depth01 > a:before {
  position: absolute;
  bottom: -9px;
  width: 27px;
  height: 9px;
  left: 50%;
  margin-left: 36px;
  background: url(/images/main/depth01-be.png) no-repeat;
  content: '';
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.gnb_wrap .depth01 > a.active, .gnb_wrap .depth01 > a:hover, .gnb_wrap .depth01 > a:focus {
  color: #f1294a;
}

.gnb_wrap .depth01 > a.active:before, .gnb_wrap .depth01 > a:hover:before, .gnb_wrap .depth01 > a:focus:before {
  bottom: 0;
}

.gnb_wrap .depth01 .depth02_box {
  text-align: left;
  display: none;
  position: absolute;
  top: 84px;
  left: 0;
  padding: 24px 0px 30px 0px;
  width: 101%;
  z-index: 100;
  box-sizing: border-box;
  font-weight: 400;
}

.gnb_wrap .depth01 .depth02_box .depth02-tit {
  height: 229px;
  float: left;
  width: 26%;
  background-repeat: no-repeat;
  background-position: 50px 70px;
  color: #333333;
  font-size: 33px;
  border-right: solid 1px #e2e2e2;
  box-sizing: border-box;
}

.gnb_wrap .depth01 .depth02_box .depth02-tit.tit01 {
  background-image: url(/images/main/depth02-bg1.jpg);
}

.gnb_wrap .depth01 .depth02_box.sm-width .depth02-con {
  width: 24.666%;
  height: 114px;
}

.gnb_wrap .depth01 .depth02_box.sm-width2 .depth02-con {
  width: 24.666%;
}

.gnb_wrap .depth01 .depth02_box .depth02-con {
  font-family: "KoPub Dotum", sans-serif;
  height: 229px;
  border-right: solid 1px #e2e2e2;
  float: left;
  box-sizing: border-box;
  padding: 10px 10px  10px 25px;
  width: 18.5%;
}

.gnb_wrap .depth01 .depth02_box .depth02-con .tit {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}

.gnb_wrap .depth01 .depth02_box .depth02-con .tit a {
  display: block;
  color: #333;
  font-size: 16px;
}

.gnb_wrap .depth01 .depth02_box li {
  padding-left: 10px;
  position: relative;
}

.gnb_wrap .depth01 .depth02_box li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background: #666666;
  width: 2px;
  height: 2px;
  content: '';
}

.gnb_wrap .depth01 .depth02_box li a {
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.gnb_wrap .depth01 .depth02_box li a:hover, .gnb_wrap .depth01 .depth02_box li a:focus {
  color: #002a54;
  font-weight: 400;
}

.gnb_wrap .depth01 .depth02_box li .depth03 a {
  font-size: 13px;
  color: #777;
}

.mo-login li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-top: none;
}

.mo-login li:first-child {
  border-right: none;
}

.mo-login li a {
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #fcfcfc;
}

.nav_bg {
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  display: none;
}

.gnb_mobile {
  position: fixed;
  top: 59px;
  left: -80%;
  z-index: 100;
  overflow-y: auto;
  width: 80%;
  height: 100%;
  border-top: solid 1px #ddd;
  background: #fff;
}

.gnb_mobile .m_top {
  background: #222833;
  padding: 12px 0;
}

.gnb_mobile .m_top .txt {
  margin-left: 15px;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.gnb_mobile .m_top .logo_inner {
  margin-left: 10px;
}

.gnb_mobile .m_top .logo_inner img {
  width: 120px;
}

.gnb_mobile .depth .depth01:first-child > a {
  border-top: none;
}

.gnb_mobile .depth .depth01.depth01_down > a {
  background: #f8f8f8 url(/images/nav/nav_down.png) no-repeat 95% center;
}

.gnb_mobile .depth .depth01 > a {
  background: #f8f8f8;
  font-weight: 400;
  background-size: 15px auto;
  color: #333;
  border-bottom: 1px solid #dadada;
  display: block;
  padding: 12px 10px 12px 10px;
}

.gnb_mobile .depth .depth01 a.selected1 {
  background: #f1294a url(/images/nav/nav_up.png) no-repeat 95% center;
  background-size: 15px auto;
  color: #fff;
}

.gnb_mobile .depth .depth01 .depth02 li {
  background: #fff url(/images/nav/nav_st1.png) no-repeat 15px center;
}

.gnb_mobile .depth .depth01 .depth02 li > a {
  color: #666;
  border-bottom: 1px solid #dadada;
  display: block;
  padding: 12px 0 12px 30px;
}

.gnb_mobile .depth .depth01 .depth02 li a.selected2 {
  background: #666 url(/images/nav/nav_up.png) no-repeat 95% center;
  color: #fff;
}

.gnb_mobile .depth .depth01 .depth02 li .click {
  background: url(/images/nav/nav_down.png) no-repeat 95% center;
}

.gnb_mobile .depth .depth01 .depth02 li .depth03 li > a {
  background: #e9e9e9 url(/images/nav/nav_st1.png) no-repeat 25px center;
  color: #666;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 12px 0 12px 40px;
}

.m_logo {
  display: none;
  text-align: center;
  padding: 17px 0 17px 0;
}

.m_logo img {
  width: 150px;
}

.nav_bg_pc {
  border-bottom: solid 1px #ddd;
  display: none;
  border-top: solid 1px #ddd;
  position: absolute;
  width: 100%;
  height: 285px;
  top: 121px;
  background: #fff;
  z-index: 30;
}

/*사이트맵*/
.nav_btn {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}

.nav_btn span {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: #f1294a;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.nav_btn span:nth-of-type(1) {
  top: 14px;
}

.nav_btn span:nth-of-type(2) {
  top: 19px;
}

.nav_btn span:nth-of-type(3) {
  top: 19px;
  visibility: hidden;
}

.nav_btn span:nth-of-type(4) {
  top: 24px;
}

.nav_btn.on span, .nav_btn.on.bk span {
  background: #f1294a;
}

.nav_btn.on span:nth-of-type(1), .nav_btn.on.bk span:nth-of-type(1) {
  display: none;
}

.nav_btn.on span:nth-of-type(2), .nav_btn.on.bk span:nth-of-type(2) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav_btn.on span:nth-of-type(3), .nav_btn.on.bk span:nth-of-type(3) {
  visibility: visible;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.nav_btn.on span:nth-of-type(4), .nav_btn.on.bk span:nth-of-type(4) {
  display: none;
}

.visual {
  position: relative;
  height: 303px;
  overflow: hidden;
}

.visual li {
  height: 303px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.visual li .wrapper {
  height: 100%;
}

.visual li.visual01 {
  background-image: url(/images/main/visual01.jpg);
}

.visual li.visual02 {
  background-image: url(/images/main/visual02.jpg);
}

.visual li.visual03 {
  background-image: url(/images/main/visual03.jpg);
}

.visual li .w-640 {
  display: none;
}

.ani01, .ani02, .ani03 {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 0;
  color: #fff;
  box-sizing: border-box;
  font-size: 25px;
  color: #ffffff;
  height: 45px;
  font-weight: 600;
  overflow: hidden;
}

.ani01 .inner, .ani02 .inner, .ani03 .inner {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.ani01 {
  top: 20%;
}

.ani02 {
  top: 33%;
}

.ani03 {
  top: 46%;
}

.detail-btn {
  letter-spacing: 0;
  display: block;
  box-sizing: border-box;
  width: 176px;
  margin: 0 auto;
  border: solid 1px rgba(0, 0, 0, 0.22);
  padding: 10px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

.active-slide .ani01 .inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.6s  ease-out;
  transition-delay: 0.5s;
}

.active-slide .ani02 .inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.6s  ease-out;
  transition-delay: 1s;
}

.active-slide .ani03 .inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.6s  ease-out;
  transition-delay: 1.5s;
}

.login-box {
  position: absolute;
  left: 50%;
  margin-left: 166px;
  top: 50%;
  margin-top: -135px;
  background: #fff;
  border-radius: 5px;
  padding: 15px 25px 25px 25px;
  width: 259px;
  box-sizing: border-box;
  text-align: center;
}

.login-box .tit {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding-left: 30px;
  background: url(/images/main/login-img.png) no-repeat left center;
}

.login-box .user-name {
  font-family: "KoPub Dotum", sans-serif;
  margin-bottom: 17px;
}

.login-box .user-name span {
  font-weight: 600;
  color: #002a54;
}

.login-box .input-area {
  margin-top: 10px;
  text-align: left;
}

.login-box .user-type {
  padding: 10px 0;
  background: #f3f3f3;
}

.login-box .user-type p {
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: normal;
  color: #333;
}

.login-box .user-type p:first-child {
  margin-top: 0;
}

.login-box .btn {
  margin-top: 12px;
}

.login-box .btn input {
  border-radius: 5px;
  width: 100%;
  font-weight: 400;
}

.login-box .btn.two-btn {
  margin-top: 17px;
  font-family: "KoPub Dotum", sans-serif;
}

.login-box .btn.two-btn input {
  box-sizing: border-box;
  background: #f1294a;
  border: solid 1px #f1294a;
  float: left;
  font-size: 14px;
  width: 49%;
  margin-left: 2%;
  height: 40px;
  line-height: 38px;
}

.login-box .btn.two-btn input:hover {
  background: #fff;
  color: #f1294a;
}

.login-box .btn.two-btn a {
  box-sizing: border-box;
  float: left;
  width: 49%;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  height: 40px;
  line-height: 38px;
}

.login-box .etc-link {
  margin-top: 12px;
}

.login-box .etc-link a {
  font-family: 'KoPub Dotum', sans-serif;
  display: block;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 0 8px;
  position: relative;
}

.login-box .etc-link a:first-child:before {
  display: none;
}

.login-box .etc-link a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 1px;
  height: 10px;
  background: #666;
}

/*푸터*/
.family-area {
  position: absolute;
  right: 0;
  top: 0px;
  width: 200px;
  text-align: left;
  font-family: 'KoPub Dotum', sans-serif;
}

.family-area .tit {
  border: solid 1px #ddd;
}

.family-area .tit a {
  font-weight: 400;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: url(/images/main/site-bg.png) no-repeat 94% center;
}

.family-area .con {
  display: none;
  top: -35px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: none;
}

.family-area .con li:first-child a {
  border-top: none;
}

.family-area .con li a {
  font-weight: 400;
  display: block;
  border-top: solid 1px #ddd;
  padding: 5px 15px;
}

.footer_wrap {
  position: relative;
  text-align: center;
}

.footer_wrap .footer-con {
  padding: 20px 0 25px 0;
  background: #fff;
  font-size: 13px;
  color: #666;
  font-family: 'KoPub Dotum', sans-serif;
}

.footer_wrap .footer-con .footer-logo {
  float: left;
}

.footer_wrap .footer-con .footer_box {
  text-align: left;
  float: left;
  margin-left: 80px;
  font-weight: 400;
  color: #666666;
}

.footer_wrap .footer-con .footer_box .link-box {
  margin-bottom: 15px;
}

.footer_wrap .footer-con .footer_box .link-box a {
  font-family: 'KoPub Dotum', sans-serif;
  color: #333333;
  display: inline-block;
  padding-left: 30px;
}

.footer_wrap .footer-con .footer_box .link-box a:first-child {
  padding-left: 0;
  font-weight: 700;
}

/*quick*/
.quick-area {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  z-index: 10;
  box-sizing: border-box;
  font-family: 'KoPub Dotum', sans-serif;
}

.quick-area .quick-tit {
  background: #056dae;
  text-align: center;
  color: #fff;
  padding: 12px 5px;
  line-height: 1.2;
  font-weight: 400;
  border: solid 1px #ddd;
  border-bottom: none;
}

.quick-area .quick-btn li {
  background-color: #fff;
  padding: 9px 0 4px 0;
  border: solid 1px #ddd;
  margin-top: -1px;
  box-sizing: border-box;
}

.quick-area .quick-btn li:first-child {
  border-top: none;
}

.quick-area .quick-btn li a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 13px;
  color: #737f8b;
  font-weight: 400;
  padding-top: 32px;
}

.quick-area .quick-btn li a:hover {
  color: #002a54;
}

.quick-area .quick-btn li a.a_01 {
  background-image: url(/images/main/quick01.png);
}

.quick-area .quick-btn li a.a_02 {
  background-image: url(/images/main/quick02.png);
}

.quick-area .quick-btn li a.a_03 {
  background-image: url(/images/main/quick03.png);
}

.quick-area .quick-btn li a.a_04 {
  background-image: url(/images/main/quick04.png);
}

.quick-area .top-btn {
  text-align: center;
  padding-top: 10px;
}

.quick-area .top-btn a {
  display: block;
}

.section_01 .quick-area {
  display: block;
}

.section_01 .quick-area .top-btn {
  display: none;
}

.sub_wrap .quick-area {
  display: block;
}

/*section*/
#section {
  background: #f7f7f7;
  padding-top: 10px;
}

.section01-con > div {
  float: left;
  width: 27%;
  border-radius: 5px;
  box-sizing: border-box;
}

.section01-con > div.notice-box {
  width: 46%;
  font-family: 'KoPub Dotum', sans-serif;
}

.section01-con .simul-box {
  height: 340px;
  box-sizing: border-box;
  overflow: hidden;
  background: #e6425d;
  padding: 28px 20px 53px 20px;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  border: solid 2px #f1294a;
}

.section01-con .simul-box a{
  color: #fff;
}

.section01-con .simul-box .simul-tit {
  font-size: 20px;
  margin-bottom: 20px;
}

.section01-con .simul-box #simul-slider {
  height: 205px;
  overflow: hidden;
}

.section01-con .simul-box #simul-slider li .txt-box {
  margin-top: 15px;
  font-family: "KoPub Dotum", sans-serif;
}

.section01-con .simul-box #simul-slider li .txt-box .tit {
  font-size: 16px;
  margin-bottom: 10px;
}

.section01-con .simul-box #simul-slider li .txt-box .con {
  min-height: 66px;
}

.section01-con .simul-box #simul-slider li img {
  display: inline-block;
}

.section01-con .notice-box {
  background: #fff;
  padding: 27px 30px 0px 30px;
  min-height: 340px;
}

.section01-con .notice-box .notice-tit {
  font-size: 22px;
  color: #131313;
  font-weight: 400;
  padding-bottom: 7px;
  border-bottom: solid 1px #dddddd;
  position: relative;
}

.section01-con .notice-box .notice-tit:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: #0268cd;
  width: 63px;
  content: '';
}

.section01-con .notice-box .notice-tit a {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: url(/images/main/more.png) no-repeat center center;
}

.section01-con .notice-box .notice-tit a:hover {
  background: url(/images/main/more-on.png) no-repeat center center;
}

.section01-con .notice-box .notice-con {
  margin-top: 15px;
}

.section01-con .notice-box .notice-con li {
  padding: 0 10px;
  margin-top: 10px;
}

.section01-con .notice-box .notice-con li a {
  font-weight: 200;
  display: block;
  position: relative;
  padding-left: 10px;
  color: #444;
}

.section01-con .notice-box .notice-con li a .des {
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
  color: #444;
  font-family: 'KoPub Dotum', sans-serif;
}

.section01-con .notice-box .notice-con li a:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 2px;
  background: #666;
  content: '';
}

.section01-con .notice-box .notice-con li.on {
  padding: 10px 10px;
  background: #f7f7f7;
}

.section01-con .notice-box .notice-con li.on .tit {
  font-weight: 500;
  color: #333;
}

.section01-con .notice-box .notice-con li.on .des {
  color: #8c8c8c;
}

.section01-con .link-box-area {
  float: right;
}

.section01-con .link-box-area .link-box {
  border-radius: 5px;
  height: 166px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.section01-con .link-box-area .link-box.link-box1 {
  background: #056dae;
  border: solid 2px #056dae;
}

.section01-con .link-box-area .link-box.link-box1:hover {
  background: #fff;
}

.section01-con .link-box-area .link-box.link-box1:hover a {
  color: #056dae;
}

.section01-con .link-box-area .link-box.link-box1:hover a .txt {
  background-image: url(/images/main/link-bg1-on.png);
}

.section01-con .link-box-area .link-box.link-box1 a .txt {
  background-image: url(/images/main/link-bg1.png);
}

.section01-con .link-box-area .link-box.link-box2 {
  background: #002a54;
  border: solid 2px #002a54;
}

.section01-con .link-box-area .link-box.link-box2:hover {
  background: #fff;
}

.section01-con .link-box-area .link-box.link-box2:hover a {
  color: #002a54;
}

.section01-con .link-box-area .link-box.link-box2:hover a .txt {
  background-image: url(/images/main/link-bg2-on.png);
}

.section01-con .link-box-area .link-box.link-box2 a .txt {
  background-image: url(/images/main/link-bg2.png);
}

.section01-con .link-box-area .link-box a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
  display: block;
  height: 100%;
  text-align: center;
}

.section01-con .link-box-area .link-box a .txt {
  padding-top: 40px;
  font-weight: 400;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 16px;
}

.section01-con .link-box-area .link-box a .txt p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-area {
  margin-top: 10px;
  padding: 12px 0;
  background: #056dae;
}

.banner-area .banner-box {
  padding: 0 10px;
  float: left;
  border-left: solid 1px #2d84bb;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.banner-area .banner-box:first-child {
  border-left: none;
}

.banner-area .banner-box .inner {
  display: inline-block;
  padding-left: 60px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/images/main/banner-bg.png);
}

.banner-area .banner-box .inner .tit {
  font-family: "KoPub Dotum", sans-serif;	
  color: #90cbf0;
  font-size: 14px;
}

.banner-area .banner-box .inner .num {
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.banner-area .banner-box .inner .num a {
  cursor: default;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}
