@charset "UTF-8";
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoEB00.eot");
  src: url("../fonts/AppleSDGothicNeoEB00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoEB00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoEB00.woff") format("woff"), url("../fonts/AppleSDGothicNeoEB00.svg#AppleSDGothicNeoEB00") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoB00.eot");
  src: url("../fonts/AppleSDGothicNeoB00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoB00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoB00.woff") format("woff"), url("../fonts/AppleSDGothicNeoB00.svg#AppleSDGothicNeoB00") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoM00.eot");
  src: url("../fonts/AppleSDGothicNeoM00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoM00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoM00.woff") format("woff"), url("../fonts/AppleSDGothicNeoM00.svg#AppleSDGothicNeoM00") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoR00.eot");
  src: url("../fonts/AppleSDGothicNeoR00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoR00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoR00.woff") format("woff"), url("../fonts/AppleSDGothicNeoR00.svg#AppleSDGothicNeoR00") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoUL00.eot");
  src: url("../fonts/AppleSDGothicNeoUL00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoUL00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoUL00.woff") format("woff"), url("../fonts/AppleSDGothicNeoUL00.svg#AppleSDGothicNeoUL00") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-right::before {
  content: "\e901";
}

body {
  font-family: "AppleSDGothicNeo", "Noto Sans KR", sans-serif;
}

#wrap {
  /* padding-bottom: 400px; */
  padding-bottom: 200px;
}

header .header-top {
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  height: 110px;
  max-width: unset;
  padding: 0 60px;
  width: unset;
}
header .header-top .logo-wrap {
  background: url("../images/oasis/logo.png") no-repeat center/contain;
  display: block;
  height: 63px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 170px;
}
header .header-top .gnb > ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header-top .gnb > ul > li > a {
  transition: all 0.3s;
  display: block;
  font-size: 20px;
  line-height: 110px;
  font-weight: 600;
  color: #111;
  border-bottom: 2px solid transparent;
}
header .header-top .gnb > ul > li:hover > a, header .header-top .gnb > ul > li.active > a {
  transition: all 0.3s;
  border-bottom-color: #008be8;
}
header .header-top .dep2 {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
  overflow: hidden;
}
header .header-top .dep2 .navtxt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
header .header-top .dep2 .navtxt.right {
  margin-left: 22.9166666667vw;
}
header .header-top .dep2 .navtxt a {
  display: block;
  color: #111;
  font-size: 17px;
  font-weight: 500;
  padding: 16px;
}

header .header-top .dep2 .navtxt a:hover {
	color: #37be1d;
}

header .header-top .btn-support {
  color: #fff;
  background-color: #004b6e;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  width: 102px;
  margin-right: 70px;
  border-radius: 50px;
}
header .header-top .menu-wrap {
  position: fixed;
  right: 60px;
}
header .header-top .menu-wrap .menu-btn {
  width: 30px;
  height: 20px;
  cursor: pointer;
}
header .header-top .menu-wrap .menu-btn .bar {
  transition: all 0.3s;
  position: absolute;
  right: 0;
  height: 2px;
  width: 30px;
  background-color: #111;
}
header .header-top .menu-wrap .menu-btn .bar.bar01 {
  top: 0;
}
header .header-top .menu-wrap .menu-btn .bar.bar02 {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
}
header .header-top .menu-wrap .menu-btn .bar.bar03 {
  bottom: 0;
}
header .header-top .menu-wrap .menu-btn:hover .bar02 {
  width: 30px;
}
header .header-top .menu-wrap .menu-nav {
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  z-index: -1;
}
header .header-top .menu-wrap .menu-nav > ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  width: 62.5vw;
}
header .header-top .menu-wrap .menu-nav > ul > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 2.6041666667vw 0;
}
header .header-top .menu-wrap .menu-nav > ul > li > p {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  min-width: 15.625vw;
}
header .header-top .menu-wrap .menu-nav > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 56px;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  line-height: 52px;
}
header .header-top .menu-wrap.on .menu-btn .bar.bar01 {
  top: 10px;
  transform: rotate(45deg);
}
header .header-top .menu-wrap.on .menu-btn .bar.bar02 {
  opacity: 0;
}
header .header-top .menu-wrap.on .menu-btn .bar.bar03 {
  top: 10px;
  transform: rotate(-45deg);
}
header .header-top .menu-wrap.on .menu-nav {
  height: 100vh;
}

main {
  margin-top: 110px;
}

footer {
  background-color: #004b6e;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
footer .footer-btm {
/*   padding: 100px 0;
  height: 400px; */
  padding: 50px 0;
  height: 300px;
}
footer .footer-btm-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer-btm-left .tit {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
footer .footer-btm-left .copyright p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
footer .footer-btm-right {
  width: 200px;
}
footer .footer-btm-right .accordion {
  font-size: 16px;
  height: 50px;
  margin-left: 0;
}
footer .footer-btm-right .accordion .dropdown-toggle {
  border: solid white;
  height: 50px;
  font-weight: 500;
  background-color: #004b6e;
  border-radius: 25px;
}
footer .footer-btm-right .accordion .dropdown-toggle::after {
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("../images/oasis/dropup-btn2.png") no-repeat 0 0;
}
footer .footer-btm-right .accordion .dropdown-toggle.on::after {
  width: 10px;
  height: 10px;
  background: url("../images/oasis/dropdown-btn2.png") no-repeat 0 0;
}
footer .footer-btm-right .accordion .dropdown-menu {
  bottom: 60px;
  border: 0;
  line-height: 34px;
  background-color: #004b6e;
  border-radius: 12.5%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /** 20221221 방한솔 */
  z-index: 100;
}
footer .footer-btm-right .accordion .dropdown-menu.on {
  max-height: 200px;
  /** 20221221 방한솔 */
  z-index: 100;
}
footer .footer-btm-right .accordion .dropdown-menu::-webkit-scrollbar {
  display: none; /* Chrome , Safari , Opera */
}

.main-slide .swiper-container {
  position: relative;
  height: 800px;
  overflow: hidden;
  width: 100%;
}
.main-slide .swiper-container .swiper-slide .txt-wrap {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  z-index: 1;
}
.main-slide .swiper-container .swiper-slide .txt-wrap h2 {
  transform: translateY(40px);
  font-size: 84px;
  font-weight: 700;
  line-height: 98px;
  margin: 160px 0 40px;
  opacity: 0;
}
.main-slide .swiper-container .swiper-slide .txt-wrap h2 .spot {
  color: #00b9ff;
}
.main-slide .swiper-container .swiper-slide .txt-wrap p {
  transform: translateY(40px);
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  margin-top: -34px;
  line-height: 50px;
  opacity: 0;
}
.main-slide .swiper-container .swiper-slide .bg-wrap {
  transform: scale(1.1);
  background: no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 3s;
}
.main-slide .swiper-container .swiper-slide-active .txt-wrap h2 {
  transition: all 1.4s;
  transform: translateY(0);
  opacity: 1;
}
.main-slide .swiper-container .swiper-slide-active .txt-wrap p {
  transition: all 1.4s;
  transition-delay: 0.2s;
  transform: translateY(0);
  opacity: 1;
}
.main-slide .swiper-container .swiper-slide-active .bg-wrap {
  transform: scale(1);
  transition: all 1.4s;
}
.main-slide .swiper-container .swiper-button-prev {
  left: 8.3333333333vw;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: url("../images/oasis/main-slide/prev-btn.png") no-repeat center;
}
.main-slide .swiper-container .swiper-button-prev::after {
  display: none;
}
.main-slide .swiper-container .swiper-button-next {
  right: 8.3333333333vw;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: url("../images/oasis/main-slide/next-btn.png") no-repeat center;
}
.main-slide .swiper-container .swiper-button-next::after {
  display: none;
}
.main-slide .swiper-container .swiper-pagination {
  bottom: 60px;
}
.main-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 6px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 8px;
}
.main-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.3s;
  background-color: #fff;
}

.sub-slide-1 .swiper-slide {
  position: relative;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
.sub-slide-1 .swiper-slide .txt-wrap {
  position: absolute;
  left: 40px;
  top: 255px;
  color: #fff;
  text-align: left;
  z-index: 1;
}
.sub-slide-1 .swiper-slide .txt-wrap h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.sub-slide-1 .swiper-slide .bg-wrap {
  transition: all 0.5s;
  background: no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-slide-1 .swiper-slide:hover .bg-wrap {
  transform: scale(1.05);
}
.sub-slide-1 .swiper-button-wrap {
  display: flex;
  position: absolute;
  bottom: 600px;
  right: 0;
  gap: 10px;
}
.sub-slide-1 .swiper-button-wrap .swiper-button-prev {
  position: static;
  width: 46px;
  height: 46px;
  margin-top: 0;
  background: url("../images/oasis/sub-slide-01/prev-btn.png") no-repeat center;
}
.sub-slide-1 .swiper-button-wrap .swiper-button-prev::after {
  display: none;
}
.sub-slide-1 .swiper-button-wrap .swiper-button-next {
  position: static;
  width: 46px;
  height: 46px;
  margin-top: 0;
  background: url("../images/oasis/sub-slide-01/next-btn.png") no-repeat center;
}
.sub-slide-1 .swiper-button-wrap .swiper-button-next::after {
  display: none;
}

.txt-wrap-1 {
  padding: 130px 0 100px;
  text-align: justify;
}
.txt-wrap-1 .txt-style-1.main {
  color: #111;
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
  /* 20221222 방한솔 */
  text-align: left;
  
}
.txt-wrap-1 .txt-style-1.sub {
  color: #454545;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 40px;
}

.txt-wrap-2 {
  padding: 95px 0 0;
}
.txt-wrap-2 .txt-style-2.main {
  color: #111;
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
}
.txt-wrap-2 .txt-style-2.sub {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  /* padding-top: 60px; */
}

.txt-wrap-3 .txt-style-3 {
  color: #fff;
}
.txt-wrap-3 .txt-style-3.main {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 50px;
}
.txt-wrap-3 .txt-style-3.main.black {
  color: #111;
}
.txt-wrap-3 .txt-style-3.sub {
  border-left: 5px solid #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  padding-left: 38px;
}

.txt-wrap-4 {
  margin-top: 130px;
}
.txt-wrap-4 .txt-style-4.main {
  color: #111;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 40px;
}

.txt-wrap-5 {
  padding: 34px 0 80px;
}
.txt-wrap-5 .txt-style-5.main {
  position: relative;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
.txt-wrap-5 .txt-style-5.main::before {
  content: "";
  position: absolute;
  left: 0;
  top: -34px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #37be1d;
}
.txt-wrap-5 .txt-style-5.sub {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 40px;
}

.txt-wrap-6 {
  padding: 40px 0;
}
.txt-wrap-6 + .txt-wrap-6 {
  border-top: 1px solid #e0e0e0;
}
.txt-wrap-6 .main-1 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.txt-wrap-6 .sub-1 {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.txt-wrap-6 .sub-2 {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}
.txt-wrap-6 .list-style {
  margin-top: 20px;
}
.txt-wrap-6 .list-style li {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.table-1 {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  border-spacing: 0;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
}
.table-1 th,
.table-1 td {
  border: 1px solid #e0e0e0;
  /* padding: 60px 0; */
  padding: 10px 0;
}
.table-1 th {
  border-right: 1px solid transparent;
  font-weight: 500;
}
.table-1.bd0 {
  border-left: 1.1px solid transparent;
  border-right: 1.1px solid transparent;
}

.table-2 {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1.1px solid #111;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  width: 100%;
}
.table-2 th,
.table-2 td {
  border: 1px solid #e0e0e0;
  padding: 30px 40px;
}
.table-2 th {
  border-right: 1px solid transparent;
  font-weight: 500;
}
.table-2 td {
  text-align: center;
}
.table-2.bd0 {
  border-left: 1.1px solid transparent;
  border-right: 1.1px solid transparent;
}

.table-3 {
  border: 1px solid #cfd6dc;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1.1px solid #111;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  width: 100%;
  margin-bottom: 100px;
}
.table-3 caption {
  text-align: right;
  margin-bottom: 10px;
}
.table-3 thead {
  background-color: #eff2f4;
  color: #111;
}
.table-3 tfoot {
  background-color: #f8f9fa;
  color: #111;
}
.table-3 th {
  font-weight: 500;
}
.table-3 th,
.table-3 td {
  border: 1px solid #cfd6dc;
  padding: 12px;
}
.table-3 td {
  text-align: center;
}
.table-3.bd0 {
  border-left: 1.1px solid transparent;
  border-right: 1.1px solid transparent;
}

.table-4 {
  border: 1px solid #cfd6dc;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1.1px solid #111;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 100px;
  width: 100%;
}
.table-4 caption {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.table-4 tr:nth-child(even) {
  background-color: #f8f9fa;
}
.table-4 th {
  font-weight: 500;
}
.table-4 th,
.table-4 td {
  border: 1px solid #cfd6dc;
  padding: 14px 20px;
}
.table-4.bd0 {
  border-left: 1.1px solid transparent;
  border-right: 1.1px solid transparent;
}

.table.basic {
  border-radius: 20px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  margin-bottom: 100px;
}
.table.basic thead th {
  background-color: rgba(232, 242, 250, 0.35);
  border-radius: 0;
}
.table.basic thead th:first-child {
  border-radius: 20px 0 0 0;
}
.table.basic thead th:last-child {
  border-radius: 0 20px 0 0;
}
.table.basic th,
.table.basic td {
  color: #111;
  padding: 30px 40px;
  text-align: center;
  border: 0;
}
.table.basic th {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.tab-contents .tablist {
  display: flex;
  justify-content: start;
  margin: 0 0 60px;
  width: 100%;
}
.tab-contents .tablist .tab {
  background-color: unset;
  border: 0;
  color: #777;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  width: unset;
}
.tab-contents .tablist .tab:hover, .tab-contents .tablist .tab:focus, .tab-contents .tablist .tab.active {
  background-color: unset;
  border: 0;
  border-bottom: 3px solid #008be8;
  color: #008be8;
  font-weight: 600;
}

.breadcrumb {
  display: flex;
  position: absolute;
  top: 56px;
  left: 0;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  gap: 20px;
  line-height: 21px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:last-child {
  color: #111;
}
.breadcrumb li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #dcdcdc;
}

.marquee {
  display: flex;
  align-items: center;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}
.marquee img {
  max-width: unset;
}
.marquee.revert {
  -webkit-animation: marquee-revert 50s linear infinite;
          animation: marquee-revert 50s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-revert {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-revert {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7c7c7;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
}
.pagination li {
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li .prev-btn {
  background: url("../images/oasis/pagination/prev-btn.png") no-repeat center;
}
.pagination li .prev-btn.active {
  background: url("../images/oasis/pagination/prev-btn-active.png") no-repeat center;
}
.pagination li .next-btn {
  background: url("../images/oasis/pagination/next-btn.png") no-repeat center;
}
.pagination li .next-btn.active {
  background: url("../images/oasis/pagination/next-btn-active.png") no-repeat center;
}
.pagination li:first-child {
  margin-right: 50px;
}
.pagination li:last-child {
  margin-left: 50px;
}
.pagination .selected {
  color: #111;
}

.search-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.search-bar-wrap .info {
  display: flex;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  gap: 18px;
}
.search-bar-wrap .info #listCount,
.search-bar-wrap .info #pageNow {
  color: #008be8;
  font-weight: 600;
}
.search-bar-wrap .search-wrap {
  display: flex;
  gap: 8px;
}
.search-bar-wrap .search-wrap .select {
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  line-height: 50px;
  border-radius: 25px;
  height: 50px;
  width: 150px;
}
.search-bar-wrap .search-wrap .select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.search-bar-wrap .search-wrap .select .selected .selected-value {
  max-width: 90%;
}
.search-bar-wrap .search-wrap .select .selected .arrow {
  background: url("../images/oasis/arrow-down.png") no-repeat 0 0;
  height: 9px;
  width: 15px;
}
.search-bar-wrap .search-wrap .select.active {
  border-radius: 25px 25px 0 0;
  border-bottom: 0;
}
.search-bar-wrap .search-wrap .select.active .selected {
  background-color: unset;
}
.search-bar-wrap .search-wrap .select.active .arrow {
  background: url("../images/oasis/arrow-up.png") no-repeat 0 0;
}
.search-bar-wrap .search-wrap .select.active ul {
  border-radius: 0 0 25px 25px;
}
.search-bar-wrap .search-wrap .select ul {
  width: 150px;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  border-top: 0;
  margin: -1px 0 0 -1px;
}
.search-bar-wrap .search-wrap .select ul .option {
  border-bottom: 0;
}
.search-bar-wrap .search-wrap .select ul .option:hover {
  background-color: unset;
}
.search-bar-wrap .search-wrap form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-bar-wrap .search-wrap form input {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 18px;
  height: 50px;
  padding-left: 24px;
  width: 240px;
}
.search-bar-wrap .search-wrap form input::-moz-placeholder {
  color: #c7c7c7;
}
.search-bar-wrap .search-wrap form input:-ms-input-placeholder {
  color: #c7c7c7;
}
.search-bar-wrap .search-wrap form input::placeholder {
  color: #c7c7c7;
}
.search-bar-wrap .search-wrap form button {
  transition: all 0.3s;
  color: #fff;
  background-color: #008be8;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  height: 50px;
  width: 80px;
}
.search-bar-wrap .search-wrap form button:hover {
  background-color: #1ca4ff;
}

.board-wrap {
  text-align: center;
}
.board-wrap .board-inner {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin: 80px 0 60px;
}
.board-wrap .board-inner .info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.board-wrap .board-inner .info li + li::before {
  content: "|";
  color: #e0e0e0;
  padding: 0 20px 0 25px;
}
.board-wrap .board-inner .info span {
  margin-left: 10px;
}
.board-wrap .board-inner .info #noticeDate,
.board-wrap .board-inner .info #noticeviewCount {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}
.board-wrap .board-inner .tit {
  color: #111;
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  padding: 40px 0 45px;
  border-bottom: 1px solid #e0e0e0;
}
.board-wrap .board-inner .file {
  padding: 40px 60px;
}
.board-wrap .board-inner .file ul {
  display: flex;
  align-items: center;
  gap: 66px;
}
.board-wrap .board-inner .file ul > li:first-child {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}
.board-wrap .board-inner .file ul > li ol {
  display: flex;
  color: #454545;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
}
.board-wrap .board-inner .file ul > li ol a {
  transition: all, 0.3s;
  display: block;
  line-height: 42px;
  padding: 0 24px;
  border-radius: 50px;
  background-color: #eff2f4;
}
.board-wrap .board-inner .file ul > li ol a:hover {
  background-color: #e4e9ec;
}
.board-wrap .board-inner .txt {
  padding: 20px 60px 60px;
  line-height: 32px;
  min-height: 400px;
  text-align: left;
}
.board-wrap .board-inner .table {
  border: 0;
  border-top: 1px solid #e0e0e0;
}
.board-wrap .board-inner .table tr {
  border-bottom: 1px solid #e0e0e0;
}
.board-wrap .board-inner .table tr td {
  color: #111;
  border: 0;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 30px 60px;
}
.board-wrap .board-inner .table tr td.list-tit {
  font-weight: 400;
  padding-left: 14px;
}
.board-wrap .board-inner .table tr td.list-tit.inactive {
  color: #c7c7c7;
}
.board-wrap button {
  transition: all, 0.3s;
  border: 1px solid #cfd6dc;
  border-radius: 50px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 56px;
  width: 142px;
}
.board-wrap button:hover {
  border-color: #48516c;
}

.notice-wrap {
  border-top: 1px solid #111;
  margin-bottom: 60px;
}
.notice-wrap .notice-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding: 34px 40px;
}
.notice-wrap .notice-list .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.notice-wrap .notice-list .info {
  display: flex;
  justify-content: space-around;
  color: #888;
  font-size: 18px;
  font-weight: 400;
  min-width: 300px;
}
.notice-wrap .notice-list:hover {
  background-color: #f8f9fa;
}
.notice-wrap .mark .tit {
  padding: 0 0 0 128px;
  position: relative;
}
.notice-wrap .mark .tit::before {
  transform: translateY(-50%);
  content: "공지사항";
  position: absolute;
  left: 0;
  top: 50%;
  color: #008be8;
  font-size: 16px;
  font-weight: 500;
  width: 88px;
  height: 36px;
  border-radius: 4px;
  background-color: #e8f2fa;
  text-align: center;
}

.calender .toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 24px;
}
.calender .toolbar .today-button {
  transition: all, 0.5s;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  width: 75px;
}
.calender .toolbar .today-button:hover {
  background-color: #e0e0e0;
}
.calender .toolbar .date {
  color: #111;
  font-size: 30px;
  font-weight: 600;
}
.calender .toolbar .btn-wrap {
  display: flex;
  gap: 10px;
}
.calender .toolbar .btn-wrap button {
  transition: all, 0.5s;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
}
.calender .toolbar .btn-wrap button:hover {
  background-color: #f8f8f8;
}
.calender .toolbar .btn-wrap button img {
  vertical-align: middle;
}
.calender .table-wrap {
  border-radius: 20px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #cfd6dc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%;
  margin: 1px;
}
.calender .table-wrap th {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  padding: 14px;
  text-align: left;
}
.calender .table-wrap th + th {
  border-left: 1.1px solid transparent;
}
.calender tfoot td {
  height: 20px;
}

.dialog-cnt {
  position: fixed;
  text-align: center;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  background: #fff;
  visibility: hidden;
  font-size: 16px;
  color: #555;
  border-radius: 8px;
}
.dialog-cnt h3 {
  color: #111;
  position: absolute;
  left: 0;
  top: 0;
  /* width: 420px; */
   /* 방한솔 */
  width: 394px; 
  height: 50px;
  text-align: left;
  padding-left: 24px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  background-color: #f7f9fc;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  border: 1px solid #c7c7c7;
}
.dialog-cnt .dialog-close-btn {
  position: absolute;
  right: 25px;
  top: 19px;
  z-index: 2;
}
.dialog-cnt .md-inner {
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 360px;
  padding: 76px 25px 25px;
  text-align: left;
}
.dialog-cnt .md-inner .head-tit {
  color: #111;
  font-size: 22px;
  line-height: 24px;
}
.dialog-cnt .md-inner ul li {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
.dialog-cnt .md-inner ul li h4 {
  position: relative;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
}
.dialog-cnt .md-inner ul li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.dialog-cnt .md-inner ul li p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.dialog-cnt .md-inner ul .date h4::before {
  background: url("../images/oasis/date.png") no-repeat center/cover;
}
.dialog-cnt .md-inner ul .place h4::before {
  background: url("../images/oasis/place.png") no-repeat center/cover;
}
.dialog-cnt .md-inner ul .memo h4::before {
  background: url("../images/oasis/memo.png") no-repeat center/cover;
}

.cnt {
  text-align: left;
}

.cnt-1 {
  background-color: #f6f7f9;
}
.cnt-1 .cnt-inner {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.cnt-1 .cnt-inner .sub-slide-1 {
  position: unset;
  width: 100vw;
  padding-bottom: 140px;
  overflow: visible;
}

.cnt-2 .more-btn {
  position: absolute;
  right: 0;
  /* top: 132px; */
  /** 20221221 방한솔 */
  top: 102px;
}
.cnt-2 .notice-wrap {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.cnt-2 .notice-wrap .notice-list {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid #e0e0e0;
  /* padding: 60px 0; */
}
.cnt-2 .notice-wrap .notice-list .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.cnt-2 .notice-wrap .notice-list .info {
  display: block;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  min-width: 200px;
}
.cnt-2 .notice-wrap .notice-list:hover {
  background-color: unset;
}
.cnt-2 .notice-wrap .notice-list:hover .tit {
  color: #008be8;
}
.cnt-2 .notice-wrap .notice-list:hover .info {
  color: #008be8;
}

.cnt-3 .sub-slide-2 {
  overflow: visible;
  width: 100vw;
}
.cnt-3::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}

.cnt-4 .marquee {
  width: 200vw;
  gap: 40px;
}
.cnt-4 .marquee img {
  border-radius: 20px;
  filter: brightness(0.75);
}
.cnt-4 .marquee.revert {
  margin-top: 40px;
}

.cnt-5 .marquee {
  /* margin-bottom: 120px; */
  /* 221221 방한솔 */
  margin-top: 70px;
  margin-bottom: 0px;
  width: 300vw;
}
.cnt-5 .marquee img {
  padding: 0 145px;
}
.cnt-5 .img {
  border-radius: 20px;
  filter: brightness(0.78);
  width: 100%;
}

.cnt-6 .tab-contents .tablist {
  gap: 60px;
}
.cnt-6 .tab-contents .tabpanel {
  color: #454545;
}
.cnt-6 .tab-contents .tabpanel .img-wrap {
  position: relative;
  border-radius: 20px;
  height: 360px;
}
.cnt-6 .tab-contents .tabpanel .img-wrap .txt-wrap {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cnt-6 .tab-contents .tabpanel .img-wrap .txt-wrap h3 {
  color: #111;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 60px;
}
.cnt-6 .tab-contents .tabpanel .img-wrap .txt-wrap p {
  color: #454545;
  font-size: 18px;
  line-height: 34px;
}
.cnt-6 .tab-contents .tabpanel .img-wrap .txt-wrap b {
  font-weight: 600;
}
.cnt-6 .tab-contents .tabpanel.first .img-wrap {
  background: url("../images/oasis/picture/02_new.png") no-repeat center/cover;
}
.cnt-6 .tab-contents .tabpanel.last .img-wrap {
  background: url("../images/oasis/picture/03_new.png") no-repeat center/cover;
}

.cnt-7 .cnt-inner {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.cnt-7 .cnt-inner .txt-wrap-3 {
  position: absolute;
  left: 0;
  top: 530px;
}
.cnt-7 .vision-wrap {
  display: flex;
  margin-bottom: 150px;
  width: 100%;
}
.cnt-7 .vision-wrap .green-box {
  background-color: #37be1d;
  border-radius: 140px 0 60px 0;
  height: 556px;
  width: 46%;
}
.cnt-7 .vision-wrap .img-box {
  background: url("../images/oasis/picture/04.png") no-repeat top/cover;
  height: 500px;
  width: 54%;
}

.cnt-8 .img-wrap {
  margin-top: 20px;
}
.cnt-8 .img-wrap img {
  width: 100%;
}
.cnt-8 .box-list {
  display: flex;
  justify-content: space-between;
}
.cnt-8 .box-list > ul {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 320px;
  gap: 10px;
}
.cnt-8 .box-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  height: 100px;
  line-height: 34px;
}
.cnt-8 .box-list > ul > li:first-child {
  background-color: #0e2a47;
  border: 0;
  color: #fff;
  font-size: 22px;
}
.cnt-8 .box-list > ul > ul {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 430px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.cnt-8 .box-list > ul > ul > li {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  margin: 0 20px;
}
.cnt-8 .box-list > ul > ul > li + li {
  border-top: 1px solid #e0e0e0;
}
.cnt-8 .box-list > ul > ul > li span {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.cnt-9 .img-wrap {
  margin-bottom: 120px;
}
.cnt-9 .img-wrap img {
  width: 100%;
}

.cnt-10 {
  background-color: #f4f7fc;
}
.cnt-10 .cnt-inner {
  text-align: center;
  /* 20221221 방한솔 */
/*   padding: 80px 0 60px; */
  padding: 30px 0 30px;
}
.cnt-10 .cnt-inner p {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  margin-top: 36px;
}
.cnt-10 .marquee {
  width: 300vw;
}
.cnt-10 .marquee img {
  padding: 0 145px;
}

.cnt-12 .tab-contents .tablist {
  gap: 40px;
  margin: 0 0 100px;
}
.cnt-12 .tab-contents .tabpanel > ul > li {
  display: flex;
  margin-bottom: 46px;
}
.cnt-12 .tab-contents .tabpanel > ul > li .year {
  position: relative;
  color: #111;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 34px;
  padding-left: 38px;
  width: 25%;
}
.cnt-12 .tab-contents .tabpanel > ul > li .year::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #37be1d;
}
.cnt-12 .tab-contents .tabpanel > ul > li > ul {
  width: 75%;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 46px;
}
.cnt-12 .tab-contents .tabpanel > ul > li > ul > li {
  display: flex;
  margin-bottom: 30px;
}
.cnt-12 .tab-contents .tabpanel > ul > li > ul > li .month {
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 34px;
  width: 60px;
}
.cnt-12 .tab-contents .tabpanel > ul > li > ul > li span {
  color: #555;
  font-size: 18px;
  line-height: 34px;
}
.cnt-12 .tab-contents .tabpanel > ul > li > ul .img-wrap img {
  border-radius: 20px;
}
.cnt-12 .tab-contents .tabpanel > ul > li:last-child {
  margin-bottom: 0;
}
.cnt-12 .tab-contents .tabpanel > ul > li:last-child > ul {
  border-bottom: 0;
  padding-bottom: 0;
}
.cnt-12 .figure-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
  padding-bottom: 100px;
}
.cnt-12 .figure-wrap figure img {
  border-radius: 20px;
}
.cnt-12 .figure-wrap figure figcaption {
  color: #454545;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  margin-top: 16px;
}
.cnt-12 .article-wrap {
  display: flex;
  position: relative;
  padding-top: 180px;
}
.cnt-12 .article-wrap h3 {
  color: #111;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  width: 46%;
}
.cnt-12 .article-wrap h3 .spot {
  position: relative;
}
.cnt-12 .article-wrap h3 .spot::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #008be8;
  z-index: -1;
  opacity: 0.3;
}
.cnt-12 .article-wrap .award {
  position: absolute;
  top: 300px;
  left: 0;
}
.cnt-12 .article-wrap article {
  width: 54%;
}
.cnt-12 .article-wrap article p {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 60px;
}
.cnt-12 .article-wrap article .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px 0;
}
.cnt-12 .article-wrap article .img-wrap img {
  border-radius: 20px;
}
.cnt-12 .article-wrap article .img-wrap img:nth-child(3) {
  width: 100%;
}
.cnt-12 .article-wrap.first {
  padding-top: 130px;
}
.cnt-12 .article-wrap.first::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1200px) / -2);
  width: 100vw;
  height: 90%;
  background-color: #f1f5f6;
  z-index: -1;
}

.cnt-13 .figure-wrap {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 80px;
}
.cnt-13 .figure-wrap figure figcaption {
  color: #1c2b86;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 25px;
  text-align: center;
}
.cnt-13 article {
  display: flex;
  gap: 38px;
  padding: 40px;
  border: 2px solid #d3e5f5;
  border-radius: 20px;
  margin: 80px 0 70px;
}
.cnt-13 article img {
  border-radius: 12px;
}
.cnt-13 article p {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.cnt-14 .figure-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  padding-bottom: 80px;
}
.cnt-14 .figure-wrap figure {
  color: #555;
  padding: 24px 0;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  text-align: center;
  width: 340px;
  height: 190px;
}
.cnt-14 .figure-wrap figure figcaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 14px 0 8px;
}
.cnt-14 .figure-wrap figure a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 20px;
}
.cnt-14 .figure-wrap figure a::before {
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 14px;
  height: 14px;
  background: url("../images/oasis/link-btn.png") no-repeat center/cover;
}
.cnt-14 .figure-wrap figure a:hover {
  border-bottom: 1px solid #111;
}
.cnt-14 .table-3 {
  margin-bottom: 0;
}
.cnt-14 .table-3 th,
.cnt-14 .table-3 td {
  padding: 16px;
}
.cnt-14 .table-3 td {
  font-weight: 400;
  text-align: left;
}

.cnt-15 .figure-wrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 24px 2.5%;
  padding-bottom: 64px;
}
.cnt-15 .figure-wrap figure {
  border: 1px solid #e0e0e0;
  cursor: pointer;
  width: 31.5%;
}
.cnt-15 .figure-wrap figure .img-wrap {
  width: 100%;
  height: 245px;
  overflow: hidden;
  background: url("../images/oasis/figure-wrap/bg.png") no-repeat center/cover;
}
.cnt-15 .figure-wrap figure .img-wrap img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt-15 .figure-wrap figure figcaption {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin: 36px 24px 34px;
  height: 114px;
}
.cnt-15 .figure-wrap figure figcaption .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 68px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}
.cnt-15 .figure-wrap figure figcaption .date {
  color: #888;
  font-size: 16px;
  font-weight: 400;
}
.cnt-15 .figure-wrap figure:hover img {
  transform: scale(1.05);
}
.cnt-15 .figure-wrap figure:hover .tit {
  text-decoration: underline;
}

.cnt-17 .txt-wrap-5 {
  padding-bottom: 40px;
}
.cnt-17 .table-3 {
  margin-bottom: 0;
}
.cnt-17 .table-3.type2 thead {
  background-color: #fcfcfc;
}
.cnt-17 .table-3.type2 td {
  padding: 40px;
  border-color: #e0e0e0;
}
.cnt-17 .figure-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.cnt-17 .figure-wrap figure {
  width: 377px;
  height: 244px;
}
.cnt-17 .figure-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.cnt-17 article {
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 40px 100px;
  border: 2px solid #d3e5f5;
  border-radius: 20px;
  margin: 60px 0 100px;
}
.cnt-17 article .left {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cnt-17 article .left h3 {
  color: #111;
  font-size: 24px;
  font-weight: 600;
}
.cnt-17 article .right {
  border-left: 1px solid #c1c8d1;
  padding-left: 60px;
}
.cnt-17 article .right h4 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
.cnt-17 article .right ul li {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 14px;
}
.cnt-17 article .right ul li::before {
  background-color: #c1c8d1;
}

.cnt-18 .txt-wrap-5 {
  padding-bottom: 40px;
}
.cnt-18 .table.basic {
  border-color: #e0e0e0;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}
.cnt-18 .table.basic tr {
  border-bottom: 1px solid #e0e0e0;
}
.cnt-18 .table.basic .spot {
  color: #008be8;
  font-weight: 400;
}
.cnt-18 .cnt-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
.cnt-18 .cnt-list li + li {
  border-top: 1px solid #e0e0e0;
}
.cnt-18 .cnt-list li .txt-wrap {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 60px;
}
.cnt-18 .cnt-list li .txt-wrap .number {
  color: #cfd6dc;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 34px;
}
.cnt-18 .cnt-list li .txt-wrap h3 {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin: 20px 0;
}
.cnt-18 .cnt-list li .txt-wrap .notice {
  position: relative;
  color: #888;
  font-size: 16px;
  padding-left: 28px;
}
.cnt-18 .cnt-list li .txt-wrap .notice::before {
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/oasis/notice.png") no-repeat center/cover;
}

.cnt-20 .txt-wrap-5 {
  padding-bottom: 40px;
}
.cnt-20 .figure-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
  padding-bottom: 100px;
}
.cnt-20 .figure-wrap figure {
  border: 1px solid #e0e0e0;
  width: 30%;
}
.cnt-20 .figure-wrap figure .img-wrap {
  width: 100%;
  height: 234px;
  overflow: hidden;
  background: url("../images/oasis/figure-wrap/bg.png") no-repeat center/cover;
}
.cnt-20 .figure-wrap figure .img-wrap img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt-20 .figure-wrap figure figcaption {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.cnt-20 .figure-wrap figure:hover img {
  transform: scale(1.05);
}

.cnt-21 .article-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}
.cnt-21 .article-wrap article {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  height: 220px;
  width: 590px;
}
.cnt-21 .article-wrap article .right {
  position: relative;
}
.cnt-21 .article-wrap article .right h3 {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.cnt-21 .article-wrap article .right .txt {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0 20px;
}
.cnt-21 .article-wrap article .right .number {
  color: #111;
  font-size: 28px;
  font-weight: 600;
}
.cnt-21 .article-wrap article .right .address {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.cnt-21 .article-wrap article .right .mail {
  color: #111;
  font-size: 22px;
  font-weight: 600;
}
.cnt-21 .article-wrap article .right .link {
  position: absolute;
  top: 0;
  right: 0;
  color: #008be8;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
}
.cnt-21 .txt-wrap-5 {
  padding-bottom: 0;
}/*# sourceMappingURL=oasis.css.map */

header .header-top {
  padding: 30px;
}

header .header-top .gnb {
  width: 100%;
  min-width: 640px;
  max-width: 850px;
  margin: 0 20px
}

header .header-top .btn-support {
  min-width: 100px;
}

header .header-top .menu-wrap {
  right: 30px;
}

header .header-top .gnb > ul {
  gap: 0;
  justify-content: space-between;
}

header .header-top .gnb > ul > li > a {
  letter-spacing: -0.7px;
  font-size: 16px;
}

header .header-top .menu-wrap .menu-nav > ul {
  width: 100%;
  height: 100%;
  padding: 0 5vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

header .header-top .menu-wrap .menu-nav > ul > li {
  justify-content: flex-start;
  width: 100%;
}

header .header-top .menu-wrap .menu-nav > ul > li > p {
  min-width: 25%;
}

.cnt-1 .cnt-inner {
  width: 100%;
  max-width: 1200px;
}

.cnt-1 .cnt-inner .sub-slide-1 {
  width: 100%;
}

.cnt-21 .article-wrap article {
  width: calc(50% - 10px);
}

.cnt-21 .article-wrap {
  padding: 0 15px;
}

.cnt-5 .marquee {
  width: 6018px;
}

.cnt-4 .marquee {
  display: inline-flex;
  width: auto;
}

.cnt-12 .figure-wrap {
  justify-content: space-around;
}

.mobile-only {
  display: none;
}

.scrollable-table {
  width: 100%;
  overflow-x: auto;
}

.cnt-14 .figure-wrap {
  gap: 20px 90px;
}

.cnt-14 .figure-wrap figure {
  width: calc(100% / 3 - (90px * 2 / 3));
}

.cnt-15 .figure-wrap figure .img-wrap {
  aspect-ratio: 214/139;
  max-height: 245px;
  height: auto;
}

.cnt-15 .figure-wrap figure .img-wrap img {
  height: auto;
}

.board-wrap .board-inner .table tr td {
  padding: 30px 0;
  text-align: center;
}

.board-wrap .board-inner .table tr td.list-tit {
  text-align: left;
}

.cnt-20 .figure-wrap figure .img-wrap {
  aspect-ratio: 377/244;
  max-height: 234px;
  height: auto;
}

.cnt-20 .figure-wrap figure .img-wrap img {
  height: auto;
}

.cnt-17 .figure-wrap {
  justify-content: space-between;
}

.cnt-7 .cnt-inner {
  width: 100%;
  max-width: 1200px;
}

@-webkit-keyframes marquee-revert {
  from {
    transform: translateX(calc(-100% + 1200px));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-revert {
  from {
    transform: translateX(calc(-100% + 1200px));
  }
  to {
    transform: translateX(0);
  }

  .main_txt_wrap {
  	padding: 20px 0 20px !important;
  }
  
  
  /* 안찬현 */
.tab-contents .tablist .tab:last-child{
	border-right:0;
}

/* 20221207 방한솔 */
.cnt-13 .border-radius-20 {
	border-radius: 20px;
}

/* 20221207 방한솔 */
.cnt-17 ul {
	list-style: inside;
}


.cnt-17 .figure-wrap .img-wrap {
  width: 377px;
  height: 244px;
}

/** 20221209 방한솔 추가 */
.cnt-17 .table-3 thead tr td {
  width: 25%;
}