@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
[class^=con-],
[class$=-con] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class$=_con] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class^=bcon-],
[class$=-bcon] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

[class*=con-]::after {
  clear: both;
}

[class^=box-],
[class$=-box] {
  position: relative;
  display: flex;
}

[class^=bx-],
[class$=-bx] {
  position: relative;
  display: flex;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #323388;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.top:hover {
  background-color: #e2645a;
  transition: all 1s ease-in-out;
}

/*  */
button {
  border: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

::after,
::before {
  position: absolute;
  display: flex;
  content: "";
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style-type: none;
}

section {
  position: relative;
  width: 100%;
}

section::after {
  clear: both;
}

.bgsize {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.scroll-none {
  overflow-y: hidden;
  transition: all 1s ease 1s;
}
body.scroll-auto {
  overflow-y: auto;
  transition: all 2s ease 1s;
}

/* 오버레이 */
body.modal-open {
  overflow: hidden;
}

body.scbar {
  -ms-overflow-style: none;
}
body.scbar::-webkit-scrollbar {
  display: none !important;
}

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}
.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}
.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}
.scroll-icon .icon img {
  width: 10.6px;
  height: 20px;
  animation: arrowicon 2s ease infinite;
}

/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id=item-1] + label.label-box {
  left: 0;
}
input[id=item-1] + label.label-box .pic-box {
  left: 0;
}

.foot-sec {
  /*   .foot-map {
         background-color: #fff;
         border-top: 1px solid rgb(237, 243, 241);
         border-bottom: 1px solid rgb(237, 243, 241);
         .con-map {
             height: 50px;

             .left-box {
                 width: 50%;
                 height: 100%;
                         align-items: center;

                 p {
                     @include noto-kr(15, 300, 20);
                     color: $c333;

                     span {
                         font-weight: 500;
                     }
                 }
             }
             .right-box {
                 width: 50%;
                 height: 100%;

                 ul {
                     width: 100%;
                     height: 100%;
                     display: -webkit-box;
                     display: -ms-flexbox;
                     display: flex;
                     li.tmap {
                         width: 20%;
                         a.topmap-link-bx {
                             width: 100%;
                             height: 100%;
                             display: -webkit-box;
                             display: -ms-flexbox;
                             display: flex;
                             -webkit-box-align: center;
                                 -ms-flex-align: center;
                                     align-items: center;
                             -webkit-box-pack: center;
                                 -ms-flex-pack: center;
                                     justify-content: center;
                             @include noto-kr(15, 300, 20);
                             color: $c333;
                         }
                     }
                 }
             }
         }
     }*/
}
.foot-sec.item_open {
  display: none;
}
.foot-sec .foot-add {
  border-top: 1px solid #d5dcde;
  background-color: #fff;
}
.foot-sec .foot-add .con-add {
  padding: 30px 0;
}
.foot-sec .foot-add .con-add .left-add-box {
  width: 70%;
}
.foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
}
.foot-sec .foot-add .con-add .right-add-box {
  width: 30%;
  flex-direction: column;
  align-items: flex-end;
}
.foot-sec .foot-add .con-add .right-add-box img {
  width: 120.5px;
  height: 37px;
}
.foot-sec .foot-add .con-add .right-add-box ul {
  margin-top: 30px;
}
.foot-sec .foot-add .con-add .right-add-box ul li.add-li {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
  text-align: right;
}
.foot-sec .foot-copy {
  border-top: 1px solid #edf3f1;
  background-color: #fff;
}
.foot-sec .foot-copy .con-copy {
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-add {
    padding: 0 15px;
    border-top: 1px solid #d5dcde;
    background-color: #fff;
  }
  .foot-sec .foot-add .con-add {
    padding: 30px 0;
  }
  .foot-sec .foot-add .con-add .left-add-box {
    width: 70%;
  }
  .foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
  }
  .foot-sec .foot-add .con-add .right-add-box {
    width: 30%;
    flex-direction: column;
    align-items: flex-end;
  }
  .foot-sec .foot-add .con-add .right-add-box img {
    width: 120.5px;
    height: 37px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul {
    margin-top: 30px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul li.add-li {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    text-align: right;
  }
  .foot-sec .foot-copy {
    border-top: 1px solid #edf3f1;
    background-color: #fff;
  }
  .foot-sec .foot-copy .con-copy {
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .foot-sec.item_open {
    display: none;
  }
  .foot-sec .foot-add {
    padding: 0 15px;
    border-top: 1px solid #d5dcde;
    background-color: #fff;
  }
  .foot-sec .foot-add .con-add {
    padding: 30px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .foot-sec .foot-add .con-add .left-add-box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-add .con-add .right-add-box {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .foot-sec .foot-add .con-add .right-add-box img {
    width: 120.5px;
    height: 37px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul {
    margin-top: 15px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul li.add-li {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-copy {
    border-top: 1px solid #edf3f1;
    background-color: #fff;
  }
  .foot-sec .foot-copy .con-copy {
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
    text-align: center;
  }
}

/*# sourceMappingURL=footer.css.map */
