@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300");
@import url("https://fonts.googleapis.com/css?family=Archivo:400,700&display=swap");
[class^="con-"],
[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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}

input[id="item-1"] + label.label-box .pic-box {
  left: 0;
}

.copy-sec {
  padding: 40px 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #d5d5d5;
}

.copy-sec .cont-box .box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.copy-sec .cont-box .box4 img {
  width: calc(109px * 1);
  height: calc(36px * 1);
}

.copy-sec .cont-box .box4 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #5f5f5f;
  margin-top: 15px;
}

.copy-sec .cont-box .box4 p span {
  padding: 0 12px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.copy-sec .cont-box .box4 p br {
  display: none;
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .copy-sec {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
  .copy-sec .cont-box .box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .copy-sec .cont-box .box4 img {
    width: calc(109px * 1);
    height: calc(36px * 1);
  }
  .copy-sec .cont-box .box4 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #5f5f5f;
    margin-top: 15px;
    width: 90%;
    text-align: center;
  }
  .copy-sec .cont-box .box4 p span {
    padding: 0 12px;
    font-size: 10px;
    position: relative;
    top: -2px;
  }
}

@media (max-width: 575.99px) {
  .copy-sec {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
  .copy-sec .cont-box .box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .copy-sec .cont-box .box4 img {
    width: calc(109px * 0.8);
    height: calc(36px * 0.8);
  }
  .copy-sec .cont-box .box4 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #5f5f5f;
    margin-top: 10px;
    width: 90%;
    text-align: center;
  }
  .copy-sec .cont-box .box4 p span {
    padding: 0 12px;
    font-size: 10px;
    position: relative;
    top: -2px;
    display: none;
  }
  .copy-sec .cont-box .box4 p br {
    display: block;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes logo {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nologo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes nologo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media (max-width: 991.99px) {
  #headsec {
    display: none;
  }
}

@media (min-width: 992px) {
  .monav-sec,
  .momenu-bg {
    display: none;
  }
}

header {
  z-index: 8000;
}

header.head-down {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 213px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #939599;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #939599;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up .head-box {
  -webkit-transform: translateY(-164px);
          transform: translateY(-164px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #939599;
}

header.head-up nav {
  height: 50px;
  -webkit-transform: translateY(-164px);
          transform: translateY(-164px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.head-up .mega1-box, header.head-up .mega2-box, header.head-up .mega3-box {
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .head-box {
  width: 100%;
  height: 164px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #939599;
}

header .head-box .left-box {
  width: 20%;
}

header .head-box .left-box .sns-bx {
  width: 100%;
  margin-top: 40px;
  margin-left: 45px;
}

header .head-box .left-box .sns-bx > img {
  width: calc(14px * 1);
  height: calc(17px * 1);
  margin-right: 7px;
}

header .head-box .center-box {
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .head-box .center-box a > img {
  width: calc(246px * 1);
  height: calc(81px * 1);
}

header .head-box .right-box {
  width: 20%;
}

header nav {
  height: 48px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header nav.navi .con-nav {
  height: 100%;
}

header nav.navi .con-nav .menu-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav.navi .con-nav .menu-box > li {
  position: relative;
  width: 20%;
  height: 100%;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(1) > a.open {
  background-color: #17a2b8 !important;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(2) > a.open {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li:nth-of-type(3) > a.open {
  background-color: #bab1ad !important;
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

header nav.navi .con-nav .menu-box > li > a:hover {
  color: #ffffff !important;
}

header nav.navi .con-nav .menu-box > li > a:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header nav.navi .con-nav .menu-box > li > a::after {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #335bc3;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .mega1-box, header .mega2-box, header .mega3-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .mega1-box .con-mega .left-bx, header .mega2-box .con-mega .left-bx, header .mega3-box .con-mega .left-bx {
  width: 250px;
}

header .mega1-box .con-mega .left-bx .submenu-box, header .mega2-box .con-mega .left-bx .submenu-box, header .mega3-box .con-mega .left-bx .submenu-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
}

header .mega1-box .con-mega .left-bx .submenu-box::after, header .mega2-box .con-mega .left-bx .submenu-box::after, header .mega3-box .con-mega .left-bx .submenu-box::after {
  top: 30px;
  width: 1px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
}

header .mega1-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega2-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega3-box .con-mega .left-bx .submenu-box > li a.sub-menu {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

header .mega1-box .con-mega .right-bx, header .mega2-box .con-mega .right-bx, header .mega3-box .con-mega .right-bx {
  width: calc(100% - 250px);
}

header .mega1-box .con-mega .right-bx .items-box, header .mega2-box .con-mega .right-bx .items-box, header .mega3-box .con-mega .right-bx .items-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}

header .mega1-box .con-mega .right-bx .items-box .item-box, header .mega2-box .con-mega .right-bx .items-box .item-box, header .mega3-box .con-mega .right-bx .items-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 250px;
  height: 100%;
  margin-left: 20px;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega2-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega3-box .con-mega .right-bx .items-box .item-box .top-bx {
  width: 100%;
  height: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 30%;
  padding: 10px;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

header .mega1-box.open, header .mega2-box.open, header .mega3-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega1-box {
  width: 100%;
  height: 300px;
  background-color: #17a2b8 !important;
  display: none;
}

header .mega2-box {
  width: 100%;
  height: 300px;
  background-color: #dc3545 !important;
  display: none;
}

header .mega2-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega3-box {
  width: 100%;
  height: 300px;
  background-color: #bab1ad !important;
  display: none;
}

header .mega3-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monav-sec .top-box {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: white;
}

.monav-sec .top-box .left-bx {
  width: 60px;
  padding: 0 10px;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box {
  width: 40px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span {
  position: absolute;
  width: 0px;
  height: 2px;
  margin-left: -15px;
  background-color: #2f3033 !important;
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.monav-sec .top-box .left-bx.mo-show .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.monav-sec .top-box .left-bx .mobt-box {
  width: 40px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.monav-sec .top-box .left-bx .mobt-box > span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .left-bx .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .left-bx .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.monav-sec .top-box .right-bx {
  width: calc(100% - 60px);
}

.monav-sec .top-box .right-bx ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monav-sec .top-box .right-bx ul > li {
  position: relative;
  height: 100%;
  margin-left: 3%;
}

.monav-sec .top-box .right-bx ul > li:nth-of-type(1) {
  margin-left: 0;
}

.monav-sec .top-box .right-bx ul > li:nth-of-type(1) > a.open {
  background-color: #17a2b8 !important;
  color: #ffffff !important;
}

.monav-sec .top-box .right-bx ul > li:nth-of-type(2) > a.open {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}

.monav-sec .top-box .right-bx ul > li:nth-of-type(3) > a.open {
  background-color: #bab1ad !important;
  color: #ffffff !important;
}

.monav-sec .top-box .right-bx ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 0 10px;
}

.monav-sec .top-box .right-bx ul > li > a:hover {
  color: #ffffff !important;
}

.monav-sec .top-box .right-bx ul > li > a:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.monav-sec .top-box .right-bx ul > li > a::after {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #335bc3;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.momenu-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 500;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.momenu-bg.side-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.momenu-bg .menu-box {
  width: 100%;
  height: 100vh;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.momenu-bg .menu-box .list-box {
  width: 250px;
  text-align: center;
  height: auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.momenu-bg .menu-box .list-box > a {
  width: 100%;
  height: 100%;
}

.momenu-bg .menu-box .list-box > a img {
  width: calc(246px * 0.6);
  height: calc(81px * 0.6);
  margin-bottom: 30px;
}

.momenu-bg .menu-box .list-box > ul {
  width: 100%;
}

.momenu-bg .menu-box .list-box > ul > li {
  width: 100%;
}

.momenu-bg .menu-box .list-box > ul > li:hover > a {
  color: #ffffff !important !important;
}

.momenu-bg .menu-box .list-box > ul > li:hover > a::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.momenu-bg .menu-box .list-box > ul > li > a {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-align: center;
}

.momenu-bg .menu-box .list-box > ul > li > a::after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff !important !important;
  background-color: #d8d2db;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.svisu-sec {
  height: 307px;
  background-image: url(../images/s-visu-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.svisu-sec.sec-down {
  margin-top: 213px;
}

.svisu-sec.sec-up {
  margin-top: 200px;
}

.svisu-sec .over-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  /*background-color: rgba(53, 65, 153, 0.2);*/
  background-image: url(../images/m-visu-bg.jpg);
  background-size: cover;
  opacity: 0.7;
}

.svisu-sec .over-box-2 {
  position: absolute;
  top: 0;
  right: 50%;
  min-width: 595px;
  height: 100%;
  background-color: rgba(53, 65, 150, 0.33);
}

.svisu-sec .over-box-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 65, 150, 0.33);
}

.svisu-sec .visu-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 50%;
  width: 40%;
  min-width: 595px;
}

.svisu-sec .visu-wrap p {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 5px #444;
}

.svisu-sec .visu-wrap p img {
  width: calc(513px * 0.36);
  height: calc(120px * 0.36);
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .svisu-sec {
    height: 270px;
    background-image: url(../images/s-visu-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .svisu-sec.sec-down {
    margin-top: 40px !important;
  }
  .svisu-sec.sec-up {
    margin-top: 40px !important;
  }
  .svisu-sec .over-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /*background-color: rgba(53, 65, 153, 0.2);*/
    background-image: url(../images/m-visu-bg.jpg);
    background-size: cover;
    opacity: 0.7;
  }
  .svisu-sec .over-box-2 {
    position: absolute;
    top: 0;
    right: 50%;
    min-width: 595px;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .over-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .visu-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 50%;
    width: 50%;
    min-width: auto;
  }
  .svisu-sec .visu-wrap p {
    font-size: 44px;
    font-weight: 400;
    line-height: 54px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .svisu-sec .visu-wrap p img {
    width: calc(513px * 0.36);
    height: calc(120px * 0.36);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .svisu-sec {
    height: 250px;
    background-image: url(../images/s-visu-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .svisu-sec.sec-down {
    margin-top: 40px !important;
  }
  .svisu-sec.sec-up {
    margin-top: 40px !important;
  }
  .svisu-sec .over-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /*background-color: rgba(53, 65, 153, 0.2);*/
    background-image: url(../images/m-visu-bg.jpg);
    background-size: cover;
    opacity: 0.7;
  }
  .svisu-sec .over-box-2 {
    position: absolute;
    top: 0;
    right: 50%;
    min-width: 595px;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .over-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .visu-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 50%;
    width: 50%;
    min-width: auto;
  }
  .svisu-sec .visu-wrap p {
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .svisu-sec .visu-wrap p img {
    width: calc(513px * 0.25);
    height: calc(120px * 0.25);
  }
}

@media (max-width: 575.99px) {
  .svisu-sec {
    height: 220px;
    background-image: url(../images/s-visu-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .svisu-sec.sec-down {
    margin-top: 40px !important;
  }
  .svisu-sec.sec-up {
    margin-top: 40px !important;
  }
  .svisu-sec .over-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /*background-color: rgba(53, 65, 153, 0.2);*/
    background-image: url(../images/m-visu-bg.jpg);
    background-size: cover;
    opacity: 0.7;
  }
  .svisu-sec .over-box-2 {
    position: absolute;
    top: 0;
    right: 50%;
    min-width: 595px;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .over-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .visu-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 50%;
    width: 50%;
    min-width: auto;
  }
  .svisu-sec .visu-wrap p {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .svisu-sec .visu-wrap p img {
    width: calc(513px * 0.2);
    height: calc(120px * 0.2);
  }
}

@media (max-width: 419.99px) {
  .svisu-sec {
    height: 180px;
    background-image: url(../images/s-visu-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .svisu-sec.sec-down {
    margin-top: 40px !important;
  }
  .svisu-sec.sec-up {
    margin-top: 40px !important;
  }
  .svisu-sec .over-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /*background-color: rgba(53, 65, 153, 0.2);*/
    background-image: url(../images/m-visu-bg.jpg);
    background-size: cover;
    opacity: 0.7;
  }
  .svisu-sec .over-box-2 {
    position: absolute;
    top: 0;
    right: 50%;
    min-width: 595px;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .over-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 65, 150, 0.33);
  }
  .svisu-sec .visu-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 50%;
    width: 50%;
    min-width: auto;
  }
  .svisu-sec .visu-wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .svisu-sec .visu-wrap p img {
    width: calc(513px * 0.17);
    height: calc(120px * 0.17);
  }
}

.content-sec .con-cont .cont-box .group-3 {
  width: 100%;
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 75px;
}

.content-sec .con-cont .cont-box .group-3 h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #0e0e0e;
  padding-top: 6px;
  position: relative;
  margin-bottom: 25px;
}

.content-sec .con-cont .cont-box .group-3 h2:after {
  width: 60px;
  height: 2px;
  background-color: #335bc3;
  position: absolute;
  top: 0;
}

.content-sec .con-cont .cont-box .group-3 .txt-bx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 15px;
}

.content-sec .con-cont .cont-box .group-3 .txt-bx h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  font-family: "Archivo", sans-serif !important;
  color: #335bc3;
}

.content-sec .con-cont .cont-box .group-3 .txt-bx p {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-bottom: 50px;
}

.content-sec .con-cont .cont-box .group-3 .txt-bx p img {
  width: calc(115px * 1);
  height: calc(28px * 1);
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.content-sec .con-cont .cont-box .group-3 .txt-bx p span {
  font-weight: 400;
}

.content-sec .con-cont .cont-box .group-3 .txt-bx p br {
  display: none;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx {
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon {
  width: 316px;
  height: 300px;
  background-image: url(../images/sub-3-16.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  font-family: "Archivo", sans-serif !important;
  color: #fff;
  position: relative;
  margin-top: 39px;
  margin-bottom: 27px;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3:after {
  width: 144px;
  height: 1px;
  background-color: #fff;
  bottom: -11px;
  left: -28%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  margin-bottom: 15px;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon img {
  width: calc(58px * 1);
  height: calc(58px * 1);
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) {
  margin-left: 23px;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2),
.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4),
.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
  position: absolute;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3,
.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3,
.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
  margin-top: -10px;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3:after,
.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after,
.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
  left: -2%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) {
  background-image: url(../images/sub-3-14.png);
  position: absolute;
  left: 2.5%;
  top: 103%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3 {
  margin-top: 58px;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3:after {
  left: 16%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) {
  background-image: url(../images/sub-3-15.png);
  left: 16%;
  top: 39%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) {
  background-image: url(../images/sub-3-17.png);
  right: 14%;
  top: 39%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after {
  left: -31%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
  background-image: url(../images/sub-3-18.png);
  right: 0.5%;
  top: 103%;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
  margin-top: 58px;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .circle {
  width: 361px;
  height: 361px;
  background-image: url(../images/sub-3-13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 343px;
  left: calc(50% - 161px);
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .circle h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Archivo", sans-serif !important;
  color: #000;
}

.content-sec .con-cont .cont-box .group-3 .graph-bx .circle h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  font-family: "Archivo", sans-serif !important;
  color: #585858;
}

@media (min-width: 1005px) and (max-width: 1199px) {
  html {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1004px) {
  html {
    font-size: 21px;
  }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .content-sec .con-cont .cont-box .group-3 {
    width: 100%;
    height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 75px;
  }
  .content-sec .con-cont .cont-box .group-3 h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #0e0e0e;
    padding-top: 6px;
    position: relative;
    margin-bottom: 25px;
  }
  .content-sec .con-cont .cont-box .group-3 h2:after {
    width: 60px;
    height: 2px;
    background-color: #335bc3;
    position: absolute;
    top: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 15px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    font-family: "Archivo", sans-serif !important;
    color: #335bc3;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-bottom: 40px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p img {
    width: calc(115px * 1);
    height: calc(28px * 1);
    margin-left: 8px;
    position: relative;
    top: 3px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon {
    width: calc(316px * 0.83);
    height: calc(300px * 0.83);
    background-image: url(../images/sub-3-16.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
    font-family: "Archivo", sans-serif !important;
    color: #fff;
    position: relative;
    margin-top: 39px;
    margin-bottom: 20px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3:after {
    width: 124px;
    height: 1px;
    background-color: #fff;
    bottom: -6px;
    left: -24%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    margin-bottom: 15px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon img {
    width: calc(58px * 0.9);
    height: calc(58px * 0.9);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) {
    margin-left: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    position: absolute;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: -10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: -2%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) {
    background-image: url(../images/sub-3-14.png);
    position: absolute;
    left: calc(50% - 484px);
    top: 103%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3 {
    margin-top: 58px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3:after {
    left: 16%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) {
    background-image: url(../images/sub-3-15.png);
    left: calc(50% - 350px);
    top: 39%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) {
    background-image: url(../images/sub-3-17.png);
    right: calc(50% - 349px);
    top: 39%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after {
    left: -31%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    background-image: url(../images/sub-3-18.png);
    right: calc(50% - 482px);
    top: 103%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: 58px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle {
    width: calc(361px * 0.83);
    height: calc(361px * 0.83);
    background-image: url(../images/sub-3-13.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
    position: absolute;
    top: 306px;
    left: calc(50% - 161px);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    font-family: "Archivo", sans-serif !important;
    color: #000;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    font-family: "Archivo", sans-serif !important;
    color: #585858;
  }
}

@media (min-width: 887px) and (max-width: 991px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 886px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .content-sec .con-cont .cont-box .group-3 {
    width: 100%;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 75px;
  }
  .content-sec .con-cont .cont-box .group-3 h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #0e0e0e;
    padding-top: 6px;
    position: relative;
    margin-bottom: 23px;
  }
  .content-sec .con-cont .cont-box .group-3 h2:after {
    width: 58px;
    height: 2px;
    background-color: #335bc3;
    position: absolute;
    top: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Archivo", sans-serif !important;
    color: #335bc3;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-bottom: 40px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p img {
    width: calc(115px * 0.9);
    height: calc(28px * 0.9);
    margin-left: 8px;
    position: relative;
    top: 3px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon {
    width: calc(316px * 0.65);
    height: calc(300px * 0.65);
    background-image: url(../images/sub-3-16.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3 {
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
    font-family: "Archivo", sans-serif !important;
    color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3:after {
    width: 124px;
    height: 1px;
    background-color: #fff;
    bottom: -6px;
    left: -47%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon img {
    width: calc(58px * 0.7);
    height: calc(58px * 0.7);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) {
    margin-left: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    position: absolute;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: -10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: -12%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) {
    background-image: url(../images/sub-3-14.png);
    position: absolute;
    left: calc(50% - 378px);
    top: 103%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3 {
    margin-top: 49px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3:after {
    left: 11%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) {
    background-image: url(../images/sub-3-15.png);
    left: calc(50% - 273px);
    top: 39%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) {
    background-image: url(../images/sub-3-17.png);
    right: calc(50% - 273px);
    top: 39%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after {
    left: -31%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    background-image: url(../images/sub-3-18.png);
    right: calc(50% - 377px);
    top: 103%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: 49px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle {
    width: calc(361px * 0.65);
    height: calc(361px * 0.65);
    background-image: url(../images/sub-3-13.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
    position: absolute;
    top: 233px;
    left: calc(50% - 120px);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Archivo", sans-serif !important;
    color: #000;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Archivo", sans-serif !important;
    color: #585858;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .content-sec .con-cont .cont-box .group-3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 75px;
    height: 650px;
  }
  .content-sec .con-cont .cont-box .group-3 h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #0e0e0e;
    padding-top: 6px;
    position: relative;
    margin-bottom: 21px;
  }
  .content-sec .con-cont .cont-box .group-3 h2:after {
    width: 56px;
    height: 2px;
    background-color: #335bc3;
    position: absolute;
    top: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    font-family: "Archivo", sans-serif !important;
    color: #335bc3;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p {
    font-size: 19px;
    font-weight: 300;
    line-height: 29px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-bottom: 25px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p img {
    width: calc(115px * 0.65);
    height: calc(28px * 0.65);
    margin-left: 8px;
    position: relative;
    top: 3px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon {
    width: calc(316px * 0.48);
    height: calc(300px * 0.48);
    background-image: url(../images/sub-3-16.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Archivo", sans-serif !important;
    color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 7px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3:after {
    width: 50px;
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    left: -7%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon img {
    width: calc(58px * 0.5);
    height: calc(58px * 0.5);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) {
    margin-left: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    position: absolute;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: -10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: 14%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) {
    background-image: url(../images/sub-3-14.png);
    position: absolute;
    left: calc(50% - 282px);
    top: 103%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3 {
    margin-top: 32px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3:after {
    left: 28%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) {
    background-image: url(../images/sub-3-15.png);
    left: calc(50% - 203px);
    top: 39%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) {
    background-image: url(../images/sub-3-17.png);
    right: calc(50% - 202px);
    top: 39%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after {
    left: -11%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    background-image: url(../images/sub-3-18.png);
    right: calc(50% - 281px);
    top: 103%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: 32px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle {
    width: calc(361px * 0.55);
    height: calc(361px * 0.55);
    background-image: url(../images/sub-3-13.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
    position: absolute;
    top: 174px;
    left: calc(50% - 99px);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    font-family: "Archivo", sans-serif !important;
    color: #000;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Archivo", sans-serif !important;
    color: #585858;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .content-sec .con-cont .cont-box .group-3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 75px;
    height: 760px;
  }
  .content-sec .con-cont .cont-box .group-3 h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #0e0e0e;
    padding-top: 6px;
    position: relative;
    margin-bottom: 17px;
  }
  .content-sec .con-cont .cont-box .group-3 h2:after {
    width: 45px;
    height: 2px;
    background-color: #335bc3;
    position: absolute;
    top: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Archivo", sans-serif !important;
    color: #335bc3;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-bottom: 15px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p img {
    width: calc(115px * 0.56);
    height: calc(28px * 0.56);
    margin-left: 8px;
    position: relative;
    top: 1px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p br {
    display: inline;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon {
    width: calc(316px * 0.45);
    height: calc(300px * 0.45);
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Archivo", sans-serif !important;
    color: #fff;
    position: relative;
    margin-top: 18px;
    margin-bottom: 13px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3:after {
    width: 50px;
    height: 1px;
    background-color: #fff;
    bottom: -7px;
    left: 9%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon img {
    width: calc(58px * 0.4);
    height: calc(58px * 0.4);
    display: none;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:after {
    width: calc(316px * 0.45);
    height: calc(300px * 0.45);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    z-index: -1;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) {
    margin-left: 0;
    position: relative;
    margin-left: 226px;
    padding-top: 100px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3):after {
    background-image: url(../images/sub-3-16.png);
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) h3 {
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) p {
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    position: absolute;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: -10px;
    padding-right: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: 14%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) {
    background-image: none;
    position: absolute;
    left: calc(50% - 195px);
    top: 38%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1):after {
    background-image: url(../images/sub-3-14.png);
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3 {
    margin-top: 23px;
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3:after {
    left: 32%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) p {
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) img {
    margin-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) {
    background-image: none;
    left: calc(50% - 69px);
    top: 16%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2):after {
    background-image: url(../images/sub-3-15.png);
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) {
    background-image: none;
    right: calc(51% - 23px);
    top: 275%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4):after {
    background-image: url(../images/sub-3-17.png);
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after {
    left: -11%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) p {
    padding-right: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    background-image: none;
    right: calc(50% - 133px);
    top: 270%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5):after {
    background-image: url(../images/sub-3-18.png);
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: 9px;
    padding-left: 20px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: 31%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) p {
    padding-left: 14px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle {
    width: calc(361px * 0.55);
    height: calc(361px * 0.55);
    background-image: url(../images/sub-3-13.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
    position: absolute;
    top: 167px;
    left: calc(50% - 99px);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    font-family: "Archivo", sans-serif !important;
    color: #000;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Archivo", sans-serif !important;
    color: #585858;
  }
}

@media (max-width: 419.99px) {
  .content-sec .con-cont .cont-box .group-3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 65px;
    height: 630px;
  }
  .content-sec .con-cont .cont-box .group-3 h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #0e0e0e;
    padding-top: 5px;
    position: relative;
    margin-bottom: 15px;
  }
  .content-sec .con-cont .cont-box .group-3 h2:after {
    width: 40px;
    height: 2px;
    background-color: #335bc3;
    position: absolute;
    top: 0;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx h3 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Archivo", sans-serif !important;
    color: #335bc3;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-bottom: 15px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p img {
    width: calc(115px * 0.42);
    height: calc(28px * 0.42);
    margin-left: 8px;
    position: relative;
    top: 1px;
  }
  .content-sec .con-cont .cont-box .group-3 .txt-bx p br {
    display: inline;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon {
    width: calc(316px * 0.37);
    height: calc(300px * 0.37);
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Archivo", sans-serif !important;
    color: #fff;
    position: relative;
    margin-top: 18px;
    margin-bottom: 13px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon h3:after {
    width: 50px;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
    left: 9%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon img {
    width: calc(58px * 0.4);
    height: calc(58px * 0.4);
    display: none;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:after {
    width: calc(316px * 0.37);
    height: calc(300px * 0.37);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    z-index: -1;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) {
    margin-left: 0;
    position: relative;
    margin-left: 187px;
    padding-top: 79px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3):after {
    background-image: url(../images/sub-3-16.png);
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) h3 {
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(3) p {
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4),
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    position: absolute;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: -10px;
    padding-right: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after,
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: 9%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) {
    background-image: none;
    position: absolute;
    left: calc(50% - 162px);
    top: 38%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1):after {
    background-image: url(../images/sub-3-14.png);
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3 {
    margin-top: 23px;
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) h3:after {
    left: 32%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) p {
    padding-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(1) img {
    margin-left: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2) {
    background-image: none;
    left: calc(50% - 57px);
    top: 16%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(2):after {
    background-image: url(../images/sub-3-15.png);
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) {
    background-image: none;
    right: calc(51% - 22px);
    top: 272%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4):after {
    background-image: url(../images/sub-3-17.png);
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) h3:after {
    left: -11%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(4) p {
    padding-right: 10px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) {
    background-image: none;
    right: calc(50% - 113px);
    top: 267%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5):after {
    background-image: url(../images/sub-3-18.png);
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3 {
    margin-top: 9px;
    padding-left: 20px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) h3:after {
    left: 31%;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .pentagon:nth-of-type(5) p {
    padding-left: 14px;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle {
    width: calc(361px * 0.45);
    height: calc(361px * 0.45);
    background-image: url(../images/sub-3-13.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
    position: absolute;
    top: 135px;
    left: calc(50% - 81px);
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    font-family: "Archivo", sans-serif !important;
    color: #000;
  }
  .content-sec .con-cont .cont-box .group-3 .graph-bx .circle h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Archivo", sans-serif !important;
    color: #585858;
  }
}
/*# sourceMappingURL=sub-2-3.css.map */