@charset "UTF-8";
[class*=con-] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  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: block;
  content: "";
}

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

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%;
  height: 100%;
}

section::after {
  clear: both;
}

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

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 컨텐츠 3 */
#con3-sec {
  padding-top: 50px;
  margin-top: 50px;
}
#con3-sec .con-3 {
  display: flex;
  flex-direction: column;
}
#con3-sec .con-3 h3.tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #303133;
  margin-bottom: 50px;
}
#con3-sec .group-bx {
  width: 100%;
  height: 470px;
  justify-content: center;
  align-items: center;
}
#con3-sec .group-bx .leftbx {
  width: 50%;
  height: 100%;
  background-image: url("images/con3-1.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#con3-sec .group-bx > .rightbx {
  background-color: #1d1d1d;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  height: 100%;
  justify-content: center;
  padding-left: 99px;
}
#con3-sec .group-bx > .rightbx > h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
#con3-sec .group-bx > .rightbx > p {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #d6d6d6;
}

#con3-2-sec {
  margin-bottom: 100px;
  background-color: #f1f1f1;
}
#con3-2-sec .con-3-2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  padding: 90px 20px;
}
#con3-2-sec .con-3-2 .group2-bx {
  width: 100%;
  margin-bottom: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#con3-2-sec .con-3-2 .group2-bx > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  font-family: "Archivo", sans-serif;
  color: #333;
  margin-bottom: 20px;
}
#con3-2-sec .con-3-2 .group2-bx > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
#con3-2-sec .con-3-2 .group3-bx {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
#con3-2-sec .con-3-2 .group3-bx .psbx {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 150px;
  height: 150px;
  background-color: #768bc9;
  border-radius: 50%;
}
#con3-2-sec .con-3-2 .group3-bx .psbx:nth-of-type(2) {
  background-color: #7db6d1;
}
#con3-2-sec .con-3-2 .group3-bx .psbx:nth-of-type(3) {
  background-color: #bfd17d;
}
#con3-2-sec .con-3-2 .group3-bx .psbx:nth-of-type(4) {
  background-color: #d1b47d;
}
#con3-2-sec .con-3-2 .group3-bx .psbx:nth-of-type(5) {
  background-color: #c77dd1;
}
#con3-2-sec .con-3-2 .group3-bx .psbx > p {
  margin-top: 15px;
  width: 70px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  text-align: center;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #con3-sec {
    padding-top: 50px;
    margin-top: 0;
  }
  #con3-sec .con-3 h3.tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  #con3-sec .group-bx {
    height: 470px;
  }
  #con3-sec .group-bx .leftbx {
    width: 50%;
  }
  #con3-sec .group-bx > .rightbx {
    padding-left: 50px;
  }
  #con3-sec .group-bx > .rightbx > h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  #con3-sec .group-bx > .rightbx > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }

  #con3-2-sec {
    margin-bottom: 70px;
  }
  #con3-2-sec .con-3-2 {
    padding: 90px 20px;
  }
  #con3-2-sec .con-3-2 .group2-bx {
    margin-bottom: 60px;
  }
  #con3-2-sec .con-3-2 .group2-bx > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 20px;
  }
  #con3-2-sec .con-3-2 .group2-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx {
    margin: 10px;
    width: 150px;
    height: 150px;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx > p {
    margin-top: 15px;
    width: 70px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #con3-sec {
    padding-top: 50px;
    margin-top: 0;
  }
  #con3-sec .con-3 h3.tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #con3-sec .group-bx {
    height: auto;
    flex-direction: column;
  }
  #con3-sec .group-bx .leftbx {
    width: 100%;
    height: 350px;
  }
  #con3-sec .group-bx > .rightbx {
    width: 100%;
    padding: 50px 0;
  }
  #con3-sec .group-bx > .rightbx > h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
    text-align: center;
  }
  #con3-sec .group-bx > .rightbx > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }

  #con3-2-sec {
    margin-bottom: 70px;
  }
  #con3-2-sec .con-3-2 {
    padding: 60px 10px;
  }
  #con3-2-sec .con-3-2 .group2-bx {
    margin-bottom: 50px;
  }
  #con3-2-sec .con-3-2 .group2-bx > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 20px;
  }
  #con3-2-sec .con-3-2 .group2-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx {
    margin: 10px;
    width: 130px;
    height: 130px;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx > p {
    margin-top: 15px;
    width: 70px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #con3-sec {
    padding-top: 40px;
    margin-top: 0;
  }
  #con3-sec .con-3 h3.tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  #con3-sec .group-bx {
    height: auto;
    flex-direction: column;
  }
  #con3-sec .group-bx .leftbx {
    width: 100%;
    height: 300px;
  }
  #con3-sec .group-bx > .rightbx {
    width: 100%;
    padding: 40px 0;
  }
  #con3-sec .group-bx > .rightbx > h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
    text-align: center;
  }
  #con3-sec .group-bx > .rightbx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }

  #con3-2-sec {
    margin-bottom: 70px;
  }
  #con3-2-sec .con-3-2 {
    padding: 60px 10px;
  }
  #con3-2-sec .con-3-2 .group2-bx {
    margin-bottom: 50px;
  }
  #con3-2-sec .con-3-2 .group2-bx > h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
  }
  #con3-2-sec .con-3-2 .group2-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx {
    margin: 5px;
    width: 100px;
    height: 100px;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx > img {
    width: 38px;
    height: auto;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx > p {
    margin-top: 5px;
    width: 70px;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 575.99px) {
  #con3-sec {
    padding-top: 30px;
    margin-top: 0;
  }
  #con3-sec .con-3 h3.tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #con3-sec .group-bx {
    height: auto;
    flex-direction: column;
  }
  #con3-sec .group-bx .leftbx {
    width: 100%;
    height: 250px;
  }
  #con3-sec .group-bx > .rightbx {
    width: 100%;
    padding: 40px 20px;
  }
  #con3-sec .group-bx > .rightbx > h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 20px;
  }
  #con3-sec .group-bx > .rightbx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con3-sec .group-bx > .rightbx > p .hide {
    display: none;
  }

  #con3-2-sec {
    margin-bottom: 40px;
  }
  #con3-2-sec .con-3-2 {
    padding: 50px 10px;
  }
  #con3-2-sec .con-3-2 .group2-bx {
    margin-bottom: 30px;
  }
  #con3-2-sec .con-3-2 .group2-bx > h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
  }
  #con3-2-sec .con-3-2 .group2-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con3-2-sec .con-3-2 .group3-bx {
    flex-wrap: wrap;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx {
    margin: 5px;
    width: 90px;
    height: 90px;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx > img {
    width: 32px;
    height: auto;
  }
  #con3-2-sec .con-3-2 .group3-bx .psbx > p {
    margin-top: 4px;
    width: 70px;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

/*# sourceMappingURL=con-3.css.map */
