@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 */
/* 컨텐츠 5 */
#con5-sec {
  padding-bottom: 85px;
  background-image: url("images/con5-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#con5-sec .con-5 {
  flex-direction: column;
  padding-top: 70px;
  align-items: center;
}
#con5-sec .con-5 h3.tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #303133;
  margin-bottom: 80px;
  width: 100%;
}
#con5-sec .con-5 > form {
  background-color: #d9d9d9;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 652px;
}
#con5-sec .con-5 > form > input {
  background-color: #fff;
  border: none;
  width: calc(50% - 5px);
  height: 50px;
  margin: 2.5px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
#con5-sec .con-5 > form > input::placeholder {
  color: #9b9b9b;
}
#con5-sec .con-5 > form > textarea {
  background-color: #fff;
  border: none;
  width: 100%;
  height: 188px;
  margin: 2.5px;
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  resize: none;
}
#con5-sec .con-5 > form > textarea::placeholder {
  color: #9b9b9b;
}
#con5-sec .con-5 > form .btn {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
#con5-sec .con-5 > form .btn .submit_bt {
  width: 240px;
  height: 50px;
  background-color: #3056c9;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #con5-sec {
    padding-bottom: 85px;
  }
  #con5-sec .con-5 {
    padding-top: 70px;
  }
  #con5-sec .con-5 h3.tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 80px;
    padding-left: 10px;
  }
  #con5-sec .con-5 > form {
    padding: 25px;
    width: 652px;
  }
  #con5-sec .con-5 > form > input {
    width: calc(50% - 5px);
    height: 50px;
    margin: 2.5px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form > textarea {
    height: 188px;
    margin: 2.5px;
    padding: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form .btn {
    margin-top: 25px;
  }
  #con5-sec .con-5 > form .btn .submit_bt {
    width: 240px;
    height: 50px;
    padding-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #con5-sec {
    padding-bottom: 85px;
  }
  #con5-sec .con-5 {
    padding-top: 50px;
  }
  #con5-sec .con-5 h3.tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 60px;
    padding-left: 10px;
  }
  #con5-sec .con-5 > form {
    padding: 25px;
    width: 652px;
  }
  #con5-sec .con-5 > form > input {
    width: calc(50% - 5px);
    height: 50px;
    margin: 2.5px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form > textarea {
    height: 188px;
    margin: 2.5px;
    padding: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form .btn {
    margin-top: 25px;
  }
  #con5-sec .con-5 > form .btn .submit_bt {
    width: 240px;
    height: 50px;
    padding-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #con5-sec {
    padding-bottom: 85px;
  }
  #con5-sec .con-5 {
    padding-top: 50px;
  }
  #con5-sec .con-5 h3.tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 40px;
    padding-left: 10px;
  }
  #con5-sec .con-5 > form {
    padding: 25px;
    width: 90%;
  }
  #con5-sec .con-5 > form > input {
    width: calc(50% - 5px);
    height: 50px;
    margin: 2.5px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form > textarea {
    height: 188px;
    margin: 2.5px;
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form .btn {
    margin-top: 25px;
  }
  #con5-sec .con-5 > form .btn .submit_bt {
    width: 240px;
    height: 50px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media (max-width: 575.99px) {
  #con5-sec {
    padding-bottom: 85px;
  }
  #con5-sec .con-5 {
    padding-top: 50px;
  }
  #con5-sec .con-5 h3.tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
    padding-left: 10px;
  }
  #con5-sec .con-5 > form {
    padding: 15px;
    width: 90%;
  }
  #con5-sec .con-5 > form > input {
    width: 100%;
    height: 50px;
    margin: 2.5px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form > textarea {
    height: 150px;
    margin: 2.5px;
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con5-sec .con-5 > form .btn {
    margin-top: 15px;
  }
  #con5-sec .con-5 > form .btn .submit_bt {
    width: 200px;
    height: 50px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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