@import "../css/reset.css";
@import "../css/font.css";
@import "../css/main.css";
@keyframes scrollMove {
  0%, 10% {
    transform: translateY(-80px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
.wrap {
  overflow: hidden;
  position: relative;
}
.wrap section article .inner {
  max-width: 1720px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.wrap section.main-section .main-visual-wrap {
  width: 100%;
  height: 820px;
  position: relative;
    border-bottom: 1px solid #ddd;
}
.wrap section.main-section .main-visual-wrap .inner {
  position: relative;
}
.wrap section.main-section .main-visual-wrap .main-visual {
  width: 100%;
  height: 100%;
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-wrapper{
	overflow: hidden;
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-wrapper .swiper-slide > a{
	width: 100%;
	height: 100%;
	display: block;
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.3;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation .swiper-button-next,
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation .swiper-button-prev {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  color: #fff;
}
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation .swiper-button-next::after,
.wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation .swiper-button-prev::after {
  font-size: 24px;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  z-index: 1001;
  background-color: #fff;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list {
  width: 100%;
  height: calc(100% - 200px);
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li {
  width: 100%;
  margin-bottom: 45px;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li:last-of-type {
  margin-bottom: 0;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li:first-child > a img {
  width: 24px;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li:nth-child(5n) > a img {
  width: 20px;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li > a img {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap {
  width: 100%;
  height: 200px;
  text-align: center;
    
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #323137;
  margin-bottom: 25px;
  display: block;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap .scroll {
  overflow: hidden;
  height: 80px;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap .scroll .line {
  position: relative;
  background: black;
  width: 2px;
  height: 80px;
  animation: scrollMove 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  margin: 0 auto;
  display: block;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap .scroll .line::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
}
.wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap .scroll .line::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}
.wrap section.main-section .cont {
  padding:;
  width: 100%;
  overflow: hidden;
}
.wrap section.main-section .cont .title-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px;
    padding-top: 80px;
}
.wrap section.main-section .cont .title-box.white .left .sub_tit {
  color: #b6b6b7;
}
.wrap section.main-section .cont .title-box.white .left .main_tit {
  color: #fff;
}
.wrap section.main-section .cont .title-box.white .left .main_tit i {
  color: #fff;
}
.wrap section.main-section .cont .title-box.white .right .tangleBox > li.active span {
  background-color: #fff;
}
.wrap section.main-section .cont .title-box .left {
  width: 325px;
}
.wrap section.main-section .cont .title-box .left .sub_tit {
  font-family: NanumSquareNeo-Bold;
  font-size: 17px;
  color: #6b6b6b;
  line-height: 1.3;
  letter-spacing: 0;
}
.wrap section.main-section .cont .title-box .left .main_tit {
  font-family: NanumSquareNeo-Heavy;
  font-size: 40px;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.wrap section.main-section .cont .title-box .left .main_tit i {
  font-family: NanumSquareNeo-Regular;
  letter-spacing: 0;
}
.wrap section.main-section .cont .title-box .right {
  width: calc(100% - 325px);
  padding-bottom: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap section.main-section .cont .title-box .right .tangleBox {
  width: 135px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wrap section.main-section .cont .title-box .right .tangleBox > li {
  width: 16px;
  height: 16px;
  margin-right: 13px;
}
.wrap section.main-section .cont .title-box .right .tangleBox > li:last-of-type {
  margin-right: 0;
}
.wrap section.main-section .cont .title-box .right .tangleBox > li.active span {
  border: 0;
  background-color: #263e78;
}
.wrap section.main-section .cont .title-box .right .tangleBox > li span {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #b6b6b7;
  display: block;
}
.wrap section.main-section .cont .title-box .right .line {
  width: calc(100% - 135px);
  height: 1px;
  background-color: #ccc;
}
.wrap section.main-section .cont .info_titWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.wrap section.main-section .cont .info_titWrap .block {
  width: 7px;
  height: 35px;
  background-color: #26a2dd;
  margin-right: 5px;
  display: block;
}
.wrap section.main-section .cont .info_titWrap .info_tit {
  font-family: NanumSquareNeo-Bold;
  font-size: 30px;
  line-height: 1.3;
  color: #1f293d;
  letter-spacing: 0;
}
.wrap section.main-section .cont .tab_list_wrap .tab_inner_wrap .tab_inner {
  display: none;
}
.wrap section.main-section .cont .tab_list_wrap .tab_inner_wrap .tab_inner.active {
  display: block;
}
.wrap section.main-section .cont .more_btn {
  width: 75px;
  height: 75px;
  background-color: #263e78;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.wrap section.main-section .cont .more_btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap section.main-section .cont.cont1 {
  position: relative;
}
.wrap section.main-section .cont.cont1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1922px;
  height: 948px;
  background: url("../img/main/news_bg.png") no-repeat;
  z-index: -10;
}
.wrap section.main-section .cont.cont1 .info_titWrap {
  position: relative;
}
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next,
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev {
  position: initial;
  margin-top: 0;
  width: 75px;
  height: 75px;
  background-color: #222d69;
}
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next img,
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next:after,
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev:after,
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-rtl .swiper-button-next:after,
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next.swiper-button-disabled,
.wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #eee;
}
.wrap section.main-section .cont.cont1 .info_titWrap .more_btn {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.wrap section.main-section .cont.cont1 .info_titWrap .more_btn img {
  width: 40px;
}
.wrap section.main-section .cont.cont1 .contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wrap section.main-section .cont.cont1 .contents .left {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.wrap section.main-section .cont.cont1 .contents .left .newsSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 540px;
}
.wrap section.main-section .cont.cont1 .contents .left .newsSwiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap section.main-section .cont.cont1 .contents .left .newsSwiper .swiper-pagination {
  height: 15px;
  top: auto;
  bottom: 0;
  background-color: #f2f2f2;
}
.wrap section.main-section .cont.cont1 .contents .left .newsSwiper .swiper-pagination span {
  background-color: #222d69;
}
.wrap section.main-section .cont.cont1 .contents .right {
  width: calc(50% - 15px);
  margin-left: 15px;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list {
  width: 100%;
  border-top: 3px solid #1f293d;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li {
  width: 100%;
  border-bottom: 1px solid #b6b6b7;
  padding: 15px 0;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_img {
  width: 200px;
  height: 100%;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info {
  width: calc(100% - 230px);
  height: 100%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_title {
  font-family: NanumSquareNeo-Bold;
  font-size: 22px;
  line-height: 1.3;
  color: #1f293d;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 85%;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_information {
  font-family: NanumSquareNeo-SemiBold;
  font-size: 17px;
  line-height: 1.3;
  color: #6b6b6b;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_date {
  font-family: NanumSquareNeo-SemiBold;
  font-size: 17px;
  line-height: 1.3;
  color: #6b6b6b;
  text-align: right;
  display: block;
}
.wrap section.main-section .cont.cont2 {
  position: relative;
}
.wrap section.main-section .cont.cont2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1258px;
  height: 100%;
  background: url("../img/main/cont2_bg.png") no-repeat;
  background-size: cover;
  /*z-index: -10;*/
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap {
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 4px solid #1f293d;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box {
  width: 330px;
  height: 100%;
  padding: 40px;
  background-color: #222d69;
  border: 1px solid #b6b6b7;
  border-top: 0;
  position: relative;
  overflow: hidden;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list {
  width: 100%;
  height: 100%;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item {
  margin-bottom: 40px;
  cursor: pointer;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item:last-of-type {
  margin-bottom: 0;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a {
  width: 100%;
  height: 100%;
  display: inline;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a.active::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 7px;
  height: 30px;
  background-color: #26a2dd;
  content: "";
  display: block;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a.active::after {
  font-family: "axicon";
  content: "\e114";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  display: block;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .bottom_text {
  position: absolute;
  bottom: -30px;
  right: -20px;
  font-family: "GangwonEduPowerExtraBoldA";
  font-size: 85px;
  color: #fff;
  opacity: 0.1;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap {
  width: calc(100% - 330px);
  height: 100%;
  padding: 40px;
  position: relative;
  background-color: #fff;
  border: 1px solid #b6b6b7;
  border-top: 0;
  border-left: 0;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b6b7;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_dateBox {
  width: 130px;
  height: 130px;
  border: 10px solid #b6b6b7;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_dateBox .day {
  font-family: NanumSquareNeo-Heavy;
  font-size: 45px;
  color: #333;
  line-height: 1;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_dateBox .yymm {
  font-family: NanumSquareNeo-SemiBold;
  font-size: 18px;
  line-height: 1.3;
  color: #b6b6b7;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox {
  width: calc(100% - 165px);
  margin-left: 35px;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a .notice_title {
	width: 90%;
	font-family: NanumSquareNeo-Heavy;
	font-size: 30px;
	line-height: 1.3;
	color: #333;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 20px;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a .notice_info {
  font-family: NanumSquareNeo-SemiBold;
  font-size: 18px;
  line-height: 1.3;
  color: #6b6b6b;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 85%;
  word-break: keep-all;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap {
  padding: 15px 0;
  border-bottom: 1px solid #b6b6b7;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a .category_box {
  width: 100px;
  height: 45px;
  background-color: #26a2dd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NanumSquareNeo-SemiBold;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-right: 25px;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a .notice_title {
  width: calc(100% - 275px);
  font-family: NanumSquareNeo-SemiBold;
  font-size: 20px;
  color: #333;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a .notice_date {
  width: 150px;
  font-family: NanumSquareNeo-SemiBold;
  font-size: 18px;
  line-height: 1.3;
  color: #6b6b6b;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap {
  width: 100%;
  padding: 35px 0 0;
}

.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap02 {
  width: 100%;
  padding: 0;
}


.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li {
  width: 100%;
  margin-bottom: 30px;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li:last-of-type {
  margin-bottom: 0;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a span {
  width: 10px;
  height: 10px;
  background-color: #222d69;
  display: block;
}


.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a span.tag{
  width: auto;
  height: 25px;
  color: deepskyblue;
font-weight: bold;
    display: inline-block;
    background-color: transparent;
    margin-right: 10px;
    
}


.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a .notice_title {
  width: calc(100% - 190px);
  margin-left: 30px;
  font-family: NanumSquareNeo-SemiBold;
  font-size: 20px;
  color: #333;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a .notice_title02 {
    line-height: 1;
    
    
    
}




.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a .notice_title img {
  width: 25px;
  margin-left: 10px;
  vertical-align: middle;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a .notice_date {
  width: 150px;
  font-family: NanumSquareNeo-SemiBold;
  font-size: 18px;
  line-height: 1.3;
  color: #6b6b6b;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .more_btn {
  position: absolute;
  top: 0;
  right: -1px;
}
.wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .more_btn img {
  width: 40px;
}
.wrap section.main-section .cont.cont3 {
  background-color: #1f293d;
  position: relative;
  overflow: hidden;
}
.wrap section.main-section .cont.cont3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1606px;
  height: 404px;
  background: url("../img/main/cont3_bg.png") no-repeat;
  z-index: 1;
}
.wrap section.main-section .cont.cont3 .inner {
  position: relative;
  z-index: 2;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  order: 2;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item {
  width: calc(25% - 23px);
  margin-right: 30px;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item:last-of-type {
  margin-right: 0;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .img {
  width: 100%;
  height: 250px;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information {
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .title {
  font-family: NanumSquareNeo-Bold;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category .sns_logo {
  width: 28px;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category .sns_name {
  font-family: NanumSquareNeo-Regular;
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0;
  margin-left: 10px;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options{
	width: 100%;
	position: relative;
	order: 1;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-arrows{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-prev,
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-next{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 75px;
	height: 75px;
	background-color: #222d69;
}

.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-prev{
	margin-right: 15px;
}

.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-prev::after,
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-next::after{
	display: none;
}

.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-next img,
.wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-prev img{
	width: 30px;
	object-fit: contain;
}



.wrap section.main-section .cont.cont3 .contents .sns_list_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 55px;
  padding: 25px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.wrap section.main-section .cont.cont3 .contents .sns_list_box .box_title {
  width: 260px;
  font-family: NanumSquareNeo-Heavy;
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0;
}
.wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area {
  width: calc(100% - 260px);
  padding-left: 110px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li {
  width: 25%;
}
.wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li > a .logo {
  width: 40px;
  margin-right: 10px;
}
.wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li > a .title {
  font-family: NanumSquareNeo-Bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}
.wrap section.main-section .cont.cont4 {
  background-color: #f1f1f1;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap {
  width: 100%;
  height: 599px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap {
  width: calc(100% - 330px);
  height: 100%;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner {
  width: 100%;
  height: 100%;
  padding: 100px 145px 100px 200px;
  background: url("../img/main/infra_img1.png") no-repeat;
  background-size: cover;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner.tab05 {
  width: 100%;
  height: 100%;
  background: url("../img/main/infra_img1.png") no-repeat;
  background-size: cover;
  display: block;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_title {
  font-family: NanumSquareNeo-Heavy;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 30px;
  display: block;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_info {
  font-family: NanumSquareNeo-SemiBold;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 100px;
  word-break: keep-all;
  display: block;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .btn_wrap .infra_movebtn {
  float: right;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NanumSquareNeo-Regular;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0;
  border: 1px solid #efefef;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box {
  width: 330px;
  height: 100%;
  background-color: #222d69;
  padding: 40px;
  position: relative;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list {
  width: 100%;
  height: 100%;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item {
  margin-bottom: 32px;
  cursor: pointer;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item:last-of-type {
  margin-bottom: 0;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a {
  width: 100%;
  height: 100%;
  display: inline;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a.active {
  font-weight: 700;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a.active::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 7px;
  height: 30px;
  background-color: #26a2dd;
  content: "";
  display: block;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a.active::after {
  font-family: "axicon";
  content: "\e114";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  display: block;
}
.wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .bottom_text {
  position: absolute;
  bottom: -30px;
  right: -20px;
  font-family: "GangwonEduPowerExtraBoldA";
  font-size: 85px;
  color: #fff;
  opacity: 0.1;
}
.wrap section.main-section .cont.cont5 {
  
  position: relative;
  overflow: hidden;
}
.wrap section.main-section .cont.cont5::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2719px;
  height: 256px;
  background: url("../img/main/cont5_bg.png") no-repeat;
  z-index: -10;
}
/*
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .swiper {
  overflow: visible;
}
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item {
  width: calc(20% - 20px);
  height: 115px;
  background-color: #fff;
  box-shadow: 7px 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-right: 20px;
}
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item:nth-child(5n) {
  margin-right: 0;
}
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item:nth-child(n+1):nth-child(-n+5) {
  margin-top: 0;
}
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item > a img {
  -o-object-fit: contain;
     object-fit: contain;
}
*/

.wrap section.main-section .cont.cont5{
	
}
.wrap section.main-section .cont.cont5 .inner{
	
}
.wrap section.main-section .cont.cont5 .title-box{
	max-width: 1720px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.wrap section.main-section .cont.cont5 .partnership-area{width:100%;}
.wrap section.main-section .cont.cont5 .partnership-area .part-sw{
	overflow: visible;
}
.wrap section.main-section .cont.cont5 .partnership-area .partnershipSwiper-reverse{
	margin-top: 20px;
}
.wrap section.main-section .cont.cont5 .partnership-area .part-sw .swiper-wrapper{}
.wrap section.main-section .cont.cont5 .partnership-area .part-sw .swiper-wrapper .swiper-slide{
	width: 330px;
	height: 115px;
	background-color: #fff;
	box-shadow: 7px 3px 6px rgba(0, 0, 0, 10%);
}
.wrap section.main-section .cont.cont5 .partnership-area .part-sw .swiper-wrapper .swiper-slide > a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.wrap section.main-section .cont.cont5 .partnership-area .part-sw .swiper-wrapper .swiper-slide > a img{
	object-fit: contain;
}


.side_news_contentsBox {
  position: fixed;
  display: flex;
  align-items: center;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 0;
  background-color: transparent;
  z-index: 1001;
  transition: all 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
  cursor: pointer;
}
.side_news_contentsBox.on {
  width: 980px;
  height: 100vh;
  background-color: rgba(36, 62, 121, 0.9);
}
.side_news_contentsBox.on .side_contents {
  opacity: 1;
  height: auto;
}
.side_news_contentsBox.on .side_contents .contents {
  z-index: 1002;
}
.side_news_contentsBox.on .side_news_btn {
  height: 350px;
  left: -50px;
}
.side_news_contentsBox.on .side_news_btn .main-tit-box {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.side_news_contentsBox.on .side_news_btn .btn_icon i.open {
  display: none;
}
.side_news_contentsBox.on .side_news_btn .btn_icon i.close {
  display: block;
}
.side_news_contentsBox .side_contents {
  opacity: 0;
  width: 100%;
  height: 0;
  padding: 100px 50px 0;
  z-index: 1002;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.side_news_contentsBox .side_contents .topT_wrap {
  width: 100%;
  margin-bottom: 100px;
}
.side_news_contentsBox .side_contents .topT_wrap .title {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
}
.side_news_contentsBox .side_contents .topT_wrap .title b {
  font-weight: 800;
  color: #fff;
}
.side_news_contentsBox .side_contents .contents {
  width: 100%;
  z-index: 1002;
}
.side_news_contentsBox .side_contents .contents > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.side_news_contentsBox .side_contents .contents > ul > li {
  width: 150px;
  height: 150px;
}
.side_news_contentsBox .side_contents .contents > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.side_news_contentsBox .side_contents .contents > ul > li > a .icon {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.side_news_contentsBox .side_contents .contents > ul > li > a .icon img {
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.side_news_contentsBox .side_contents .contents > ul > li > a .title {
  width: 100%;
  height: calc(100% - 50px);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.side_news_contentsBox .side_news_btn {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 350px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: #263e78;
}
.side_news_contentsBox .side_news_btn .btn_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.side_news_contentsBox .side_news_btn .btn_icon i {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.side_news_contentsBox .side_news_btn .btn_icon i.open {
  display: block;
}
.side_news_contentsBox .side_news_btn .btn_icon i.close {
  display: none;
}
.side_news_contentsBox .side_news_btn .main-tit-box {
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  opacity: 1;
}
.side_news_contentsBox .side_news_btn .main-tit-box .main-sub-tit {
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
}

@media (max-width: 1720px) {
  .wrap section article .inner {
    max-width: 95%;
  }
}
@media (max-width: 1240px) {
  .wrap section.main-section .main-visual-wrap {
    height: auto;
  }
  .wrap section.main-section .main-visual-wrap .inner {
    max-width: 100%;
  }
  .wrap section.main-section .main-visual-wrap .main-visual {
    height: 100vh;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #eee;
      left:0;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list {
    height: 100%;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul {
    flex-direction: row;
    align-items: center;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li {
    margin-bottom: 0;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .scroll_wrap {
    display: none;
  }
  .wrap section.main-section .cont {
    padding: 50px 0;
  }
  .wrap section.main-section .cont .title-box .left .sub-tit {
    font-size: 15px;
  }
  .wrap section.main-section .cont .title-box .left .main_tit {
    font-size: 34px;
  }
  .wrap section.main-section .cont .title-box .right {
    padding-bottom: 15px;
  }
  .wrap section.main-section .cont .more_btn {
    width: 55px;
    height: 55px;
  }
  .wrap section.main-section .cont .more_btn img {
    width: 26px;
  }
  .wrap section.main-section .cont.cont1 {
    padding-top: 100px;
  }
  .wrap section.main-section .cont.cont1::before {
    display: none;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next,
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next img,
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev img {
    width: 24px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .more_btn {
    bottom: -20px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .more_btn img {
    width: 26px;
  }
  .wrap section.main-section .cont.cont1 .contents .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .wrap section.main-section .cont.cont1 .contents .left .newsSwiper .swiper-wrapper .swiper-slide {
    height: 400px;
  }
  .wrap section.main-section .cont.cont1 .contents .right {
    width: 100%;
    margin: 0;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_information {
    font-size: 15px;
    line-height: 1.5;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_date {
    font-size: 15px;
  }
  .wrap section.main-section .cont.cont2::before {
    display: none;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap {
    height: auto;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box {
    width: 100%;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item {
    width: 50%;
    margin: 0;
    text-align: center;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item:nth-child(2n) {
    border-right: 0;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item:nth-child(n+1):nth-child(-n+2) {
    border-top: 0;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a.active {
    font-weight: 500;
    color: #fff;
    background-color: #222d69;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a.active::after, .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a.active::before {
    display: none;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .bottom_text {
    display: none;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap {
    width: 100%;
    border: 0;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .more_btn img {
    width: 26px;
  }
  .wrap section.main-section .cont.cont3::before {
    width: 100%;
    height: 193px;
    background-size: cover;
  }
  
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul > .card_item:nth-child(2n) {
    margin-right: 0;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul > .card_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul > .card_item > a .information {
    padding: 20px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul > .card_item > a .information .title {
    font-size: 16px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul > .card_item > a .information .category .sns_logo {
    width: 22px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul > .card_item > a .information .category .sns_name {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .box_title {
    width: 100%;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li {
    width: 50%;
    margin-top: 20px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
  .wrap section.main-section .cont.cont4 .contents {
    height: auto;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap {
    height: auto;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap {
    order: 2;
    width: 100%;
    height: auto;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner {
    padding: 50px;
      height: 500px !important;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_title {
    font-size: 30px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_info {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .btn_wrap .infra_movebtn {
    width: 180px;
    height: 45px;
    font-size: 16px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box {
    order: 1;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list {
    border-top: 3px solid #333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item {
    width: 50%;
    margin: 0;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item:nth-child(2n) {
    border-right: 0;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item:last-child {
    border-bottom: 0;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a.active {
    font-weight: 500;
    color: #fff;
    background-color: #222d69;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a.active::after, .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a.active::before {
    display: none;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .bottom_text {
    display: none;
  }
  .wrap section.main-section .cont.cont5::before {
    width: 768px;
    height: 72px;
    background-size: cover;
  }
  .wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-top: 30px;
  }
  .wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item:nth-child(n+1):nth-child(-n+5) {
    margin-top: 30px;
  }
  .wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
  .wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item:nth-child(5n) {
    margin-right: 30px;
  }
  .wrap section.main-section .cont.cont5 .contents .partnership_list_box .partnership_list .partnership_item:nth-child(3n) {
    margin-right: 0;
  }
  .side_news_contentsBox.on {
    width: calc(100% - 50px);
  }
  .side_news_contentsBox .side_contents {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation .swiper-button-next,
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .swiper-navigation .swiper-button-prev {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text {
    width: 95%;
  }
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text span {
    font-size: 20px;
  }
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text p {
    font-size: 30px;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap {
    height: 75px;
  }
  .wrap section.main-section .cont .title-box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }
  .wrap section.main-section .cont .title-box .left {
    width: auto;
  }
  .wrap section.main-section .cont .title-box .left .sub_tit {
    font-family: NanumSquareNeo-Regular;
    font-size: 14px;
  }
  .wrap section.main-section .cont .title-box .left .main_tit {
    font-size: 28px;
    margin-top: 5px;
  }
  .wrap section.main-section .cont .title-box .right {
    padding: 0 0 0 15px;
    width: auto;
  }
  .wrap section.main-section .cont .info_titWrap .block {
    width: 5px;
    height: 20px;
  }
  .wrap section.main-section .cont .info_titWrap .info_tit {
    font-size: 20px;
  }
  .wrap section.main-section .cont .more_btn {
    width: 40px;
    height: 40px;
    font-family: NanumSquareNeo-SemiBold;
    font-size: 0;
    color: #fff;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation {
    bottom: -20px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next,
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-next img,
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation .swiper-button-prev img {
    width: 16px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .more_btn img {
    width: 20px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a {
    height: 100px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_img {
    width: 150px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info {
    width: calc(100% - 170px);
    margin-left: 20px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_title {
    font-size: 17px;
    height: 20px;
    margin-bottom: 0;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_information {
    font-size: 14px;
    height: 38px;
    margin-bottom: 0;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_date {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap {
    border-top: 3px solid #1f293d;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a {
    padding: 10px;
    font-size: 16px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap {
    padding: 30px 30px 30px 10px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .tab_inner{
	  height: auto;
	  margin-bottom: 0;
	  overflow: visible;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_dateBox {
    width: 90px;
    height: 90px;
    border-width: 5px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_dateBox .day {
    font-size: 26px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_dateBox .yymm {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox {
    width: calc(100% - 110px);
    margin-left: 20px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a .notice_title {
	  width: 100%;
	  font-size: 20px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a .notice_info {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a .category_box {
    width: 75px;
    height: 30px;
    font-size: 15px;
    margin-right: 10px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a .notice_title {
    width: calc(100% - 175px);
    font-size: 14px;
    padding-right: 15px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .mid_notice_wrap > a .notice_date {
    width: 90px;
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap {
    padding: 20px 0 0;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li {
    margin-bottom: 20px;
	background: transparent;
	float: none;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a .notice_title {
    width: calc(100% - 115px);
    margin-left: 15px;
    padding-right: 15px;
    font-size: 14px;
	text-align: left;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .noticeList_wrap > ul > li > a .notice_date {
    width: 90px;
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .more_btn {
    position: relative;
    width: 100%;
    height: 35px;
    margin-top: 40px;
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .more_btn img {
    display: none;
  }
  .wrap section.main-section .cont.cont3::before {
    height: 108px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .img {
    height: 300px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information {
    padding: 10px;
	margin-top: 0;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category .sns_logo {
    width: 16px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category .sns_name {
    font-size: 12px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .box_title {
    font-size: 20px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li > a .logo {
    width: 18px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li > a .title {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a {
    padding: 10px;
    font-size: 16px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner {
    padding: 30px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_title {
    font-size: 25px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_info {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont5 .title-box{
	  margin-bottom: 35px;
  }
  .wrap section.main-section .cont.cont5 .partnership-area .part-sw .swiper-wrapper .swiper-slide{
	  width: 230px;
	  height: 90px;
  }
  .wrap section.main-section .cont.cont5 .partnership-area .part-sw .swiper-wrapper .swiper-slide > a{
	  padding: 25px;
  }
  .side_news_contentsBox {
    width: 40px;
  }
  .side_news_contentsBox.on {
    width: calc(100% - 40px);
  }
  .side_news_contentsBox.on .side_news_btn {
    height: 250px;
    left: -40px;
  }
  .side_news_contentsBox .side_contents {
    padding: 0 20px;
  }
  .side_news_contentsBox .side_contents .topT_wrap {
    display: none;
  }
  .side_news_contentsBox .side_contents .contents > ul > li {
    width: 33.3333333333%;
    height: 120px;
  }
  .side_news_contentsBox .side_contents .contents > ul > li > a .icon {
    height: 35px;
  }
  .side_news_contentsBox .side_contents .contents > ul > li > a .icon img {
    width: 35px;
  }
  .side_news_contentsBox .side_contents .contents > ul > li > a .title {
    height: calc(100% - 35px);
    font-size: 14px;
  }
  .side_news_contentsBox .side_news_btn {
    width: 40px;
    height: 250px;
  }
  .side_news_contentsBox .side_news_btn .btn_icon {
    width: 40px;
    height: 40px;
  }
  .side_news_contentsBox .side_news_btn .btn_icon i {
    font-size: 20px;
  }
  .side_news_contentsBox .side_news_btn .main-tit-box {
    padding-bottom: 20px;
  }
  .side_news_contentsBox .side_news_btn .main-tit-box .main-sub-tit {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 430px) {
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text span {
    font-size: 16px;
  }
  .wrap section.main-section .main-visual-wrap .main-visual .mainSwiper .mainSwiper-text p {
    font-size: 24px;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap {
    height: 65px;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li:first-child > a img {
    width: 10px;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li:nth-child(5n) > a img {
    width: 14px;
  }
  .wrap section.main-section .main-visual-wrap .sns-list-wrap .sns_list > ul > li > a img {
    width: 18px;
  }
  .wrap section.main-section .cont .title-box {
    justify-content: center;
  }
  .wrap section.main-section .cont .title-box .left {
    text-align: center;
  }
  .wrap section.main-section .cont .title-box .right {
    display: none;
  }
  .wrap section.main-section .cont .info_titWrap {
    margin-bottom: 50px;
  }
  .wrap section.main-section .cont.cont1 .info_titWrap .more_btn,
  .wrap section.main-section .cont.cont1 .info_titWrap .swiper-navigation {
    bottom: -50px;
  }
  .wrap section.main-section .cont.cont1 .contents .left .newsSwiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a {
    height: 75px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_img {
    width: 75px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info {
    width: calc(100% - 95px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: flex-start;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_title {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_information {
    width: 100%;
    font-size: 12px;
    height: auto;
  }
  .wrap section.main-section .cont.cont1 .contents .right .notice_list > ul > li > a .notice_info .notice_date {
    display: none;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .left_box .list .tab_item > a {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a .notice_title{
	  font-size: 14px;
  }
  .wrap section.main-section .cont.cont2 .contents .newsroom_list_wrap .tab_inner_wrap .head_notice_wrap .notice_infoBox > a .notice_info{
	  font-size: 12px;
	  word-break: break-all;
  }
  .wrap section.main-section .cont.cont3::before {
    height: 80px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category .sns_logo {
    width: 13px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap > ul .card_item > a .information .category .sns_name {
    font-size: 12px;
    margin-left: 5px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li {
    width: 100%;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li:nth-child(n+1):nth-child(-n+2) {
    margin-top: 20px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_list_box .sns_list_area > li:nth-child(n+1):nth-child(-n+1) {
    margin-top: 0;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-prev, .wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-next{
	  width: 45px;
	  height: 45px;
  }
  .wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-next img, .wrap section.main-section .cont.cont3 .contents .sns_card_wrap .swiper-options .swiper-button-prev img{
	  width: 18px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .right_box .list .tab_item > a {
    font-size: 14px;
  }
  .wrap section.main-section .cont.cont4 .contents .infrastructure_list_wrap .tab_inner_wrap .tab_inner .infra_information_wrap .infra_info {
    font-family: NanumSquareNeo-Regular;
    font-size: 14px;
    word-break: break-all;
  }
  .side_news_contentsBox {
    top: auto;
    bottom: 0;
    transform: none;
    width: 150px;
  }
  .side_news_contentsBox.on {
    width: 100%;
  }
  .side_news_contentsBox.on .side_news_btn {
    width: 100%;
    height: 30px;
    left: 0;
  }
  .side_news_contentsBox .side_news_btn {
    top: auto;
    bottom: 0;
    transform: none;
    width: 150px;
    height: 35px;
  }
  .side_news_contentsBox .side_news_btn .btn_icon {
    width: 35px;
    height: 35px;
  }
  .side_news_contentsBox .side_news_btn .btn_icon i {
    font-size: 16px;
  }
  .side_news_contentsBox .side_news_btn .main-tit-box {
    padding-right: 5px;
    padding-bottom: 0;
    justify-content: flex-end;
    align-items: center;
  }
  .side_news_contentsBox .side_news_btn .main-tit-box .main-sub-tit {
    writing-mode: rl;
    letter-spacing: 0;
  }
}/*# sourceMappingURL=main.css.map */