@charset "EUC-KR";
@import url(./reset.css);

.wrap {
  padding-top: 55px;
}

.container {
  width: 95%;
  margin: 0 auto;
}

.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
  content: '';
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 55px;
  background: #fff;
}

#header.active .topnav {
  left: 0;
}

#header.active .link-ham {
  display: none;
}

#header.active .link-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

#header.sticky .gnb-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

#header .link-ham {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1100;
  width: 45px;
  height: 43px;
  background-color: #173071;
}

#header .link-ham::before {
  content: "\f0c9";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: #fff;
  font-size: 2em;
}

#header .link-close {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1100;
  width: 45px;
  height: 43px;
  background-color: #173071;
}

#header .link-close::before {
  content: "\f00d";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: #fff;
  font-size: 2em;
}

.topnav {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1000;
  -webkit-transition: left .3s;
  transition: left .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #06153a;
}

.topnav #gnb .nav-depth1 > li > a {
  display: block;
  padding: 5px 0;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

.topnav #gnb .nav-depth2 {
  display: none;
  margin-bottom: 10px;
}

.topnav #gnb .nav-depth2 a {
  display: block;
  padding: 4px 0;
  text-align: center;
  font-size: .9em;
  color: #fff;
  opacity: .7;
}

.logo {
  float: left;
}

.logo a {
  display: block;
  width: 160px;
  height: 40px;
  background-position: 0 0;
  text-indent: -9999px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 1.2em;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-intro .swiper-slide {
  position: relative;
  height: 120px;
}

.slide-intro .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.slide-intro .swiper-slide.swiper-slide-active em {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-intro .slide-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  color: #fff;
  text-align: left;
  font-weight: 100;
  text-align: center;
}

.slide-intro .slide-txt em {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.36em;
  letter-spacing: -.05em;
}

.slide-intro .slide-txt em:nth-child(2) {
  margin-top: 17px;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  font-size: 1.9rem;
}

.slide-intro .slide-txt strong {
  font-weight: 500;
}

#main {
  position: relative;
  padding: 20px 0 30px;
}

#main .area-tit {
  margin-bottom: 30px;
}

#main .tit-h2 {
  margin-bottom: 5px;
  font-size: 2.4em;
  font-weight: 700;
}

#main .desc-h2 {
  font-size: 1em;
  letter-spacing: -.05em;
  color: #333;
}

.tab {
  position: relative;
}

.tab .sec- {
  float: left;
}

.tab .sec-.on .sec-tit {
  border: 3px solid #3162c8;
}

.tab .sec-.on .sec-tit a {
  color: #3162c8;
  font-weight: 700;
}

.tab .sec-.on .sec-cont {
  display: block;
}

.tab .sec-tit {
  border: none;
  border-radius: 50px;
  border: 3px solid #fff;
  color: #3162c8;
}

.tab .sec-tit a {
  display: block;
  height: 33px;
  padding: 0 25px;
  color: #222;
  font-weight: 400;
  line-height: 36px;
  font-size: 1rem;
}

.tab .sec-cont {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

.lst-bbs-type1 {
  overflow: hidden;
}

.lst-bbs-type1 li {
  position: relative;
  padding: 20px 0;
}

.lst-bbs-type1 li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #dadada;
}

.lst-bbs-type1 li:first-child::before {
  display: none;
}

.lst-bbs-type1 .tit {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 1.2em;
  letter-spacing: -.05em;
  font-weight: 500;
}

.lst-bbs-type1 .desc {
  overflow: hidden;
  margin-bottom: 16px;
  color: #646464;
  letter-spacing: -.038em;
  font-size: 0.95em;
}

.lst-bbs-type1 .date {
  color: #3162c8;
  opacity: .7;
  font-size: 0.9em;
}

.lst-bbs-type1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.lst-bbs-type1 a {
  display: block;
}

@media screen and (min-width: 579px) {
  .lst-bbs-type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 20px 0 40px;
  }
  .lst-bbs-type1 li {
    padding: 0 20px;
  }
  .lst-bbs-type1 li::before {
    display: none;
  }
}

.lst-bbs-type2 {
  overflow: hidden;
}

.lst-bbs-type2 li {
  padding: 20px 0;
}

.lst-bbs-type2 img {
  display: block;
  width: 100%;
  height: 190px;
  margin-bottom: 23px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.lst-bbs-type2 .tit {
  display: block;
  margin-bottom: 8px;
  padding: 0 17px;
  font-size: 1.2em;
  font-weight: 700;
}

.lst-bbs-type2 .desc {
  padding: 0 17px;
  color: #646464;
  letter-spacing: -.038em;
  font-size: 0.95em;
}

@media screen and (min-width: 579px) {
  .lst-bbs-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
  .lst-bbs-type2 li {
    padding: 0 10px;
  }
}

.foot-family {
  padding: 22px 0;
}

.foot-family .lst-family li.link-krnet a {
  width: 160px;
  background-position: 0 -60px;
}

.foot-family .lst-family li.link-m a {
  width: 160px;
  background-position: -180px -60px;
}

.foot-family .lst-family li.link-k a {
  width: 160px;
  background-position: 0 -120px;
}

.foot-family .lst-family li.link-n a {
  width: 160px;
  background-position: -180px -120px;
}

.foot-family .lst-family a {
  display: block;
  height: 40px;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  background: url(/images/img-comm.png) no-repeat;
  vertical-align: top;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}



.foot-wrap {
  padding: 9px 0 15px;
  background: #06153a;
}

.foot-wrap .lst-corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
}

.foot-wrap .lst-corp a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.1em;
}

.foot-wrap .foot-addr {
  padding-top: 24px;
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  color: #fff;
  opacity: .5;
  text-align: center;
}

.foot-wrap .foot-addr span {
  display: block;
  margin-top: 15px;
}
.resizablebox {width:100% !important;}

.hislist {float:left;background-color:#fff;  padding:10px; margin:3px; width:100%;height:100%; box-shadow: 5px 5px 5px 5px #eee !important;border:1px solid #808080;}
 .cimgr{ float:right;}
 .cimgl{ float:left;}
 .topcmt1{font-size:40px !important;color:#273175;margin-bottom:30px; font-weight:bold; text-align:right;}
 
 .topcmt2{font-size:25px !important;color:#555555;margin-bottom:30px; text-align:right;line-height:30px;}
 .topcmt3{margin-top:30px !important;}
 .topcmt4{font-size:20px !important;color:#273175; font-weight:bold; text-align:left;}
 .cntbold{color:#273175;font-weight:bold; font-size:15px;}

