@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 */
/* 컨텐츠 2 */
#con2-sec {
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}
#con2-sec .con-2 {
  flex-direction: column;
}
#con2-sec .con-2 h3.tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #303133;
  margin-bottom: 50px;
}
#con2-sec .con-2 .group-bx {
  width: 100%;
  margin-bottom: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#con2-sec .con-2 .group-bx > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  font-family: "Archivo", sans-serif;
  color: #333;
  margin-bottom: 20px;
}
#con2-sec .con-2 .group-bx > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
#con2-sec .con-2 .group2-bx {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#con2-sec .con-2 .group2-bx .card-box {
  box-sizing: content-box;
  border: 3px solid #fff;
  width: 24%;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  transition: all 0.7s ease;
}
#con2-sec .con-2 .group2-bx .card-box:hover {
  box-sizing: content-box;
  border: 3px solid #ffae00;
}
#con2-sec .con-2 .group2-bx .card-box:nth-of-type(1) > .imgbx {
  background-image: url("images/con2-1.jpg");
}
#con2-sec .con-2 .group2-bx .card-box:nth-of-type(2) > .imgbx {
  background-image: url("images/con2-2.jpg");
}
#con2-sec .con-2 .group2-bx .card-box:nth-of-type(3) > .imgbx {
  background-image: url("images/con2-3.jpg");
}
#con2-sec .con-2 .group2-bx .card-box:nth-of-type(4) > .imgbx {
  background-image: url("images/con2-4.jpg");
}
#con2-sec .con-2 .group2-bx .card-box > .imgbx {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#con2-sec .con-2 .group2-bx .card-box > .texbx {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-align: center;
}
#con2-sec .con-2 .group2-bx .card-box > .texbx > h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  margin-bottom: 10px;
}
#con2-sec .con-2 .group2-bx .card-box > .texbx > p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5e5e5e;
  width: 100%;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #con2-sec {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  #con2-sec .con-2 {
    padding: 0 10px;
  }
  #con2-sec .con-2 h3.tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 50px;
  }
  #con2-sec .con-2 .group-bx {
    width: 100%;
    margin-bottom: 70px;
  }
  #con2-sec .con-2 .group-bx > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 20px;
  }
  #con2-sec .con-2 .group-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group2-bx .card-box {
    width: 24%;
  }
  #con2-sec .con-2 .group2-bx .card-box > .imgbx {
    height: 350px;
    margin-bottom: 30px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p > br {
    display: none;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #con2-sec {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 0;
  }
  #con2-sec .con-2 {
    padding: 0 10px;
  }
  #con2-sec .con-2 h3.tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 40px;
  }
  #con2-sec .con-2 .group-bx {
    margin-bottom: 50px;
  }
  #con2-sec .con-2 .group-bx > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 20px;
  }
  #con2-sec .con-2 .group-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group2-bx {
    flex-flow: wrap;
  }
  #con2-sec .con-2 .group2-bx .card-box {
    width: 48%;
    margin-bottom: 40px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .imgbx {
    height: 300px;
    margin-bottom: 20px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p > br {
    display: none;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #con2-sec {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 0;
  }
  #con2-sec .con-2 {
    padding: 0 10px;
  }
  #con2-sec .con-2 h3.tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  #con2-sec .con-2 .group-bx {
    margin-bottom: 50px;
  }
  #con2-sec .con-2 .group-bx > h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
  }
  #con2-sec .con-2 .group-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group2-bx {
    flex-flow: wrap;
  }
  #con2-sec .con-2 .group2-bx .card-box {
    width: 48%;
    margin-bottom: 40px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .imgbx {
    height: 270px;
    margin-bottom: 20px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p > br {
    display: none;
  }
}
@media (max-width: 575.99px) {
  #con2-sec {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 0;
  }
  #con2-sec .con-2 {
    padding: 0 10px;
  }
  #con2-sec .con-2 h3.tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 20px;
  }
  #con2-sec .con-2 .group-bx {
    margin-bottom: 30px;
  }
  #con2-sec .con-2 .group-bx > h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  #con2-sec .con-2 .group-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con2-sec .con-2 .group-bx > p > br {
    display: none;
  }
  #con2-sec .con-2 .group2-bx {
    flex-flow: wrap;
  }
  #con2-sec .con-2 .group2-bx .card-box {
    width: 100%;
    margin-bottom: 35px;
  }
  #con2-sec .con-2 .group2-bx .card-box:nth-of-type(1) > .imgbx {
    background-image: url("images/con2-1m.jpg");
  }
  #con2-sec .con-2 .group2-bx .card-box:nth-of-type(2) > .imgbx {
    background-image: url("images/con2-2m.jpg");
  }
  #con2-sec .con-2 .group2-bx .card-box:nth-of-type(3) > .imgbx {
    background-image: url("images/con2-3m.jpg");
  }
  #con2-sec .con-2 .group2-bx .card-box:nth-of-type(4) > .imgbx {
    background-image: url("images/con2-4m.jpg");
  }
  #con2-sec .con-2 .group2-bx .card-box > .imgbx {
    height: 250px;
    margin-bottom: 15px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  #con2-sec .con-2 .group2-bx .card-box > .texbx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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