@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;
}

.quick-bt {
  z-index: 100;
  position: fixed;
  right: 10px;
  top: 120px;
  transition: all 0.7s ease;
}
.quick-bt .quick-open-bt {
  /*position: absolute;
  right: -100px;
  top: calc(50% - (114px * 0.4) / 2);
  padding: 7px 10px;
  background-color: #fff;
  -webkit-box-shadow: -0px 0px 2px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: -0px 0px 2px 2px rgba(0,0,0,0.15);
  box-shadow: -0px 0px 2px 2px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: all 0.7s ease;

  img {
      width: calc(50px * 0.4);
      height: calc(114px * 0.4);
  }*/
  display: none;
}
.quick-bt .qbt-box ul {
  border: 1px solid #f2f2f5;
}
.quick-bt .qbt-box ul li.qbt a.link-bx {
  width: 80px;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
  border-bottom: 1px solid #f2f2f5;
}
.quick-bt .qbt-box ul li.qbt a.link-bx img {
  width: 28px;
  height: 28px;
  margin-bottom: 7px;
}
.quick-bt .qbt-box ul li.qbt a.link-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
  height: 100px;
}
.quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
  border-bottom: none;
}
.quick-bt.up {
  top: 70px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .quick-bt {
    right: 5px;
    top: 110px;
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #f2f2f5;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 75px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 100px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #e1e3e5;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .quick-bt {
    right: 5px;
    top: 110px;
  }
  .quick-bt .qbt-box ul {
    border: 1px solid #f2f2f5;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx {
    width: 80px;
    height: 75px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx img {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
  }
  .quick-bt .qbt-box ul li.qbt a.link-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(1) a.link-bx {
    height: 100px;
  }
  .quick-bt .qbt-box ul li.qbt:nth-of-type(4) a.link-bx {
    border-bottom: none;
  }
  .quick-bt.up {
    top: 110px;
    right: -100px;
  }
  .quick-bt.up .quick-open-bt {
    right: 110px;
  }
  .quick-bt.up .quick-open-bt:hover {
    background-color: #e1e3e5;
  }
}

/*# sourceMappingURL=quick-menu.css.map */
