@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=Frank+Ruhl+Libre:300,400,500,700,900");
[class^=con-],
[class$=-con] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

[class*=con-]::after {
  clear: both;
}

[class^=box-],
[class$=-box] {
  position: relative;
  display: flex;
}

[class^=bx-],
[class$=-bx] {
  position: relative;
  display: flex;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #323388;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.top:hover {
  background-color: #e2645a;
  transition: all 1s ease-in-out;
}

/*  */
button {
  border: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

::after,
::before {
  position: absolute;
  display: flex;
  content: "";
}

img, iframe, video, object {
  max-width: 100%;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style-type: none;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  clear: both;
}

.bgsize {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@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;
}

.ft-sec {
  background-color: #ffffff !important;
  border-top: 1px solid #e1e3e5 !important;
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
}
.ft-sec .con-ft {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
.ft-sec .con-ft .left-box {
  width: 50%;
}
.ft-sec .con-ft .right-box {
  width: 50%;
}
.ft-sec .con-ft .right-box .ftlink-box {
  width: 25%;
  border-left: 1px solid #e1e3e5 !important;
}
.ft-sec .con-ft .right-box .ftlink-box:nth-of-type(4) {
  border-right: 1px solid #e1e3e5 !important;
}
.ft-sec .con-ft .right-box .ftlink-box > a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .ft-sec {
    background-color: #ffffff !important;
    border-top: 1px solid #e1e3e5 !important;
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .ft-sec .con-ft {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .ft-sec .con-ft .left-box {
    width: 0%;
  }
  .ft-sec .con-ft .right-box {
    width: 100%;
  }
  .ft-sec .con-ft .right-box .ftlink-box {
    width: 25%;
    border-left: 1px solid #e1e3e5 !important;
  }
  .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(4) {
    border-right: 1px solid #e1e3e5 !important;
  }
  .ft-sec .con-ft .right-box .ftlink-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .ft-sec {
    background-color: #ffffff !important;
    border-top: 1px solid #e1e3e5 !important;
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .ft-sec .con-ft {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .ft-sec .con-ft .left-box {
    width: 0%;
  }
  .ft-sec .con-ft .right-box {
    width: 100%;
  }
  .ft-sec .con-ft .right-box .ftlink-box {
    width: 25%;
    border-left: 1px solid #e1e3e5 !important;
  }
  .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(4) {
    border-right: 1px solid #e1e3e5 !important;
  }
  .ft-sec .con-ft .right-box .ftlink-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
}
@media (max-width: 575.99px) {
  .ft-sec {
    background-color: #ffffff !important;
    border-top: 1px solid #e1e3e5 !important;
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .ft-sec .con-ft {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .ft-sec .con-ft .left-box {
    width: 0%;
  }
  .ft-sec .con-ft .right-box {
    width: 100%;
  }
  .ft-sec .con-ft .right-box .ftlink-box {
    width: 25%;
    border-left: 1px solid #e1e3e5 !important;
  }
  .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(1), .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(2) {
    width: 20%;
  }
  .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(3), .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(4) {
    width: 30%;
  }
  .ft-sec .con-ft .right-box .ftlink-box:nth-of-type(4) {
    border-right: 1px solid #e1e3e5 !important;
  }
  .ft-sec .con-ft .right-box .ftlink-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
}
footer {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-image: url("../upload/images/footer-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
footer .add-box {
  position: absolute;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.57);
}
footer .add-box .con-add {
  padding: 30px 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
footer .add-box .con-add > img {
  width: 192px;
  height: 32px;
  margin-bottom: 25px;
}
footer .add-box .con-add p {
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #ffffff !important;
}
footer .add-box .copy-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #313131;
}
footer .add-box .copy-box p {
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #939599 !important;
}
footer .add-box .copy-box p a {
  color: #939599 !important;
}

@media (max-width: 767.99px) {
  footer {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../upload/images/footer-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  footer::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  footer .add-box {
    position: absolute;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 215px;
    padding-top: 10px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.57);
  }
  footer .add-box .con-add {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  footer .add-box .con-add > img {
    width: 153.6px;
    height: 25.6px;
    margin-bottom: 15px;
  }
  footer .add-box .con-add p {
    font-size: 13px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    color: #ffffff !important;
  }
  footer .add-box .copy-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background-color: #313131;
  }
  footer .add-box .copy-box p {
    font-size: 11px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    color: #939599 !important;
  }
}
@media (max-width: 419.99px) {
  footer .add-box .con-add p span {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  nav {
    display: none;
  }
}
nav {
  z-index: 9000;
}
nav.hide.navi {
  transform: translateY(-50px);
}
nav.hide.navi .con-navi .nav-left-box {
  width: 139px;
  height: 100%;
  bottom: 0;
  background-color: #005aa9;
  transition: all 0.5s ease;
}
nav.hide.navi .con-navi .nav-left-box .tlogo-box {
  cursor: pointer;
}
nav.hide.navi .con-navi .nav-left-box .tlogo-box > img:nth-of-type(1) {
  opacity: 0;
}
nav.hide.navi .con-navi .nav-left-box .tlogo-box > img:nth-of-type(2) {
  position: absolute;
  width: 50%;
  height: auto;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
nav.navi {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e1e3e5 !important;
  transition: all 0.5s ease;
}
nav.navi .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e1e3e5 !important;
}
nav.navi .con-navi .nav-left-box {
  width: 139px;
  height: 100%;
  background-color: #005aa9;
}
nav.navi .con-navi .nav-left-box .tlogo-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
nav.navi .con-navi .nav-left-box .tlogo-box > img {
  width: 84px;
  height: 61px;
  transition: all 0.3s ease;
}
nav.navi .con-navi .nav-left-box .tlogo-box > img:nth-of-type(1) {
  opacity: 1;
}
nav.navi .con-navi .nav-left-box .tlogo-box > img:nth-of-type(2) {
  position: absolute;
  width: 50%;
  height: auto;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
nav.navi .con-navi .nav-right-box {
  width: calc(100% - 120px);
  height: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
nav.navi .con-navi .nav-right-box .navtop-box {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.navi .con-navi .nav-right-box .navtop-box .logo-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  cursor: pointer;
}
nav.navi .con-navi .nav-right-box .navtop-box .logo-box img {
  width: 133px;
  height: 24px;
}
nav.navi .con-navi .nav-right-box .navtop-box .logo-box img:nth-child(2) {
  width: 30px;
  height: 40px;
  margin: 0 7px;
  position: relative;
  top: -5px;
}
nav.navi .con-navi .nav-right-box .navtop-box .my-box {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
}
nav.navi .con-navi .nav-right-box .navtop-box .my-box > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
nav.navi .con-navi .nav-right-box .navtop-box .sign-box {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  border-left: 1px solid #e1e3e5 !important;
}
nav.navi .con-navi .nav-right-box .navtop-box .sign-box > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
nav.navi .con-navi .nav-right-box .navtop-box .login-box {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: calc(10% + 2px);
  height: 100%;
  border-right: 1px solid #e1e3e5 !important;
  border-left: 1px solid #e1e3e5 !important;
}
nav.navi .con-navi .nav-right-box .navtop-box .login-box > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
nav.navi .con-navi .nav-right-box .navbot-box {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e1e3e5;
}
nav.navi .con-navi .nav-right-box .navbot-box .pcmenu-box {
  width: 100%;
  height: 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
nav.navi .con-navi .nav-right-box .navbot-box .pcmenu-box > li {
  width: 20%;
  height: 100%;
  border-right: 1px solid #e1e3e5 !important;
}
nav.navi .con-navi .nav-right-box .navbot-box .pcmenu-box > li > a {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #333436;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
nav.navi .con-navi .nav-right-box .navbot-box .pcmenu-box > li > a:hover {
  background-color: #005aa9;
  color: #ffffff !important;
}

@media screen and (min-width: 820px) {
  .momenu-sec {
    display: none;
  }
}
.momenu-sec {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
}
.momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(1) {
  margin-bottom: -6px;
  transform-origin: center;
  transform: rotate(135deg);
}
.momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(2) {
  opacity: 0;
}
.momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(3) {
  margin-top: 0;
  transform-origin: center;
  transform: rotate(-135deg);
}
.momenu-sec.mo-show .mo-over {
  transform: translateX(0%);
}
.momenu-sec .mo-over {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
.momenu-sec .mo-over .mosubmenu1-box,
.momenu-sec .mo-over .mosubmenu2-box,
.momenu-sec .mo-over .mosubmenu3-box,
.momenu-sec .mo-over .mosubmenu4-box,
.momenu-sec .mo-over .mosubmenu5-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  padding-top: 70px;
  transform: translateX(100%);
  background-color: #005aa9;
  transition: all 0.3s ease;
}
.momenu-sec .mo-over .mosubmenu1-box > ul,
.momenu-sec .mo-over .mosubmenu2-box > ul,
.momenu-sec .mo-over .mosubmenu3-box > ul,
.momenu-sec .mo-over .mosubmenu4-box > ul,
.momenu-sec .mo-over .mosubmenu5-box > ul {
  width: 100%;
  height: 100%;
}
.momenu-sec .mo-over .mosubmenu1-box > ul > li,
.momenu-sec .mo-over .mosubmenu2-box > ul > li,
.momenu-sec .mo-over .mosubmenu3-box > ul > li,
.momenu-sec .mo-over .mosubmenu4-box > ul > li,
.momenu-sec .mo-over .mosubmenu5-box > ul > li {
  width: 100%;
}
.momenu-sec .mo-over .mosubmenu1-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu2-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu3-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu4-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu5-box > ul > li > a {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}
.momenu-sec .mo-over .mosubmenu1-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu2-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu3-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu4-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu5-box > ul > li > a:hover {
  background-color: #ffffff !important;
  color: #005aa9 !important;
}
.momenu-sec .mo-over.box-1 .mosubmenu1-box {
  transform: translateX(0%);
}
.momenu-sec .mo-over.box-2 .mosubmenu2-box {
  transform: translateX(0%);
}
.momenu-sec .mo-over.box-3 .mosubmenu3-box {
  transform: translateX(0%);
}
.momenu-sec .mo-over.box-4 .mosubmenu4-box {
  transform: translateX(0%);
}
.momenu-sec .mo-over.box-5 .mosubmenu5-box {
  transform: translateX(0%);
}
.momenu-sec .mo-over .momenu-box {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 70px;
  background-color: white;
}
.momenu-sec .mo-over .momenu-box > ul {
  width: 100%;
  height: 100%;
}
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-1,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-2,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-3,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-4,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-5 {
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
}
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-1:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-2:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-3:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-4:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-5:hover {
  background: #005aa9;
  color: #ffffff !important;
}
.momenu-sec .mo-over .momenu-box > ul .mosub-menu-6 {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}
.momenu-sec .mo-over .momenu-box > ul .mosub-menu-6 div {
  width: 100px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #ccc;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.momenu-sec .mo-over .momenu-box > ul .mosub-menu-6 div a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
}
.momenu-sec .mo-over .momenu-box > ul .mosub-menu-6 div:last-child {
  margin-top: 0;
}
.momenu-sec .topmenu-box {
  width: 100%;
  height: 100%;
  background-color: white;
}
.momenu-sec .topmenu-box .left-box {
  width: 70%;
  height: 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
}
.momenu-sec .topmenu-box .left-box a img {
  width: 133px;
  height: 24px;
  position: relative;
  top: -3px;
}
.momenu-sec .topmenu-box .left-box a img:nth-child(2) {
  width: 24px;
  height: 32px;
  margin: 0 7px;
  position: relative;
  top: -6px;
}
.momenu-sec .topmenu-box .right-box {
  width: 30%;
  height: 100%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
.momenu-sec .topmenu-box .right-box .bar-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  cursor: pointer;
}
.momenu-sec .topmenu-box .right-box .bar-box > span {
  width: 30px;
  height: 3px;
  background-color: #005aa9;
  transition: all 0.3s ease;
}
.momenu-sec .topmenu-box .right-box .bar-box > span:nth-of-type(1) {
  margin-bottom: 6px;
}
.momenu-sec .topmenu-box .right-box .bar-box > span:nth-of-type(3) {
  margin-top: 6px;
}

@media (max-width: 575.99px) {
  .momenu-sec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
  }
  .momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(1) {
    margin-bottom: -6px;
    transform-origin: center;
    transform: rotate(135deg);
  }
  .momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(2) {
    opacity: 0;
  }
  .momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(3) {
    margin-top: 0;
    transform-origin: center;
    transform: rotate(-135deg);
  }
  .momenu-sec.mo-show .mo-over {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
  }
  .momenu-sec .mo-over .mosubmenu1-box,
.momenu-sec .mo-over .mosubmenu2-box,
.momenu-sec .mo-over .mosubmenu3-box,
.momenu-sec .mo-over .mosubmenu4-box,
.momenu-sec .mo-over .mosubmenu5-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    padding-top: 70px;
    transform: translateX(100%);
    background-color: #005aa9;
    transition: all 0.3s ease;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul,
.momenu-sec .mo-over .mosubmenu2-box > ul,
.momenu-sec .mo-over .mosubmenu3-box > ul,
.momenu-sec .mo-over .mosubmenu4-box > ul,
.momenu-sec .mo-over .mosubmenu5-box > ul {
    width: 100%;
    height: 100%;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul > li,
.momenu-sec .mo-over .mosubmenu2-box > ul > li,
.momenu-sec .mo-over .mosubmenu3-box > ul > li,
.momenu-sec .mo-over .mosubmenu4-box > ul > li,
.momenu-sec .mo-over .mosubmenu5-box > ul > li {
    width: 100%;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu2-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu3-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu4-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu5-box > ul > li > a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu2-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu3-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu4-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu5-box > ul > li > a:hover {
    background-color: #ffffff !important;
    color: #005aa9 !important;
  }
  .momenu-sec .mo-over.box-1 .mosubmenu1-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-2 .mosubmenu2-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-3 .mosubmenu3-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-4 .mosubmenu4-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-5 .mosubmenu5-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over .momenu-box {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 70px;
    background-color: white;
  }
  .momenu-sec .mo-over .momenu-box > ul {
    width: 100%;
    height: 100%;
  }
  .momenu-sec .mo-over .momenu-box > ul li.mosub-menu-1,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-2,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-3,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-4,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-5 {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  .momenu-sec .mo-over .momenu-box > ul li.mosub-menu-1:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-2:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-3:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-4:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-5:hover {
    background: #005aa9;
    color: #ffffff !important;
  }
  .momenu-sec .topmenu-box {
    width: 100%;
    height: 100%;
    background-color: white;
  }
  .momenu-sec .topmenu-box .left-box {
    width: 80%;
    height: 100%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .momenu-sec .topmenu-box .left-box a img {
    width: 133px;
    height: 24px;
    position: relative;
    top: -3px;
  }
  .momenu-sec .topmenu-box .left-box a img:nth-child(2) {
    width: 24px;
    height: 32px;
    margin: 0 7px;
    position: relative;
    top: -2px;
  }
  .momenu-sec .topmenu-box .right-box {
    width: 20%;
    height: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }
  .momenu-sec .topmenu-box .right-box .bar-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    cursor: pointer;
  }
  .momenu-sec .topmenu-box .right-box .bar-box > span {
    width: 30px;
    height: 3px;
    background-color: #005aa9;
    transition: all 0.3s ease;
  }
  .momenu-sec .topmenu-box .right-box .bar-box > span:nth-of-type(1) {
    margin-bottom: 6px;
  }
  .momenu-sec .topmenu-box .right-box .bar-box > span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media (max-width: 419.99px) {
  .momenu-sec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
  }
  .momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(1) {
    margin-bottom: -6px;
    transform-origin: center;
    transform: rotate(135deg);
  }
  .momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(2) {
    opacity: 0;
  }
  .momenu-sec.mo-show .topmenu-box .right-box .bar-box > span:nth-of-type(3) {
    margin-top: 0;
    transform-origin: center;
    transform: rotate(-135deg);
  }
  .momenu-sec.mo-show .mo-over {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
  }
  .momenu-sec .mo-over .mosubmenu1-box,
.momenu-sec .mo-over .mosubmenu2-box,
.momenu-sec .mo-over .mosubmenu3-box,
.momenu-sec .mo-over .mosubmenu4-box,
.momenu-sec .mo-over .mosubmenu5-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    padding-top: 70px;
    transform: translateX(100%);
    background-color: #005aa9;
    transition: all 0.3s ease;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul,
.momenu-sec .mo-over .mosubmenu2-box > ul,
.momenu-sec .mo-over .mosubmenu3-box > ul,
.momenu-sec .mo-over .mosubmenu4-box > ul,
.momenu-sec .mo-over .mosubmenu5-box > ul {
    width: 100%;
    height: 100%;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul > li,
.momenu-sec .mo-over .mosubmenu2-box > ul > li,
.momenu-sec .mo-over .mosubmenu3-box > ul > li,
.momenu-sec .mo-over .mosubmenu4-box > ul > li,
.momenu-sec .mo-over .mosubmenu5-box > ul > li {
    width: 100%;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu2-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu3-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu4-box > ul > li > a,
.momenu-sec .mo-over .mosubmenu5-box > ul > li > a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .momenu-sec .mo-over .mosubmenu1-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu2-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu3-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu4-box > ul > li > a:hover,
.momenu-sec .mo-over .mosubmenu5-box > ul > li > a:hover {
    background-color: #ffffff !important;
    color: #005aa9 !important;
  }
  .momenu-sec .mo-over.box-1 .mosubmenu1-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-2 .mosubmenu2-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-3 .mosubmenu3-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-4 .mosubmenu4-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over.box-5 .mosubmenu5-box {
    transform: translateX(0%);
  }
  .momenu-sec .mo-over .momenu-box {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 70px;
    background-color: white;
  }
  .momenu-sec .mo-over .momenu-box > ul {
    width: 100%;
    height: 100%;
  }
  .momenu-sec .mo-over .momenu-box > ul li.mosub-menu-1,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-2,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-3,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-4,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-5 {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  .momenu-sec .mo-over .momenu-box > ul li.mosub-menu-1:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-2:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-3:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-4:hover,
.momenu-sec .mo-over .momenu-box > ul li.mosub-menu-5:hover {
    background: #005aa9;
    color: #ffffff !important;
  }
  .momenu-sec .topmenu-box {
    width: 100%;
    height: 100%;
    background-color: white;
  }
  .momenu-sec .topmenu-box .left-box {
    width: 80%;
    height: 100%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .momenu-sec .topmenu-box .left-box a img {
    width: 133px;
    height: 24px;
    position: relative;
    top: -3px;
  }
  .momenu-sec .topmenu-box .left-box a img:nth-child(2) {
    width: 24px;
    height: 32px;
    margin: 0 7px;
    position: relative;
    top: -2px;
  }
  .momenu-sec .topmenu-box .left-box span {
    display: none;
  }
  .momenu-sec .topmenu-box .right-box {
    width: 20%;
    height: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }
  .momenu-sec .topmenu-box .right-box .bar-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    cursor: pointer;
  }
  .momenu-sec .topmenu-box .right-box .bar-box > span {
    width: 30px;
    height: 3px;
    background-color: #005aa9;
    transition: all 0.3s ease;
  }
  .momenu-sec .topmenu-box .right-box .bar-box > span:nth-of-type(1) {
    margin-bottom: 6px;
  }
  .momenu-sec .topmenu-box .right-box .bar-box > span:nth-of-type(3) {
    margin-top: 6px;
  }
}
.svisu-sec {
  margin-top: 90px;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .svisu-sec {
    margin-top: 90px;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991.99px) and (min-width: 820px) {
  .svisu-sec {
    margin-top: 90px;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 819.99px) and (min-width: 576px) {
  .svisu-sec {
    margin-top: 40px;
    height: 190px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 575.99px) {
  .svisu-sec {
    margin-top: 40px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 419.99px) {
  .svisu-sec {
    margin-top: 40px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.content-sec {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 30px;
  background-color: #ffffff !important;
  padding-bottom: 100px;
}
.content-sec .topnav-box {
  margin-bottom: 47px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
.content-sec .topnav-box .con-topnav {
  width: 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-sec .topnav-box .con-topnav p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.content-sec .topnav-box .con-topnav p img {
  width: 14px;
  height: 13px;
  opacity: 0.5;
}
.content-sec .topnav-box .con-topnav span {
  font-size: 9px;
  color: #606266 !important;
  margin-top: 5px;
  padding: 0 10px;
  position: relative;
  top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .content-sec .topnav-box .con-topnav span {
    top: -3px;
  }
}
.content-sec .con-cont {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-sec .con-cont .tit-bx {
  width: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.content-sec .con-cont .tit-bx h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #373737;
  height: 62px;
}
.content-sec .con-cont .tit-bx h3::after {
  width: 38px;
  height: 2px;
  background-color: #383838;
  bottom: 0;
  left: 48.5%;
}
.content-sec .con-cont .cont-box {
  width: 100%;
  padding: 100px 0 0;
}
.content-sec .con-cont .cont-box .step-wrap {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.content-sec .con-cont .cont-box .step-wrap .left-box {
  display: flex;
  width: 50%;
  position: relative;
  justify-content: flex-end;
  padding: 64px 86px 64px 0;
}
.content-sec .con-cont .cont-box .step-wrap .left-box .txt {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-sec .con-cont .cont-box .step-wrap .left-box .txt h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #005aa9;
  margin-left: 30px;
  position: relative;
  top: -13px;
}
.content-sec .con-cont .cont-box .step-wrap .left-box .txt h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-left: 18px;
}
.content-sec .con-cont .cont-box .step-wrap .left-box .txt p {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #515151;
  text-align: right;
}
.content-sec .con-cont .cont-box .step-wrap .left-box:after {
  position: absolute;
  top: 66px;
  right: 0;
  background-image: url("../upload/images/sub-1-icon.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 64px;
  height: 16px;
}
.content-sec .con-cont .cont-box .step-wrap .right-box {
  margin-left: calc(50% + 86px);
  display: flex;
  position: relative;
}
.content-sec .con-cont .cont-box .step-wrap .right-box .txt {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
}
.content-sec .con-cont .cont-box .step-wrap .right-box .txt h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #005aa9;
  margin-right: 30px;
}
.content-sec .con-cont .cont-box .step-wrap .right-box .txt h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-right: 18px;
}
.content-sec .con-cont .cont-box .step-wrap .right-box .txt p {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #515151;
}
.content-sec .con-cont .cont-box .step-wrap .right-box .txt:after {
  position: absolute;
  top: 19px;
  left: -85px;
  background-image: url("../upload/images/sub-1-icon2.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 64px;
  height: 16px;
}
.content-sec .con-cont .cont-box:after {
  position: absolute;
  top: 59px;
  left: 50%;
  width: 1px;
  height: 86%;
  background-color: #b8b8b8;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .content-sec {
    padding: 10px 0px 30px;
    background-color: #ffffff !important;
    padding-bottom: 100px;
  }
  .content-sec .topnav-box {
    margin-bottom: 47px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
  }
  .content-sec .topnav-box .con-topnav {
    width: 100%;
    padding: 0 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .topnav-box .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .topnav-box .con-topnav p img {
    width: 14px;
    height: 13px;
    opacity: 0.5;
  }
  .content-sec .topnav-box .con-topnav span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 5px;
    padding: 0 10px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 1199.99px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
  .content-sec .topnav-box .con-topnav span {
    top: -3px;
  }
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  .content-sec .con-cont {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .tit-bx {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 60px;
  }
  .content-sec .con-cont .tit-bx h3::after {
    width: 36px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 48.2%;
  }
  .content-sec .con-cont .cont-box {
    width: 100%;
    padding: 80px 10px 0;
  }
  .content-sec .con-cont .cont-box .step-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box {
    display: flex;
    width: 50%;
    position: relative;
    justify-content: flex-end;
    padding: 64px 56px 64px 0;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-left: 20px;
    position: relative;
    top: -13px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
    text-align: right;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box:after {
    position: absolute;
    top: 62px;
    right: 0;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 44px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box {
    margin-left: calc(50% + 56px);
    display: flex;
    position: relative;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-right: 20px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt:after {
    position: absolute;
    top: 11px;
    left: -56px;
    background-image: url(../upload/images/sub-1-icon2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 44px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box:after {
    position: absolute;
    top: 3%;
    left: 50%;
    width: 1px;
    height: 86%;
    background-color: #b8b8b8;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .content-sec {
    padding: 10px 0px 30px;
    background-color: #ffffff !important;
    padding-bottom: 100px;
  }
  .content-sec .topnav-box {
    margin-bottom: 47px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
  }
  .content-sec .topnav-box .con-topnav {
    width: 100%;
    padding: 0 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .topnav-box .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .topnav-box .con-topnav p img {
    width: 14px;
    height: 13px;
    opacity: 0.5;
  }
  .content-sec .topnav-box .con-topnav span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 5px;
    padding: 0 10px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 991.99px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .content-sec .topnav-box .con-topnav span {
    top: -3px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .content-sec .con-cont {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .tit-bx {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 55px;
  }
  .content-sec .con-cont .tit-bx h3::after {
    width: 32px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 48%;
  }
  .content-sec .con-cont .cont-box {
    width: 100%;
    padding: 80px 10px 0;
  }
  .content-sec .con-cont .cont-box .step-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box {
    display: flex;
    width: 50%;
    position: relative;
    justify-content: flex-end;
    padding: 64px 56px 64px 0;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-left: 20px;
    position: relative;
    top: -13px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
    text-align: right;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box:after {
    position: absolute;
    top: 62px;
    right: 0;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 44px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box {
    margin-left: calc(50% + 56px);
    display: flex;
    position: relative;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-right: 20px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt:after {
    position: absolute;
    top: 11px;
    left: -56px;
    background-image: url(../upload/images/sub-1-icon2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 44px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box:after {
    position: absolute;
    top: 3%;
    left: 50%;
    width: 1px;
    height: 86%;
    background-color: #b8b8b8;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .content-sec {
    padding: 10px 0px 30px;
    background-color: #ffffff !important;
    padding-bottom: 80px;
  }
  .content-sec .topnav-box {
    margin-bottom: 47px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
  }
  .content-sec .topnav-box .con-topnav {
    width: 100%;
    padding: 0 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .topnav-box .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .topnav-box .con-topnav p img {
    width: 14px;
    height: 13px;
    opacity: 0.5;
  }
  .content-sec .topnav-box .con-topnav span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 5px;
    padding: 0 10px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 767.99px) and (min-width: 576px) and (-webkit-min-device-pixel-ratio: 0) {
  .content-sec .topnav-box .con-topnav span {
    top: -3px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .content-sec .con-cont {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .tit-bx {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 50px;
  }
  .content-sec .con-cont .tit-bx h3::after {
    width: 28px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 47.5%;
  }
  .content-sec .con-cont .cont-box {
    width: 100%;
    padding: 50px 10px 0;
    flex-direction: column;
  }
  .content-sec .con-cont .cont-box .step-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -30px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    padding: 64px 0 64px 12%;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-left: 0;
    position: relative;
    top: 0;
    width: 80px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-left: 0;
    padding-bottom: 0;
    width: 80px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
    text-align: left;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box:after {
    position: absolute;
    z-index: 1;
    top: 73px;
    left: 6.5%;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box {
    margin-left: 12%;
    display: flex;
    position: relative;
    width: 89%;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-right: 0;
    padding-bottom: 0;
    width: 80px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-right: 0;
    padding-bottom: 0;
    width: 80px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt:after {
    position: absolute;
    top: 11px;
    left: -6.5%;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 16px;
    z-index: 1;
  }
  .content-sec .con-cont .cont-box:after {
    position: absolute;
    top: 5%;
    left: 9%;
    width: 1px;
    height: 86%;
    background-color: #b8b8b8;
  }
}
@media (max-width: 575.99px) {
  .content-sec {
    padding: 10px 0px 30px;
    background-color: #ffffff !important;
    padding-bottom: 60px;
  }
  .content-sec .topnav-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
  }
  .content-sec .topnav-box .con-topnav {
    width: 100%;
    padding: 0 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .topnav-box .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .topnav-box .con-topnav p img {
    width: 14px;
    height: 13px;
    opacity: 0.5;
  }
  .content-sec .topnav-box .con-topnav span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 5px;
    padding: 0 10px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 575.99px) and (-webkit-min-device-pixel-ratio: 0) {
  .content-sec .topnav-box .con-topnav span {
    top: -3px;
  }
}
@media (max-width: 575.99px) {
  .content-sec .con-cont {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .tit-bx {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 45px;
  }
  .content-sec .con-cont .tit-bx h3::after {
    width: 24px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 47.2%;
  }
  .content-sec .con-cont .cont-box {
    width: 100%;
    padding: 40px 10px 0;
    flex-direction: column;
  }
  .content-sec .con-cont .cont-box .step-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -30px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    padding: 44px 0 44px 10%;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-left: 0;
    position: relative;
    top: 0;
    width: 65px;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-left: 0;
    padding-bottom: 0;
    width: 65px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
    text-align: left;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box:after {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 1.3%;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box {
    margin-left: 10%;
    display: flex;
    position: relative;
    width: 90%;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-right: 0;
    padding-bottom: 0;
    width: 65px;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-right: 0;
    padding-bottom: 0;
    width: 65px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt:after {
    position: absolute;
    top: 7px;
    left: -9.5%;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 16px;
    z-index: 1;
  }
  .content-sec .con-cont .cont-box:after {
    position: absolute;
    top: 3%;
    left: 5.2%;
    width: 1px;
    height: 86%;
    background-color: #b8b8b8;
  }
}
@media (max-width: 419.99px) {
  .content-sec {
    padding: 10px 0px 30px;
    background-color: #ffffff !important;
    padding-bottom: 50px;
  }
  .content-sec .topnav-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
  }
  .content-sec .topnav-box .con-topnav {
    width: 100%;
    padding: 0 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .topnav-box .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .content-sec .topnav-box .con-topnav p img {
    width: 14px;
    height: 13px;
    opacity: 0.5;
  }
  .content-sec .topnav-box .con-topnav span {
    font-size: 9px;
    color: #606266 !important;
    margin-top: 5px;
    padding: 0 10px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 419.99px) and (-webkit-min-device-pixel-ratio: 0) {
  .content-sec .topnav-box .con-topnav span {
    top: -3px;
  }
}
@media (max-width: 419.99px) {
  .content-sec .con-cont {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content-sec .con-cont .tit-bx {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .content-sec .con-cont .tit-bx h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 40px;
  }
  .content-sec .con-cont .tit-bx h3::after {
    width: 22px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 47.5%;
  }
  .content-sec .con-cont .cont-box {
    width: 100%;
    padding: 35px 10px 0;
    flex-direction: column;
  }
  .content-sec .con-cont .cont-box .step-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -30px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    padding: 44px 0 44px 10%;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-left: 0;
    position: relative;
    top: 0;
    width: 65px;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-left: 0;
    padding-bottom: 0;
    width: 65px;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box .txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
    text-align: left;
  }
  .content-sec .con-cont .cont-box .step-wrap .left-box:after {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 1.3%;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 16px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box {
    margin-left: 10%;
    display: flex;
    position: relative;
    width: 90%;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #005aa9;
    margin-right: 0;
    padding-bottom: 0;
    width: 65px;
    margin-bottom: 10px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-right: 0;
    padding-bottom: 0;
    width: 65px;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #515151;
  }
  .content-sec .con-cont .cont-box .step-wrap .right-box .txt:after {
    position: absolute;
    top: 7px;
    left: -9.5%;
    background-image: url(../upload/images/sub-1-icon.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 16px;
    z-index: 1;
  }
  .content-sec .con-cont .cont-box:after {
    position: absolute;
    top: 3%;
    left: 6.2%;
    width: 1px;
    height: 86%;
    background-color: #b8b8b8;
  }
}

/*# sourceMappingURL=sub-1-2.css.map */
