.wrap {
  width: 100%;
  min-height: 100%;
  height: 100%; }

.site-header {
  height: 65px;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 999;
  border-bottom: 1px solid #ddd; }

.site-header.open .site-menu-wrap{
    height: 100vh;
    overflow-y: auto;
  position: fixed;
  right: 0;
  top: 65px;
  padding-top: 0;    
    background: #fff;
    z-index: 999;
    width:300px;
}
.site-header.open .site-menu {
    z-index: 900;

}

.site-header .gnb {
    background: #fff;
    display: none;
   }
.site-header.open .gnb{
    width:80%;
    overflow-y: auto;
    position: absolute;
    right:0;
    display: block;
    padding-top:65px;
    height: 100vh;
    top:0;
    z-index: 998;
}


.site-header .site-logo {
  padding-top: 15px;
  padding-left: 10px; 
margin-bottom:18px;
    z-index: 999;
    position: relative;
    width:100%;
    height:100%;
    background: #fff;
}

.site-header .site-logo {
  }

.site-header .gnb .site-menu {
    width: 100%;
    z-index: 900;
  }

.site-header .gnb .site-menu > li {
  float: none;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  height: auto;
  text-align: left;
  text-indent: 30px;
  position: relative; }
  .site-header .gnb .site-menu > li.user-info {
    padding: 15px 15px;
    background: #556db1; }
    .site-header .gnb .site-menu > li.user-info:after {
      clear: both;
      display: block;
      content: ""; }
    .site-header .gnb .site-menu > li.user-info .user-img {
      float: left;
      width: 90px;
      height: 90px;
      border-radius: 90px;
      background: #fff;
      padding: 0;
      text-indent: 0;
      overflow: hidden;
      text-align: center; }
      .site-header .gnb .site-menu > li.user-info .user-img img {
        width: 100%; }
    .site-header .gnb .site-menu > li.user-info .user-util {
      color: #fff;
        position: absolute;
        top:25px;
        left:100px;
        text-align: left;
}
      .site-header .gnb .site-menu > li.user-info .user-util a {
        color: #fff;
        font-size: 12px; 

}
      .site-header .gnb .site-menu > li.user-info .user-util .btn-login {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block; }

.site-header .gnb .site-menu > li.has-child:after {
  width: 50px;
  height: 57px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../images/bg_gnb.png) no-repeat center;
  border-left: 1px solid #e3e3e3; }

.site-header .gnb .site-menu > li.active {
  background: #ececec;
  padding-bottom: 0; }

.site-header .gnb .site-menu > li.active:after {
  background: url(../images/gnb_active.png) no-repeat center #e2e2e2 !important; }

.site-header .gnb .site-menu > li.active .depth02 {
  display: block; }

.site-header .gnb .site-menu > li > a {
  font-size: 15px; }

.site-header .gnb .site-menu > li > a:before {
  content: "|";
  position: absolute;
  left: -10px; }

.depth02 {
  position: relative;
  bottom: auto;
  width: 100%;
  margin-top: 20px;
  display: none; }

.depth02 li {
  float: none;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  width: 100%;
  margin: 0;
  text-indent: 50px;
  line-height: normal;
  background: url(../images/gnb_sub.png) no-repeat 33px center #f4f4f4; }

.depth02 li a {
  color: #8e8e8e; }

.mainvisual {
  width: 100%;
  margin-top: 65px;
  z-index: 0;
  position: relative; }
  .mainvisual .visual li {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center; }
    .mainvisual .visual li img {
      width: 100%; }

.site-header .btn-menu {
  border: none;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 17px;
  background: url(../images/btn_menu.png) no-repeat;
z-index: 999;
}

.site-header .btn-menu:focus {
  outline: none; }

.site-header .btn-menu.open {
  background-position: 0 -17px !important; }

.progress-wrap {
  overflow: hidden;
  width: 37.5%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -18.75%;
  z-index: 100; }

.progress {
  height: 3px;
  background: #27659e; }

.mainvisual .bx-controls {
  position: absolute;
  bottom: 68px;
  z-index: 10;
  left: 50%;
  width: 20px;
  margin-left: 20%;
  z-index: 100; }
  .mainvisual .bx-controls .bx-start {
    width: 8px;
    height: 8px;
    background: url(../images/btn_play.png) no-repeat;
    float: left;
    text-indent: -9999px; }
    .mainvisual .bx-controls .bx-start.active {
      background-position: 0 -8px; }
  .mainvisual .bx-controls .bx-stop {
    width: 8px;
    height: 8px;
    background: url(../images/btn_pause.png) no-repeat;
    float: right;
    text-indent: -9999px; }
    .mainvisual .bx-controls .bx-stop.active {
      background-position: 0 -8px; }

.quick:after {
  clear: both;
  display: block;
  content: ""; }
.quick li {
  float: left;
  width: 33.3333%; }
  .quick li img {
    width: 100%; }

.latest-notice {
  padding: 30px 15px; }
  .latest-notice h3 {
    font-size: 16px;
    font-weight: bold;
    color: #27659e;
    display: inline-block; }
    .latest-notice h3:after {
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block;
      content: "|";
      color: #ddd; }
  .latest-notice .more {
    font-size: 13px;
    color: #828282;
    font-weight: bold; 
      vertical-align: bottom;
}
  .latest-notice .notice li {
    margin-top: 10px; }
    .latest-notice .notice li .type {
      display: block;
      color: #828282;
      margin-bottom: 8px; }
    .latest-notice .notice li .notice-tit {
      display: block;
      color: #404040;
      margin-bottom: 8px; }
.latest-notice .notice li .notice-tit a{
    width:75%;
    font-size:14px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    vertical-align: baseline;
}
    .latest-notice .notice li .notice-cont a {
      color: #737373;
      line-height: 1.2em;
      display: block;
      height: 30px;
      overflow: hidden; }
    .latest-notice .notice li .regdate {
      display: block;
      color: #737373; 
        text-align: right;
        float: left;
        width:25%;
        font-size:14px;
        letter-spacing: -0.05em;
        vertical-align: baseline;
}

.latest-notice .notice{
    border-top:1px solid #ccc;
    margin-top:20px;
}

.site-footer {
  background: #404040;
  padding-top: 25px;
  width: 100%;
  padding-bottom: 20px; }
  .site-footer .footer-logo {
    margin-bottom: 25px; }
    .site-footer .footer-logo img {
      width: 120px; }
  .site-footer .footer-contents {
    margin: auto;
    padding: 0 10px;
    color: #fff; }
    .site-footer .footer-contents:after {
      clear: both;
      display: block;
      content: ""; }
    .site-footer .footer-contents .footer-logo {
      float: left; }
    .site-footer .footer-contents .site-info {
      float: left; }
      .site-footer .footer-contents .site-info .site-agreements {
        margin-bottom: 20px;
        color: #fff; }
        .site-footer .footer-contents .site-info .site-agreements a {
          color: #fff;
          font-size: 11px;
          display: inline-block;
          margin-right: 5px; }
      .site-footer .footer-contents .site-info p {
        line-height: 153%;
        color: #fff;
        font-size: 11px; }
    .site-footer .footer-contents .family-site {
      float: left;
      padding-top: 30px; }
      .site-footer .footer-contents .family-site:after {
        clear: both;
        display: block;
        content: ""; }
      .site-footer .footer-contents .family-site select {
        display: inline-block;
        width: 130px;
        height: 40px;
        border: none;
        color: #7c7c7c;
        padding-left: 5px;
        font-size: 12px; }
.overlay{
    position: fixed;
    z-index: 998;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.7);
    display: none;
    top:0;
    left:0;
    overflow: hidden;
}
.overlay.on{
    display: block !important;
}

.menuopen{
    position: fixed;
    overflow: hidden;
    height: 100%;
}

      .site-footer .footer-contents .family-site .family-button {
        display: inline-block;
        width: 140px;
        line-height: 40px;
        border: none;
        color: #7c7c7c;
        text-indent: 5px;
        font-size: 12px;
          background: url(../images/bg_select.jpg) no-repeat right center #fff;
          position: relative;
}
.site-footer .footer-contents .family-site .family-button:hover ul{
    display: block;
}

.site-footer .footer-contents .family-site .family-button ul{
    position: absolute;
    bottom:40px;
    display: none;
    border:1px solid #ccc;
    background: #fff;    
    width:100%;
}
.site-footer .footer-contents .family-site .family-button ul li{
    width:100%;
    line-height:30px;
    border-bottom:1px solid #ccc;
    padding-left:5px;
}
.site-footer .footer-contents .family-site .family-button ul li a{
    color: #555;
    font-size:12px;
}

/*# sourceMappingURL=layout.css.map */
