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

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

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

[class^="bx-"],
[class$="-bx"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.top:hover {
  background-color: #e2645a;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

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

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

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

::after,
::before {
  position: absolute;
  display: block;
  content: '';
}

img, iframe, video, object {
  max-width: 100%;
}

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

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

section {
  position: relative;
  width: 100%;
  height: 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=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}

input[id="item-1"] + label.label-box .pic-box {
  left: 0;
}

/* 텍스트 이펙트 */
.visu-top {
  -webkit-animation: top 1s ease-out 0s both;
          animation: top 1s ease-out 0s both;
}

.visu-top2 {
  -webkit-animation: top2 1s ease-out 0s both;
          animation: top2 1s ease-out 0s both;
}

.visu-top3 {
  -webkit-animation: top3 1s ease-out 0s both;
          animation: top3 1s ease-out 0s both;
}

@-webkit-keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}

@keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}

@-webkit-keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

/* 끝 */
/* 슬라이드 */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.policy-sec {
  padding: 0px 0px;
}

.policy-sec .con-policy {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.policy-sec .con-policy .tex-box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.policy-sec .con-policy .tex-box > ul {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  word-break: keep-all;
  margin-bottom: 30px;
}

.policy-sec .con-policy .tex-box > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-left: 10px;
  padding-left: 5px;
  word-break: keep-all;
}

.policy-sec .con-policy .tex-box > ul > li:nth-of-type(1) {
  margin-top: 7px;
}

.policy-sec .con-policy .tex-box > ul > li > ul {
  width: 100%;
  padding: 5px 0;
}

.policy-sec .con-policy .tex-box > ul > li > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-left: 20px;
  word-break: keep-all;
}

.policy-sec .con-policy .tex-box > ul > li > ul > li > span {
  width: 100%;
  height: 10px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .policy-sec {
    padding: 0px 10px;
  }
  .policy-sec .con-policy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box > ul {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 30px;
  }
  .policy-sec .con-policy .tex-box > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 10px;
    padding-left: 5px;
  }
  .policy-sec .con-policy .tex-box > ul > li:nth-of-type(1) {
    margin-top: 7px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul {
    width: 100%;
    padding: 5px 0;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 20px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li > span {
    width: 100%;
    height: 10px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .policy-sec {
    padding: 0px 10px;
  }
  .policy-sec .con-policy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box > ul {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 30px;
  }
  .policy-sec .con-policy .tex-box > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 10px;
    padding-left: 5px;
  }
  .policy-sec .con-policy .tex-box > ul > li:nth-of-type(1) {
    margin-top: 7px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul {
    width: 100%;
    padding: 5px 0;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 20px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li > span {
    width: 100%;
    height: 10px;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .policy-sec {
    padding: 0px 10px;
  }
  .policy-sec .con-policy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box > ul {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  .policy-sec .con-policy .tex-box > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 10px;
    padding-left: 5px;
  }
  .policy-sec .con-policy .tex-box > ul > li:nth-of-type(1) {
    margin-top: 7px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul {
    width: 100%;
    padding: 5px 0;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 10px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li > span {
    width: 100%;
    height: 10px;
  }
}

@media (max-width: 575.99px) {
  .policy-sec {
    padding: 0px 10px;
  }
  .policy-sec .con-policy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box > ul {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  .policy-sec .con-policy .tex-box > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 0px;
    padding-left: 0px;
  }
  .policy-sec .con-policy .tex-box > ul > li:nth-of-type(1) {
    margin-top: 7px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul {
    width: 100%;
    padding: 5px 0;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 10px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li > span {
    width: 100%;
    height: 10px;
  }
}

@media (max-width: 419.99px) {
  .policy-sec {
    padding: 0px 10px;
  }
  .policy-sec .con-policy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .policy-sec .con-policy .tex-box > ul {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  .policy-sec .con-policy .tex-box > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 0px;
    padding-left: 0px;
  }
  .policy-sec .con-policy .tex-box > ul > li:nth-of-type(1) {
    margin-top: 7px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul {
    width: 100%;
    padding: 5px 0;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-left: 10px;
  }
  .policy-sec .con-policy .tex-box > ul > li > ul > li > span {
    width: 100%;
    height: 10px;
  }
}
/*# sourceMappingURL=policy-2.css.map */