@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 */
/* 컨텐츠 1 */
#con1-sec {
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}
#con1-sec .con-1 {
  flex-direction: column;
}
#con1-sec .con-1 h3.tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #303133;
  margin-bottom: 50px;
}
#con1-sec .con-1 .group-bx {
  width: 100%;
  margin-bottom: 55px;
  align-items: center;
}
#con1-sec .con-1 .group-bx > .left {
  width: calc(50% - 40px);
  margin-right: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
#con1-sec .con-1 .group-bx > .right {
  width: calc(50% - 40px);
  margin-left: 40px;
  height: 284px;
  background-image: url("images/con1-1.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#con1-sec .con-1 .group2-bx {
  width: 100%;
  margin-bottom: 65px;
  align-items: center;
}
#con1-sec .con-1 .group2-bx > .left {
  width: calc(50% - 40px);
  margin-right: 40px;
  height: 284px;
  background-image: url("images/con1-2.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#con1-sec .con-1 .group2-bx > .right {
  width: calc(50% - 40px);
  margin-left: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#con1-sec .con-1 .group2-bx > .right .set-bx {
  width: 480px;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
}
#con1-sec .con-1 .group2-bx > .right .set-bx:nth-last-of-type(1) {
  margin-top: 50px;
}
#con1-sec .con-1 .group2-bx > .right .set-bx > .r-tit {
  width: 123px;
  height: 34px;
  background-color: #3056c9;
  text-align: center;
  color: #fff;
  padding-top: 1px;
  position: absolute;
  top: -16px;
  left: calc(50% - 50px);
  border-radius: 5px;
}
#con1-sec .con-1 .group2-bx > .right .set-bx .sky {
  background-color: #308ec9;
}
#con1-sec .con-1 .group2-bx > .right .set-bx .r-txt {
  padding: 29px 0 14px;
  text-align: center;
  width: 100%;
}
#con1-sec .con-1 .group3-bx {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#con1-sec .con-1 .group3-bx > span {
  width: 5px;
  height: 20px;
  margin-bottom: 15px;
  background-color: #3056c9;
}
#con1-sec .con-1 .group3-bx > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  font-family: "Archivo", sans-serif;
  color: #333;
  margin-bottom: 20px;
}
#con1-sec .con-1 .group3-bx > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #con1-sec {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  #con1-sec .con-1 {
    padding: 0 10px;
  }
  #con1-sec .con-1 h3.tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 50px;
  }
  #con1-sec .con-1 .group-bx {
    width: 100%;
    margin-bottom: 55px;
  }
  #con1-sec .con-1 .group-bx > .left {
    width: calc(50% - 20px);
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con1-sec .con-1 .group-bx > .left > br {
    display: none;
  }
  #con1-sec .con-1 .group-bx > .right {
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 284px;
  }
  #con1-sec .con-1 .group2-bx {
    width: 100%;
    margin-bottom: 65px;
  }
  #con1-sec .con-1 .group2-bx > .left {
    width: calc(50% - 40px);
    margin-right: 40px;
    height: 284px;
  }
  #con1-sec .con-1 .group2-bx > .right {
    width: calc(50% - 40px);
    margin-left: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx {
    width: 100%;
    border-radius: 8px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx:nth-last-of-type(1) {
    margin-top: 50px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx > .r-tit {
    width: 123px;
    height: 34px;
    padding-top: 1px;
    top: -16px;
    left: calc(50% - 50px);
    border-radius: 5px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx .r-txt {
    padding: 29px 0 14px;
    width: 100%;
  }
  #con1-sec .con-1 .group3-bx > span {
    width: 5px;
    height: 20px;
    margin-bottom: 15px;
  }
  #con1-sec .con-1 .group3-bx > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .group3-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #con1-sec {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  #con1-sec .con-1 {
    padding: 0 10px;
  }
  #con1-sec .con-1 h3.tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 40px;
  }
  #con1-sec .con-1 .group-bx {
    width: 100%;
    margin-bottom: 55px;
  }
  #con1-sec .con-1 .group-bx > .left {
    width: calc(50% - 20px);
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con1-sec .con-1 .group-bx > .left > br {
    display: none;
  }
  #con1-sec .con-1 .group-bx > .right {
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 250px;
  }
  #con1-sec .con-1 .group2-bx {
    width: 100%;
    margin-bottom: 65px;
  }
  #con1-sec .con-1 .group2-bx > .left {
    width: calc(50% - 40px);
    margin-right: 40px;
    height: 250px;
  }
  #con1-sec .con-1 .group2-bx > .right {
    width: calc(50% - 40px);
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx {
    width: 100%;
    border-radius: 8px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx:nth-last-of-type(1) {
    margin-top: 50px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx > .r-tit {
    width: 123px;
    height: 34px;
    padding-top: 1px;
    top: -16px;
    left: calc(50% - 50px);
    border-radius: 5px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx .r-txt {
    padding: 29px 10px 14px;
    width: 100%;
  }
  #con1-sec .con-1 .group3-bx > span {
    width: 5px;
    height: 20px;
    margin-bottom: 15px;
  }
  #con1-sec .con-1 .group3-bx > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .group3-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #con1-sec {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 40px;
  }
  #con1-sec .con-1 {
    padding: 0 10px;
  }
  #con1-sec .con-1 h3.tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .group-bx {
    width: 100%;
    margin-bottom: 45px;
    flex-direction: column;
  }
  #con1-sec .con-1 .group-bx > .left {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con1-sec .con-1 .group-bx > .left > br {
    display: none;
  }
  #con1-sec .con-1 .group-bx > .right {
    width: 100%;
    margin-left: 0;
    height: 220px;
    margin-top: 30px;
  }
  #con1-sec .con-1 .group2-bx {
    width: 100%;
    margin-bottom: 55px;
    flex-direction: column;
  }
  #con1-sec .con-1 .group2-bx > .left {
    width: 100%;
    margin-right: 0;
    height: 220px;
    order: 2;
  }
  #con1-sec .con-1 .group2-bx > .right {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    order: 1;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx {
    width: 100%;
    border-radius: 8px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx:nth-last-of-type(1) {
    margin-top: 30px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx > .r-tit {
    width: 123px;
    height: 34px;
    padding-top: 3px;
    top: -16px;
    left: calc(50% - 50px);
    border-radius: 5px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx .r-txt {
    padding: 29px 10px 14px;
    width: 100%;
  }
  #con1-sec .con-1 .group3-bx > span {
    width: 5px;
    height: 20px;
    margin-bottom: 15px;
  }
  #con1-sec .con-1 .group3-bx > h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
  }
  #con1-sec .con-1 .group3-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 575.99px) {
  #con1-sec {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 40px;
  }
  #con1-sec .con-1 {
    padding: 0 10px;
  }
  #con1-sec .con-1 h3.tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 20px;
  }
  #con1-sec .con-1 .group-bx {
    width: 100%;
    margin-bottom: 45px;
    flex-direction: column;
  }
  #con1-sec .con-1 .group-bx > .left {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con1-sec .con-1 .group-bx > .left > br {
    display: none;
  }
  #con1-sec .con-1 .group-bx > .right {
    width: 100%;
    margin-left: 0;
    height: 190px;
    margin-top: 30px;
  }
  #con1-sec .con-1 .group2-bx {
    width: 100%;
    margin-bottom: 45px;
    flex-direction: column;
  }
  #con1-sec .con-1 .group2-bx > .left {
    width: 100%;
    margin-right: 0;
    height: 190px;
    order: 2;
  }
  #con1-sec .con-1 .group2-bx > .right {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    order: 1;
    margin-bottom: 30px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx {
    width: 100%;
    border-radius: 8px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx:nth-last-of-type(1) {
    margin-top: 30px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx > .r-tit {
    width: 123px;
    height: 34px;
    padding-top: 3px;
    top: -16px;
    left: calc(50% - 60px);
    border-radius: 5px;
  }
  #con1-sec .con-1 .group2-bx > .right .set-bx .r-txt {
    padding: 29px 10px 14px;
    width: 100%;
    font-size: 13px;
  }
  #con1-sec .con-1 .group3-bx > span {
    width: 5px;
    height: 15px;
    margin-bottom: 10px;
  }
  #con1-sec .con-1 .group3-bx > h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
  }
  #con1-sec .con-1 .group3-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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