@charset "UTF-8";
[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;
}

@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 */
/* 컨텐츠 4 */
#con4-sec {
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 150px;
}

#con4-sec .con-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#con4-sec .con-4 h3.tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #303133;
  margin-bottom: 50px;
}

#con4-sec .con-4 .group-bx {
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#con4-sec .con-4 .group-bx > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}

#con4-sec .con-4 .gall-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

#con4-sec .con-4 .gall-list > .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 10px auto;
  width: 32%;
  height: auto;
  background-color: #f7f7f7;
  overflow: hidden;
}

#con4-sec .con-4 .gall-list > .img-box:after {
  width: 100%;
  height: 4px;
  top: 0;
  right: 0;
  background-color: #74ced4;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s ease 0.4s;
  transition: all 0.2s ease 0.4s;
}

#con4-sec .con-4 .gall-list > .img-box:before {
  width: 4px;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #74ced4;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
}

#con4-sec .con-4 .gall-list > .img-box:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

#con4-sec .con-4 .gall-list > .img-box:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#con4-sec .con-4 .gall-list > .img-box:hover .linebg:after {
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #74ced4;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
}

#con4-sec .con-4 .gall-list > .img-box:hover .linebg:before {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #74ced4;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease 0.4s;
  transition: all 0.2s ease 0.4s;
}

#con4-sec .con-4 .gall-list > .img-box > .linebg {
  position: absolute;
  width: 100%;
  height: 100%;
}

#con4-sec .con-4 .gall-list > .img-box > .linebg:after {
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #74ced4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#con4-sec .con-4 .gall-list > .img-box > .linebg:before {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #74ced4;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

#con4-sec .con-4 .gall-list > .img-box > .imgbx {
  width: 100%;
  height: 200px;
}

#con4-sec .con-4 .gall-list > .img-box > .texbx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
  text-align: center;
}

#con4-sec .con-4 .gall-list > .img-box > .texbx > h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}

#con4-sec .con-4 .gall-list > .img-box > .texbx > p {
  width: 90%;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5e5e5e;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #con4-sec {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 100px;
  }
  #con4-sec .con-4 {
    padding: 0 10px;
  }
  #con4-sec .con-4 h3.tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 50px;
  }
  #con4-sec .con-4 .group-bx {
    width: 100%;
    margin-bottom: 40px;
  }
  #con4-sec .con-4 .group-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con4-sec .con-4 .gall-list > .img-box {
    margin: 10px auto;
    width: 32%;
  }
  #con4-sec .con-4 .gall-list > .img-box:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .imgbx {
    height: 200px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx {
    padding: 30px 10px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p {
    width: 90%;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p > br {
    display: none;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  #con4-sec {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  #con4-sec .con-4 {
    padding: 0 10px;
  }
  #con4-sec .con-4 h3.tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 40px;
  }
  #con4-sec .con-4 .group-bx {
    width: 100%;
    margin-bottom: 40px;
  }
  #con4-sec .con-4 .group-bx > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con4-sec .con-4 .gall-list > .img-box {
    margin: 10px auto;
    width: 48%;
  }
  #con4-sec .con-4 .gall-list > .img-box:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .imgbx {
    height: 200px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx {
    padding: 30px 10px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p {
    width: 90%;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p > br {
    display: none;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  #con4-sec {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 40px;
  }
  #con4-sec .con-4 {
    padding: 0 10px;
  }
  #con4-sec .con-4 h3.tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  #con4-sec .con-4 .group-bx {
    width: 100%;
    margin-bottom: 30px;
  }
  #con4-sec .con-4 .group-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con4-sec .con-4 .gall-list > .img-box {
    margin: 10px auto;
    width: 49%;
  }
  #con4-sec .con-4 .gall-list > .img-box:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .imgbx {
    height: 160px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx {
    padding: 20px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p > br {
    display: none;
  }
}

@media (max-width: 575.99px) {
  #con4-sec {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 40px;
  }
  #con4-sec .con-4 {
    padding: 0 10px;
  }
  #con4-sec .con-4 h3.tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 20px;
  }
  #con4-sec .con-4 .group-bx {
    width: 100%;
    margin-bottom: 20px;
  }
  #con4-sec .con-4 .group-bx > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: left;
  }
  #con4-sec .con-4 .gall-list > .img-box {
    margin: 10px auto;
    width: 100%;
  }
  #con4-sec .con-4 .gall-list > .img-box:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box:hover .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:after {
    height: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .linebg:before {
    width: 4px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .imgbx {
    height: 160px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx {
    padding: 20px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  #con4-sec .con-4 .gall-list > .img-box > .texbx > p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
/*# sourceMappingURL=con-4.css.map */