@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

._con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

._flex-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 톱 버튼 */
.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;
}

/*  */
body.hide {
  overflow: hidden;
}

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: '';
}

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: auto;
}

section::after {
  clear: both;
}

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

/* @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");
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.scroll-none {
  overflow-y: hidden;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

body.scroll-auto {
  overflow-y: auto;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
}

/* 오버레이 */
body.modal-open {
  overflow: hidden;
}

body.scbar {
  -ms-overflow-style: none;
}

body.scbar::-webkit-scrollbar {
  display: none !important;
}

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}

.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}

.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}

.scroll-icon .icon img {
  width: calc(53px * 0.2);
  height: calc(100px * 0.2);
  -webkit-animation: arrowicon 2s ease infinite;
          animation: arrowicon 2s ease infinite;
}

/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}

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

@-webkit-keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 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;
}

header {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
}

header .head {
  width: 100%;
  height: 38px;
  background-color: #16343c;
}

header .head ._con {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .head ._con .apple-bt {
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #ff6558;
  padding: 0 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

header .nav {
  height: 90px;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header .nav ._con {
  height: 100%;
}

header .nav ._con .logo {
  width: 10%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .nav ._con .logo img {
  width: calc(156px * 0.5);
  height: calc(114px * 0.5);
  -webkit-transition: all 0.7s ease 0.5s;
  transition: all 0.7s ease 0.5s;
  cursor: pointer;
}

header .nav ._con .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .nav ._con .menu ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav ._con .menu ul li {
  width: calc(100% / 6);
  height: 100%;
}

header .nav ._con .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .nav ._con .tell-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
  height: 100%;
}

header .nav ._con .tell-box p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

header .nav ._con .tell-box p span {
  font-size: 27px;
  font-weight: 700;
  color: #ff6558;
}

header .nav ._con .tell-box img {
  width: calc(18px * 1);
  height: calc(25px * 1);
  margin: 0 7px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  header .head {
    height: 38px;
    background-color: #16343c;
  }
  header .head ._con .apple-bt {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    background-color: #ff6558;
    padding: 0 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  header .nav {
    height: 90px;
  }
  header .nav ._con .logo img {
    margin-left: 10px;
    width: calc(156px * 0.4);
    height: calc(114px * 0.4);
  }
  header .nav ._con .menu ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .nav ._con .tell-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 10px;
  }
  header .nav ._con .tell-box p span {
    font-size: 20px;
    font-weight: 700;
  }
  header .nav ._con .tell-box img {
    width: calc(18px * 0.8);
    height: calc(25px * 0.8);
    margin: 0 5px;
  }
}

.nav-sub {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f2f7;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  transition: all 0.8s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}

.nav-sub ._con .logoWidht {
  width: 10%;
}

.nav-sub ._con .suv-menu-box {
  width: 75%;
}

.nav-sub ._con .suv-menu-box ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-sub ._con .suv-menu-box ul li {
  position: relative;
  width: calc(100% / 6);
}

.nav-sub ._con .suv-menu-box ul li dl {
  width: 100%;
  padding: 10px 0 20px;
}

.nav-sub ._con .suv-menu-box ul li dl dt {
  width: 100%;
}

.nav-sub ._con .suv-menu-box ul li dl dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-sub ._con .suv-menu-box ul li dl dt a:hover {
  background-color: #35373b;
  color: #ffffff;
}

.nav-sub ._con .suv-menu-box ul li dl dd {
  width: 100%;
}

.nav-sub ._con .suv-menu-box ul li dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #797c83;
  background-color: #f1f2f7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-sub ._con .suv-menu-box ul li dl dd a:hover {
  background-color: #35373b;
  color: #ffffff;
}

.nav-sub ._con .suv-menu-box ul li::before {
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #f1f2f7;
}

.nav-sub ._con .suv-menu-box ul li:nth-of-type(6)::after {
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background-color: #f1f2f7;
}

.nav-sub ._con .suv-menu-box .telWidht {
  width: 12%;
}

.nav-sub.sub-show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.82, 0.32, 0.95) 0s;
  transition: all 0.5s cubic-bezier(0.22, 0.82, 0.32, 0.95) 0s;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .nav-sub ._con .suv-menu-box ul li dl dt a {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  header, .nav-sub {
    display: none;
  }
}

.mo-menu-bar {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.mo-menu-bar .mo-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mo-menu-bar .mo-nav .mo-logo {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.mo-menu-bar .mo-nav .mo-logo img {
  width: calc(156px * 0.35);
  height: calc(114px * 0.35);
}

.mo-menu-bar .mo-nav .mo-menu-bt {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

#Mo-btn {
  z-index: 8000;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 20px;
  cursor: pointer;
}

#Mo-btn span {
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #35373b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#Mo-btn span:nth-of-type(1) {
  margin-top: -9px;
}

#Mo-btn span:nth-of-type(2) {
  margin-top: 0;
}

#Mo-btn span:nth-of-type(3) {
  margin-top: 9px;
}

#Mo-btn.btn-active span:nth-of-type(1) {
  margin-top: 0;
  left: 0;
  margin-left: 7px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#Mo-btn.btn-active span:nth-of-type(2) {
  margin-top: 0;
  opacity: 0;
}

#Mo-btn.btn-active span:nth-of-type(3) {
  margin-top: 0;
  left: 0;
  margin-left: 7px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#Mo-btn:hover span {
  background-color: #25b6c9;
}

#Mo-btn:hover span:nth-of-type(2) {
  width: 50%;
}

.mo-menu {
  display: none;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.mo-menu .mo-menu-bg {
  width: 100%;
  height: 100%;
  background-color: #999999;
}

.mo-menu .mo-menu-bg #mo-main-menu {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.mo-menu .mo-menu-bg #mo-main-menu dt {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
  cursor: pointer;
}

.mo-menu .mo-menu-bg #mo-main-menu dt:hover {
  background-color: #bbbfc5;
}

.mo-menu .mo-menu-bg #mo-main-menu dt a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
}

.mo-menu .mo-menu-bg #mo-main-menu dt.close-btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  background-color: #35373b;
}

.mo-menu .mo-menu-bg #mo-main-menu dt.close-btn:hover {
  background-color: #bbbfc5;
}

.mo-menu .mo-menu-bg #mo-main-menu dd a {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  text-align: center;
  background-color: #fff;
}

.mo-menu .mo-menu-bg #mo-main-menu dd a:hover {
  background-color: #bbbfc5;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu,
.mo-menu .mo-menu-bg #mo-sub-2-menu,
.mo-menu .mo-menu-bg #mo-sub-3-menu,
.mo-menu .mo-menu-bg #mo-sub-4-menu,
.mo-menu .mo-menu-bg #mo-sub-5-menu,
.mo-menu .mo-menu-bg #mo-sub-6-menu,
.mo-menu .mo-menu-bg #mo-sub-7-menu {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: none;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dt,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt,
.mo-menu .mo-menu-bg #mo-sub-6-menu dt,
.mo-menu .mo-menu-bg #mo-sub-7-menu dt {
  cursor: pointer;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-6-menu dt a,
.mo-menu .mo-menu-bg #mo-sub-7-menu dt a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #191919;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-6-menu dt a:hover,
.mo-menu .mo-menu-bg #mo-sub-7-menu dt a:hover {
  background-color: #bbbfc5;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-6-menu dt.close-btn,
.mo-menu .mo-menu-bg #mo-sub-7-menu dt.close-btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  background-color: #35373b;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-2-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-3-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-4-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-5-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-6-menu dt.close-btn:hover,
.mo-menu .mo-menu-bg #mo-sub-7-menu dt.close-btn:hover {
  background-color: #bbbfc5;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-2-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-3-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-4-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-5-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-6-menu dd a,
.mo-menu .mo-menu-bg #mo-sub-7-menu dd a {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2b2c30;
  text-align: center;
  background-color: #fff;
}

.mo-menu .mo-menu-bg #mo-sub-1-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-2-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-3-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-4-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-5-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-6-menu dd a:hover,
.mo-menu .mo-menu-bg #mo-sub-7-menu dd a:hover {
  background-color: #bbbfc5;
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .mo-menu .mo-menu-bg #mo-main-menu {
    width: 60%;
  }
}

@media (max-width: 419.99px) {
  .mo-menu .mo-menu-bg #mo-main-menu {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .mo-menu-bar, #Mo-btn, .mo-menu, .mo-menu-bg {
    display: none;
  }
}

footer {
  padding: 30px 0 50px;
  background-color: #383838;
}

footer ._con .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

footer ._con .footer-box__left {
  width: 25%;
}

footer ._con .footer-box__left img {
  width: calc(156px * 0.8);
  height: auto;
}

footer ._con .footer-box__center {
  width: 52%;
}

footer ._con .footer-box__center p {
  margin: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: left;
  padding-top: 10px;
}

footer ._con .footer-box__center p .hide {
  display: none;
}

footer ._con .footer-box__right {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0.95;
  padding-top: 10px;
}

footer ._con .footer-box__right a img {
  width: calc(70px * 0.68);
  height: calc(70px * 0.68);
  margin: 5px;
}

footer ._con .footer-box__right a:nth-of-type(2) img {
  width: calc(70px * 0.9);
  height: calc(70px * 0.9);
  margin-top: -2px;
  margin: -2px 7px 5px 7px;
}

footer ._con .footer-box__right a:nth-of-type(3) img {
  width: calc(70px * 0.7);
  height: calc(65px * 0.7);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  footer {
    padding: 30px 10px 50px;
  }
  footer ._con .footer-box__left {
    width: 25%;
  }
  footer ._con .footer-box__left img {
    width: calc(156px * 0.6);
    height: auto;
  }
  footer ._con .footer-box__center {
    width: 52%;
  }
  footer ._con .footer-box__center p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: left;
  }
  footer ._con .footer-box__right {
    width: 23%;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  footer {
    padding: 30px 10px 50px;
  }
  footer ._con .footer-box__left {
    width: 17%;
  }
  footer ._con .footer-box__left img {
    width: calc(156px * 0.5);
    height: auto;
  }
  footer ._con .footer-box__center {
    width: 63%;
  }
  footer ._con .footer-box__center p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: left;
  }
  footer ._con .footer-box__right {
    width: 20%;
  }
  footer ._con .footer-box__right a img {
    width: calc(70px * 0.4);
    height: calc(70px * 0.4);
    margin: 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(2) img {
    width: calc(70px * 0.6);
    height: calc(70px * 0.6);
    margin-top: -2px;
    margin: -2px 5px 5px 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(3) img {
    width: calc(70px * 0.5);
    height: calc(65px * 0.5);
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  footer {
    padding: 30px 10px 50px;
  }
  footer ._con .footer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer ._con .footer-box__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ._con .footer-box__left img {
    width: calc(156px * 0.5);
    height: auto;
  }
  footer ._con .footer-box__center {
    width: 100%;
    margin-top: 20px;
  }
  footer ._con .footer-box__center p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  footer ._con .footer-box__right {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ._con .footer-box__right a img {
    width: calc(70px * 0.4);
    height: calc(70px * 0.4);
    margin: 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(2) img {
    width: calc(70px * 0.6);
    height: calc(70px * 0.6);
    margin-top: -2px;
    margin: -2px 5px 5px 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(3) img {
    width: calc(70px * 0.5);
    height: calc(65px * 0.5);
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  footer {
    padding: 30px 10px 20px;
  }
  footer ._con .footer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer ._con .footer-box__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ._con .footer-box__left img {
    width: calc(156px * 0.5);
    height: calc(114px * 0.5);
  }
  footer ._con .footer-box__center {
    width: 100%;
    margin-top: 20px;
  }
  footer ._con .footer-box__center p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  footer ._con .footer-box__right {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ._con .footer-box__right a img {
    width: calc(70px * 0.4);
    height: calc(70px * 0.4);
    margin: 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(2) img {
    width: calc(70px * 0.6);
    height: calc(70px * 0.6);
    margin-top: -2px;
    margin: -2px 5px 5px 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(3) img {
    width: calc(70px * 0.5);
    height: calc(65px * 0.5);
  }
}

@media (max-width: 419.99px) {
  footer {
    padding: 30px 10px 20px;
  }
  footer ._con .footer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer ._con .footer-box__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ._con .footer-box__left img {
    width: calc(156px * 0.5);
    height: calc(114px * 0.5);
  }
  footer ._con .footer-box__center {
    width: 100%;
    margin-top: 20px;
  }
  footer ._con .footer-box__center p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  footer ._con .footer-box__center p .hide {
    display: block;
  }
  footer ._con .footer-box__right {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ._con .footer-box__right a img {
    width: calc(70px * 0.4);
    height: calc(70px * 0.4);
    margin: 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(2) img {
    width: calc(70px * 0.6);
    height: calc(70px * 0.6);
    margin-top: -2px;
    margin: -2px 5px 5px 5px;
  }
  footer ._con .footer-box__right a:nth-of-type(3) img {
    width: calc(70px * 0.5);
    height: calc(65px * 0.5);
  }
}

.r-quick {
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.r-quick a {
  display: block;
  margin-bottom: 3px;
}

.r-quick a img {
  vertical-align: middle;
  border: 1px solid #ddd;
}

.r-quick.open {
  right: 0;
}

.fix {
  position: fixed;
  top: 300px;
}

@media (max-width: 769px) {
  .r-quick {
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .r-quick a {
    display: block;
    margin-bottom: 3px;
  }
  .r-quick a img {
    vertical-align: middle;
    border: 1px solid #ddd;
    width: calc(78px * 0.6);
    height: calc(78px * 0.6);
  }
  .r-quick.open {
    right: 0;
  }
  .fix {
    position: fixed;
    top: 80px;
  }
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: black;
  z-index: 9900;
  text-align: center;
}

#loading #loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 50%;
  -webkit-animation: topIn 1.5s ease-out 0s both;
          animation: topIn 1.5s ease-out 0s both;
}

@-webkit-keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

body {
  background-color: #fbfaf6;
}

.subVisu-sec {
  margin-top: 128px;
  height: 270px;
}

.subVisu-sec .tit-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: calc(50% + 70px);
  height: 120px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subVisu-sec .tit-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-left: 50px;
}

.subVisu-sec .tit-box img {
  width: calc(156px * 0.6);
  height: calc(114px * 0.6);
  margin-left: 20px;
  margin-top: -10px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .subVisu-sec {
    margin-top: 128px;
    height: 220px;
  }
  .subVisu-sec .tit-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: calc(50% + 70px);
    height: 90px;
  }
  .subVisu-sec .tit-box h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 50px;
  }
  .subVisu-sec .tit-box img {
    width: calc(156px * 0.48);
    height: calc(114px * 0.48);
    margin-left: 20px;
    margin-top: -10px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .subVisu-sec {
    margin-top: 50px;
    height: 180px;
  }
  .subVisu-sec .tit-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: calc(50% + 70px);
    height: 90px;
  }
  .subVisu-sec .tit-box h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 50px;
  }
  .subVisu-sec .tit-box img {
    width: calc(156px * 0.4);
    height: calc(114px * 0.4);
    margin-left: 20px;
    margin-top: -10px;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .subVisu-sec {
    margin-top: 50px;
    height: 140px;
  }
  .subVisu-sec .tit-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: calc(50% + 70px);
    height: 70px;
  }
  .subVisu-sec .tit-box h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 50px;
  }
  .subVisu-sec .tit-box img {
    width: calc(156px * 0.32);
    height: calc(114px * 0.32);
    margin-left: 20px;
    margin-top: -10px;
  }
}

@media (max-width: 575.99px) {
  .subVisu-sec {
    margin-top: 50px;
    height: 130px;
  }
  .subVisu-sec .tit-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: calc(50% + 70px);
    height: 70px;
  }
  .subVisu-sec .tit-box h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 30px;
  }
  .subVisu-sec .tit-box img {
    width: calc(156px * 0.28);
    height: calc(114px * 0.28);
    margin-left: 20px;
    margin-top: -10px;
  }
}

.edu-sec {
  margin-top: 20px;
  margin-bottom: 70px;
}

.edu-sec ._con .contWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

.edu-sec ._con .contWrap__left {
  width: 200px;
}

.edu-sec ._con .contWrap__left .sideMenu {
  width: 100%;
}

.edu-sec ._con .contWrap__left .sideMenu--box {
  width: 100%;
}

.edu-sec ._con .contWrap__left .sideMenu--box dt {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #383838;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  padding-left: 20px;
}

.edu-sec ._con .contWrap__left .sideMenu--box dd a {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  padding-left: 20px;
  border-bottom: 1px solid #e1e3e5;
}

.edu-sec ._con .contWrap__right {
  width: calc(100% - 200px);
  padding-left: 50px;
  margin-top: 30px;
}

.edu-sec ._con .contWrap__right .itemView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .itemView__left {
  width: 60%;
}

.edu-sec ._con .contWrap__right .itemView__left--top h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-top: 30px;
}

.edu-sec ._con .contWrap__right .itemView__left--top h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #009cdb;
  margin-top: 30px;
}

.edu-sec ._con .contWrap__right .itemView__left--top .item-bt {
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  padding: 17px 0;
  margin-top: 20px;
  width: 191px;
  background-color: #009cdb;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}

.edu-sec ._con .contWrap__right .itemView__left--bot {
  margin-top: 30px;
}

.edu-sec ._con .contWrap__right .itemView__left--bot ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.edu-sec ._con .contWrap__right .itemView__left--bot ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right {
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left span, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right span {
  width: 9px;
  height: 21px;
  margin-right: 10px;
  background-color: #009cdb;
}

.edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left h5, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}

.edu-sec ._con .contWrap__right .itemView__right {
  width: 40%;
}

.edu-sec ._con .contWrap__right .itemView__right .itemImg-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .paper {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.edu-sec ._con .contWrap__right .paper__tit {
  position: relative;
  padding: 10px 20px;
  background-color: #edf1f5;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border-top: 3px solid #8d9196;
  border-bottom: 1px solid #8d9196;
}

.edu-sec ._con .contWrap__right .paper__tit::after {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 200px;
  height: 3px;
  left: 0;
  top: 0;
  margin-top: -3px;
  background-color: #009cdb;
}

.edu-sec ._con .contWrap__right .paper__do100 .label {
  position: relative;
  height: 0;
  width: 310px;
  margin-top: 40px;
  border-top: 50px solid #009cdb;
  border-right: 30px solid transparent;
}

.edu-sec ._con .contWrap__right .paper__do100 .label h3 {
  position: absolute;
  margin-top: -37px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.edu-sec ._con .contWrap__right .paper__do100 ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .paper__do100 ul li {
  position: relative;
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edu-sec ._con .contWrap__right .paper__do100 ul li .tab-bt {
  width: 270px;
  height: 50px;
  background-color: #505e6c;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #ffffff;
}

.edu-sec ._con .contWrap__right .paper__do100 ul li img {
  margin-left: 0;
  margin-top: 20px;
  width: calc(306px * 0.95);
  height: calc(428px * 0.95);
  -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
}

.edu-sec ._con .contWrap__right .paper__do300 {
  margin-top: 0;
}

.edu-sec ._con .contWrap__right .paper__do300 .label {
  position: relative;
  height: 0;
  width: 310px;
  margin-top: 40px;
  border-top: 50px solid #009cdb;
  border-right: 30px solid transparent;
}

.edu-sec ._con .contWrap__right .paper__do300 .label h3 {
  position: absolute;
  margin-top: -37px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
}

.edu-sec ._con .contWrap__right .paper__do300 ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .paper__do300 ul li {
  position: relative;
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edu-sec ._con .contWrap__right .paper__do300 ul li .tab-bt {
  width: 270px;
  height: 50px;
  background-color: #505e6c;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #ffffff;
}

.edu-sec ._con .contWrap__right .paper__do300 ul li img {
  margin-left: 0;
  margin-top: 20px;
  width: calc(306px * 0.95);
  height: calc(428px * 0.95);
  -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
}

.edu-sec ._con .contWrap__right .detail {
  margin-top: 70px;
}

.edu-sec ._con .contWrap__right .detail__tit {
  position: relative;
  padding: 10px 20px;
  background-color: #edf1f5;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border-top: 3px solid #8d9196;
  border-bottom: 1px solid #8d9196;
}

.edu-sec ._con .contWrap__right .detail__tit::after {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 200px;
  height: 3px;
  left: 0;
  top: 0;
  margin-top: -3px;
  background-color: #009cdb;
}

.edu-sec ._con .contWrap__right .detail__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.edu-sec ._con .contWrap__right .detail__list ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.edu-sec ._con .contWrap__right .detail__list ul li:nth-of-type(1) {
  margin-top: 50px;
}

.edu-sec ._con .contWrap__right .detail__list ul li .left-li {
  width: 118px;
  height: 161px;
  background-image: url("../imgs/sub-2-1-20.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;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  margin-right: 45px;
  padding-right: 8px;
}

.edu-sec ._con .contWrap__right .detail__list ul li .right-li {
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edu-sec ._con .contWrap__right .detail__list ul li .right-li h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #009cdb;
}

.edu-sec ._con .contWrap__right .detail__list ul li .right-li p {
  margin-top: 10px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}

.edu-sec ._con .contWrap__right .dtView9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 60px;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox h4 {
  width: 100%;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #009cdb;
  padding-left: 23px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox > ul li {
  width: calc(40% - 40px);
  margin-right: 40px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox > ul li:nth-last-of-type(1), .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox > ul li img {
  border-radius: 15px;
}

.edu-sec ._con .contWrap__right .dtView9__colorbox > ul li h5 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #575c63;
  margin-top: 10px;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--tit {
  position: relative;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #edf1f5;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border-top: 3px solid #8d9196;
  border-bottom: 1px solid #8d9196;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--tit::after {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 200px;
  height: 3px;
  left: 0;
  top: 0;
  margin-top: -3px;
  background-color: #009cdb;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--tit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--tit ul li {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--star {
  position: relative;
  padding: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border-bottom: 1px solid #8d9196;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--star ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--star ul li {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  border-right: 1px solid #b9bab9;
  padding: 20px 0;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--star ul li:nth-of-type(5) {
  border-right: 0px solid #000;
}

.edu-sec ._con .contWrap__right .dtView9__starBox--star ul li img {
  width: calc(27px * 1);
  height: auto;
}

.edu-sec ._con .contWrap__right .dtView9__tit {
  position: relative;
  padding: 10px 20px;
  background-color: #edf1f5;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  border-top: 3px solid #8d9196;
  border-bottom: 1px solid #8d9196;
}

.edu-sec ._con .contWrap__right .dtView9__tit::after {
  position: absolute;
  content: '';
  margin: 0;
  padding: 0;
  width: 200px;
  height: 3px;
  left: 0;
  top: 0;
  margin-top: -3px;
  background-color: #009cdb;
}

.edu-sec ._con .contWrap__right .dtView9 .p3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-top: 30px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .edu-sec {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .edu-sec ._con .contWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__left {
    width: 170px;
  }
  .edu-sec ._con .contWrap__left .sideMenu {
    width: 100%;
  }
  .edu-sec ._con .contWrap__left .sideMenu--box {
    width: 100%;
  }
  .edu-sec ._con .contWrap__left .sideMenu--box dt {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #383838;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    padding-left: 20px;
  }
  .edu-sec ._con .contWrap__left .sideMenu--box dd a {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    padding-left: 20px;
    border-bottom: 1px solid #e1e3e5;
  }
  .edu-sec ._con .contWrap__right {
    width: calc(100% - 170px);
    padding-left: 40px;
    margin-top: 30px;
    padding-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left {
    width: 60%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top img {
    width: calc(300px * 0.8);
    height: calc(95px * 0.8);
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top .item-bt {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    width: 191px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right {
    width: 50%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left span, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right span {
    width: 7px;
    height: 17px;
    margin-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left h5, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .itemView__right {
    width: 40%;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box img {
    width: calc(385px * 0.68);
    height: calc(530px * 0.68);
  }
  .edu-sec ._con .contWrap__right .paper {
    margin-top: 40px;
  }
  .edu-sec ._con .contWrap__right .paper__tit {
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label {
    width: 260px;
    margin-top: 32px;
    border-top: 50px solid #009cdb;
    border-right: 30px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label h3 {
    position: absolute;
    margin-top: -37px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li {
    width: calc(100% / 3);
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li .tab-bt {
    width: 82%;
    height: 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.75);
    height: calc(428px * 0.75);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .paper__do300 {
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label {
    width: 260px;
    margin-top: 32px;
    border-top: 50px solid #009cdb;
    border-right: 30px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label h3 {
    position: absolute;
    margin-top: -37px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li {
    width: calc(100% / 3);
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li .tab-bt {
    width: 82%;
    height: 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.75);
    height: calc(428px * 0.75);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .detail {
    margin-top: 70px;
  }
  .edu-sec ._con .contWrap__right .detail__tit {
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .left-li {
    width: 130px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li {
    width: calc(100% - 130px);
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li p {
    margin-top: 10px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 40px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox h4 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #009cdb;
    padding-left: 23px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li img {
    border-radius: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li h5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #575c63;
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit {
    position: relative;
    margin-top: 30px;
    padding: 15px;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star {
    position: relative;
    padding: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li:nth-of-type(5) {
    border-right: 0px solid #000;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li img {
    width: calc(27px * 0.8);
    height: auto;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit {
    position: relative;
    padding: 15px;
    background-color: #edf1f5;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit#t2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 .p3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .edu-sec {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .edu-sec ._con .contWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__left {
    display: none;
  }
  .edu-sec ._con .contWrap__right {
    width: 100%;
    padding-left: 10px;
    margin-top: 30px;
    padding-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left {
    width: 60%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top img {
    width: calc(300px * 0.8);
    height: calc(95px * 0.8);
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top .item-bt {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    width: 191px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right {
    width: 50%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left span, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right span {
    width: 7px;
    height: 17px;
    margin-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left h5, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .itemView__right {
    width: 40%;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box img {
    width: calc(385px * 0.78);
    height: calc(530px * 0.78);
  }
  .edu-sec ._con .contWrap__right .paper {
    margin-top: 40px;
  }
  .edu-sec ._con .contWrap__right .paper__tit {
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label {
    width: 260px;
    margin-top: 32px;
    border-top: 50px solid #009cdb;
    border-right: 30px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label h3 {
    position: absolute;
    margin-top: -37px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li {
    width: calc(100% / 3);
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li .tab-bt {
    width: 82%;
    height: 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.75);
    height: calc(428px * 0.75);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .paper__do300 {
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label {
    width: 260px;
    margin-top: 32px;
    border-top: 50px solid #009cdb;
    border-right: 30px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label h3 {
    position: absolute;
    margin-top: -37px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li {
    width: calc(100% / 3);
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li .tab-bt {
    width: 82%;
    height: 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.75);
    height: calc(428px * 0.75);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .detail {
    margin-top: 70px;
  }
  .edu-sec ._con .contWrap__right .detail__tit {
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .left-li {
    width: 130px;
    height: 138px;
    background-size: contain;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 20px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li {
    width: calc(100% - 130px);
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li p {
    margin-top: 10px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 40px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox h4 {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #009cdb;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li img {
    border-radius: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #575c63;
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit {
    position: relative;
    margin-top: 30px;
    padding: 15px;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit::after {
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    width: 200px;
    height: 3px;
    left: 0;
    top: 0;
    margin-top: -3px;
    background-color: #009cdb;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star {
    position: relative;
    padding: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li:nth-of-type(5) {
    border-right: 0px solid #000;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li img {
    width: calc(27px * 0.8);
    height: auto;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit {
    position: relative;
    margin-top: 60px;
    padding: 15px;
    background-color: #edf1f5;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit#t2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 .p3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 767.99px) and (min-width: 576px) {
  .edu-sec {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .edu-sec ._con .contWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__left {
    display: none;
  }
  .edu-sec ._con .contWrap__right {
    width: 100%;
    padding-left: 10px;
    margin-top: 30px;
    padding-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left {
    width: 60%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top img {
    width: calc(300px * 0.5);
    height: calc(95px * 0.5);
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top .item-bt {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px 0;
    margin-top: 10px;
    width: 170px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot {
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right {
    width: 50%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left span, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right span {
    width: 3px;
    height: 12px;
    margin-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left h5, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .itemView__right {
    width: 40%;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box img {
    width: calc(385px * 0.48);
    height: calc(530px * 0.48);
  }
  .edu-sec ._con .contWrap__right .paper {
    margin-top: 40px;
  }
  .edu-sec ._con .contWrap__right .paper__tit {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label {
    width: 210px;
    margin-top: 32px;
    border-top: 50px solid #009cdb;
    border-right: 30px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label h3 {
    position: absolute;
    margin-top: -37px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li {
    width: calc(100% / 3);
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li .tab-bt {
    width: 82%;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.54);
    height: calc(428px * 0.54);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .paper__do300 {
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label {
    width: 210px;
    margin-top: 32px;
    border-top: 50px solid #009cdb;
    border-right: 30px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label h3 {
    position: absolute;
    margin-top: -37px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul {
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li {
    width: calc(100% / 3);
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li .tab-bt {
    width: 82%;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.54);
    height: calc(428px * 0.54);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .detail {
    margin-top: 70px;
  }
  .edu-sec ._con .contWrap__right .detail__tit {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li:nth-of-type(1) {
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .left-li {
    width: 90px;
    height: 100px;
    background-size: contain;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 20px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li {
    width: calc(100% - 90px);
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li p {
    margin-top: 5px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 30px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #009cdb;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li {
    width: calc(50% - 8px);
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li img {
    border-radius: 15px;
    height: auto;
    width: 100%;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li h5 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #575c63;
    margin-top: 5px;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit {
    position: relative;
    margin-top: 30px;
    padding: 10px 0px;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit::after {
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    width: 200px;
    height: 3px;
    left: 0;
    top: 0;
    margin-top: -3px;
    background-color: #009cdb;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star {
    position: relative;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li:nth-of-type(5) {
    border-right: 0px solid #000;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li img {
    width: calc(27px * 0.5);
    height: auto;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit {
    position: relative;
    margin-top: 60px;
    padding: 10px;
    background-color: #edf1f5;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit#t2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 .p3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 575.99px) and (min-width: 420px) {
  .edu-sec {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .edu-sec ._con .contWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__left {
    display: none;
  }
  .edu-sec ._con .contWrap__right {
    width: 100%;
    padding-left: 10px;
    margin-top: 30px;
    padding-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edu-sec ._con .contWrap__right .itemView__left {
    width: 100%;
    margin-top: 50px;
    padding-left: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top img {
    width: calc(300px * 0.5);
    height: calc(95px * 0.5);
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top .item-bt {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px 0;
    margin-top: 10px;
    width: 150px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot {
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right {
    width: 50%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left span, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right span {
    width: 3px;
    height: 12px;
    margin-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left h5, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .itemView__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box img {
    width: calc(385px * 0.5);
    height: calc(530px * 0.5);
  }
  .edu-sec ._con .contWrap__right .paper {
    margin-top: 40px;
  }
  .edu-sec ._con .contWrap__right .paper__tit {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label {
    width: 150px;
    margin-top: 32px;
    border-top: 35px solid #009cdb;
    border-right: 20px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label h3 {
    position: absolute;
    margin-top: -30px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li .tab-bt {
    width: 55%;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.8);
    height: calc(428px * 0.8);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .paper__do300 {
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label {
    width: 150px;
    margin-top: 32px;
    border-top: 35px solid #009cdb;
    border-right: 20px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label h3 {
    position: absolute;
    margin-top: -30px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li .tab-bt {
    width: 55%;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.8);
    height: calc(428px * 0.8);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .detail {
    margin-top: 70px;
  }
  .edu-sec ._con .contWrap__right .detail__tit {
    padding: 12px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li:nth-of-type(1) {
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .left-li {
    width: 90px;
    height: 100px;
    background-size: contain;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 20px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li {
    width: calc(100% - 90px);
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li p {
    margin-top: 5px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 30px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #009cdb;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li {
    width: calc(50% - 8px);
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li:nth-last-of-type(3), .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li:nth-last-of-type(4) {
    margin-bottom: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li img {
    border-radius: 15px;
    height: auto;
    width: 100%;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li h5 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #575c63;
    margin-top: 5px;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit {
    position: relative;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit::after {
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    width: 200px;
    height: 3px;
    left: 0;
    top: 0;
    margin-top: -3px;
    background-color: #009cdb;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star {
    position: relative;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li:nth-of-type(5) {
    border-right: 0px solid #000;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li img {
    width: calc(27px * 0.4);
    height: auto;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit {
    position: relative;
    margin-top: 60px;
    padding: 10px;
    background-color: #edf1f5;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit#t2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit::after {
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    width: 200px;
    height: 3px;
    left: 0;
    top: 0;
    margin-top: -3px;
    background-color: #009cdb;
  }
  .edu-sec ._con .contWrap__right .dtView9 .p3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

@media (max-width: 419.99px) {
  .edu-sec {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .edu-sec ._con .contWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__left {
    display: none;
  }
  .edu-sec ._con .contWrap__right {
    width: 100%;
    padding-left: 10px;
    margin-top: 30px;
    padding-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edu-sec ._con .contWrap__right .itemView__left {
    width: 100%;
    margin-top: 50px;
    padding-left: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top img {
    width: calc(300px * 0.5);
    height: calc(95px * 0.5);
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--top .item-bt {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px 0;
    margin-top: 10px;
    width: 140px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot {
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right {
    width: 50%;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left span, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right span {
    width: 3px;
    height: 12px;
    margin-right: 10px;
  }
  .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--left h5, .edu-sec ._con .contWrap__right .itemView__left--bot ul li .li--right h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .itemView__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .edu-sec ._con .contWrap__right .itemView__right .itemImg-box img {
    width: calc(385px * 0.5);
    height: calc(530px * 0.5);
  }
  .edu-sec ._con .contWrap__right .paper {
    margin-top: 40px;
  }
  .edu-sec ._con .contWrap__right .paper__tit {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__tit::after {
    width: 120px;
    height: 2px;
    margin-top: -2px;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label {
    width: 150px;
    margin-top: 32px;
    border-top: 35px solid #009cdb;
    border-right: 20px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do100 .label h3 {
    position: absolute;
    margin-top: -30px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li .tab-bt {
    width: 55%;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do100 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.8);
    height: calc(428px * 0.8);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .paper__do300 {
    margin-top: 0;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label {
    width: 150px;
    margin-top: 32px;
    border-top: 35px solid #009cdb;
    border-right: 20px solid transparent;
  }
  .edu-sec ._con .contWrap__right .paper__do300 .label h3 {
    position: absolute;
    margin-top: -30px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li .tab-bt {
    width: 55%;
    height: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .paper__do300 ul li img {
    margin-left: 0;
    margin-top: 20px;
    width: calc(306px * 0.8);
    height: calc(428px * 0.8);
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
  }
  .edu-sec ._con .contWrap__right .detail {
    margin-top: 70px;
  }
  .edu-sec ._con .contWrap__right .detail__tit {
    padding: 12px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li:nth-of-type(1) {
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .left-li {
    width: 60px;
    height: 66px;
    background-size: contain;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-right: 10px;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li {
    width: calc(100% - 60px);
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .detail__list ul li .right-li p {
    margin-top: 5px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 10px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #009cdb;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li {
    width: calc(50% - 8px);
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li:nth-last-of-type(3), .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li:nth-last-of-type(4) {
    margin-bottom: 15px;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li img {
    border-radius: 15px;
    height: auto;
    width: 100%;
  }
  .edu-sec ._con .contWrap__right .dtView9__colorbox > ul li h5 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #575c63;
    margin-top: 5px;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit {
    position: relative;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit::after {
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    width: 200px;
    height: 3px;
    left: 0;
    top: 0;
    margin-top: -3px;
    background-color: #009cdb;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--tit ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star {
    position: relative;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li:nth-of-type(5) {
    border-right: 0px solid #000;
  }
  .edu-sec ._con .contWrap__right .dtView9__starBox--star ul li img {
    width: calc(27px * 0.4);
    height: auto;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit {
    position: relative;
    margin-top: 30px;
    padding: 10px;
    background-color: #edf1f5;
    border-top: 3px solid #8d9196;
    border-bottom: 1px solid #8d9196;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit#t2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .edu-sec ._con .contWrap__right .dtView9__tit::after {
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    width: 200px;
    height: 3px;
    left: 0;
    top: 0;
    margin-top: -3px;
    background-color: #009cdb;
  }
  .edu-sec ._con .contWrap__right .dtView9 .p3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=sub-2-3.css.map */