@-webkit-keyframes left {
  to {
    transform: translateX(15%);
  }
}
@keyframes left {
  to {
    transform: translateX(15%);
  }
}
.con {
  word-break: keep-all;
}
.con_tit {
  font-size: 3rem;
  line-height: 1.18;
  margin-bottom: 0.5833333333em;
}
.con_tit.mb_0 {
  margin-bottom: 0;
}
.con_more {
  position: absolute;
  top: 0;
  right: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .con_tit {
    font-size: 1.875rem;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .con_more {
    font-size: 1rem;
    right: 1rem;
  }
}

.control .count_line {
  display: block;
  width: 1px;
  height: 0.5em;
  background-color: #999999;
  opacity: 0.2;
}
.control .total,
.control .count {
  color: #999999;
  font-weight: bold;
  vertical-align: middle;
}
.control .swiper-button-next,
.control .swiper-button-prev {
  position: static;
  width: 0.8888888889em;
  height: 0.8888888889em;
  margin: 0;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.control .swiper-button-prev {
  transform: scaleX(-1);
}

.section {
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 1280px) {
  .section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}
@media screen and (max-width: 800px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.visual {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  min-height: 50rem;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  max-height: 75rem;
}
.visual .swiper {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
}
.visual .swiper-wrapper, .visual .swiper-slide {
  height: 100%;
}
.visual .swiper-slide {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.visual .swiper.on {
  visibility: visible;
  opacity: 1;
}
.visual .swiper.on .swiper-slide {
  transition-duration: 1.5s !important;
}
.visual .swiper.on .swiper-slide-active .ani_up {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 0.5s, 0.5s !important;
}
.visual .swiper.on .swiper-slide-active .ani_up.visual_tit {
  transition-delay: 0.5s;
}
.visual .swiper.on .swiper-slide-active .ani_up.visual_txt {
  transition-delay: 0.65s;
}
.visual .swiper.on .swiper-slide-active .visual_bg, .visual .swiper.on .swiper-slide-active .visual_bg_m {
  transform: translate(-50%, -50%) scale(1);
}
.visual .swiper.on .swiper-slide-duplicate {
  opacity: 0;
}
.visual_bg, .visual_bg_m {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center center;
  transition: transform 1s !important;
  background: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.visual_bg_m {
  opacity: 0;
}
.visual .wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.visual_text_box {
  padding-left: 50%;
  color: #fff;
  width: 100%;
}
.visual_tit {
  font-size: 5.625em;
  font-weight: 900;
  line-height: 1.11;
  transition-delay: 0;
  font-family: "GangwonEduPower", sans-serif;
}
.visual_txt {
  margin-top: 0.8333333333em;
  font-size: 1.5em;
  line-height: 1.42;
  font-weight: 300;
  transition-delay: 0;
}
.visual .ani_up {
  opacity: 0;
  transform: translateY(5rem);
  transition-duration: 0, 0 !important;
  transition-timing-function: ease-out, ease-out;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1700px) {
  .visual {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .visual_text_box {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: -6.25em;
  }
  .visual_bg {
    opacity: 0.9;
    background-position: top 50% left 60%;
  }
}
@media screen and (max-width: 800px) {
  .visual {
    font-size: 1rem;
    min-height: auto;
    min-height: 42.5rem !important;
    max-height: 50.75rem !important;
  }
  .visual_bg {
    opacity: 0.8;
    background-position: top 50% left 30%;
  }
  .visual_text_box {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .visual_tit {
    font-size: 3em;
  }
  .visual_txt {
    font-size: 0.875em;
  }
}

.visual .control {
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.visual .control_inner {
  width: 100%;
  margin-top: 25rem;
  padding-left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visual .control .paging {
  color: #fff;
  text-indent: 0.15em;
}
.visual .control .total,
.visual .control .count {
  color: #fff;
  margin: 0 0em;
}
.visual .control .swiper-pagination-progressbar {
  position: relative;
  margin: 0 0.9375em;
  width: 12.5em;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.visual .control .swiper-pagination-progressbar-fill {
  background-color: rgba(255, 255, 255, 0.5);
}
.visual .control .swiper-button-next,
.visual .control .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 5em;
  margin: 0;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.157' height='128.104' viewBox='0 0 65.157 128.104'%3E%3Cpath id='Union_7' data-name='Union 7' d='M97.5,381l60.965-61.948-10.771-10.945L97.5,257.1l2.138-2.1,62,63,1.019,1.052-1.019,1.052-62,63Z' transform='translate(-97.5 -255)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  transform-origin: center center;
  transform: scaleX(1);
}
.visual .control .swiper-button-prev {
  margin-left: 3.75em;
  transform: scaleX(-1);
}
.visual .control .swiper-button-next {
  margin-right: 3.75em;
}
.visual .control .swiper-button-stop, .visual .control .swiper-button-play {
  font-size: 1em;
  width: 0.5em;
  height: 0.75em;
}
.visual .control .swiper-button-stop svg, .visual .control .swiper-button-play svg {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.visual .control .swiper-button-play {
  display: none;
}
@media screen and (max-width: 1280px) {
  .visual .control_inner {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15.625rem;
  }
  .visual .control .swiper-button-next,
.visual .control .swiper-button-prev {
    margin-top: -1.5625em;
    width: 2.5em;
    height: 3.125em;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .visual .control_inner {
    margin-top: 12.5rem;
  }
  .visual .control .paging {
    font-size: 0.75em;
  }
  .visual .control .swiper-pagination-progressbar {
    margin: 0 0.5em;
    width: 7em;
    height: 0.125rem;
  }
  .visual .control .swiper-button-next,
.visual .control .swiper-button-prev {
    width: 1.375em;
    height: 1.375em;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .visual .control .swiper-button-prev {
    margin-left: 0em;
  }
  .visual .control .swiper-button-next {
    margin-right: 0em;
  }
}

.visual .quick_wrap {
  position: absolute;
  z-index: 1;
  font-size: 1em;
  bottom: 2.5em;
  left: 0;
  width: 100%;
  padding-top: 3.125em;
  overflow: hidden;
}
.visual .quick {
  width: 100%;
  box-shadow: 0.625em 0.625em 1.25em 0 rgba(0, 0, 0, 0.16);
  border-top-left-radius: 2.5em;
  border-bottom-right-radius: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.visual .quick_tit {
  flex: 0 1 auto;
  position: relative;
  border-top-left-radius: 2.5em;
  background-image: linear-gradient(108deg, #ff3776 -12%, #ff6340 108%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25em;
}
.visual .quick_tit h3 {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 1.75em;
  padding-right: 1.4285714286em;
  font-weight: 800;
  text-align: right;
  font-family: "GangwonEduPower", sans-serif;
}
.visual .quick_tit img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50.1%;
}
.visual .quick_list {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  border-bottom-right-radius: 2.5em;
  padding-right: 0.875em;
}
.visual .quick_list img {
  width: 4em;
  height: 4em;
  margin-right: 0.5em;
}
.visual .quick_list li {
  flex: 0 1 auto;
  width: 25%;
  position: relative;
  padding: 0 0.25em;
}
.visual .quick_list li:not(:first-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  transform: translate(-50%, -50%);
  left: 0;
  background-color: #ddd;
}
.visual .quick_list li > a {
  font-size: 1.125em;
  height: 6.6666666667em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
}
.visual .quick_list li > a.c_1:hover {
  color: #ff3e6f;
}
.visual .quick_list li > a.c_2:hover {
  color: #ffad1e;
}
.visual .quick_list li > a.c_3:hover {
  color: #2faf54;
}
.visual .quick_list li > a.c_4:hover {
  color: #0badf1;
}
.visual .quick_list li > a.c_5:hover {
  color: #ff5053;
}
@media screen and (max-width: 1700px) {
  .visual .quick_wrap {
    font-size: 1rem;
  }
  .visual .quick_tit {
    width: 15.625em;
  }
  .visual .quick_tit img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .visual .quick_wrap {
    bottom: 0;
  }
  .visual .quick_wrap .wrap {
    padding: 0;
  }
  .visual .quick_tit {
    width: 12.5em;
  }
  .visual .quick_tit h3 {
    text-align: center;
    padding-right: 0;
    font-size: 1.5em;
    padding-left: 0.4166666667em;
  }
  .visual .quick_list {
    border-bottom-right-radius: 0;
    margin-left: auto;
    height: 8.75em;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .visual .quick_list li > a {
    height: auto;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .visual .quick_list li > a img {
    width: 3em;
    height: 3em;
    margin: 0 auto;
    display: block;
  }
  .visual .quick_list li > a > span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 800px) {
  .visual .quick_wrap {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
  .visual .quick_tit {
    width: 12.5em;
  }
  .visual .quick_tit h3 {
    font-size: 1.25em;
  }
  .visual .quick_list {
    height: 6.4375em;
  }
  .visual .quick_list li > a {
    height: auto;
    font-size: 0.75em;
  }
  .visual .quick_list li > a img {
    width: 3.3333333333em;
    height: 3.3333333333em;
  }
}
@media screen and (max-width: 601px) {
  .visual .quick_wrap {
    padding-top: 0;
  }
  .visual .quick_tit {
    display: none;
  }
  .visual .quick_list {
    border-top-left-radius: 2.5em;
    padding: 0 0 0 1.25em;
  }
  .visual .quick_list li::before {
    display: none !important;
  }
}

.wheel_wrap {
  position: absolute;
  z-index: 1;
  font-size: 1em;
  bottom: 2.5em;
  left: 0;
  width: 100%;
  padding-top: 3.125em;
  text-align: center;
}
.wheel_wrap .wheel_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.wheel_wrap .wheel_btn * + * {
  margin-top: 0.3125em;
}
.wheel_wrap .anim {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: wheel;
  animation-name: wheel;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.wheel_wrap .anim2 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: wheel2;
  animation-name: wheel2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes wheel {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    opacity: 0;
  }
}
@keyframes wheel {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    opacity: 0;
  }
}
@-webkit-keyframes wheel2 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}
@keyframes wheel2 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}
.notice {
  position: relative;
  background: #fff7e8 center center;
  background-image: url(/resource/images/main/pattern.png);
  background-size: cover;
}
.notice .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.75em;
}
.notice .tab li {
  margin: 0 1.25em;
}
.notice .tab li.on {
  margin: 0;
}
.notice .tab li.on a {
  padding: 0.5em 1.5em;
  border-radius: 31.25em;
  color: #fff;
  background-color: #ff3e6f;
}
.notice .tab li.on a[data-filter=notice] {
  background: #ffad1e;
  color: #fff;
}
.notice .tab li.on a[data-filter=data] {
  background: #0badf1;
  color: #EBFCFF;
}
.notice .tab a {
  font-size: 1.25em;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1280px) {
  .notice .tab {
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .notice .tab {
    margin-top: 1.5em;
    margin-left: 0em;
  }
  .notice .tab li {
    margin: 0 1.4375em;
  }
  .notice .tab a {
    font-size: 1em;
  }
}
.notice .control {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notice .control > * {
  flex: 0 1 auto;
}
@media screen and (max-width: 1280px) {
  .notice .control {
    padding: 0 0.75em;
  }
}
@media screen and (max-width: 800px) {
  .notice .control {
    padding: 0;
  }
}
.notice .swiper {
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  margin: 0 -0.9375em;
  overflow: visible;
}
.notice .swiper.on {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.notice .swiper-pagination, .notice .swiper-scrollbar {
  position: static;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}
.notice .swiper-pagination-progressbar {
  border-radius: 0;
  height: 0.1875rem;
  background: rgba(47, 14, 10, 0.1);
}
.notice .swiper-pagination-progressbar-fill {
  background: #ff5053;
}
.notice .swiper-scrollbar {
  background: rgba(47, 14, 10, 0.1);
  border-radius: 0;
  height: 0.1875rem;
}
.notice .swiper-scrollbar-drag {
  border-radius: 0;
  background: #ff5053;
}
.notice .swiper-slide {
  width: 29.8125rem;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice .swiper-slide.num2:not(.non-swiper-slide) {
  margin-top: 3.5em;
}
.notice .swiper-slide[data-filter=notice] a:hover {
  border-radius: 0;
  background: #ffad1e;
  color: #fff;
}
.notice .swiper-slide[data-filter=notice] a:hover * {
  color: #fff !important;
}
.notice .swiper-slide[data-filter=data] a:hover {
  border-radius: 0;
  background: #0badf1;
  color: #EBFCFF;
}
.notice .swiper-slide[data-filter=data] a:hover * {
  color: #EBFCFF !important;
}
.notice .swiper-slide a {
  display: block;
  background: #fff;
  border-top-left-radius: 2.5em;
  border-bottom-right-radius: 2.5em;
  /* Center slide text vertically */
  box-shadow: 0.3125em 0.3125em 0.9375em rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease-out, color 0.1s ease-out, border-radius 0.5s ease-out;
}
.notice .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 0 1 auto;
  min-width: 12.25em;
}
.notice .swiper-button-prev, .notice .swiper-button-next {
  min-width: 5em;
  min-height: 5em;
  width: 5em;
  height: 5em;
  margin-right: 0.5em;
  border: solid 1px #d8d2c8;
  border-radius: 100%;
  opacity: 1;
  transition: background 0.3s, border 0.2s, box-shadow 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='20' viewBox='0 0 28.052 20'%3E%3Cg fill='%23444'%3E%3Cpath d='m25.9308 12.0209-9.8995-9.8995L18.1526 0l9.8995 9.8995z'/%3E%3Cpath d='m28.0514 9.8967-9.8995 9.8995-2.1213-2.1213L25.93 7.7754z'/%3E%3C/g%3E%3Cpath d='M0 8.398h24v3H0z' fill='%23444'/%3E%3C/svg%3E");
}
.notice .swiper-button-prev:hover, .notice .swiper-button-next:hover {
  box-shadow: 0.3125em 0.3125em 0.625em 0 rgba(126, 80, 0, 0.1);
  background-color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 800px) {
  .notice .swiper {
    margin: 0 -0.5em;
  }
  .notice .swiper-slide {
    width: 22.4375rem;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .notice .swiper-slide.num2:not(.non-swiper-slide) {
    margin-top: 1em;
  }
  .notice .swiper-buttons {
    min-width: 9em;
  }
  .notice .swiper-button-prev, .notice .swiper-button-next {
    min-width: 3.75em;
    min-height: 3.75em;
    width: 3.75em;
    height: 3.75em;
    background-size: 1.3125em auto;
  }
}
@media screen and (max-width: 601px) {
  .notice .swiper {
    margin: 0 -0.25em;
  }
  .notice .swiper-slide {
    width: 21.9375rem;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .notice .swiper-slide.num2:not(.non-swiper-slide) {
    margin-top: 0;
  }
}
.notice .notice_text {
  padding: 2.5em 2em;
  max-width: 100%; 
}
.notice .notice_text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 2.5em;
}
.notice .notice_cate {
  font-weight: bold;
  font-size: 1.125em;
  text-decoration: underline;
  text-decoration-thickness: 0.1111111111em;
  text-underline-offset: 0.2222222222em;
}
[data-filter=notice] .notice_cate {
  color: #ffad1e;
}

[data-filter=data] .notice_cate {
  color: #0badf1;
}

.notice .notice_date {
  margin-left: auto;
  font-size: 1.25em;
  color: #666666;
}
.notice .notice_tit {
  font-weight: bold;
  font-size: 1.625em;
  display: block;
  display: -webkit-box !important;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 3.3846153846em;
  line-height: 1.6923076923em;
  height: 3.3846153846em;
}
.notice .notice_txt {
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 2em;
  display: block;
  display: -webkit-box !important;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  max-height: 8.5em;
  line-height: 1.7em;
  height: 8.5em;
}
@media screen and (max-width: 800px) {
  .notice .notice_text {
    padding: 2em 1.5em;
  }
  .notice .notice_text_top {
    margin-bottom: 1.5em;
  }
  .notice .notice_cate {
    font-size: 1em;
  }
  .notice .notice_date {
    font-size: 1em;
  }
  .notice .notice_tit {
    font-size: 1.375em;
  }
  .notice .notice_txt {
    font-size: 1em;
    display: block;
    display: -webkit-box !important;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 7.5em;
    line-height: 1.875em;
    height: 7.5em;
  }
}

.business {
  padding: 0;
}
.business::before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat left center;
  background-size: auto 100%;
  transition: background 0.3s;
}
.business.st_1:before {
  background-image: url("/resource/images/main/business1_bg_l.png");
}
.business.st_2:before {
  background-image: url("/resource/images/main/business2_bg_l.png");
}
.business.st_3:before {
  background-image: url("/resource/images/main/business3_bg_l.png");
}
.business.st_4:before {
  background-image: url("/resource/images/main/business4_bg_l.png");
}
.business .wrap {
  height: 50.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .business .wrap {
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .business:before {
    display: none;
  }
}
.business .business_left {
  width: 30.7142857143%;
  max-width: 26.875em;
  height: 40px;
  height: 100%;
  padding-top: 7.5em;
  padding-bottom: 3.75em;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .business .business_left {
    width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .business .business_left {
    padding-top: 6.25em;
    max-width: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .business .business_left {
    padding-top: 5em;
    padding-bottom: 2em;
  }
}
.business .business_left .tab {
  max-width: 21.8125em;
  margin-top: 5em;
}
.business .business_left .tab a {
  border-radius: 1.1111111111em;
  font-size: 1.125em;
  width: 9.2777777778em;
  height: 9.2777777778em;
  background-color: #f8f8f8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 0.2222222222em rgba(248, 248, 248, 0);
  font-weight: bold;
  transition: border 0.3s, box-shadow 0.3s;
}
.business .business_left .tab a img {
  display: block;
  margin: 0 auto;
  width: 3em;
  height: 3em;
}
.business .business_left .tab a span {
  width: 100%;
  display: block;
  margin-top: 0.5555555556em;
}
.business .business_left .tab .on a.st_1 {
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em 0 rgba(11, 173, 241, 0.2);
  border: solid 0.2222222222em #0badf1;
}
.business .business_left .tab .on a.st_2 {
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em 0 rgba(47, 175, 84, 0.2);
  border: solid 0.2222222222em #2faf54;
}
.business .business_left .tab .on a.st_3 {
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em 0 rgba(255, 80, 83, 0.2);
  border: solid 0.2222222222em #ff5053;
}
.business .business_left .tab .on a.st_4 {
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em 0 rgba(255, 173, 30, 0.2);
  border: solid 0.2222222222em #ffad1e;
}
@media screen and (max-width: 1280px) {
  .business .business_left .tab {
    max-width: 100%;
    margin-top: 3.75em;
  }
  .business .business_left .tab .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .business .business_left .tab .col_12 {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .business .business_left .tab {
    margin-top: 2em;
  }
  .business .business_left .tab a {
    width: 4.4444444444em;
    height: 4.4444444444em;
    border-width: 0.1666666667em;
  }
  .business .business_left .tab a img {
    width: 2.5555555556em;
    height: 2.5555555556em;
  }
  .business .business_left .tab a span {
    display: none;
  }
}
.business .business_right {
  width: 69.2857142857%;
  height: 100%;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  max-width: 60.625em;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .business .business_right {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .business .business_right {
    transform: translate(0) !important;
    padding-top: 5.625em;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .business .business_right {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.business .business_right.aos-init {
  transition-duration: 0s !important;
}
.business .business_right.aos-init .bg {
  opacity: 0;
}
.business .business_right.aos-animate {
  transition-duration: 0.7s !important;
}
.business .business_right.aos-animate .bg {
  transition: opacity 0.5s linear;
  opacity: 1;
}
.business .business_right .aos-init {
  transition-duration: 0s !important;
}
.business .business_right .aos-animate {
  transition-duration: 0.7s !important;
}
.business .business_text {
  display: none;
  letter-spacing: -0.025em;
  padding-left: 4em;
}
.st_1.business .business_text {
  color: #d2f2ff;
}
.st_1.business .business_text[data-box=st_1] {
  display: block;
}
.st_1.business .business_text .bg {
  background-color: #0badf1;
  background-image: url("/resource/images/main/business1_bg.png");
}

.st_2.business .business_text {
  color: #dfffe8;
}
.st_2.business .business_text[data-box=st_2] {
  display: block;
}
.st_2.business .business_text .bg {
  background-color: #2faf54;
  background-image: url("/resource/images/main/business2_bg.png");
}

.st_3.business .business_text {
  color: #ffe4e4;
}
.st_3.business .business_text[data-box=st_3] {
  display: block;
}
.st_3.business .business_text .bg {
  background-color: #ff5053;
  background-image: url("/resource/images/main/business3_bg.png");
}

.st_4.business .business_text {
  color: #ffefd4;
}
.st_4.business .business_text[data-box=st_4] {
  display: block;
}
.st_4.business .business_text .bg {
  background-color: #ffad1e;
  background-image: url("/resource/images/main/business4_bg.png");
}

.business .business_text .bg {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64.5833333333vw;
  height: 100%;
  background: no-repeat right top;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .business .business_text .bg {
    width: 68.75vw;
  }
}
@media screen and (max-width: 1280px) {
  .business .business_text .bg {
    width: 100vw;
    left: -1.25em;
  }
}
@media screen and (max-width: 800px) {
  .business .business_text .bg {
    background-position: center center;
    background-size: cover;
    left: -1em;
  }
}
.business .business_text .obj img {
  position: absolute;
  z-index: -1;
}
.business .business_text .obj .img1 {
  right: 0;
  top: 0;
  margin-right: -26.8041237113%;
  width: 41.4432989691%;
}
.business .business_text .obj .img2 {
  top: 35%;
  right: 0;
  margin-right: 15%;
  width: 20.7216494845%;
}
.business .business_text .obj .img3 {
  bottom: -1px;
  left: 44%;
  width: 41.4432989691%;
}
.business .business_text .img_icon {
  margin-top: 2em;
  margin-bottom: 2.375em;
}
.business .business_text h3 {
  font-family: "GangwonEduPower", sans-serif;
  font-size: 2.75em;
  font-weight: 800;
  line-height: 1.09;
  color: #fff;
  margin-bottom: 0.5454545455em;
}
.business .business_text p {
  font-size: 1.25em;
  line-height: 1.5;
}
.business .business_text dl {
  margin-top: 2em;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.business .business_text dl dt {
  display: table-cell;
  width: 2.7777777778em;
  font-size: 1.125em;
  letter-spacing: 0.1666666667em;
}
.business .business_text dl dd {
  display: table-cell;
  font-size: 1.5em;
}
.business .business_text dl dd b {
  color: #fff;
  font-size: 1.3333333333em;
}
.business .business_text dl dd .small {
  font-size: 0.6666666667em;
}
@media screen and (max-width: 800px) {
  .business .business_text {
    padding: 0;
    text-align: center;
  }
  .st_1.business .business_text .bg {
    background-image: url("/resource/images/main/business1_bg_m.png");
  }

  .st_2.business .business_text .bg {
    background-image: url("/resource/images/main/business2_bg_m.png");
  }

  .st_3.business .business_text .bg {
    background-image: url("/resource/images/main/business3_bg_m.png");
  }

  .st_4.business .business_text .bg {
    background-image: url("/resource/images/main/business4_bg_m.png");
  }

  .business .business_text .obj img {
    display: none;
  }
  .business .business_text .img_icon {
    display: none;
  }
  .business .business_text h3 {
    font-size: 1.75em;
    margin-bottom: 0.5714285714em;
  }
  .business .business_text p {
    font-size: 1em;
  }
  .business .business_text dl {
    margin: 1.5em auto 0;
    text-align: left;
    max-width: 15.9375em;
  }
  .business .business_text dl dt {
    width: 3.5714285714em;
    font-size: 0.875em;
  }
  .business .business_text dl dd {
    font-size: 1.125em;
  }
  .business .business_text dl dd b {
    font-size: 1.4444444444em;
  }
  .business .business_text dl dd .small {
    font-size: 0.8888888889em;
  }
}

/*# sourceMappingURL=main.css.map */
