@charset "UTF-8";
/************** 메인레이아웃 **************/
@font-face {
  font-family: "GapyeongWave";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/GapyeongWave.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.main-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 768px;
  margin: 0 auto;
  margin-bottom: 100px;
  overflow: hidden;
  transition: all 1s;
}
@media (max-width: 1400px) {
  .main-visual {
    height: 560px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual {
    height: 400px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual {
    height: 0;
    padding-bottom: 160%;
  }
}
.main-visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 80px solid #E6F7FC;
}
@media (max-width: 991px) {
  .main-visual::before {
    border: 30px solid #E6F7FC;
  }
}
.main-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 225px);
  display: block;
  width: 451px;
  height: 172px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(/pub/site/platform/images/main/visual/frame_mt.svg);
  z-index: 1;
}
@media (max-width: 991px) {
  .main-visual::after {
    left: calc(50% - 85px);
    width: 170px;
    height: 67px;
    background-size: 100%;
  }
}
.main-visual .center-logo {
  position: absolute;
  top: calc(50% - 94px);
  left: calc(50% - 91px);
  width: 186px;
  height: 182px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/pub/site/platform/images/main/visual/logo_circle_symbol.svg);
  animation: logoBig 0.5s 1s ease, logoHide 1s 2s ease;
  animation-fill-mode: forwards;
}
.main-visual .center-logo .rotate-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font: 0/0 a;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/pub/site/platform/images/main/visual/logo_circle_txt.svg);
  animation: logoRotate 2.5s linear infinite, logoHide 2s ease;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .main-visual .center-logo {
    display: none;
  }
}
.main-visual .center-logo2 {
  color: #2C2955;
  text-align: center;
  z-index: 10;
}
@media (max-width: 1400px) {
  .main-visual .center-logo2 {
    transform: scale(0.8, 0.8);
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .center-logo2 {
    transform: scale(0.7, 0.7);
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .center-logo2 {
    padding-top: 200%;
  }
}
.main-visual .center-logo2 .c-text {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  opacity: 0;
  animation: textUp 0.5s 2s ease-in;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .main-visual .center-logo2 .c-text {
    animation: textUp 0.5s 1s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .center-logo2 .c-text {
    font-size: 4.5vw;
  }
}
.main-visual .center-logo2 .c-text2 {
  display: block;
  margin-bottom: 10px;
  font-size: 70px;
  font-family: "GapyeongWave";
  opacity: 0;
  animation: textUp 0.5s 2.4s ease-in;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .main-visual .center-logo2 .c-text2 {
    animation: textUp 0.5s 1.3s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .center-logo2 .c-text2 {
    font-size: 8vw;
  }
}
.main-visual .center-logo2 .c-text2 span {
  color: #59CBE8;
}
.main-visual .center-logo2 .c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 43px;
  color: #000;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid #2C2955;
  background-color: #fff;
  opacity: 0;
  animation: textUp 0.5s 2.8s ease-in;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .main-visual .center-logo2 .c-btn {
    animation: textUp 0.5s 1.6s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .center-logo2 .c-btn {
    width: 104px;
    height: 37px;
    font-size: 14px;
  }
}
.main-visual .logo-section {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-visual .logo-section {
    display: none;
  }
}
.main-visual .section-logo1 {
  opacity: 0;
  animation: logo1SectionMove 1s 1s ease-in-out, logoHide 1s 2s linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  .main-visual .section-logo1 {
    animation: logo1SectionMove-1400 1s 1s ease-in-out, logoHide 2s 2s linear;
    animation-fill-mode: forwards;
  }
}
.main-visual .section-logo2 {
  opacity: 0;
  animation: logo2SectionMove 1s 1s ease-in-out, logoHide 1s 2s linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  .main-visual .section-logo2 {
    animation: logo2SectionMove-1400 1s 1s ease-in-out, logoHide 2s 2s linear;
    animation-fill-mode: forwards;
  }
}
.main-visual .section-logo3 {
  opacity: 0;
  animation: logo3SectionMove 1s 1s ease-in-out, logoHide 1s 2s linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  .main-visual .section-logo3 {
    animation: logo3SectionMove-1400 1s 1s ease-in-out, logoHide 2s 2s linear;
    animation-fill-mode: forwards;
  }
}
.main-visual .section-logo4 {
  opacity: 0;
  animation: logo4SectionMove 1s 1s ease-in-out, logoHide 1s 2s linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  .main-visual .section-logo4 {
    animation: logo4SectionMove-1400 1s 1s ease-in-out, logoHide 2s 2s linear;
    animation-fill-mode: forwards;
  }
}
.main-visual .section-logo5 {
  opacity: 0;
  animation: logo5SectionMove 1s 1s ease-in-out, logoHide 1s 2s linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  .main-visual .section-logo5 {
    animation: logo5SectionMove-1400 1s 1s ease-in-out, logoHide 2s 2s linear;
    animation-fill-mode: forwards;
  }
}
.main-visual .logo-bg {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: logoShow 1s 1.7s ease-in;
  animation-fill-mode: forwards;
  z-index: 2;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .main-visual .logo-bg {
    opacity: 1;
  }
}
.main-visual .logo-bg:hover {
  transform: scale(1.1, 1.1);
}
.main-visual .logo-bg .text-wrap {
  position: absolute;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  animation: textUp 0.5s 3s ease-in;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .main-visual .logo-bg .text-wrap {
    animation: textUp 0.5s 2s ease-in;
    animation-fill-mode: forwards;
  }
}
.main-visual .logo-bg .text-wrap span.tit {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "GapyeongWave";
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .logo-bg .text-wrap span.tit {
    font-size: 5.5vw;
  }
}
@media (max-width: 991px) {
  .main-visual .logo-bg .text-wrap span.txt {
    display: none;
  }
}
.main-visual .section-logo1 {
  top: calc(50% - 76px);
  left: calc(50% - 85px);
  width: 190px;
  height: 152px;
  background-image: url(/pub/site/platform/images/main/visual/pro_01.svg);
}
.main-visual .bg-logo1 {
  top: 0px;
  left: calc(50% - 640px);
  width: 650px;
  height: 324px;
  background-image: url(/pub/site/platform/images/main/visual/p_01.png);
}
@media (max-width: 1400px) {
  .main-visual .bg-logo1 {
    left: calc(50% - 550px);
    width: 500px;
    height: 249px;
  }
}
@media (max-width: 991px) {
  .main-visual .bg-logo1 {
    animation: logoBg-top 0.5s 0.5s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo1 {
    top: -149px;
    left: calc(50% - 350px);
    width: 300px;
    height: 149px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo1 {
    top: -40%;
    left: -10%;
    width: 80%;
    height: 0;
    padding-bottom: 40%;
  }
}
.main-visual .bg-logo1 .text-wrap {
  top: 100px;
  left: 230px;
  text-align: center;
}
@media (max-width: 1400px) {
  .main-visual .bg-logo1 .text-wrap {
    top: 80px;
    left: 171px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo1 .text-wrap {
    top: 50px;
    left: 103px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo1 .text-wrap {
    top: 35%;
    left: 36%;
  }
}
.main-visual .section-logo2 {
  top: calc(50% - 76px);
  right: calc(50% - 85px);
  width: 190px;
  height: 152px;
  background-image: url(/pub/site/platform/images/main/visual/pro_02.svg);
}
.main-visual .bg-logo2 {
  top: 0px;
  right: 0px;
  width: 632px;
  height: 267px;
  background-image: url(/pub/site/platform/images/main/visual/p_02.png);
}
@media (max-width: 1400px) {
  .main-visual .bg-logo2 {
    width: 500px;
    height: 212px;
  }
}
@media (max-width: 991px) {
  .main-visual .bg-logo2 {
    animation: logoBg-right 0.5s 0.5s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo2 {
    right: -330px;
    width: 330px;
    height: 139px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo2 {
    right: -60%;
    top: 19%;
    width: 50%;
    height: 0;
    padding-bottom: 26%;
  }
}
.main-visual .bg-logo2 .text-wrap {
  top: 85px;
  left: 155px;
  text-align: left;
}
@media (max-width: 1400px) {
  .main-visual .bg-logo2 .text-wrap {
    top: 65px;
    left: 120px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo2 .text-wrap {
    top: 45px;
    left: 100px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo2 .text-wrap {
    top: 32%;
    left: 30%;
  }
}
.main-visual .section-logo3 {
  bottom: calc(50% - 76px);
  right: calc(50% - 85px);
  width: 190px;
  height: 152px;
  background-image: url(/pub/site/platform/images/main/visual/pro_03.svg);
}
.main-visual .bg-logo3 {
  bottom: 0px;
  right: 0px;
  width: 450px;
  height: 306px;
  background-image: url(/pub/site/platform/images/main/visual/p_03.png);
}
@media (max-width: 1400px) {
  .main-visual .bg-logo3 {
    width: 350px;
    height: 238px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo3 {
    right: -250px;
    width: 250px;
    height: 172px;
    animation: logoBg-right 0.5s 0.5s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo3 {
    bottom: 21%;
    right: -50%;
    width: 50%;
    height: 0;
    padding-bottom: 34%;
    animation: logoBg-right2 0.5s 0.5s ease-in;
    animation-fill-mode: forwards;
  }
}
.main-visual .bg-logo3 .text-wrap {
  top: 45px;
  left: 40px;
  text-align: left;
}
@media (max-width: 1400px) {
  .main-visual .bg-logo3 .text-wrap {
    top: 25px;
    left: 30px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo3 .text-wrap {
    top: 55px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo3 .text-wrap {
    top: 40%;
    left: 11%;
  }
}
.main-visual .section-logo4 {
  bottom: calc(50% - 76px);
  left: calc(50% - 85px);
  width: 190px;
  height: 152px;
  background-position: center bottom;
  background-image: url(/pub/site/platform/images/main/visual/pro_04.svg);
}
.main-visual .bg-logo4 {
  bottom: 0px;
  left: calc(50% - 382px);
  width: 763px;
  height: 240px;
  background-image: url(/pub/site/platform/images/main/visual/p_04.png);
}
@media (max-width: 1400px) {
  .main-visual .bg-logo4 {
    width: 540px;
    height: 170px;
    left: calc(50% - 275px);
  }
}
@media (max-width: 991px) {
  .main-visual .bg-logo4 {
    animation: logoBg-bottom 0.5s 0.5s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo4 {
    bottom: -124px;
    width: 380px;
    height: 124px;
    left: calc(50% - 201px);
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo4 {
    bottom: -28%;
    left: 5%;
    width: 90%;
    height: 0;
    padding-bottom: 28%;
  }
}
.main-visual .bg-logo4 .text-wrap {
  top: 105px;
  left: 270px;
  text-align: center;
}
@media (max-width: 1400px) {
  .main-visual .bg-logo4 .text-wrap {
    top: 65px;
    left: 160px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo4 .text-wrap {
    top: 55px;
    left: 150px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo4 .text-wrap {
    top: 40%;
    left: 40%;
  }
}
.main-visual .section-logo5 {
  bottom: calc(50% - 76px);
  left: calc(50% - 85px);
  width: 190px;
  height: 152px;
  background-position: center bottom;
  background-image: url(/pub/site/platform/images/main/visual/pro_05.svg);
}
.main-visual .bg-logo5 {
  bottom: 50px;
  left: 0px;
  width: 549px;
  height: 382px;
  background-image: url(/pub/site/platform/images/main/visual/p_05.png);
}
@media (max-width: 1400px) {
  .main-visual .bg-logo5 {
    bottom: 30px;
    width: 400px;
    height: 279px;
  }
}
@media (max-width: 991px) {
  .main-visual .bg-logo5 {
    animation: logoBg-left 0.5s 0.5s ease-in;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo5 {
    left: -260px;
    width: 260px;
    height: 182px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo5 {
    left: -50%;
    bottom: 15%;
    width: 50%;
    height: 0;
    padding-bottom: 36%;
  }
}
.main-visual .bg-logo5 .text-wrap {
  top: 180px;
  right: 200px;
  text-align: right;
}
@media (max-width: 1400px) {
  .main-visual .bg-logo5 .text-wrap {
    top: 125px;
    right: 150px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-visual .bg-logo5 .text-wrap {
    top: 95px;
    right: 120px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-visual .bg-logo5 .text-wrap {
    top: 50%;
    right: 48%;
  }
}

@keyframes logoRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes logoHide {
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes logoShow {
  to {
    opacity: 1;
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes logoBig {
  to {
    top: calc(50% - 76px);
    left: calc(50% - 85px);
    width: 190px;
    height: 152px;
    background-size: 100%;
  }
}
@keyframes logo1SectionMove {
  to {
    top: -588px;
    left: calc(50% - 816px);
    width: 870px;
    height: 700px;
    transform: rotate(-133deg);
    opacity: 1;
  }
}
@keyframes logo1SectionMove-1400 {
  to {
    top: -491px;
    left: calc(50% - 706px);
    width: 710px;
    height: 571px;
    transform: rotate(-133deg);
    opacity: 1;
  }
}
@keyframes logo2SectionMove {
  to {
    top: -827px;
    right: -728px;
    width: 1360px;
    height: 1095px;
    opacity: 1;
  }
}
@keyframes logo2SectionMove-1400 {
  to {
    top: -657px;
    right: -581px;
    width: 1080px;
    height: 870px;
    opacity: 1;
  }
}
@keyframes logo3SectionMove {
  to {
    bottom: -491px;
    right: -544px;
    width: 994px;
    height: 797px;
    transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes logo3SectionMove-1400 {
  to {
    bottom: -379px;
    right: -422px;
    width: 770px;
    height: 617px;
    transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes logo4SectionMove {
  to {
    bottom: -216px;
    left: calc(50% - 640px);
    width: 1031px;
    height: 456px;
    opacity: 1;
  }
}
@keyframes logo4SectionMove-1400 {
  to {
    bottom: -177px;
    left: calc(50% - 487px);
    width: 780px;
    height: 345px;
    opacity: 1;
  }
}
@keyframes logo5SectionMove {
  to {
    bottom: -540px;
    left: -510px;
    width: 1318px;
    height: 1061px;
    opacity: 1;
  }
}
@keyframes logo5SectionMove-1400 {
  to {
    bottom: -393px;
    left: -365px;
    width: 950px;
    height: 765px;
    opacity: 1;
  }
}
@keyframes logoBg-top {
  to {
    top: 0;
  }
}
@keyframes logoBg-right {
  to {
    right: 0;
  }
}
@keyframes logoBg-right2 {
  to {
    right: -10%;
  }
}
@keyframes logoBg-bottom {
  to {
    bottom: 0;
  }
}
@keyframes logoBg-left {
  to {
    left: 0;
  }
}
.screen-y {
  transition: transform 0.7s, opacity 1s;
}

/* common style */
.tabbox.line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  font-weight: 400;
}

.tabbox.line li {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid #fff;
}

.tabbox.line li:nth-child(odd) {
  border-right: 2px solid #fff;
}

.tabbox.line li a {
  display: flex;
  align-items: center;
  padding: 17px 0;
  text-align: center;
}

.tabbox.line li.active a {
  border-bottom: 4px solid #003660;
  font-weight: 700;
  color: #003660 !important;
  padding-bottom: 13px;
}

@media (min-width: 1200px) {
  .tabbox.line {
    display: flex;
    gap: 64px;
    font-weight: 400;
  }
  .tabbox.line li {
    position: relative;
    border: 0;
  }
  .tabbox.line li:nth-child(odd) {
    border-right: none;
  }
  .tabbox.line li a {
    display: block;
    padding: 17px 0;
  }
  .tabbox.line li:not(:first-child) a::after {
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #BEBEBE;
    outline: none;
  }
  .tabbox.line li.active a {
    border-bottom: 4px solid #003660;
    font-weight: 700;
    color: #003660 !important;
    padding-bottom: 17px;
  }
}
.tabbox.round {
  display: flex;
  gap: 24px;
  font-weight: 700;
}

.tabbox.round li.active a {
  background-color: #003660;
  border-radius: 30px;
  color: #fff !important;
  padding: 7px 16px;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 15px;
  font-weight: 400;
}

.badge.green {
  background-color: #eef7ee;
  border: 1px solid #99cc99;
  color: #006e18;
}

.badge.blue {
  background-color: #ebf5ff;
  border: 1px solid #8fc8ff;
  color: #0056aa;
}

.badge.gray {
  background-color: #f0f0f0;
  border: 1px solid #c6c6c6;
  color: #000;
}

div.contents.main div.container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  div.contents.main div.container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

div.contents.main div.container a {
  color: #1d1d1d;
}

div.contents.main div.container a:hover {
  text-decoration: none;
}

/* ============================= [new version] notice section ============================= */
div.contents.main div.container .section-title {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  div.contents.main div.container .section-title {
    margin-bottom: 24px;
  }
}

div.contents.main div.container .section-title strong {
  font-size: 24px;
  font-weight: 700;
  color: #2d55bc;
}

div.contents.main div.container .section-title .sTitle {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.contents.main div.container .section-title .sTitle span {
  background-color: #FFF;
  padding-right: 35px;
}

div.contents.main div.container .section-title .sTitle .title-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #375abf;
  z-index: -1;
}

div.contents.main div.container div.notice-section .section-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 120px;
}

div.contents.main div.container div.notice-section .section-content:last-child {
  margin-bottom: 140px;
}

div.contents.main div.container div.notice-section .section-content .section-co {
  width: 68%;
  padding-right: 30px;
}

div.contents.main div.container div.notice-section .section-content .section-co.grid_50 {
  width: 50%;
}

div.contents.main div.container div.notice-section .section-sub-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

div.contents.main div.container div.notice-section .section-sub-title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}

div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-flow: row wrap;
}

div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox li {
  padding: 16px 8px;
  transition: color 0.5s;
  position: relative;
}

div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox li a {
  font-size: 22px;
  font-weight: 700;
  color: #6B7280;
  transition: color 0.5s;
}

div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox li.active:after {
  /*box-shadow: 0 -4px 0 0 #1F2937 inset;*/
  /*transition: color .5s;*/
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #1F2937;
  left: 0;
  bottom: 3px;
}

div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox li:hover a,
div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox li.active a {
  color: #1F2937;
  transition: color 0.5s;
}

div.contents.main div.container div.notice-section .section-sub-title .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

div.contents.main div.container div.notice-section .section-sub-title .more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  border-radius: 50%;
  border: solid 1px #cfdef0;
  background-color: #fff;
}

div.contents.main div.container div.notice-section .section-sub-title .more .control-group a {
  color: #6B7280;
  font-size: 24px;
}

div.contents.main div.container div.notice-section .section-sub-title .more .control-group a i {
  border: none;
}

div.contents.main div.container div.notice-section .section-sub-title .more .control-group a:hover i {
  opacity: 0.4;
  color: #6B7280;
  background-color: transparent;
  transition: all 0.5s;
}

/* 반응형 설정 */
@media (max-width: 1199px) {
  div.contents.main div.container div.notice-section .section-content {
    margin-bottom: 64px;
  }
  div.contents.main div.container div.notice-section .section-content:last-child {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  div.contents.main div.container div.notice-section .section-content .section-co {
    width: 100%;
    padding-right: 0;
  }
  div.contents.main div.container .section-title strong {
    font-size: 20px;
  }
  div.contents.main div.container .section-title .sTitle {
    font-size: 24px;
  }
  div.contents.main div.container div.notice-section .section-sub-title ul.section-tabBox li a {
    font-size: 20px;
  }
  div.contents.main div.container div.notice-section .section-content {
    gap: 34px;
    flex-direction: column;
  }
}
div.contents.main div.container div.notice-section .section-sub-content {
  overflow: hidden;
}

div.contents.main div.container div.notice-section .section-sub-content ul.notice-card {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
}

/*div.contents.main div.container div.notice-section .section-sub-content ul.notice-card{*/
/*	display: none;*/
/*}*/
/*div.contents.main div.container div.notice-section .section-sub-content ul.notice-card.active{*/
/*	display: flex;*/
/*}*/
div.contents.main div.container div.notice-section .section-sub-content ul.notice-card li {
  width: calc(50% - 12px);
  height: 195px;
  background-color: #F3F6F8;
  border-radius: 16px;
  transition: all 0.5s;
}

div.contents.main div.container div.notice-section .section-sub-content ul.notice-card li:hover {
  box-shadow: 0 0 0 4px #4F46E5 inset;
  transition: all 0.5s;
}

div.contents.main div.container div.notice-section .section-sub-content ul.notice-card li a {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  height: 100%;
  padding: 16px;
}

div.contents.main div.container div.notice-section .section-sub-content ul.notice-card li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 반응형 설정 */
@media (max-width: 991px) {
  div.contents.main div.container div.notice-section .section-content .section-co.grid_50 {
    width: 100%;
  }
}
@media (max-width: 766px) {
  div.contents.main div.container div.notice-section .section-sub-content ul.notice-card li {
    width: 100%;
  }
}
div.contents.main div.container div.notice-section .section-sub-content span {
  padding: 2px 8px;
  font-weight: 500;
  border-radius: 8px;
  font-size: 16px;
  color: #111827;
}

div.contents.main div.container div.notice-section .section-sub-content .label-com {
  background-color: #d7e9fd;
  border: 1px solid #d7e9fd;
  color: #2d55bc;
}

div.contents.main div.container div.notice-section .section-sub-content .label-com.etc {
  background-color: transparent;
  border: 1px solid #2d55bc;
}

div.contents.main div.container div.notice-section .section-sub-content .label-status {
  background-color: #6B7280;
  border: 1px solid #6B7280;
  color: #FFF;
}

div.contents.main div.container div.notice-section .section-sub-content .label-status.active {
  background-color: #4F46E5;
  border: 1px solid #4F46E5;
}

div.contents.main div.container div.notice-section .section-sub-content .label-title {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding: 0;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

div.contents.main div.container div.notice-section .section-sub-content .label-date {
  font-size: 18px;
  font-weight: 400;
}

div.contents.main div.container div.notice-section .section-sub-content .label-date.title {
  font-weight: 700;
  padding: 0;
}

div.contents.main div.container div.notice-section .section-sub-content .label-date.title:after {
  content: "|";
  margin-left: 8px;
  font-weight: 400;
}

div.contents.main .main-hot {
  position: relative;
  width: 32%;
  margin-top: 16px;
}
@media (max-width: 991px) {
  div.contents.main .main-hot {
    width: 100%;
    margin-top: 0;
  }
}
div.contents.main .main-hot .main-title {
  margin-bottom: 48px;
  font-size: 22px;
}
@media (max-width: 991px) {
  div.contents.main .main-hot .main-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
div.contents.main .main-hot .hotSwiper {
  width: 100%;
}
div.contents.main .main-hot .hotSwiper .swiper-wrapper {
  padding: 0;
  margin: 0;
}
div.contents.main .main-hot .hotSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
}
div.contents.main .main-hot .hotSwiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  border-radius: 16px;
}
div.contents.main .main-hot .swiper-btngroup {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
div.contents.main .main-hot .swiper-btngroup .swiper-pagination {
  position: relative;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding-right: 60px;
  font-size: 14px;
  color: #000;
}
@media (max-width: 991px) {
  div.contents.main .main-hot .swiper-btngroup .swiper-pagination {
    padding-right: 40px;
  }
}
div.contents.main .main-hot .swiper-btngroup .swiper-pagination::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 6px;
  width: 36px;
  height: 1px;
  border-top: 1px solid #000;
}
@media (max-width: 991px) {
  div.contents.main .main-hot .swiper-btngroup .swiper-pagination::after {
    width: 24px;
    right: 4px;
    margin-left: 4px;
  }
}
div.contents.main .main-hot .swiper-btngroup .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
}
div.contents.main .main-hot .swiper-btngroup .hotCG {
  display: flex;
}
div.contents.main .main-hot .swiper-btngroup a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  color: #2d55bc;
  border-radius: 50%;
  border: solid 1px #afbee6;
  background-color: #fff;
}
@media (max-width: 991px) {
  div.contents.main .main-hot .swiper-btngroup a {
    width: 30px;
    height: 30px;
  }
}
div.contents.main .main-univer {
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/pub/site/platform/images/main/text_eng.svg);
}
@media (max-width: 991px) {
  div.contents.main .main-univer {
    padding-bottom: 75px;
    background-size: 90% auto;
    overflow: hidden;
  }
}
div.contents.main .main-univer .sTitle {
  align-items: flex-end !important;
}
div.contents.main .main-univer .sTitle .title-line {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .sTitle img {
    width: 240px;
  }
}
div.contents.main .main-univer .univer-title {
  color: #1d1d1d;
  font-size: 22px;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-title {
    font-size: 17px;
  }
}
div.contents.main .main-univer .univer-wrap {
  position: relative;
}
div.contents.main .main-univer .univer-wrap .univer-list {
  position: relative;
  margin-top: 130px;
  z-index: 1;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .univer-list {
    margin-top: 24px;
    border-radius: 0 50px 0 0;
    overflow: hidden;
  }
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper {
  padding: 0;
  margin: 0;
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide {
  overflow: visible;
  width: 51%;
  padding-bottom: 40%;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-bottom: 70%;
    border-radius: 0 50px 0 0;
    border: 17px solid rgba(190, 219, 254, 0.5);
  }
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 0 130px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide .img {
    border-radius: 0 30px 0 0;
  }
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
  opacity: 0;
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide .img .text {
  transition: all 0.2s;
  opacity: 0;
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide.swiper-slide-active .img::before {
  content: "";
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 0 140px 0 0;
  background: rgba(190, 219, 254, 0.5);
  box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide.swiper-slide-active .img::before {
    content: none;
  }
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide.swiper-slide-active .img .text {
  padding: 0 50px 50px 0;
  color: #fff;
  font-size: 28px;
  text-align: right;
  letter-spacing: -1px;
  opacity: 1;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide.swiper-slide-active .img .text {
    padding: 0 20px 20px 0;
    font-size: 12px;
  }
}
div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide.swiper-slide-active .img .text strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.68px;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .univer-list .swiper-wrapper .swiper-slide.swiper-slide-active .img .text strong {
    font-size: 18px;
  }
}
div.contents.main .main-univer .univer-wrap .swiper-button-prev,
div.contents.main .main-univer .univer-wrap .swiper-button-next {
  display: inline-flex;
  width: 70px;
  height: 70px;
  font-size: 28px;
  color: #1d1d1d;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .swiper-button-prev,
  div.contents.main .main-univer .univer-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
div.contents.main .main-univer .univer-wrap .swiper-button-prev::after,
div.contents.main .main-univer .univer-wrap .swiper-button-next::after {
  content: none;
}
div.contents.main .main-univer .univer-wrap .swiper-button-prev {
  left: -35px;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .swiper-button-prev {
    left: -5px;
  }
}
div.contents.main .main-univer .univer-wrap .swiper-button-next {
  right: -35px;
}
@media (max-width: 991px) {
  div.contents.main .main-univer .univer-wrap .swiper-button-next {
    right: -5px;
  }
}
div.contents.main .main-title {
  margin-bottom: 30px;
  color: #1d1d1d;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 991px) {
  div.contents.main .main-title {
    height: 30px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
div.contents.main .main-sns {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  div.contents.main .main-sns {
    margin-bottom: 80px;
  }
  div.contents.main .main-sns .container {
    padding-left: 10px !important;
    padding-right: 0;
  }
}
div.contents.main .main-sns .sns-title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-title {
    margin-bottom: 20px;
  }
}
div.contents.main .main-sns .sns-title .title {
  color: #2d55bc;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-title .title {
    font-size: 22px;
  }
}
div.contents.main .main-sns .sns-title .text {
  color: #1d1d1d;
  font-size: 22px;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-title .text {
    font-size: 17px;
  }
}
div.contents.main .main-sns .sns-wrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-wrap {
    overflow: auto;
  }
}
div.contents.main .main-sns .sns-wrap .sns-list {
  width: 100%;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-wrap .sns-list {
    width: 272%;
  }
}
div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper {
  padding: 0;
  margin: 0;
}
div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper .swiper-slide a .img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper .swiper-slide a .date {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper .swiper-slide a .date {
    font-size: 14px;
  }
}
div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper .swiper-slide a .text {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .sns-wrap .sns-list .swiper-wrapper .swiper-slide a .text {
    font-size: 16px;
  }
}
div.contents.main .main-sns .swiper-navi {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .swiper-navi {
    top: 35px;
    right: 16px;
  }
}
div.contents.main .main-sns .swiper-navi .swiper-button-prev,
div.contents.main .main-sns .swiper-navi .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 16px;
  color: #777;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  transition: 0.2s;
}
@media (max-width: 991px) {
  div.contents.main .main-sns .swiper-navi .swiper-button-prev,
  div.contents.main .main-sns .swiper-navi .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-left: 6px;
  }
}
div.contents.main .main-sns .swiper-navi .swiper-button-prev::after,
div.contents.main .main-sns .swiper-navi .swiper-button-next::after {
  content: none;
}
div.contents.main .main-sns .swiper-navi .swiper-button-prev:hover,
div.contents.main .main-sns .swiper-navi .swiper-button-next:hover {
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
div.contents.main .main-board {
  width: 100%;
  padding: 178px 0 118px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/pub/site/platform/images/main/bg.jpg);
}
@media (max-width: 991px) {
  div.contents.main .main-board {
    padding: 70px 0 26px;
    background-position: right 14% top;
  }
  div.contents.main .main-board .container {
    padding-right: 0;
  }
}
div.contents.main .main-board .board-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap {
    flex-wrap: wrap;
  }
}
div.contents.main .main-board .board-wrap .main-bodo {
  position: relative;
  width: 50%;
  padding-right: 35px;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo {
    width: 100%;
    padding-right: 0;
    overflow: hidden;
    margin-bottom: 68px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper {
  width: 100%;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .newsSwiper {
    width: 130%;
    margin-top: 15px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper {
  padding: 0;
  margin: 0;
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide {
  padding-top: 50px;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide {
    padding-top: 0;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide:nth-child(odd) {
  padding-top: 0;
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .img-wrap {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .no-img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/pub/site/platform/images/main/logo_circle.svg);
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .no-img {
    margin-bottom: 24px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .date {
  margin-bottom: 30px;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .date {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .newsSwiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup {
  position: absolute;
  top: 0;
  right: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup {
    right: 16px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup .swiper-pagination {
  position: relative;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding-right: 60px;
  font-size: 14px;
  color: #000;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup .swiper-pagination {
    padding-right: 40px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup .swiper-pagination::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 6px;
  width: 36px;
  height: 1px;
  border-top: 1px solid #000;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup .swiper-pagination::after {
    width: 24px;
    right: 4px;
    margin-left: 4px;
  }
}
div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
}
div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup .newsCG {
  display: flex;
}
div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  border-radius: 50%;
  border: solid 1px #cfdef0;
  background-color: #fff;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-bodo .swiper-btngroup a {
    width: 30px;
    height: 30px;
  }
}
div.contents.main .main-board .board-wrap .main-video {
  position: relative;
  width: 50%;
  padding-left: 35px;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-video {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list {
    margin-bottom: 24px;
  }
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .img {
  display: inline-block;
  width: 61%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .img iframe {
  width: 100%;
  height: 215px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .img iframe {
    height: 135px;
  }
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .no-img {
  display: block;
  width: 61%;
  padding-bottom: 35%;
  border-radius: 20px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/pub/site/platform/images/main/logo_circle.svg);
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .text {
  width: 39%;
  padding: 50px 20px 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background-size: 100% auto;
  background-position: bottom 30px center;
  background-repeat: no-repeat;
  background-image: url(/pub/site/platform/images/main/ci_bar_1.svg);
}
@media (max-width: 1200px) {
  div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .text {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .text {
    padding: 7px 0 0 20px;
    font-size: 16px;
    background-position: bottom 20px center;
  }
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list .text span {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list:nth-child(even) {
  flex-direction: row-reverse;
}
div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list:nth-child(even) .text {
  padding-left: 0;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-video .video-wrap .video-list:nth-child(even) .text {
    padding-right: 20px;
  }
}
div.contents.main .main-board .board-wrap .main-video .more-btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  div.contents.main .main-board .board-wrap .main-video .more-btn {
    right: 16px;
  }
}
div.contents.main .main-board .board-wrap .main-video .more-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  border-radius: 50%;
  border: solid 1px #cfdef0;
  background-color: #fff;
}
div.contents.main .main-bottom {
  display: flex;
  align-items: center;
  padding: 45px 0;
}
@media (max-width: 991px) {
  div.contents.main .main-bottom {
    padding: 25px 0;
  }
}
div.contents.main .main-bottom .bottomSwiper {
  width: calc(100% - 140px);
  margin-right: 32px;
}
@media (max-width: 991px) {
  div.contents.main .main-bottom .bottomSwiper {
    width: calc(100% - 100px);
    margin-right: 16px;
  }
}
div.contents.main .main-bottom .bottomSwiper .swiper-wrapper {
  align-items: center;
  padding: 0;
  margin: 0;
}
div.contents.main .main-bottom .swiper-btngroup {
  width: 108px;
  display: flex;
}
div.contents.main .main-bottom .swiper-btngroup a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  border-radius: 50%;
  border: solid 1px #d8d8d8;
  background-color: #fff;
}
@media (max-width: 991px) {
  div.contents.main .main-bottom .swiper-btngroup a {
    width: 24px;
    height: 24px;
    margin-left: 4px;
  }
}

/*# sourceMappingURL=index2025.css.map */
