@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;
}
.bgDim {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 5;
  display: none;
}

/*헤더*/
.contentWrap .header {
  position: relative;
  background: #fff;
  padding-right: 8px;
  z-index: 11;
}
.contentWrap .header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110vw;
  height: 100%;
  background: #fff;
}
.contentWrap .headerTop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 17px;
}
.contentWrap .headerTop:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
.contentWrap .headerTop h1.logo a {
  width: 220px;
  height: 55px;
  display: block;
  background: url(/sppartners/images/mainout/logoColor.svg) no-repeat center center / contain;
}
.contentWrap .headerTop .utilBox {
  display: flex;
  align-items: center;
}
.contentWrap .headerTop .utilBox > li {
  position: relative;
  margin-left: 2rem;
  font-size: 14px;
  color: #464646;
}
.contentWrap .headerTop .utilBox > li:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 45%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/sppartners/images/mainout/iconLogin.svg) no-repeat center center / contain;
  opacity: 0.8;
}
.contentWrap .headerTop .utilBox > li.join:before {
  background: url(/sppartners/images/mainout/iconJoin.svg) no-repeat center center / contain;
}
.contentWrap .headerTop .utilBox > li.cnHome:before {
  background: url(/sppartners/images/mainout/iconCnhome.svg) no-repeat center center / contain;
}
.contentWrap .headerTop .utilBox > li a {
  transform: rotate(-0.03deg);
}
.contentWrap .headerTop .utilBox > li:hover a {
  text-decoration: underline;
}
.contentWrap .headerTop .btnHam {
  position: relative;
  width: 30px;
  height: 24px;
  background: transparent;
  display: none;
}
.contentWrap .headerTop .btnHam > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #464646;
  display: block;
  transition: all 0.3s linear;
}
.contentWrap .headerTop .btnHam > span:nth-child(2) {
  top: calc(50% - 1.5px);
}
.contentWrap .headerTop .btnHam > span:nth-child(3) {
  top: unset;
  bottom: 0;
}
.contentWrap .headerTop .btnHam.active span:nth-child(1) {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}
.contentWrap .headerTop .btnHam.active span:nth-child(2) {
  left: -40px;
  opacity: 0;
}
.contentWrap .headerTop .btnHam.active span:nth-child(3) {
  top: calc(50% - 1.5px);
  transform: rotate(135deg);
}
.contentWrap .header .globNav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
}
.contentWrap .header .globNav:hover:before {
  display: block;
}
.contentWrap .header .globNav:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150vw;
  height: 1px;
  background: #fab6b6;
  z-index: -1;
}
.contentWrap .header .globNav > li {
  width: 25%;
}
.contentWrap .header .globNav > li > a {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transform: rotate(-0.03deg);
}
.contentWrap .header .globNav > li:hover > a {
  text-decoration: underline;
}
.contentWrap .header .globNav > li > a + .depthWrap {
  position: absolute;
  left: 0;
  display: none;
}
.contentWrap .header .globNav > li.active > a + .depthWrap {
  display: flex;
}
.contentWrap .header .globNav > li > a + .depthWrap:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: auto;
  min-height: 280px;
  background: #fbf6f7;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: -1;
}
.contentWrap .header .globNav > li > a + .depthWrap:after {
  content: "";
  position: absolute;
  left: 180px;
  width: 100vw;
  min-height: 280px;
  background: #fff;
  z-index: -1;
}
.contentWrap .header .globNav > li:last-child:hover > a + .depthWrap:before {
  min-height: 360px;
}
.contentWrap .header .globNav > li:last-child:hover > a + .depthWrap:after {
  min-height: 360px;
}
.contentWrap .header .globNav > li > a + .depthWrap p.title {
  width: 200px;
  padding: 3.5rem 0;
  font-size: 24px;
  font-weight: bold;
  color: #ea3c3c;
  flex-shrink: 0;
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont {
  width: calc(100% - 180px);
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li {
  position: relative;
  display: flex;
  align-items: center;
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.25rem;
  width: 100vw;
  height: 1px;
  background: #dedede;
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a {
  width: 200px;
  flex-shrink: 0;
  padding: 1.5rem 0;
  font-size: 20px;
  color: #e24900;
  transform: rotate(-0.03deg);
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 > li > a {
  position: relative;
  margin-right: 1.25rem;
  padding: 0.25rem 0;
  display: block;
  color: #676767;
  transform: rotate(-0.03deg);
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 > li:hover > a {
  color: #262626;
  text-decoration: underline;
}
.contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 > li.newWindow > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/sppartners/images/mainout/iconNewWindow.svg) no-repeat center center / contain;
  margin: 0 0 -0.15rem 0.25rem;
}

/*기존 올담 헤더 수정*/
.head_top .util li a:after {
  top: 0;
}
div.depth_box {
  top: 62px;
  background: #fff0f0;
  border-top: 1px solid #ea3c3c;
  box-shadow: 0 5px 10px rgb(202 0 0 / 10%);
}
.depth_boxcon p strong {
  color: #ea3c3c;
}
.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;
}
.s_title {
  background: url(/images/damin/common/bgSubHeader.jpg) no-repeat center center / cover;
}
.s_title:before {
  box-shadow: 0 -5px 10px rgb(241 0 0 / 10%);
}
.s_title .local {
  box-shadow: 0 -5px 10px rgb(241 0 0 / 10%);
}
.s_title .local li a {
  border-right: 1px solid #c27e7e;
  border-bottom: 1px solid #c27e7e;
}
.s_title .local li.on > a {
  border: 1px solid #ea3c3c;
}
.s_title li > button {
  border: 1px solid #c27e7e;
}

/*검색자동완성*/
#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 #ccc;
}
#keywordBox > ul > li span {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
/* #keywordBox > ul > li:hover span { */
/* 	color:#ea3c3c; */
/* } */

/*푸터*/
.footer {
  margin-top: 5rem;
  padding: 3rem 0;
  background: #f2f3f5;
}
.footer .fCont {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .fCont a.fLogo {
  width: 217px;
  height: 59px;
  background: url(/sppartners/images/mainout/logoGray.png) no-repeat center center / contain;
  display: block;
  margin: 0 auto;
}
.footer .fCont .fMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
.footer .fCont .fMenu > li {
  position: relative;
  padding: 0 1rem;
}
.footer .fCont .fMenu > li:hover {
  text-decoration: underline;
}
.footer .fCont .fMenu > li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #ccc;
}
.footer .fCont .fMenu a {
  color: #565656;
}
.footer .fCont .fMenu > li:first-child a {
  color: #ea3c3c;
  transform: rotate(-0.03deg);
}
.footer .fCont p.address,
.footer .fCont p.num,
.footer .fCont p.copyRight {
  color: #565656;
  transform: rotate(-0.03deg);
  word-break: keep-all;
}
.footer .fCont p.num {
  margin: 0.5rem 0 2rem;
}

/*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: #ea3c3c;
}
.sct1 .upper .leftCont h2 + p {
  display: inline-block;
  font-size: 24px;
  overflow: hidden;
  word-break: keep-all;
}
.sct1 .upper .leftCont h2 + p span {
  color: #ea3c3c;
}
.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: #fff;
  padding: 0 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.sct1 .searchBox form ul > li:hover {
  color: #9a0e0e;
}
.sct1 .searchBox form ul > li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.sct1 .searchBox input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 2.5rem 0 0.5rem;
  font-family: "GmarketSans", sans-serif;
  border-bottom: 2px solid #262626;
  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, #262626;
  border-radius: 50%;
  display: block;
}
.sct1 .rankBox {
  position: relative;
  width: 50%;
  height: 40px;
  display: flex;
  border-bottom: 2px solid #262626;
  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: #fff;
  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: #ffdada;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #ea3c3c;
  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 #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sct1 .rankBox .rankList > li:hover a {
  color: #ea3c3c;
}
.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: #fff0f0;
}
.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: #fff0f0;
  color: #ea3c3c;
  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: #262626;
  transition: all 0.3s linear;
  opacity: 0.75;
}
.sct3 .sct3Tab > li.active {
  color: #262626;
}
.sct3 .sct3Tab > li:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: #767676;
}
.sct3 .sct3Tab > li.active:after {
  width: 100%;
  left: 0;
  background: #262626;
  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: #fff0f0;
  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: #fff0f0;
  animation-delay: 0.15s;
}
.sct3 #tab02 .cont1,
.sct3 #tab02 .cont4,
#tab02 .cont5 {
  height: 280px;
}
.sct3 #tab03 .cont1,
.sct3 #tab03 .cont4,
.sct3 #tab03 .cont5 {
  background: #fff0f0;
  animation-delay: 0.15s;
}
.sct3 #tab04 > div > div {
  height: 300px;
}
.sct3 #tab04 .cont1,
.sct3 #tab04 .cont3 {
  background: #fff0f0;
  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: #fff7f7;
  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: #ea3c3c;
  font-weight: bold;
  color: #fab6b6;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.sct3 .dataRankBox .dataRankTab > li.active {
  color: #fff;
}
.sct3 .dataRankCont > ul {
  background: #fff;
  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: #ea3c3c;
  color: #fff;
  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: #ea3c3c;
}
.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: #fff7f7;
  padding: 2.5rem 1.5rem;
}
.sct4 .valueBox > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
  background: #e4bece;
}
.sct4 .valueBox > li:first-of-type {
  position: relative;
  width: 240px;
  background: #ea3c3c;
  color: #fff;
  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: #fff;
  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: #464646;
  border-bottom: 1px dashed #ccc;
}
.sct4 .valueBox > li .cityList.active li:hover {
  color: #e24900;
}
.sct4 .valueBox > li dl dt {
  display: inline-block;
  background: #ffe0e0;
  padding: 0.5rem 0.75rem;
  color: #bf4545;
  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: #c27e7e;
}
.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: #464646;
  background: #f2f3f5;
  border-radius: 40px;
  cursor: pointer;
}
.sct5 .board .boardTab > li.active {
  background: #262626;
  color: #fff;
}
.sct5 .board .boardList {
  border-top: 2px solid #262626;
}
.sct5 .board .boardList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 0;
  border-bottom: 1px solid #262626;
}
.sct5 .board .boardList a span.type {
  width: 80px;
  height: 35px;
  background: #911dae;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
}
.sct5 .board .boardList .type01 a span.type {
  background: #ea3c3c;
  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: #464646;
}
.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: #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.35s linear;
  z-index: 3;
}
.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: url(/sppartners/images/mainout/bgQuick.svg) no-repeat center center / cover, #ea3c3c;
  padding: 1.5rem 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  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: #fff;
  display: block;
  padding: 1.5rem 0.25rem;
  text-align: center;
  transform: rotate(-0.03deg);
}
.quickMenu ul.cont > li:hover a {
  color: #ea3c3c;
}
.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: #262626;
}
.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 #ccc;
}
.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;
}

/*기존올담 삭제*/
div.header {
  display: none;
}
.side_bar.on {
  display: none;
}
div.footer {
  display: none;
}
footer .top {
  display: none;
}

/*올담 서브페이지 디자인수정*/
.s_title h2 {
  color: #ea3c3c;
}
.s_title .search {
  border: 1px solid #ea3c3c;
}
.s_title .search input[type="submit"] {
  background: url("/images/damin/common/common_ico.png") no-repeat center -504px #ea3c3c;
}
.s_title .local li.home a {
  background-color: #ea3c3c;
}
.s_title .local li.on ul {
  background: #faf0f0;
  box-shadow: -3px 0 rgba(0, 0, 0, 0.1);
}
.bbs_search2 .form_sm {
  background: #9a0e0e;
}
.bbs_search3 .bbs_total strong {
  color: #ea3c3c;
}
.bbs_list {
  border-top: 3px solid #9a0e0e;
}
.bbs_list li a:hover,
.bbs_list li a:focus {
  background: #fef8f8;
}
.manager {
  background: #faf0f0;
  border-top: 2px solid #ea3c3c;
}
.manager strong {
  color: #ea3c3c;
}
.bbs_view h4 {
  color: #ea3c3c;
}
.bbs_vtop .col {
  border-top: 3px solid #ea3c3c;
}
.bbs_vtop .col strong {
  color: #ea3c3c;
}
.bbs_btn a:hover,
.bbs_btn a:focus,
.bbs_btn input[type="submit"]:hover,
.bbs_btn input[type="submit"]:focus {
  color: #ea3c3c;
  background-color: #fff !important;
  border-color: #ea3c3c;
}
.bbs_filedown {
  background: #fef8f8;
}
.bbs_vtop .col {
  background: #fef8f8;
}
.datamap_sch {
  border: 3px solid #ea3c3c;
}
.datamap_sch .form_sm {
  background: #ea3c3c;
}
.basic_tab {
  border-top: 1px solid #c27e7e;
  border-left: 1px solid #c27e7e;
}
.basic_tab li a {
  background: #fbf2f2;
  border-right: 1px solid #c27e7e;
  border-bottom: 1px solid #c27e7e;
}
.basic_tab li.on a {
  background: #ea3c3c;
}
.basic_tab li:hover a {
  background: #ea3c3c;
}
.bbs_search_box {
  background: #fbf2f2;
}
.bbs_search_box input[type="submit"] {
  background-color: #ea3c3c;
}
.bbs_search_box input[type="submit"]:hover {
  background-color: #ea3c3c;
}
.new_btn button {
  background-color: #ea3c3c;
}
.new_btn button:hover {
  background-color: #ea3c3c;
}
.toggle h4 {
  color: #ea3c3c;
  background: #faf0f0;
  border: 1px solid #ea3c3c;
}
.toggle h4.on {
  background: #faf0f0;
  color: #ea3c3c;
  border: 1px solid #ea3c3c;
}
.toggle h4 a {
  color: #ea3c3c;
}
.toggle h4.on a {
  color: #ea3c3c;
}
.op_tbl_list li.all {
  color: #ea3c3c;
}
.btnDefaultSearch {
  background: #ea3c3c !important;
}
.btnDetailSearch {
  color: #ea3c3c !important;
  border: 1px solid #ea3c3c !important;
}
.bbs_data .bbs_btn button {
  border: 1px solid #ea3c3c;
  color: #ea3c3c;
}
.bbs_data .bbs_btn button:hover {
  background: #ea3c3c;
  color: #fff;
}
.toggle div.on {
  border: 1px solid #c27e7e;
  border-top: none;
}
.ssmall-view {
  background-color: #ea3c3c;
}
.bbs_page a.on {
  background: #ea3c3c;
}
.bbs_page a.on:hover {
  background: #ea3c3c;
}
.bbs_page a:hover {
  background-color: #faf0f0;
  border: 1px solid #c27e7e;
}
.board-list table.list01 {
  border-top: 2px solid #c27e7e;
}
.bbs_dbsearch .list {
  border-top: 2px solid #ea3c3c;
  background: #faf0f0;
}
.bbs_dbsearch .list h5 {
  color: #ea3c3c;
}
.bbs_dbsearch .bbs_search input.form_sm {
  background: #ea3c3c;
}
.OC0004 {
  background: #faf0f0;
}
.board-list table.list01 tbody tr:hover {
  background: #faf0f0f0;
}
.basic_tab li.on a:hover {
  background-color: #ea3c3c;
}
.bbs_search3 .form_sm {
  background: #ea3c3c;
}
.faq_list {
  border-top: 2px solid #c27e7e;
}
.faq_list li a em {
  background: #ea3c3c;
}
.status_box {
  background: #fef8f8;
  border: 1px solid #f9ecec;
}
.status_box .title {
  border: 1px solid #c27e7e;
}
.status_box .title h4 {
  color: #ea3c3c;
}
.status_box span strong {
  color: #ea3c3c;
}
.sch_zipyo {
  background: #fef8f8;
}
.sch_zipyo button {
  background: #ea3c3c;
}
.status_box2 span strong {
  color: #ea3c3c;
}
h6 {
  color: #ea3c3c;
}
.graphEl.bgBlueType {
  background: #fef8f8;
}
.datasBox > div .graphEl {
  border-top: 2px solid #c27e7e;
}
.searchSelectEl .selectBox {
  border: 1px solid #c27e7e;
}
.basic_table {
  border-top: 2px solid #ea3c3c;
}
.basic_table tbody th {
  background: #fef8f8;
}
ul.tabs li.current {
  background: #ea3c3c;
  border: 1px solid #ea3c3c;
}
.tab_content2-title {
  color: #ea3c3c;
}
.like_content a {
  background: #ea3c3c;
}
.info_box {
  background: #fef8f8;
  border: 1px dashed #c27e7e;
}
.gong_jedo {
  background: #fef8f8;
}
.txt_link,
.txt_link:hover {
  color: #ea3c3c;
}
.basic_step2 li strong {
  color: #ea3c3c;
  background: #fef8f8;
  color: #ea3c3c;
  border-top: 2px solid #c27e7e;
}
.basic_box2 dt {
  color: #ea3c3c;
}
.basic_btn a {
  background: #fef8f8;
  border: 1px solid #c27e7e;
}
.basic_btn a:hover,
.basic_btn a:focus {
  color: #ea3c3c;
  border: 1px solid #ea3c3c;
}
.basic_btn span {
  color: #ea3c3c;
}
.faq_list li.on a {
  color: #ea3c3c;
  border-bottom: 1px solid #ea3c3c;
}
.faq_list li div {
  background: #fef8f8;
}
.faq_list li div em {
  border: 1px solid #ea3c3c;
}
.faq_list li div em:after {
  color: #ea3c3c;
}
.faq_list li.on div {
  background: #fef8f8;
  border-bottom: 1px solid #ea3c3c;
}
.sbtn_new {
  color: #474747;
  background-color: #fef8f8;
  border: 1px solid #c27e7e !important;
}
.sbtn_new:hover,
.sbtn_new:focus {
  background-color: #ea3c3c;
  background-image: url(/images/damin/common/btn_new_w.png);
  border: 1px solid #ea3c3c;
}

.sbtn_new span {
  color: #ea3c3c;
}
.tab_content2 {
  background-color: #fef8f8;
}
.tab_content2 .tab-link.ssmall-down.current {
  background-color: #ea3c3c;
  border: 1px solid #ea3c3c;
}
.GridMain1 .GridMain2 .GMHeaderText {
  color: #ea3c3c;
}
.GridMain1 .GridMain2 .GMMainTable {
  border: 1px solid #c27e7e;
}
.GridMain1 .GridMain2 .GMCellHeader,
.GridMain1 .GridMain2 .GMCellHeaderEmpty {
  background-color: #fef8f8;
  border-right: 1px solid #c27e7e;
  border-bottom: 1px solid #c27e7e;
}
.board-btns a {
  background-color: #ea3c3c;
}
.like_content span strong {
  color: #ea3c3c;
}
.bbs_btn a.bbs_bt2 {
  background: #ea3c3c;
}
.bbs_reply {
  background: #fef8f8;
}
.menu3 .depth_boxcon > ul > li > a {
  width: 30%;
}
.basic_box {
  border-top: 3px solid #ea3c3c;
}
.basic_box2 {
  border-top: 3px solid #ea3c3c;
}
.basic_dl dt {
  color: #ea3c3c;
}
.basic_box > div {
  background: #fef8f8;
}
.basic_step li strong {
  background: #ea3c3c;
}
.basic_step li span {
  border-top: 1px solid #c27e7e;
  background: #fef8f8;
}
.basic_step li:last-child span {
  border-color: #ea3c3c;
  border-top: 3px solid #ea3c3c;
}
.basic_step2 li span {
  border-top: 2px solid #ea3c3c;
}
.fc_blue {
  color: #ea3c3c;
}
.city_icon li a {
  background: #fef8f8;
  border: 1px solid #c27e7e;
  border-right: none;
}
.city_icon li:last-child a {
  border-right: 1px solid #c27e7e;
}
.city_icon li a:hover,
.city_icon li a:focus {
  background: #fff;
  color: #ea3c3c;
}
.city_icon li.on a {
  color: #ea3c3c;
  border-color: #ea3c3c;
}
.sbtn_down {
  background-color: #fef8f8;
  color: #ea3c3c;
  border: 1px solid #c27e7e;
}
.sbtn_down:hover,
.sbtn_down:focus {
  background-color: #ea3c3c;
  border: 1px solid #ea3c3c;
}
.sbtn_down span {
  color: #ea3c3c;
}
.life_icon li a {
  background: #fef8f8;
  border: 1px solid #c27e7e;
}
.life_icon li.on a {
  color: #ea3c3c;
  border-color: #c27e7e;
}
.life_icon li a:hover,
.life_icon li a:focus {
  color: #ea3c3c;
  background: #fff;
  border: 1px solid #ea3c3c;
}
.vision_icon li.on a {
  border: 1px solid #ea3c3c;
}
.vision_icon li a:hover,
.vision_icon li a:focus {
  background-color: #fff;
  color: #262626;
}
.bbs_data .bbs_vtop .data_type {
  background: #ea3c3c;
}
.bbs_btn a.bbs_bt1 {
  background: #ea3c3c;
}
.bbs_btn a.bbs_bt2 {
  background: #c27e7e;
}
.photo_list li a:hover,
.photo_list li a:focus {
  background: #fef8f8;
}
.login h5 span {
  color: #ea3c3c;
}
.login .login_form form input[type="submit"] {
  background: #ea3c3c;
}
.reser_step ol {
  box-shadow: 4px 4px 0 #f9ecec;
}
.reser_step li.on {
  background: #ea3c3c;
}
.reser_step li span {
  background: #fff;
  color: #ea3c3c;
}
.join_box li:hover {
  border-color: #c27e7e;
  box-shadow: 0 0 20px #f9ecec;
}
.join_box li a {
  background: #fef8f8;
  color: #ea3c3c;
  border: 1px solid #c27e7e;
}
.join_box li a:hover,
.join_box li a:focus {
  border: 1px solid #ea3c3c;
}
.sitemap > div {
  background-color: #fef8f8;
  border-top: 2px solid #ea3c3c;
  border-bottom: 1px solid #c27e7e;
}
.sitemap h4 a {
  color: #ea3c3c;
}
.sitemap div div li a {
  color: #ea3c3c;
}
.sitemap div div li ul {
  background: #fef8f8;
  border: 1px dashed #c27e7e;
}
.int .tit_box .text {
  box-shadow: 0 0 20px rgb(202 0 0 / 20%);
}
.int .tit_box .text h4 {
  color: #ea3c3c;
}
.int .tit_box .text p em {
  color: #ea3c3c;
}
.int .tit_box .text p em:after {
  box-shadow: rgv(241 0 0 / 10%);
}
.int .con_box h5 {
  color: #ea3c3c;
}
.int .con_box li strong {
  color: #ea3c3c;
}
.guide div {
  border: 1px solid #c27e7e;
}
.guide div h4 {
  color: #ea3c3c;
}
.associative-data {
  background-color: #fef8f8;
}
.self .basic_step li:last-child span {
  border-color: #ea3c3c;
}
.self .basic_dl dd a {
  background: #ea3c3c;
}
.f_banner .control {
  display: flex;
  align-items: center;
}
.board-list table.list01 tbody td.title a:hover {
  color: #262626;
}
.agree_box .ag_txt {
  background: #fef8f8;
  border: 1px dashed #c27e7e;
}
.line_dot {
  border-top: 1px dotted #ea3c3c;
}

@media all and (max-width: 1400px) {
  .contentWrap {
    overflow-x: hidden;
  }
  .contentBody {
    padding: 0 1.5rem;
  }
}

@media all and (max-width: 1200px) {
  .contentWrap .headerTop .utilBox {
    position: absolute;
    left: 0;
    bottom: -3.25rem;
    width: 100vw;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    z-index: 4;
    display: none;
  }
  .contentWrap .header .globNav {
    position: absolute;
    top: 145px;
    width: 100vw;
    height: 200dvh;
    min-height: 200vh;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .contentWrap .header .globNav.active {
    display: block;
  }
  .contentWrap .header .globNav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  .contentWrap .header .globNav.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
  .contentWrap .header .globNav > li {
    width: 40%;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .contentWrap .header .globNav > li > a {
    font-size: 16px;
    padding: 1rem;
    text-align: right;
  }
  .contentWrap .header .globNav > li.active {
    background: #e35252;
  }
  .contentWrap .header .globNav > li.active > a {
    color: #fff;
  }
  .contentWrap .header .globNav > li.active > a + .depthWrap {
    display: block;
    top: 0;
    left: 40%;
    height: 100%;
    background: #fff;
  }
  .contentWrap .header .globNav > li.active > a + .depthWrap:before {
    display: none;
  }
  .contentWrap .header .globNav > li.active > a + .depthWrap:after {
    display: none;
  }
  .contentWrap .header .globNav > li > a + .depthWrap p.title {
    display: none;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont {
    width: 100%;
    background: #fff;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li:not(:last-child):before {
    display: none;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a {
    width: 100%;
    background: #f8f8f8;
    padding: 1rem;
    font-size: 16px;
    color: #262626;
    border-bottom: 1px solid #ccc;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li.active > a {
    background: #e35252;
    color: #fff;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li.active > a {
    border-bottom: none;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 {
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 > li > a:before {
    content: "";
    position: absolute;
    top: calc(50% - 1.8px);
    left: 1rem;
    width: 4px;
    height: 4px;
    background: #565656;
    border-radius: 50%;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li.active > a + .depth3 {
    height: 100%;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 > li {
    width: 100%;
    background: #fbf2f2;
    padding: 0.35rem 0;
  }
  .contentWrap .header .globNav > li > a + .depthWrap .depthCont .depth2 > li > a + .depth3 > li > a {
    padding-left: 1.5rem;
    font-size: 14px;
  }
  .contentWrap .headerTop .btnHam {
    display: block;
  }
  .head > button.menu_open {
    background: #fff;
    border: 1px solid #f6dada;
  }
  .head > button.menu_open:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(
      to bottom,
      #ea3c3c 4px,
      #fff 4px,
      #fff 8px,
      #ea3c3c 8px,
      #ea3c3c 12px,
      #fff 12px,
      #fff 16px,
      #ea3c3c 16px,
      #ea3c3c 20px,
      #fff 20px
    );
  }
  .menu.on {
    background: #fff0f0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
  }
  .head .menu.on button {
    background-color: #ea3c3c;
  }
  .menu h2 {
    color: #ea3c3c;
  }
  .menu > ul > li > a {
    color: #ea3c3c;
  }
  div.depth_box {
    top: 40px;
    background: #fff;
    border-top: none;
    box-shadow: none;
  }
  div.depth_boxcon li a {
    color: #ea3c3c;
  }
  .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: #fff7f7;
  }
  .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: #e4bece;
  }
  .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: #e4bece;
  }
  .sct4 .valueBox > li:after {
    display: none;
  }
  .sct5 .board .boardTab {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sct5 .board .boardTab::-webkit-scrollbar {
    height: 0;
  }
  .footer .fCont {
    align-items: flex-start;
    padding: 1rem;
    overflow-x: hidden;
  }
  .footer .fCont a.fLogo {
    margin: 0;
  }
  .footer .fCont .fMenu {
    width: 100vw;
    overflow-x: auto;
  }
  .footer .fCont .fMenu::-webkit-scrollbar {
    height: 0;
  }
  .footer .fCont .fMenu > li:first-child {
    padding-left: 0;
  }
  .footer .fCont .fMenu a {
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
  }
  .footer .fCont p.address,
  .footer .fCont p.num,
  .footer .fCont p.copyRight {
    font-size: 14px;
  }
}

@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;
  }
}

/* 250403 추가 */
.searchSelectEl input[type="submit"],
.dataRankGraph .dataRankEl .rankTitleEl,
.slideDataWrap .slideEl .sdeTit,
.sectorWrap .secAside .secAsideTit,
.slideDataWrap .slideEl .sdeListBox .sdeListEl li:before,
.head_top .util .user button {
  background-color: #ea3c3c;
}

.head_top .util .user div li a:hover,
.head_top .util .user div li a:focus {
  background: #ea3c3c;
  color: #fff;
}
.graphEl {
  border-top-color: #ea3c3c;
}

.keywordBox .keywordLeft .keywordRankEl .kwRank,
.dataRankGraph .dataRankEl:before,
.head_top .util .user div {
  background-color: #fbf2f2;
}

.head_top .util .user div li a,
.keywordBox .keywordLeft .keywordRankEl .kwRank .numberList li:before {
  color: #ea3c3c;
}
.keywordBox .keywordLeft .keywordRankEl .kwRank .numberList li.active a {
  box-shadow: 0px 0px 20px rgb(202 0 0 / 20%);
  background-color: #fd3535;
}
.infoEl {
  background: url("/sppartners/images/mainout/bgQuick.svg") no-repeat;
  background-size: 100%;
}
.infoEl .infoRightEl .infoDataBox .idTit {
  background-color: #ff940d;
}
.searchSelectEl .selectBox:before {
  background: url(/sppartners/images/mainout/iconSelectbox.png) center no-repeat;
}

.sectorWrap .secAside .secAsideEl li.active a {
  border: 1px solid #ea3c3c !important;
  color: #ea3c3c;
  box-shadow: 0px 0px 20px rgb(202 0 0 / 20%);
}
.basic_tab li a {
  height: auto;
}
.slideDataWrap .slideEl .sdeTit .sdeDate {
  color: #fbf2f2;
}

.head_top .util .user div li {
  display: block;
  margin: 0;
  border-top: 1px solid #c8ceda;
}
