@charset "UTF-8";

body {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/*정렬*/
div[class*="flex"] {
  display: flex;
  align-items: center;
}
.flexCenter {
  justify-content: center;
}
.flexBetween {
  justify-content: space-between;
}
.flexStart {
  justify-content: flex-start;
}
.flexEnd {
  justify-content: flex-end;
}

.contentWrap {
  max-width: 1400px;
  width: 100%;
  margin: 80px auto;
}

/*기존 올담 헤더 수정*/
.head_top .util li a:after {
  top: 0;
}
div.depth_box {
  top: 62px;
}
.menu > ul > li {
  width: calc(100% / 7);
}
.depth_boxcon > ul {
  height: 360px;
}
.depth_boxcon ul ul li {
  min-width: 180px;
}
.menu > ul > li.menu3 .depth_boxcon > ul {
  height: 560px;
}
.menu > ul > li.menu3 .depth_boxcon > ul > li:last-child > a {
  white-space: nowrap;
  width: auto;
}
.menu > ul > li.menu4 .depth_boxcon > ul > li:last-child > a {
  white-space: nowrap;
  width: auto;
}
/*검색자동완성*/
#keywordBox {
  position: absolute;
  top: 42px;
  z-index: 5;
  background: white;
  width: 277px;
  padding: 1rem 0.75rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#keywordBox > ul {
  max-height: 200px;
  overflow: auto;
}
#keywordBox > ul > li {
  padding: 0.5rem 0;
}
#keywordBox > ul > li:not(:last-child) {
  border-bottom: 1px dashed #cbd5e1;
}
#keywordBox > ul > li span {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

/*sct1*/
.sct1 .upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4rem 0 0;
}
.sct1 .upper .leftCont {
  width: 50%;
  transform: rotate(-0.03deg);
}
.sct1 .upper .leftCont i {
  display: inline-block;
  font-style: normal;
}
.sct1 .upper .leftCont h2 {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
}
.sct1 .upper .leftCont h2 span {
  color: #293b53;
}
.sct1 .upper .leftCont h2 + p {
  display: inline-block;
  font-size: 24px;
  overflow: hidden;
  word-break: keep-all;
}
.sct1 .upper .leftCont h2 + p span {
  color: #293b53;
}
.sct1 .rightCont {
  position: relative;
  width: 44%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sct1 .searchBox {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
}
.sct1 .searchBox form {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.sct1 .searchBox form ul {
  max-height: 450px;
  overflow: auto;
  background: #ffffff;
  padding: 0 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.sct1 .searchBox form ul > li:not(:last-child) {
  border-bottom: 1px dashed #cbd5e1;
}
.sct1 .searchBox input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 2.5rem 0 0.5rem;
  font-family: "Pretendard GOV", "Noto Sans KR", "Malgun Gothic", sans-serif;
  border-bottom: 2px solid #1f2937;
  text-align: left;
  line-height: 40px;
  transform: rotate(-0.03deg);
}
.sct1 .searchBox .btnSearch {
  position: absolute;
  top: -8px;
  right: 0;
  width: 40px;
  height: 40px;
  background:
    url(/sppartners/images/mainout/iconSearchWh.svg) no-repeat center center /
      32px,
    #1f2937;
  border-radius: 50%;
  display: block;
}
.sct1 .rankBox {
  position: relative;
  width: 50%;
  height: 40px;
  display: flex;
  border-bottom: 2px solid #1f2937;
  cursor: pointer;
}
.sct1 .rankBox:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0.5rem;
  transform: translateY(-50%) rotate(90deg);
  width: 14px;
  height: 14px;
  background: url(/sppartners/images/mainout/iconNext.svg) no-repeat center
    center / contain;
  z-index: 2;
  transition: all 0.3s linear;
}
.sct1 .rankBox.active:after {
  transform: translateY(-50%) rotate(-90deg);
}
.sct1 button.btnPause {
  position: absolute;
  bottom: 50px;
  right: 0.15rem;
  width: 24px;
  height: 24px;
  background-color: #f2f3f5;
  background-image: url(/sppartners/images/mainout/iconPause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  border-radius: 50%;
}
.sct1 button.btnPause.stop {
  background-image: url(/sppartners/images/mainout/iconPlay.svg);
}
.sct1 .rankBox p.title {
  width: 85px;
  flex-shrink: 0;
  color: #767676;
  line-height: 40px;
  transform: rotate(-0.03deg);
}
.sct1 .rankBox .rankList {
  position: absolute;
  top: calc(100% - 52px);
  left: 85px;
  width: calc(100% - 85px);
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  max-height: 45px;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 2;
}
.sct1 .rankBox.active .rankList {
  max-height: 300px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.sct1 .rankBox .rankList > li {
  display: flex;
  align-items: center;
  transform: rotate(-0.03deg);
}
.sct1 .rankBox .rankList > li span {
  width: 24px;
  height: 24px;
  background: #e2e8f0;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #293b53;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
}
.sct1 .rankBox .rankList > li a {
  width: 100%;
  display: block;
  height: 45px;
  padding-right: 0.5rem;
  line-height: 52px;
  border-bottom: 1px dashed #cbd5e1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sct1 .rankBox .rankList > li:hover a {
  color: #2e4a76;
}
.sct1 .rankBox .rankList > li:last-child a {
  border-bottom: none;
}
.sct1 .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
}
.sct1 .center a[class*="sct1Banner"] {
  position: relative;
  width: calc((100% / 4) - 1rem);
  height: 260px;
  background: #f2f3f5;
  display: block;
  padding: 2rem;
  border-radius: 15px;
}
.sct1 .center .column {
  width: calc((100% / 4) - 1rem);
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sct1 .center a.sct1Banner4,
.sct1 .center a.sct1Banner5,
.sct1 .center a.sct1Banner6 {
  width: 100%;
  height: calc((260px / 3) - 0.5rem);
}
.sct1 .center a[class*="sct1Banner"] span.title {
  font-size: 22px;
  font-weight: bold;
  transform: rotate(-0.03deg);
}
.sct1 .center a[class*="sct1Banner"]:hover span.title {
  text-decoration: underline;
}
.sct1 .center a[class*="sct1Banner"] img {
  position: absolute;
  width: auto;
  height: 85px;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s linear;
}
.sct1 .center a.sct1Banner1,
.sct1 .center a.sct1Banner2,
.sct1 .center a.sct1Banner3 {
  background: #f1f5f9;
}
.sct1 .center a.sct1Banner4 img,
.sct1 .center a.sct1Banner5 img,
.sct1 .center a.sct1Banner6 img {
  width: 17%;
  right: 1rem;
  bottom: 0;
}
.sct1 .center a[class*="sct1Banner"]:hover img {
  transform: scale(1.1);
}
.sct1 .center a.sct1Banner5:hover img {
  transform: scale(1.05);
}
.sct1 .bottom {
  width: 100%;
  display: flex;
  align-items: center;
}
.sct1 .bottom dl {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.sct1 .bottom dl dt {
  flex-shrink: 0;
  background: #f1f5f9;
  color: #293b53;
  margin-right: 1rem;
  padding: 0.5rem 0.75rem 0.25rem 0.75rem;
  border-radius: 10px;
  transform: rotate(-0.03deg);
}
.sct1 .bottom dl dd {
  font-size: 40px;
  font-weight: bold;
}
.sct1 .bottom dl span {
  font-size: 24px;
}
.sct2 {
  position: relative;
  padding: 5rem 0;
}
.sct2 .slide01BtnBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.sct2 .slide01BtnBox button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  margin: 0 0.5rem;
}
.sct2 .slide01BtnBox .btnPrev {
  background-image: url(/sppartners/images/mainout/iconPrev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sct2 .slide01BtnBox .btnPause {
  background-image: url(/sppartners/images/mainout/iconPause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 1rem;
}
.sct2 .slide01BtnBox .btnNext {
  background-image: url(/sppartners/images/mainout/iconNext.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sct2 .mainSwiper01 {
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
.sct2 .mainSwiper01 .swiper-wrapper {
  transition-timing-function: linear;
}
.sct2 .swiper-slide {
  text-align: center;
  transition: all 0.15s linear;
  cursor: pointer;
}
.sct2 .swiper-slide:hover {
  transform: scale(1.1);
}
.sct2 .swiper-slide img {
  height: 48px;
}
.sct2 .swiper-slide p {
  margin-top: 0.5rem;
  font-size: 18px;
  transform: rotate(-0.03deg);
}
.sct3 {
  padding: 5rem 0;
}
.sct3 .sct3Tab {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.sct3 .sct3Tab > li {
  position: relative;
  margin-right: 2.75rem;
  padding-bottom: 1rem;
  font-size: 32px;
  font-weight: bold;
  color: #767676;
  overflow: hidden;
  cursor: pointer;
}
.sct3 .sct3Tab > li:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.5rem);
  right: 0;
  width: 0;
  height: 2px;
  background: #1f2937;
  transition: all 0.3s linear;
  opacity: 0.75;
}
.sct3 .sct3Tab > li.active {
  color: #1f2937;
}
.sct3 .sct3Tab > li:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: #767676;
}
.sct3 .sct3Tab > li.active:after {
  width: 100%;
  left: 0;
  background: #1f2937;
  opacity: 1;
}
.sct3 .sct3Tab + .flex73 {
  align-items: flex-start;
}
.sct3 .sct3Tab + .flex73 > .sct3TabCont {
  width: 70%;
}
.sct3 .sct3Tab + .flex73 > .dataRankBox {
  width: 25%;
}
.sct3 div[id*="tab0"] {
  display: flex;
  display: none;
  justify-content: space-between;
}
.sct3 div[id*="tab0"].active {
  display: flex;
}
.sct3 div[id*="tab0"] > div[class$="t"] {
  width: calc(33.33% - 1.5rem);
}
.sct3 div[id*="tab0"] > div.cent {
  margin-top: 3.5rem;
}
.sct3 .cont {
  position: relative;
  height: 180px;
  background: #f2f3f5;
  margin-bottom: 2rem;
  border-radius: 15px;
  transform: scale(0);
  transition: all 0.3s linear;
}
.sct3.active .cont {
  animation: plop 0.6s ease-in-out forwards;
}
@keyframes plop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sct3 #tab01 .cont1,
.sct3 #tab01 .cont4,
.sct3 #tab01 .cont5 {
  background: #f1f5f9;
  animation-delay: 0.15s;
}
.sct3 #tab01 .cont2,
.sct3 #tab01 .cont3,
.sct3 #tab01 .cont5,
.sct3 #tab03 .cont2,
.sct3 #tab03 .cont3,
.sct3 #tab03 .cont5 {
  height: 280px;
}
.sct3 #tab02 .cont1,
.sct3 #tab02 .cont4,
.sct3 #tab02 .cont5 {
  background: #f1f5f9;
  animation-delay: 0.15s;
}
.sct3 #tab02 .cont1,
.sct3 #tab02 .cont4,
#tab02 .cont5 {
  height: 280px;
}
.sct3 #tab03 .cont1,
.sct3 #tab03 .cont4,
.sct3 #tab03 .cont5 {
  background: #f1f5f9;
  animation-delay: 0.15s;
}
.sct3 #tab04 > div > div {
  height: 300px;
}
.sct3 #tab04 .cont1,
.sct3 #tab04 .cont3 {
  background: #f1f5f9;
  animation-delay: 0.15s;
}
.sct3 #tab04 > div > div {
  height: 280px;
}
.sct3 .cont.deco {
  background: url(/sppartners/images/mainout/logoGray.png) no-repeat center
    20% / 82%;
  opacity: 0.2;
}
.sct3 .cont > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2rem;
}
.sct3 .cont p.title {
  font-size: 22px;
  font-weight: bold;
}
.sct3 .cont p.title > span {
  font-size: 16px;
}
.sct3 .cont .btnMore {
  position: relative;
  background: transparent;
  margin-top: 0.75rem;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.sct3 .cont .btnMore span {
  content: "";
  position: absolute;
  top: calc(40% - 12px);
  right: -30px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/sppartners/images/mainout/iconBoardMore.svg) no-repeat center
    center / contain;
  transition: all 0.15s linear;
  overflow: hidden;
}
.sct3 .cont .btnMore span:before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/sppartners/images/mainout/iconBoardMoreRed.svg) no-repeat
    center center / contain;
  transition: all 0.15s linear;
}
.sct3 .cont:hover .btnMore span:before {
  right: 0;
}
.sct3 .cont:hover .btnMore {
  text-decoration: underline;
}
.sct3 .cont img {
  position: absolute;
  height: 70px;
  bottom: 1.5rem;
  right: 1.5rem;
  transition: all 0.35s linear;
}
.sct3 #tab03 .cont5 img {
  height: 45px;
}
.sct3 .cont:hover img {
  transform: scale(1.1);
}
.sct3 #tab04 > div {
  width: calc(50% - 1.25rem);
}
.sct3 #tab04 img {
  bottom: 1.5rem;
  right: 1.5rem;
}
.sct3 .dataRankBox {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 10px;
}
.sct3 .dataRankBox .dataRankTab {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.sct3 .dataRankBox .dataRankTab > li {
  width: 50%;
  height: 45px;
  background: #293b53;
  font-weight: bold;
  color: #e2e8f0;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.sct3 .dataRankBox .dataRankTab > li.active {
  color: #ffffff;
}
.sct3 .dataRankCont > ul {
  background: #ffffff;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  display: none;
}
.sct3 .dataRankCont > ul.active {
  display: block;
}
.sct3 .dataRankCont > ul li {
  display: flex;
  align-items: center;
}
.sct3 .dataRankCont > ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.sct3 .dataRankCont > ul li span.num {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5rem;
  background: #293b53;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
}
.sct3 .dataRankCont > ul li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sct3 .dataRankCont > ul li:hover a {
  color: #2e4a76;
}
.sct4 {
  margin-bottom: 5rem;
}
.sct4 h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sct4 .valueBox {
  display: flex;
  align-items: stretch;
}
.sct4 .valueBox > li {
  position: relative;
  width: calc((100% - 240px) / 4);
  background: #f8fafc;
  padding: 2.5rem 1.5rem;
}
.sct4 .valueBox > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
  background: #e2e8f0;
}
.sct4 .valueBox > li:first-of-type {
  position: relative;
  width: 240px;
  background: #293b53;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  text-align: center;
}
.sct4 .valueBox > li:last-of-type {
  border-radius: 0 10px 10px 0;
}
.sct4 .valueBox > li:first-of-type:after,
.sct4 .valueBox > li:last-of-type:after {
  display: none;
}
.sct4 .valueBox > li:first-of-type img {
  height: 90px;
}
.sct4 .valueBox > li .cityList {
  position: absolute;
  top: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.sct4 .valueBox > li .cityList:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0.5rem;
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  background: url(/sppartners/images/mainout/iconArrowWh.svg) no-repeat center
    center / contain;
  transition: all 0.3s linear;
}
.sct4 .valueBox > li .cityList.active {
  position: absolute;
  overflow: auto;
  height: 250px;
  background: #ffffff;
  padding: 0 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.sct4 .valueBox > li .cityList.active:after {
  background: url(/sppartners/images/mainout/iconNext.svg) no-repeat center
    center / contain;
  transform: rotate(270deg);
}
.sct4 .valueBox > li .cityList li {
  height: 40px;
  line-height: 42px;
}
.sct4 .valueBox > li .cityList.active li {
  color: #475569;
  border-bottom: 1px dashed #cbd5e1;
}
.sct4 .valueBox > li .cityList.active li:hover {
  color: #2e4a76;
}
.sct4 .valueBox > li dl dt {
  display: inline-block;
  background: #e2e8f0;
  padding: 0.5rem 0.75rem;
  color: #293b53;
  border-radius: 10px;
}
.sct4 .valueBox > li dl dd.value {
  padding-top: 1rem;
  font-size: 28px;
  font-weight: bold;
}
.sct4 .valueBox > li dl dd.unit {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #e2e8f0;
}
.sct5 {
  padding: 3rem 0;
}
.sct5 .innerWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.sct5 .innerWrap > div:first-child {
  width: 65%;
}
.sct5 .innerWrap > div:last-child {
  width: 28%;
}
.sct5 .sbjtBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.sct5 .sbjtBox h3 {
  font-size: 32px;
}
.sct5 .sbjtBox h3 + a {
  margin-top: 1rem;
  display: inline-block;
}
.sct5 .sbjtBox h3 + a span {
  font-size: 24px;
}
.sct5 .sbjtBox h3 + a:hover {
  text-decoration: underline;
}
.sct5 .board .boardTab {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.sct5 .board .boardTab > li {
  width: 120px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 1rem;
  text-align: center;
  line-height: 43px;
  color: #475569;
  background: #f2f3f5;
  border-radius: 40px;
  cursor: pointer;
}
.sct5 .board .boardTab > li.active {
  background: #1f2937;
  color: #ffffff;
}
.sct5 .board .boardList {
  border-top: 2px solid #1f2937;
}
.sct5 .board .boardList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 0;
  border-bottom: 1px solid #1f2937;
}
.sct5 .board .boardList a span.type {
  width: 80px;
  height: 35px;
  background: #911dae;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
}
.sct5 .board .boardList .type01 a span.type {
  background: #293b53;
  transform: rotate(-0.03deg);
}
.sct5 .board .boardList a p.title {
  width: calc(100% - 300px);
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(-0.03deg);
}
.sct5 .board .boardList li:hover a p.title {
  text-decoration: underline;
}
.sct5 .board .boardList a p.date {
  color: #475569;
}
.sct5 .board .boardList a .btnMore {
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/sppartners/images/mainout/iconBoardMore.svg) no-repeat center
    center / contain;
  overflow: hidden;
  border-radius: 50%;
}
.sct5 .board .boardList li a .btnMore span {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/sppartners/images/mainout/iconBoardMoreRed.svg) no-repeat
    center center / contain;
  transition: all 0.15s linear;
}
.sct5 .board .boardList li:hover a .btnMore span {
  left: 0;
}
.sct5 .innerWrap .rightCont {
  width: 40%;
  margin-right: 0;
}
.sct5 .innerWrap .rightCont .sbjtBox {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sct5 .innerWrap .rightCont .sbjtBox .ctrlBox {
  display: flex;
  align-items: center;
}
.sct5 .innerWrap .rightCont .sbjtBox .ctrlBox button {
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.sct5 .innerWrap .rightCont .sbjtBox .ctrlBox .ctrlPrev {
  background-image: url(/sppartners/images/mainout/iconPrev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sct5 .innerWrap .rightCont .sbjtBox .ctrlBox .ctrlPause {
  background-image: url(/sppartners/images/mainout/iconPause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 0.5rem;
}
.sct5 .innerWrap .rightCont .sbjtBox .ctrlBox .ctrlPause.stop {
  background-image: url(/sppartners/images/mainout/iconPlay.svg);
}
.sct5 .innerWrap .rightCont .sbjtBox .ctrlBox .ctrlNext {
  background-image: url(/sppartners/images/mainout/iconNext.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sct5 .innerWrap .rightCont .swiper-wrapper {
  height: auto;
}
.sct5 .innerWrap .rightCont .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.sct5 .innerWrap .rightCont .swiper-slide img {
  width: 100%;
  height: 100%;
}
/*퀵메뉴*/
.quickMenu {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -125px;
  background: #ffffff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.35s linear;
  z-index: 99;
}
.quickMenu.unactive {
  right: -136.23px;
}
.quickMenu .btnToggle {
  content: "";
  position: absolute;
  top: 55%;
  left: -15px;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  background: url(/sppartners/images/mainout/iconQuickToggle.svg) no-repeat
    center center / contain;
  border-radius: 50%;
  transition: all 0.3s linear;
  z-index: 2;
}
.quickMenu.unactive .btnToggle {
  left: -28px;
  transform: rotate(0deg);
}
.quickMenu p.title {
  background: #293b53;
  padding: 1.5rem 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 20px 0 0;
}
.quickMenu ul.cont {
  padding: 0 0.5rem;
}
.quickMenu ul.cont > li a {
  position: relative;
  width: 100%;
  background: #ffffff;
  display: block;
  padding: 1.5rem 0.25rem;
  text-align: center;
  transform: rotate(-0.03deg);
}
.quickMenu ul.cont > li:hover a {
  color: #2e4a76;
}
.quickMenu ul.cont > li:last-of-type a {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0.5rem auto;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  line-height: 50px;
}
.quickMenu ul.cont > li:last-of-type a:hover {
  color: #1f2937;
}
.quickMenu ul.cont > li:not(:last-child) a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #cbd5e1;
}
.quickMenu ul.cont > li:last-of-type a:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 25px);
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #f2f3f5;
  border-radius: 50%;
  z-index: -1;
}
.quickMenu {
  display: block;
}

footer .top {
  display: none;
}

@media all and (max-width: 1400px) {
  .contentWrap {
    overflow-x: hidden;
  }
  .contentBody {
    padding: 0 1.5rem;
  }
}

@media all and (max-width: 1200px) {
  .head > button.menu_open:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
  }
  div.depth_box {
    top: 40px;
  }
  .sct1 .upper {
    display: block;
  }
  .sct1 .upper .leftCont {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sct1 .upper .leftCont h2 {
    display: block;
    font-size: 48px;
    word-break: keep-all;
  }
  .sct1 .upper .rightCont {
    width: 100%;
  }
  .sct1 .center {
    flex-wrap: wrap;
  }
  .sct1 .center a[class*="sct1Banner"] {
    width: calc((100% / 3) - 1rem);
    height: 180px;
  }
  .sct1 .center .column {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 1.3rem;
  }
  .sct1 .center .column a[class*="sct1Banner"] {
    width: calc(50% - 0.75rem);
  }
  .sct3 .sct3Tab > li {
    font-size: 24px;
  }
  .sct3 .sct3Tab + .flex73 {
    display: block;
  }
  .sct3 .sct3Tab + .flex73 > .sct3TabCont {
    width: 100%;
  }
  .sct3 .sct3Tab + .flex73 > .dataRankBox {
    width: 100%;
  }
  .sct3 .dataRankCont > ul.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sct3 .dataRankCont > ul > li {
    width: calc(33.33% - 0.75rem);
  }
  .sct3 div[id*="tab0"] > div[class$="t"] {
    width: calc(33.33% - 0.75rem);
  }
  .sct3 div[id*="tab0"] > div.cent {
    margin-top: 0;
  }
  .sct3 .cont {
    height: 170px !important;
    margin-bottom: 1rem;
  }
  .sct3 .cont p.title {
    font-size: 18px;
  }
  .sct3 .cont img {
    width: 48px;
    height: auto;
  }
  .sct4 .valueBox {
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #f8fafc;
  }
  .sct4 .valueBox > li {
    width: calc((100% - 240px) / 2);
    padding: 2rem 1rem;
    border-radius: 0 !important;
  }
  .sct4 .valueBox > li:first-child {
    border-radius: 0 0 10px 0 !important;
  }
  .sct4 .valueBox > li:nth-child(3n):after {
    display: none;
  }
  .sct4 .valueBox > li:nth-child(2):before,
  .sct4 .valueBox > li:nth-child(3):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background: #e2e8f0;
  }
  .sct4 .valueBox > li dl dd.unit {
    bottom: 0.75rem;
  }
  .sct5 .sbjtBox h3 {
    font-size: 20px;
  }
  .sct5 .innerWrap {
    display: block;
  }
  .sct5 .innerWrap > div[class*="Cont"] {
    width: 100%;
  }
  .sct5 .innerWrap > div.leftCont {
    margin-bottom: 3.5rem;
  }
  .quickMenu {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .head_top h1 a {
    height: 40px;
    color: transparent;
    text-indent: -9999px;
    margin-top: 40px;
  }
  .sct1 .upper {
    padding-top: 0;
  }
  .sct1 .upper .leftCont h2 {
    font-size: 40px;
  }
  .sct1 .upper .leftCont h2 + p {
    font-size: 20px;
  }
  .sct1 .upper .rightCont {
    display: block;
  }
  .sct1 .upper .rightCont > div {
    width: 100%;
  }
  .sct1 .upper .rightCont > div.searchBox {
    margin-bottom: 2.5rem;
  }
  .sct1 .upper .rightCont > div.searchBox input {
    padding-left: 0;
  }
  .sct1 .center {
    display: block;
  }
  .sct1 .center > a[class*="sct1Banner"] {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sct1 .center .column {
    margin-top: 0;
    display: block;
  }
  .sct1 .center .column a[class*="sct1Banner"] {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sct1 .center a[class*="sct1Banner"] img {
    width: auto;
    height: 48px;
  }
  .sct1 .center a.sct1Banner4 img,
  .sct1 .center a.sct1Banner5 img {
    bottom: 1rem;
  }
  .sct1 .bottom {
    display: block;
  }
  .sct1 .bottom > dl {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sct1 .bottom dl span {
    font-size: 14px;
  }
  .sct3 .sct3Tab {
    overflow-x: auto;
  }
  .sct3 .sct3Tab::-webkit-scrollbar {
    height: 0;
  }
  .sct3 .sct3Tab > li {
    margin-right: 1.5rem;
    font-size: 20px;
    white-space: nowrap;
    overflow: visible;
  }
  .sct3 div[id*="tab0"].active {
    flex-direction: column;
  }
  .sct3 div[id*="tab0"] > div[class$="t"] {
    width: 100%;
  }
  .sct3 #tab04 > div {
    width: 100%;
  }
  .sct3 .cont p.title {
    font-size: 16px;
  }
  .sct3 .dataRankCont > ul > li {
    width: 100%;
  }
  .sct3 .dataRankCont > ul li a {
    font-size: 14px;
  }
  .sct4 h2 {
    font-size: 20px;
  }
  .sct4 .valueBox {
    background: transparent;
    flex-direction: column;
  }
  .sct4 .valueBox > li {
    width: 100%;
  }
  .sct4 .valueBox > li:first-child {
    width: 100%;
    border-radius: 10px 10px 0 0 !important;
  }
  .sct4 .valueBox > li:first-of-type img {
    padding-bottom: 0.5rem;
  }
  .sct4 .valueBox > li .cityList.active {
    z-index: 2;
  }
  .sct4 .valueBox > li:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background: #e2e8f0;
  }
  .sct4 .valueBox > li:after {
    display: none;
  }
  .sct5 .board .boardTab {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sct5 .board .boardTab::-webkit-scrollbar {
    height: 0;
  }
}

@media all and (max-width: 550px) {
  .sct5 .board .boardList li a {
    display: block;
    padding: 1.5rem 0;
  }
  .sct5 .board .boardList li a span.type {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .sct5 .board .boardList a p.title {
    width: 100%;
  }
  .sct5 .board .boardList a .btnMore {
    display: none;
  }
  .sct5 .board .boardList a p.date {
    margin-top: 0.5rem;
  }
}
