@charset "UTF-8";
body {
  cursor: default;
}

main {
  position: relative;
}

#wrap{overflow: hidden;overflow-y: auto}

/* Scroll Down(Animation) - arrow */
@keyframes scrollIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}
/**
 *
 * 더보기 버튼(메인만 사용)
 *
 */
.tit-btn .btn-type-01 {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--btn-basic);
}

.tit-btn .btn--more {
  transition: 0.3s;
}
.tit-btn .btn--more:before, .tit-btn .btn--more:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: var(--btn-icon);
  transform: translate(-50%, -50%);
}
.tit-btn .btn--more:after {
  width: 1.6rem;
  height: 2px;
}
.tit-btn .btn--more:before {
  width: 2px;
  height: 1.6rem;
}
.tit-btn .btn--more:hover {
  transform: rotate(180deg);
}

/**
 *
 * 콘텐츠 영역(공통)
 *
 */
main .sub--tit,
main h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
main .sub--tit {
  position: relative;
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--fc-sub-tit);
}
main .tit__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* width(모바일 375px 기준) => xs */
@media (max-width: 375px) {
  main .sub--tit,
  main h3 {
    font-size: 3.5rem;
  }
  main .sub--tit {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
/* 탭 메뉴 - 공통 스타일 */
.tab__menu {
  display: flex;
  align-items: center;
}
.tab__menu li {
  position: relative;
  padding: 0 4rem;
}
.tab__menu li:first-child {
  padding-left: 0;
}
.tab__menu li.active a {
  position: relative;
  font-weight: 700;
  color: var(--fc-bold);
}
.tab__menu li.active a:after {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 1rem;
  border-radius: 50%;
  content: "";
  background-color: var(--point4);
}
.tab__menu li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 1.8rem;
  opacity: 0.3;
  content: "";
  transform: translateY(-50%);
  background-color: #565a6a;
}
.tab__menu li a {
  font-size: 2.2rem;
  color: var(--fc-before);
}

/*=============================================
=                 MAIN VISUAL                 =
=============================================*/
#mainVisual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 58.5rem;
  margin-top: 13rem;
  box-sizing: border-box;
}
#mainVisual .scroll--i {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 12rem;
  font-size: 1rem;
  font-weight: 600;
  color: #95a1b8;
  gap: 1rem;
}
#mainVisual .scroll--i i {
  display: inline-block;
  display: flex;
  justify-content: center;
  position: relative;
  width: 1.8rem;
  height: 2.5rem;
}
#mainVisual .scroll--i i:before, #mainVisual .scroll--i i:after {
  position: absolute;
  content: "";
}
#mainVisual .scroll--i i:before {
  width: 100%;
  height: 100%;
  border: 1px solid #c7d2e0;
  border-radius: 1rem;
}
#mainVisual .scroll--i i:after {
  top: 0.7rem;
  width: 2px;
  height: 4px;
  border-radius: 0.2rem;
  animation: scrollIcon 1s infinite linear;
  background-color: #95a1b8;
}

/**
 *
 * 인트로 - 텍스트 영역(swiper)
 *
 */
.mv-swiper__wrap {
  position: relative;
  width: 50%;
  height: 100%;
  padding-left: 5%;
  box-sizing: border-box;
}
.mv-swiper__wrap:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6.5rem;
  width: 30rem;
  height: 30rem;
  background: url("../../images/openlab/mv_bg-obj02.png") center/contain no-repeat;
  content: "";
  transform: translateY(-50%);
}

#mvSlider .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}
#mvSlider .swiper-slide .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
#mvSlider .swiper-slide .txt__box > span {
  display: inline-block;
  margin-top: 13rem;
  padding-bottom: 3.5rem;
  font-family: var(--e-ff1);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #a1a6bc;
}
#mvSlider .swiper-slide .txt__box p {
  margin-top: -1.5rem;
  padding-right: 5rem;
  font-family: var(--k-ff2);
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.3rem;
  color: var(--fc-con-tit);
}
#mvSlider .swiper-slide .txt__box strong {
  font-weight: 700;
  line-height: 6rem;
  color: var(--openLAB);
}
#mvSlider br.m_show {
  display: none !important;
}

/* 슬라이드 버튼, 페이지 번호 */
#mvSlider .control {
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin-bottom: 23.5rem;
}
#mvSlider .control .btn {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 1rem;
  color: #252830;
  cursor: pointer !important;
}
#mvSlider .control .btn:after {
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
#mvSlider .control .btn.btn--prev::after {
  background-image: url("../../images/openlab/mv_prev.png");
}
#mvSlider .control .btn.btn--next::after {
  background-image: url("../../images/openlab/mv_next.png");
}
#mvSlider .control .num {
  width: 6rem;
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--fc-tit);
}
#mvSlider .control .num strong {
  font-weight: 700;
}
#mvSlider .control__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mvSlider .control__inner {
  display: flex;
  align-items: center;
  margin: 0 3rem;
}
#mvSlider .btn--play {
  display: none;
}

/**
 *
 * 인트로 - 우측
 *
 */
.mv-right__wrap {
  display: flex;
  position: relative;
  width: 50%;
  height: 100%;
}
.mv-right__wrap:after, .mv-right__wrap > .inner {
  height: 40rem;
  box-sizing: border-box;
}
.mv-right__wrap:after {
  position: absolute;
  z-index: -3;
  width: 100%;
  margin-top: 9rem;
  border-radius: 3rem 0 0 7rem;
  content: "";
  background-color: #f5f6fa;
}
.mv-right__wrap > .inner {
  position: absolute;
  width: 100%;
  margin-top: 9rem;
  padding: 5rem 0 6rem;
}
.mv-right__wrap > .inner:before {
  position: absolute;
  right: 0rem;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 46.8rem;
  background: url("../../images/openlab/mv_obj01_m.png") bottom right/contain no-repeat;
  content: "";
}
.mv-right__wrap .recommend,
.mv-right__wrap .tab__area {
  margin-left: 6rem;
}
.mv-right__wrap .search__wrap,
.mv-right__wrap .tab__area {
  margin-top: 2.5rem;
}
.mv-right__wrap .tab__area {
  margin-top: 13.5rem;
}

/* 추천 키워드 */
.mv-right__wrap .recommend {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.mv-right__wrap .recommend strong {
  margin-bottom: 0;
  font-size: 1.7rem;
}
.mv-right__wrap .recommend ul {
  flex-wrap: wrap;
  gap: 2rem;
}
.mv-right__wrap .recommend ul a {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

/* 검색 */
/* .mv-right__wrap .search__wrap {
  position: absolute;
  width: 64rem;
  height: 8rem;
  margin-left: -6rem;
}
.mv-right__wrap .search__wrap .search__input i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
}
.mv-right__wrap .search__wrap .search__input i svg {
  width: 100%;
  height: 100%;
}
.mv-right__wrap .search__wrap input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 7.6rem;
  padding-left: 6rem;
  border: none;
  border-radius: 1rem;
  box-shadow: -0.2rem -0.2rem 2rem rgba(149, 161, 184, 0.12);
  font-size: 1.7rem;
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
}
.mv-right__wrap .search__wrap button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 16rem;
  height: 100%;
  border: none;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--openLAB);
}
.mv-right__wrap .search__wrap .search--i {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mv-right__wrap .search__wrap .search--i:before {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 1.5rem;
}
.mv-right__wrap .tab__menu li:not(:last-child)::after {
  display: none;
} */

/* goto 버튼 */
.goto__area{
  width:100%;
  padding: 1.5rem 4rem;
}
.goto__area ul{
  display: flex;
  align-items: center;
}
.goto__area ul li{
  width:125px;
  padding: 3rem;
  position: relative;
}
.goto__area ul li::after{
  content: "";
  position: absolute;
  width:1px;
  height:100px;
  background-color:#d9dbf0;
  right:0px;
  top:2.6rem;
}
.goto__area ul li:last-child:after{content: none;}
.goto__area ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.7rem;
  text-align: center;
}
.goto__area ul li a img{transition: all 0.3s ease-out;}
.goto__area ul li a img:hover{ transform: translateY(-5px);}

/* 로그인 전/후 */
.main_login{
  height: 160px;
  position: relative;
}
.main_login .main_login__inner{
  width:56rem;
  background-color: #ffffff;
  position: absolute;
  left:-58px;
  box-shadow: 0px 13px 13px 0px rgba(149, 161, 184, 0.12);
  border-radius: 20px 20px 40px 20px;
}
.main_login .main_login__box{
  margin:3rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.main_login__box img{margin-top:0.5rem;}
.main_login__box div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  line-height: 180%;
}
.main_login__box div p{font-size:1.7rem;color:#6c7283;line-height: 150%;}
.main_login .log_btn{
  background-color:#796fe0;
  color:#ffffff;
  padding:1.3rem 2.4rem;
  border-radius: 6px;
  font-size:1.45rem;
}
.main_login .log_btn i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  background: url("../../images/openlab/arrow_icon_w.svg") center / contain no-repeat;
  opacity: 0.5;
}
/*.login_after{display: none !important;}*/



/* 탭(메인페이지 공통) */
.main__tab .tab__area {
  display: flex;
  align-items: center;
  gap: 6.5rem;
}
.main__tab .tab__area .tab_wrap {
  width: auto;
}
.main__tab .tab__area .tab__menu {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border-radius: 0;
  background: none;
  gap: 2rem;
}
.main__tab .tab__area .tab__menu li {
  padding: 0;
}
.main__tab .tab__area .tab__menu li.active a {
  background: none;
  font-weight: 700;
}
.main__tab .tab__area .tab__menu li.active a:after {
  top: 0;
  right: 0;
  background-color: var(--openLAB);
}
.main__tab .tab__area .tab__menu li a {
  height: auto;
  padding-top: 1rem;
  padding-right: 1.7rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.main__tab .tab__area .count__list {
  display: flex;
  gap: 5rem;
}
.main__tab .tab__area .count__list li.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.5rem;
  gap: 0.7rem;
}
.main__tab .tab__area .count__list li.item i {
  display: inline-block;
  width: 5rem;
  height: 5rem;
}
.main__tab .tab__area .count__list li.item i:before {
  width: 5rem;
  height: 5rem;
}
.main__tab .tab__area .count__list .item--tit {
  margin-bottom: 0.7rem;
  font-family: var(--k-ff1);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  color: var(--fc-con-tit);
}
.main__tab .tab__area .count__list .item--count {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 0.7;
  color: var(--openLAB);
}
.main__tab .tab__area .count__list.data li.item:nth-child(1) i:before {
  background-image: url("../../images/openlab/mv-data_icon01.png");
}
.main__tab .tab__area .count__list.data li.item:nth-child(2) i:before {
  background-image: url("/images/openlab/mv-data_icon02.png");
}
.main__tab .tab__area .count__list.data li.item:nth-child(3) i:before {
  background-image: url("/images/openlab/mv-data_icon03.png");
}
.main__tab .tab__area .count__list.solution li.item:nth-child(1) i:before {
  background-image: url("/images/openlab/mv-solution_icon01.png");
}
.main__tab .tab__area .count__list.solution li.item:nth-child(2) i:before {
  background-image: url("/images/openlab/mv-solution_icon02.png");
}
.main__tab .tab__area .count__list.solution li.item:nth-child(3) i:before {
  background-image: url("/images/openlab/mv-solution_icon03.png");
}

/* width(노트북 1200px 기준) => xl */
@media (max-width: 1200px) {
  .mv-swiper__wrap {
    width: 40%;
  }
  .mv-swiper__wrap br {
    display: none;
  }
  #mvSlider .control {
    margin-bottom: 19rem;
  }
  .mv-right__wrap {
    width: 55%;
  }
  .main__tab .tab__area {
    gap: 4rem;
  }
  .main__tab .tab__area .count__list {
    gap: 2rem;
  }
}
/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  #mainVisual {
    display: block;
    height: auto;
    margin-bottom: 12rem;
  }
  #mvSlider .swiper-slide .txt__box {
    width: 50%;
  }
  #mvSlider .swiper-slide .txt__box p {
    font-size: 3rem;
    line-height: 1;
  }
  #mvSlider .swiper-slide .txt__box > span {
    margin-top: 10rem;
  }
  #mvSlider .scroll--i {
    display: none;
  }
  #mvSlider .control {
    margin-bottom: 10rem;
  }
  .mv-swiper__wrap {
    width: 100%;
    height: 40rem;
  }
  .mv-swiper__wrap:before {
    position: absolute;
    right: -12rem;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 35rem;
    margin-right: 12rem;
    background: url("/images/openlab/mv_obj01_m.png") bottom right/contain no-repeat;
    content: "";
  }
  .mv-swiper__wrap:after {
    display: none;
  }
  .mv-right__wrap {
    width: calc(100% - 3rem);
    margin-left: 3rem;
  }
  .mv-right__wrap:after {
    margin-top: auto;
  }
  .mv-right__wrap .inner {
    position: static;
    margin-top: auto;
    padding: 6rem 0;
  }
  .mv-right__wrap .inner:before {
    display: none;
  }
  .mv-right__wrap .recommend {
    gap: 7rem;
  }
  .mv-right__wrap .recommend ul {
    gap: 5rem;
  }
  .mv-right__wrap .search__wrap {
    width: calc(100% - 10rem);
    margin-top: 3.5rem;
    margin-left: 5rem;
  }
  .main__tab .tab__area {
    margin-top: 16rem;
  }
  .main__tab .tab__area .count__list {
    gap: 1rem;
  }
  .main__tab .tab__area .count__list li.item {
    flex-direction: row;
    width: 33.3%;
  }
  .main__tab .tab__area .count__list .item--tit {
    width: 10rem;
    margin-bottom: 0;
  }
  .main__tab .tab__area .count__list .item--count {
    width: 5rem;
  }
  #mvSlider .swiper-slide .txt__box p,
  #mvSlider .swiper-slide .txt__box strong {
    line-height: 1.2;
  }
  .mv-quickbar__deco {
    display: none;
  }
}
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .mv-swiper__wrap:before {
    margin-right: 9rem;
  }
  .mv-right__wrap .recommend,
  .mv-right__wrap .tab__area {
    margin-left: 5rem;
  }
  .mv-right__wrap .recommend {
    gap: 3rem;
  }
  .mv-right__wrap .recommend ul {
    gap: 1rem 2rem;
  }
  .mv-right__wrap .search__wrap .search__input i {
    display: none;
  }
  .main__tab .tab__area {
    margin-top: 14rem;
  }
  .main__tab .tab__area .count__list {
    gap: 5rem;
  }
  .main__tab .tab__area .count__list li.item {
    flex-direction: column;
    width: 33.3%;
  }
  .main__tab .tab__area .count__list .item--tit {
    width: 10rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .main__tab .tab__area .count__list .item--count {
    width: auto;
    font-size: 2.7rem;
  }
  .mv-right__wrap .search__wrap input[type=search] {
    padding-left: 3rem;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  #mvSlider .swiper-slide .txt__box > span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #mvSlider .swiper-slide .txt__box p {
    padding-right: 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #mvSlider .control {
    margin-bottom: 7rem;
  }
  #mvSlider .control .control__inner {
    margin: 0 2rem;
  }
  #mvSlider .control .btn {
    width: 3rem;
    height: 1rem;
  }
  #mvSlider .control .num {
    width: 4rem;
  }
  .mv-swiper__wrap {
    height: 35rem;
  }
  .mv-right__wrap > .inner, .mv-right__wrap:after {
    height: 44rem;
  }
  .mv-right__wrap:before {
    margin-right: 8rem;
  }
  .mv-right__wrap .inner {
    padding: 5rem 0;
  }
  .mv-right__wrap .inner > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mv-right__wrap .recommend strong {
    width: 7rem;
  }
  .mv-right__wrap .search__wrap input[type=search] {
    height: 6rem;
  }
  .mv-right__wrap .search__wrap input[type=search]::-moz-placeholder {
    color: transparent;
  }
  .mv-right__wrap .search__wrap input[type=search]::placeholder {
    color: transparent;
  }
  .mv-right__wrap .search__wrap button[type=submit] {
    top: 50%;
    width: 8rem;
    height: 6.4rem;
    font-size: 2rem;
    transform: translateY(-50%);
  }
  .mv-right__wrap .search__wrap .search--i:before {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.5rem;
  }
  .main__tab .tab__area {
    gap: 2rem;
  }
  .main__tab .tab__area .tab__menu {
    flex-direction: row;
  }
  .main__tab .tab__area .count__list {
    gap: 3rem;
  }
}
/* width(모바일 375px 기준) => xs */
@media (max-width: 375px) {
  #mvSlider .mv-swiper__wrap {
    height: 35rem;
  }
  #mvSlider .swiper-slide .txt__box > span {
    margin-top: 8rem;
  }
  #mvSlider .control {
    margin-bottom: 6rem;
  }
  .mv-right__wrap .recommend,
  .mv-right__wrap .tab__area,
  .mv-right__wrap .search__wrap {
    margin-left: 3rem;
  }
  .mv-right__wrap .search__wrap {
    width: calc(100% - 6rem);
  }
  .main__tab .tab__area .count__list {
    gap: 1rem;
  }
}
/* width(모바일 최소 사이즈 320px 기준) => xxs */
@media (max-width: 320px) {
  .main__tab .tab__area .count__list {
    gap: 0;
  }
}
/**
 *
 * 퀵메뉴
 *
 */
/* 퀵메뉴 호버 : Animation */
@keyframes quickMenuHover {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(7deg);
  }
  40% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-3deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* 퀵메뉴(공통) */
.mv-quickbar__wrap {
  position: relative;
  width: 100%;
  height: 18rem;
}
.mv-quickbar__wrap .tit__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 20;
  width: 25%;
  height: 100%;
}
.mv-quickbar__wrap .tit__box strong {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 600;
  color: #848ea3;
  gap: 1.5rem;
}
.mv-quickbar__wrap .tit__box strong i:before {
  width: 3.3rem;
  height: 5.5rem;
}
.mv-quickbar__wrap .tit__box .quick-menu--open {
  display: flex;
  align-items: center;
  height: 13rem;
}
.mv-quickbar__wrap .tit__box .quick-menu--open span {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.6;
}
.mv-quickbar__wrap .tit__box .quick-menu--open > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mv-quickbar__wrap .tit__box .quick-menu--open .arrow--i {
  overflow: hidden;
  width: 1.5rem;
  height: 1.6rem;
  transition: 0.5s;
}
.mv-quickbar__wrap .tit__box .quick-menu--open .arrow--i:before {
  top: 0;
  width: 3rem;
  height: 1.6rem;
  transform: initial;
  background-image: url("/images/openlab/quickmenu-arrow_i.svg");
}
.mv-quickbar__wrap .menu__box {
  position: absolute;
  bottom: 0;
  width: 50%;
}
.mv-quickbar__wrap .menu__box .inner {
  height: 13rem;
}
.mv-quickbar__wrap .menu__box ul {
  display: flex;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 100%;
}
.mv-quickbar__wrap .menu__box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 1.7rem;
  color: #fff;
}
.mv-quickbar__wrap .menu__box ul li:not(:last-child) {
  position: relative;
}
.mv-quickbar__wrap .menu__box ul li:not(:last-child):after {
  display: inline-block;
  position: absolute;
  right: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 5rem);
  opacity: 0.16;
  content: "";
  background-color: #fff;
}
.mv-quickbar__wrap .menu__box ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--k-ff1);
  font-weight: 500;
  text-align: center;
  gap: 1rem;
}
.mv-quickbar__wrap .menu__box ul a:hover i {
  animation-name: quickMenuHover;
  animation-duration: 1s;
}
.mv-quickbar__wrap .menu__box ul a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 4rem;
}

/* quick-menu-01 */
.quick-menu-01 .tit__box strong,
.quick-menu-01 .tit__box .quick-menu--open {
  padding-right: 7rem;
  text-align: right;
}
.quick-menu-01 .tit__box strong {
  justify-content: flex-end;
}
.quick-menu-01 .tit__box strong i:before {
  background-image: url("/images/openlab/mv-quickbar_obj01.png");
}
.quick-menu-01 .tit__box .quick-menu--open {
  justify-content: flex-end;
  background-color: var(--openLAB);
}
.quick-menu-01 .tit__box .quick-menu--open > div .arrow--i:before {
  right: 0;
}
.quick-menu-01 .menu__box {
  left: 0;
  z-index: 2;
  margin-left: 25%;
  background-color: var(--point7);
}
.quick-menu-01 .menu__box:after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  background: linear-gradient(90deg, rgba(0, 173, 223, 0) 0%, rgba(0, 173, 223, 0.36) 100%);
  content: "";
  transform: skew(-15deg);
}
.quick-menu-01 .menu__box .inner {
  position: relative;
}
.quick-menu-01 .menu__box .inner:before {
  position: absolute;
  z-index: 0;
  width: calc(100% - 5rem);
  height: 100%;
  margin-right: 2rem;
  content: "";
  background-color: var(--openLAB);
}
.quick-menu-01 .menu__box .inner:after {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 5rem;
  height: 100%;
  content: "";
  transform: skew(-15deg);
  background-color: var(--openLAB);
}
.quick-menu-01 .menu__box .inner ul {
  position: absolute;
  z-index: 4;
}
.quick-menu-01 .menu__box .inner ul li svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.quick-menu-01 .menu__box .inner ul li:nth-child(1) svg {
  width: 2.6rem;
  height: 2.7rem;
}
.quick-menu-01 .menu__box .inner ul li:nth-child(2) svg {
  width: 3.6rem;
  height: 2rem;
}
.quick-menu-01 .menu__box .inner ul li:nth-child(3) svg {
  width: 1.7rem;
  height: 2.8rem;
}
.quick-menu-01 .menu__box .inner ul li:nth-child(4) svg {
  width: 2.5rem;
  height: 2.5rem;
}
.quick-menu-01 .menu__box .inner ul li:nth-child(5) svg {
  width: 2.7rem;
  height: 2.3rem;
}

/* quick-menu-02 */
.quick-menu-02 .tit__box {
  right: 0;
  z-index: 1;
}
.quick-menu-02 .tit__box strong,
.quick-menu-02 .tit__box .quick-menu--open {
  padding-left: 7rem;
}
.quick-menu-02 .tit__box strong i:before {
  background-image: url("/images/openlab/mv-quickbar_obj02.png");
}
.quick-menu-02 .tit__box .quick-menu--open {
  padding-left: 7rem;
  background-color: var(--point7);
}
.quick-menu-02 .tit__box .quick-menu--open > div {
  align-items: flex-end;
}
.quick-menu-02 .tit__box .quick-menu--open > div .arrow--i:before {
  transform: rotate(180deg);
}
.quick-menu-02 .menu__box {
  right: 0;
  z-index: 0;
  margin-right: 25%;
}
.quick-menu-02 .menu__box .inner {
  position: relative;
}
.quick-menu-02 .menu__box .inner:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-left: 1.8rem;
  content: "";
  background-color: var(--point7);
  transform: skew(-15deg);
}
.quick-menu-02 .menu__box .inner ul {
  margin-left: 6rem;
}

/**
 *
 * 퀵메뉴 비활성화/활성화
 *
 */
@keyframes quickbarAni01 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -0.8rem;
  }
  100% {
    margin-top: 0;
  }
}
/* 공통 */
.mv-quickbar__wrap .inner {
  background-color: var(--point7);
}
.mv-quickbar__wrap .item .menu__box {
  transition: 1s;
}
.mv-quickbar__wrap .item.active .tit__box strong i:before {
  animation: quickbarAni01 1s linear infinite;
}
.mv-quickbar__wrap .item.active .tit__box .quick-menu--open span {
  opacity: 1;
}
.mv-quickbar__wrap .item.active .tit__box .quick-menu--open .arrow--i {
  width: 3rem;
}

/* quick-menu-01 */
.quick-menu-01 .menu__box {
  transform: translateX(-94%);
}
.quick-menu-01.active .menu__box {
  transform: translateX(0);
}

/* quick-menu-02 */
.quick-menu-02 .menu__box {
  transform: translateX(100%);
}
.quick-menu-02.active .menu__box {
  transform: translateX(0);
}

/* rotate - deco */
.mv-quickbar__deco {
  position: absolute;
  top: 0;
  right:0;
  z-index: 25;
  margin-left: 5%;
}
.mv-quickbar__deco i {
  display: inline-block;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 20;
  width: 12rem;
  height: 12rem;
  margin-top: -6rem;
  transform: translateY(50%);
}
.mv-quickbar__deco i:before, .mv-quickbar__deco i:after {
  position: absolute;
  width: 12rem;
  height: 12rem;
  content: "";
}
.mv-quickbar__deco i:before {
  background: url("../../images/openlab/mv-quickbar_obj04.png") center/contain no-repeat;
  animation: rotate 20s linear infinite;
}
.mv-quickbar__deco i:after {
  border-radius: 50%;
  box-shadow: 2rem 1.8rem 2rem rgba(100, 110, 144, 0.2);
}

/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  .mv-quickbar__wrap {
    height: 49.5rem;
  }
  .mv-quickbar__wrap .tit__box {
    justify-content: flex-start;
    height: auto;
    gap: 3rem;
  }
  .mv-quickbar__wrap .tit__box .quick-menu--open span {
    z-index: 1;
  }
  .mv-quickbar__wrap .menu__box {
    position: absolute;
  }
  .mv-quickbar__wrap .menu__box .inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 25rem;
  }
  .mv-quickbar__wrap .menu__box ul {
    flex-wrap: wrap;
    min-width: 32rem;
    max-width: 65rem;
    width: 90%;
    height: auto;
    gap: 8rem 0;
  }
  .mv-quickbar__wrap .menu__box ul li {
    height: 8.5rem;
  }
  .mv-quickbar__wrap .menu__box ul li:nth-child(1), .mv-quickbar__wrap .menu__box ul li:nth-child(2), .mv-quickbar__wrap .menu__box ul li:nth-child(3) {
    width: 33.3%;
  }
  .mv-quickbar__wrap .menu__box ul li:nth-child(4), .mv-quickbar__wrap .menu__box ul li:nth-child(5) {
    width: 50%;
  }
  .mv-quickbar__wrap .menu__box ul li:not(:last-child):after {
    height: 100%;
    opacity: 1;
    background-color: #e2e2e2;
  }
  .mv-quickbar__wrap .menu__box ul li:nth-child(3):after {
    display: none;
  }
  .mv-quickbar__wrap .menu__box ul li svg .cls-1 {
    stroke: #34363d !important;
  }
  .mv-quickbar__wrap .menu__box ul a {
    color: #34363d;
  }
  .mv-quickbar__wrap .inner,
  .mv-quickbar__wrap .quick-menu-01 .menu__box,
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner:before,
  .mv-quickbar__wrap .quick-menu-02 .menu__box .inner:before {
    background-color: transparent !important;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box {
    width: 46%;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box strong,
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open {
    padding-right: 0;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box strong {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 3rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open,
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open:before {
    background-color: var(--openLAB);
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open {
    justify-content: initial;
    position: relative;
    padding-left: 3rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open:before, .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open:after {
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    transform: skew(-10deg);
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open:before {
    width: 100%;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open:after {
    width: calc(100% + 1rem);
    margin-top: 2rem;
    background: linear-gradient(90deg, rgba(0, 173, 223, 0) 0%, rgba(0, 173, 223, 0.36) 100%);
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open span {
    padding-right: 1rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box {
    width: 100%;
    margin-left: 0;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box:after {
    display: none;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner:before {
    width: 100%;
    margin-right: 0;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner:after {
    display: none;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner ul li:nth-child(1) svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner ul li:nth-child(2) svg {
    width: 4.7rem;
    height: 2.6rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner ul li:nth-child(3) svg {
    width: 1.9rem;
    height: 3.2rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner ul li:nth-child(4) svg {
    width: 3rem;
    height: 3rem;
  }
  .mv-quickbar__wrap .quick-menu-01 .menu__box .inner ul li:nth-child(5) svg {
    width: 3.2rem;
    height: 2.8rem;
  }
  .mv-quickbar__wrap .quick-menu-02 .tit__box {
    width: 54%;
  }
  .mv-quickbar__wrap .quick-menu-02 .tit__box strong,
  .mv-quickbar__wrap .quick-menu-02 .tit__box .quick-menu--open {
    padding-left: 0;
  }
  .mv-quickbar__wrap .quick-menu-02 .tit__box strong span,
  .mv-quickbar__wrap .quick-menu-02 .tit__box .quick-menu--open span {
    padding-left: 1rem;
  }
  .mv-quickbar__wrap .quick-menu-02 .tit__box strong {
    justify-content: flex-end;
    margin-right: 6.3rem;
    padding-left: 0;
  }
  .mv-quickbar__wrap .quick-menu-02 .tit__box .quick-menu--open {
    justify-content: flex-end;
    padding-right: 3rem;
  }
  .mv-quickbar__wrap .quick-menu-02 .menu__box {
    width: 100%;
    margin-right: 0;
  }
  .mv-quickbar__wrap .quick-menu-02 .menu__box .inner:before {
    margin-left: 0;
    transform: skew(0);
  }
  .mv-quickbar__wrap .quick-menu-02 .menu__box .inner ul {
    width: auto;
    margin-left: 0;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .mv-quickbar__wrap .tit__box .quick-menu--open span {
    font-size: 2.4rem;
  }
}
/* width(모바일 375px 기준) => xs */
@media (max-width: 375px) {
  .mv-quickbar__wrap {
    height: 45rem;
  }
  .mv-quickbar__wrap .tit__box .quick-menu--open {
    height: 10rem;
  }
  .mv-quickbar__wrap .tit__box .quick-menu--open span {
    font-size: 2rem;
  }
  .mv-quickbar__wrap .menu__box ul {
    gap: 5rem 0;
  }
  .mv-quickbar__wrap .quick-menu-01 .tit__box .quick-menu--open {
    padding-left: 2rem;
  }
  .mv-quickbar__wrap .quick-menu-02 .tit__box .quick-menu--open {
    padding-right: 2rem;
  }
}
/*=====       End of MAIN VISUAL       ======*/
/**
 *
 * background 그라데이션
 *
 */
.bg-gradient {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 20rem;
}
.bg-gradient:before {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 120%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(234, 236, 242) 40%);
  content: "";
}

/* 흐르는 배경 */
@keyframes flowAni {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.flow-bg__area {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.flow-bg__area .flow-bg__wrap {
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  transition: 0.3s;
}
.flow-bg__area .item {
  width: 300rem;
  height: 85rem;
  font-family: var(--e-ff1);
  line-height: 1;
  animation: flowAni 100s linear infinite;
}
.flow-bg__area .item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../images/openlab/dataset_bg02.png") center/contain no-repeat;
  content: "";
}

/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  .bg-gradient {
    margin-top: 13rem;
  }
}
/*=============================================
=                데이터셋 현황                 =
=============================================*/
.dataset {
  padding-top: 6.5rem;
}
.dataset .content__area {
  margin-top: 9.5rem;
}
.dataset .count__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18rem;
}
.dataset .count__list li.item {
  text-align: center;
  color: #2a3242;
}
.dataset .count__list li.item div {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.dataset .count__list .item--tit {
  font-size: 1.7rem;
  font-weight: 600;
}
.dataset .count__list strong {
  display: flex;
  align-items: flex-end;
}
.dataset .count__list .item--count {
  width: 10rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.8;
}
.dataset .count__list .unit {
  margin-left: 1.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

/* width(노트북 1200px 기준) => xl */
@media (max-width: 1200px) {
  .dataset {
    padding-top: 0;
  }
  .dataset .count__list {
    gap: 12rem;
  }
}
/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  .dataset {
    padding-top: 0;
  }
  .dataset .count__list {
    gap: 10rem;
  }
}
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .dataset .content__area {
    margin-top: 7rem;
  }
  .dataset .count__list {
    gap: 5rem;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .dataset .count__list {
    width: 90%;
    gap: 0;
  }
  .dataset .count__list li.item {
    width: 50%;
  }
  .dataset .count__list li.item:nth-child(1), .dataset .count__list li.item:nth-child(2) {
    margin-bottom: 7rem;
  }
  .dataset .count__list li.item div {
    gap: 2rem;
  }
  .dataset .count__list strong {
    justify-content: center;
  }
}
/*=====      End of 데이터셋 현황       ======*/
/*=============================================
=                 What's New                  =
=============================================*/
.news {
  padding: 10rem 0 15rem;
}
.news h3 {
  margin-bottom: 5.3rem;
  text-align: center;
}
.news .item {
  width: 50%;
}
.news .tit__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.news .tit__wrap h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 5rem;
  color: var(--fc-bold);
}
.news .tit-point {
  color: var(--point8);
}
.news .news__tit {
  margin-left: 0.8rem;
}
.news .news__area__top {
  display: flex;
  gap: 4rem;
}
.news .news__main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;
  border-radius: 2.5rem;
  box-shadow: 0.8rem 0.8rem 2.7rem 0.3rem rgba(100, 110, 144, 0.12);
  background-color: #fff;
  transition: 0.2s;
}
.news .news__main .news__main__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 3.5rem;
}
.news .news__main .news__main__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: var(--openLAB);
}
.news .news__main .news__main__date .date--bold {
  font-size: 4rem;
  font-weight: 600;
}
.news .news__main .news__main__date .date--light {
  font-size: 1.6rem;
  font-weight: 400;
}
.news .news__main .news__main__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 12.5rem);
  padding-left: 3.7rem;
}
.news .news__main .news__main__txt strong {
  height: 1em;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--fc-bold);
  -webkit-line-clamp: 1;
}
.news .news__main .news__main__txt p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2em;
  color: #6d707e;
  -webkit-line-clamp: 2;
}
.news .news__main:hover {
  background-color: var(--openLAB);
}
.news .news__main:hover .news__main__date {
  background-color: #fff;
}
.news .news__main:hover .news__main__date span {
  color: var(--openLAB);
}
.news .news__main:hover .news__main__txt strong {
  color: #fff;
}
.news .news__main:hover .news__main__txt p {
  color: #cfd3ea;
}
.news .news__list {
  display: flex;
  flex-direction: column;
  padding: 4.5rem 3.6rem 0 3rem;
  gap: 3rem;
}
.news .news__list li {
  position: relative;
  padding-left: 2rem;
  font-family: var(--k-ff1);
}
.news .news__list li:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  content: "";
  background-color: var(--li-dot);
  transform: translateY(-50%);
}
.news .news__list li:hover:before {
  background-color: var(--point4);
}
.news .news__list li:hover p,
.news .news__list li:hover span {
  text-decoration: underline;
}
.news .news__list li a {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.news .news__list li p {
  display: -webkit-box;
  overflow: hidden;
  width: calc(100% - 15rem);
  height: 1.6rem;
  word-wrap: break-word;
  text-overflow: ellipsis;
  color: var(--fc-bold);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .news__list li span {
  color: var(--fc-date);
}
.news .news__info {
  position: relative;
}
.news .news__info .tit-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.news .news__info .btn--more {
  display: block;
  width: 5rem;
  height: 5rem;
}
.news .tab__menu li.active a:after {
  display: none;
}

/**
 *
 * 솔루션/데이터(인기 검색어)
 *
 */
.lank__con__wrap {
  display: flex;
  justify-content: space-between;
}

/* 서브 제목(좌측) */
.lank__sub__tit strong,
.lank__sub__tit span {
  display: block;
  color: var(--primary);
}
.lank__sub__tit strong {
  margin-bottom: 2.5rem;
  font-family: var(--k-ff2);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.lank__sub__tit span {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  gap: 2rem;
}
.lank__sub__tit span i {
  display: inline-block;
  width: 3.2rem;
  height: 4.9rem;
  background: url("../../images/openlab/lank-tit_obj01.png") center/contain no-repeat;
}

/* 검색어(공통) */
.lank__con__box {
  width: 42rem;
}
.lank__con__box li {
  display: flex;
  align-items: center;
  height: 7rem;
  border-radius: 1.5rem;
}
.lank__con__box li .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0 4rem 0 4.5rem;
}
.lank__con__box li .inner > div {
  display: flex;
  gap: 1rem;
}
.lank__con__box li .lank--num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  background-color: var(--primary);
}
.lank__con__box li .lank--agency {
  min-width: 16rem;
  max-width: calc(100% - 8rem);
  font-size: 1.8rem;
  line-height: 1.5;
}
.lank__con__box li .icon {
  display: none;
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 2.5rem;
  margin-right: 4.5rem;
}
.lank__con__box li .icon:before {
  height: 1.9rem;
  background-image: url("../../images/openlab/lank_i.svg");
}

/* 검색어 활성화 */
.lank__con__box li.active {
  background-color: var(--primary);
}
.lank__con__box li.active .lank--num {
  color: var(--primary);
  background-color: #fff;
}
.lank__con__box li.active .lank--agency {
  color: #fff;
}
.lank__con__box li.active .icon {
  display: block;
}

/* width(PC 1400px 기준) => xxl */
@media (max-width: 1400px) {
  .news__main__txt {
    min-width: 20rem;
    max-width: 50rem;
  }
}
@media (max-width: 1024px) {
  .news .item {
    width: 100%;
  }
  .news .news__area__top {
    display: block;
  }
  .news__main__wrap {
    justify-content: flex-start;
    padding: 0 1rem;
  }
  .news__main__date {
    width: 10rem;
    height: 10rem;
  }
  .news__main__txt {
    padding-left: 1.5rem;
  }
  .news__main__txt strong {
    font-size: 2rem;
  }
  .news__main__txt p {
    font-size: 1.6rem;
  }
  .news__banner {
    margin-top: 7rem;
  }
  .news__banner .swiper-container .swiper-slide {
    height: auto !important;
    max-height: 50rem;
  }
  .dataset__link {
    flex-direction: column;
    gap: 2rem;
  }
  .dataset__link li {
    width: 100%;
  }
  .dataset__link li a {
    border-radius: 2rem !important;
  }
  .lank__con__wrap {
    gap: 2rem;
  }
  .lank__con__box {
    width: 60%;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .news {
    padding-bottom: 10rem !important;
  }
  .news__list {
    display: flex;
    flex-direction: column;
    padding: 4.5rem 0 0 0;
  }
  .news__main__date {
    min-width: 6rem;
    width: 8rem;
    height: 8rem;
    min-height: 6rem;
  }
  .news__main__date .date--bold {
    font-size: 2.5rem;
    line-height: 1;
  }
  .dataset__link {
    width: 100% !important;
    padding: 0 3rem;
  }
  .dataset__link li {
    position: relative;
  }
  .dataset__link li:after {
    position: absolute;
    top: 3rem !important;
    right: 0;
    width: 100%;
    transform: translateY(0);
  }
  .dataset__link li a {
    position: relative;
    padding: 13rem 0 4rem 0;
    text-align: center;
  }
  .dataset__link li a strong {
    margin-bottom: 1rem;
  }
  .lank__con__wrap {
    flex-direction: column;
  }
  .lank__con__box {
    width: 100%;
  }
  .lank__con__box li .inner {
    padding: 0 2.5rem 0 2rem;
  }
  .lank__con__box li .icon {
    margin-right: 2rem;
  }
  .lank__sub__tit br {
    display: none;
  }
  .lank__sub__tit strong {
    margin-bottom: 1.5rem;
  }
}
/* width(모바일 375px 기준) => xs */
@media (max-width: 375px) {
  .news__main {
    height: 15rem;
  }
  .news__main__txt strong {
    margin-bottom: 1rem;
  }
  .news__main__date {
    width: 5rem;
    height: 5rem;
  }
  .news__main__date .date--bold {
    font-size: 1.8rem;
  }
  .news__main__date .date--light {
    font-size: 1.3rem;
  }
}
/*=============================================
=                 주요 서비스                  =
=============================================*/

.translucent{opacity: 0.5;}/* 주요 서비스 카드 불투명도 50% */
.slider{margin-top: 4rem;}
.slider-item{
  padding: 2rem;
}
.slider-item--inner{
  width: 100%;
  height: 30rem;
  padding: 3.56rem;
  background-color: #f5f6fa;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.slider-item--inner > div{
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.slider-item--inner > div > div{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
.slider-item--inner h2{
  font-size: 1.7rem;
  font-weight: 600;
}
.slider-item--inner h3{
  font-size: 1.86rem;
  font-weight: 600;
  color:#1e232d;
}
.slider-item--inner p{
  font-size: 1.7rem;
  color:#1e232d;
}
.slider-item--inner span{
  display: flex;
}

.center .slick-center .slider-item--inner{
  margin-top:2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(67, 85, 192, 0.2);
}
.center .slick-center .slider-item--inner .translucent{opacity:1;}
.center .slick-center .slider-item--inner h2{color:#273dde;}


/*=============================================
=                 이용 가이드                  =
=============================================*/
.guid__area{
  width: 100%;
  padding-top:8rem;
  padding-bottom:4rem;
  background-color: var(--openLAB);
  color:#ffffff;
  border-radius: 0 18rem 0 0;
}
.guid__step{
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10rem 27.3rem auto;
  gap: 22rem;
}
.guid__step::before{
  content:url("../../images/openlab/openlab_mg_object02.png");
  position: absolute;
  left: -32rem;
  top: 38rem;
  animation: quickbarAni01 2s linear infinite;
}
.guid__step::after{
  content:url("../../images/openlab/openlab_mg_object01.png");
  position: absolute;
  right: -32rem;
  top: -8rem;
  animation: quickbarAni01 2s linear infinite;
}
.guid__step .guid__step--inner{
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
}
.guid__step .guid__step--inner.f--right{justify-content: flex-end;text-align: right;}
.guid__step .guid__step--inner .question{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  font-size: 1.7rem;
}
.guid__step .guid__step--inner .answers{

}
.guid__step .guid__step--inner .answers ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.45rem;
}

.guid__step .guid__step--inner .answers ul li{
  min-width: 28rem;
  padding:1.5rem 3rem;;
  border:1px solid #ffffff20;
  border-radius: 10px;
  font-size: 1.7rem;
  line-height: 1.4em;
}
.guid__step .step01:after{
  content: "";
  width:88%;
  height: 292px;
  background: url("../../images/openlab/step_afterImg01.png") center/contain no-repeat;
  position: absolute;
  bottom: -23rem;
  left: 5rem;
}
.guid__step .step02:after{
  content: "";
  width:88%;
  height: 160px;
  background: url("../../images/openlab/step_afterImg02.png") center/contain no-repeat;
  position: absolute;
  bottom: -18rem;
  left: 5rem;
}
.guid__step .step01 .answers ul li:nth-child(1){margin-left: 2rem;}
.guid__step .step01 .answers ul li:nth-child(2){margin-left: 10rem;}

.guid__step .step03 .answers ul li:nth-child(1){margin-left: 2rem;}
.guid__step .step03 .answers ul li:nth-child(2){margin-left: 14rem;}


/* width(노트북 1280px 기준) => xl */
@media (max-width: 1280px) {
  .main_login{height: auto;}
  .main_login .main_login__inner{
    width: calc(100% - 10rem);
    margin: 0 5rem;
    position: unset;
  }
  .main_login .main_login__box {
    padding: 3rem;
    margin:0;
  }
  .goto__area ul li{width:25%;}
  .guid__step::after,
  .guid__step::before{
    display: none;
  }
  /* 이용 가이드 */
  .guid__step{
    margin:8rem 0;
    padding: 0 2rem;
  }
  .guid__step .guid__step--inner .answers ul li br{display: none;}
  .guid__step .step01:after{
    width: 100%;
    left: 0;
    height: 318px;
    bottom: -31rem;
  }
  .guid__step .step02:after{
    width: 100%;
    height: 198px;
    bottom: -21rem;
    left: 0;
  }
  .guid__step .guid__step--inner.f--right{margin-top:11rem;}
}
/* width(노트북 1024px 기준) => xl */
@media (max-width: 1024px) {
  
}

/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {

}

.service--i{
  position: absolute;
  top: -4rem;
  display: inline-block;
  width: 8rem;
  height: 7rem;
  margin-left: 0.7rem;
  background: url("../../images/openlab/service_img.png") top / contain no-repeat;
}
.guide--i{
  position: absolute;
  top: -4rem;
  display: inline-block;
  width: 8rem;
  height: 7rem;
  margin-left: 0.7rem;
  background: url("../../images/openlab/guide_img.png") top / contain no-repeat;
}

.slider-arrows{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  gap: 1rem;
}

.slider-arrows button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1rem;
  color: #252830;
  cursor: pointer !important;
}

.slider-arrows button.slick-prev::after {
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../images/openlab/mv_prev.png");
}

.slider-arrows button.slick-next::after {
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../images/openlab/mv_next.png");
}

.content__area .playNext__wrapper button{
  transition: opacity 0.3s ease;
}

.content__area .playNext__wrapper button.hidden{
  opacity: 0;
  visibility: hidden;
}


/*
*
*/

body {
  /* font-family: "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Pretendard", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--black);
  background-color: #ffffff;
  overflow: auto;
}
html,
body {
  height: 100%;
}
html {
  overflow: auto;
}
.f_col_red{color:#e80000}
.f_col_grn{color:#22b129}
.f_col_bl{color:#3493ba}
/* swiper */
.swiper {
  width: 100%;
  height: calc(100vh - 80px);
}
.s__slide .swiper {
  min-height: 600px;
}
.swiper-slide .s__container {
  height: 100%;
  max-width: 1400px;
}
.s__slide {
  position: relative;
  padding-top: 80px;
}
.s__slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*filter: brightness(0.5);*/
}
.s__slide-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.swiper-slide .s__row {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}

.swiper-slide .s__row h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.swiper-slide .s__row h2 strong {
  /* color: var(--main, #bed73a); */
  color: #d1ed3f;
}
.swiper-slide .s__row p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px; /* 120% */
  letter-spacing: -0.6px;
  margin-bottom: 36px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.s__slide .swiper-slide .s__row a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px; /* 150% */
  letter-spacing: -0.48px;
  margin-bottom: 240px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);

}
.s__slide .swiper-slide .s__row a img {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  transition: all 0.3s;
}
.s__slide .swiper-slide .s__row a:hover img {
  transform: translateX(10px);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 32px;
  height: 32px;
}
.swiper-button-prev:after {
  background: url(/images/openlab/icon_left_arrow_w.svg) no-repeat;
  background-size: contain;
}
.swiper-button-next:after {
  background: url(/images/openlab/icon_right_arrow_w.svg) no-repeat;
  background-size: contain;
}
.autoplay-play-stop {
  position: absolute;
  right: -26px;
  bottom: 26px;
}
.autoplay-play-stop .autoplay-play {
  display: none;
}
.autoplay-play-stop.stop .autoplay-play {
  display: block;
  width: 24px;
  height: 24px;
}
.autoplay-play-stop.stop .autoplay-stop {
  display: none;
}
.autoplay-play-stop .autoplay-stop {
  width: 24px;
  height: 24px;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination-bullet {
  width: 80px;
  border-radius: 0;
  height: 3px;
}
.visual-sec .progress-box {
  position: relative;
  width: 170px;
  height: 50px;
  z-index: 11;
}
.all-bow-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 290px;
}
.visual-sec .all-box {
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  padding: 0 16px;
  z-index: 20;
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}
.visual-sec .swiper-pagination {
  display: flex;
  color: #fff;
  justify-content: space-between;
  position: static;
  text-align: left;
}
.visual-sec .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
  margin-left: 16px;
}
.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
}

/* swiper 끝 */

/* 메인 링크 */
.s__main-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid var(--border);
}
.s__main-link .s__container {
  max-width: 1400px;
}
.s__main-link .s__row {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: space-between;
}
.s__main-link .s__row > div > p {
  color: var(--main, #bed73a);
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 16px;
}

.s__main-link .s__row > div > h2 {
  color: #666666;
  font-size: 32px;
  line-height: 40px;
}
/*strong {*/
/*  color: #666666;*/
/*}*/
.s__main-link .s__row > div > h2 strong {
  font-weight: 800;
}
.s__main-link .s__row > ul {
  display: flex;
  gap: 40px;
}
.s__main-link .s__row > ul.main-link__page-wrap {
  gap: 16px;
}

.s__main-link .s__row li {
  height: 100%;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
.s__main-link .s__row li:last-child {
  border-right: 0;
}
.s__main-link .s__row li a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.s__main-link .main-link__page-wrap li {
  border: 1px solid var(--border) !important;
  border-radius: 12px;
  background-color: #f9f9f9;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  line-height: 20px;
  font-weight: 600;
}
.s__main-link .main-link__page-wrap li:hover {
  background-color: #0072bc;
  color: #fff;
}
.s__main-link .main-link__page{
  position: relative;
}
.s__main-link .openLink{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.s__main-link .openLink img{
  width: 100%;
}
.s__main-link .s__row li a img {
  margin-bottom: 12px;
}
.qick-menu-hover {
  display: none;
}
.s__main-link .s__row li:hover a img {
  display: none;
}
.s__main-link .s__row li:hover a img.qick-menu-hover {
  display: block;
}
.s__main-link .s__row li:hover .openLink img{
  filter: brightness(100);
}
/* 메인 링크 끝 */

/* visual */
.s__visual{
  width:100%;
  height:720px;
  position: relative;

  background-color:#f8f9fa;
}
.s__visual-container{
  width:1400px;
  margin:0 auto;
  height:720px;
  background-image: url('/images/openlab/main_visual.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.s__visual-inner{
  padding-top: 200px;
}
.s__visual-title{
  color:#212121;
  font-size:45px;
}
.s__visual-title p{
  font-size:25px;
  margin-bottom: 10px;
}
.s__visual-title span{
  font-weight: 600;
}
.s__visual-btn {
  background-image: linear-gradient(to right, #049ede, #2d36b7);
  border-radius: 100px;
  font-size:18px;
  padding:15px 70px;
  color:#ffffff;
  margin-top: 50px;
}
.s__search{
  position: relative;
}
.s__search a{
  position: absolute;
  right: 25px;
  bottom: 12px;
}
.s__search input{
  min-width:540px;
  border-radius:50px;
  padding:15px 30px;
  margin-top:30px;
  border:0px;
  color:#232323;
}
/* visual 끝 */

/* section */
.s__section{
  width:1400px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
}
/* section 끝 */


/* section01 */
.s__section01{
  position: relative;
  max-height: 450px;
  height:200px;
}
.section01-inner{
  width:100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top:-100px;
}
.s___conBox{
  width:23%;
  background-color: #ffffff;
  border-radius: 10px;
  padding:40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.s__title{
  font-size:22px;
  font-weight:600;
  color:#0078d4;
}
.s__text{
  font-size:16px;
  font-weight:600;
  color:#6e7090;
  margin-top:10px;
  margin-bottom: 50px;
}
.s__goBtn a{
  padding:10px 30px;
  border-radius: 30px;
  background-color:#f3f6fb;
  width: 60%;
  font-size:15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s__goBtn a:hover{
  background-color:#0078d4;
  color:#ffffff;
  transition: 0.2s;
}
.s__goBtn a:hover img{
  filter: brightness(100);
}
/* section01 끝*/

/* section2 */
.section02-container{
  margin-bottom: 60px;
}
.section02-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section02-content01{
  width:48%;
  height: 380px;
  background-color: #ffffff;
  border-radius: 10px;
  padding:40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  background-image: url(/images/openlab/cont_back_img01.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.section02-content01 .title{
  font-size:32px;
  margin-bottom: 40px;
}
.process{
  display: flex;
  align-items: center;
  width:70%;
  position: absolute;
  right:50px;
}
.process .pro_list{
  width:28%;
  padding:1.23em;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border:1px solid #eeeeee;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.process .pro_list .ps_title{
  margin-top:1.56em;
  color:#3b5482;
  font-size: 16px;
  font-weight: 600;
}
.section02-content02{
  width:24%;
  height: 380px;
  background-color: #ffffff;
  border-radius: 10px;
  padding:40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section02-content02 .title{
  font-size:21px;
  margin-bottom: 10px;
}
.section02-content02 .btn{
  background-color:#202552;
  color:#ffffff;
  border-radius: 50px;
  padding:10px 40px;
  font-size:1.4rem;
}
.section02-content03{
  width:24%;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section02-content03 .list_box{
  height:46%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding:20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.section02-content03 .list_box .list_box_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section02-content03 .list_box .list_box_top img{
  width:20%;
}
.section02-content03 .list_box .list_box_top div{
  width:60%;
}
.section02-content03 .list_box .list_box_top div p{
  padding: 10px 20px;
  background-color: #f4f4f4;
  border-radius: 100px;
  margin: 0% 10%;
  text-align: center;
  font-size:1.62rem;
}
.section02-content03 .list_box .list_box_top span{
  width:20%;
  text-align: right;
  font-size:1.52rem;
}
.section02-content03 .list_box .list{
  margin-top:12px;
  padding-left: 20px;
  position: relative;
  font-size: 1.56rem;
}
.section02-content03 .list_box .list::before{
  content:"";
  position: absolute;
  left: 10px;
  top: 8px;
  background-color:#333333;
  width: 4px;
  height: 4px;
}
/* section2 끝 */



@media (max-width: 1280px) {
  .s__main-link .s__row li a {
    font-size: 16px;
  }
  .s__main-link .s__row li a img {
    width: 70px;
  }
  .s__main-link .main-link__page-wrap li a img {
    width: auto;
  }
  .s__main-link .s__row > ul {
    gap: 20px;
  }
  .s__chart01-box {
    height: 130px;
    width: 130px;
    border: 8px solid transparent;
  }
  .s__chart01-box p:nth-child(1) {
    font-size: 24px;
  }
  .s__chart01-box-title {
    font-size: 20px;
  }
  .s__section02 .section02-inner{
    width: 100%;
    max-width: 1800px;
  }
}
@media (max-width: 1024px) {
  .s__main-link .s__row {
    flex-wrap: wrap;
  }
  .s__main-link .s__row li {
    flex: 1;
    height: 50%;
  }
  .s__main-link .s__container {
    border-bottom: none;
  }
  .s__main-link .s__row {
    height: 250px;
    padding: 0;
    width: 100%;
  }
  .s__main-link .s__row li:nth-child(3) {
    border-right: none;
  }
  .all-bow-wrap {
    bottom: 150px;
  }
  .s__slide .swiper-slide .s__row a {
    margin-bottom: 100px;
  }
  .s__main-link .s__row > div {
    display: none;
  }
  .s__slide .swiper-slide .s__row a {
    margin-bottom: 250px;
  }
  .all-bow-wrap {
    bottom: 250px;
  }
  .s__main-link .s__row > ul {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .s__main-link .main-link__page-wrap li {
    height: 100px;
  }
  .s__section02 > div > div {
    padding: 30px;
  }
  .section02-right > div:nth-child(1) {
    padding: 30px 30px 0 30px;
  }
  .s__chart01-box {
    width: 110px;
    height: 110px;
  }
  .s__chart01-box-title {
    font-size: 16px;
  }
  .s__section02 .section02-inner{
    width: 100%;
    max-width: 1800px;
  }
  .section02-inner img{
    display: none;
  }
  .section02-list{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .section02-list li{
    width: 50%;
  }
}
@media (max-width: 768px) {
  .s__slide {
    padding-top: 50px;
  }
  .s__row {
    padding: 0 24px;
  }
  .autoplay-progress {
    bottom: 35px;
  }
  .pc-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .s__main-link {
    border-bottom: none;
  }
  .footer__right-wrap {
    position: relative;
    right: auto;
  }
  .footet__link-icon-list {
    justify-content: flex-start;
  }
  .swiper-slide .s__row h2 {
    font-size: 36px;
  }
  .swiper-slide .s__row p {
    font-size: 16px;
  }
  .s__slide-img {
    filter: brightness(0.7);
  }
  .s__main-link .s__row > ul {
    gap: 0;
    row-gap: 12px;
  }
  .s__main-link.kocas-portal .s__row {
    height: 300px;
  }
  .s__main-link.kocas-portal .s__row li {
    flex: auto;
    width: calc(33%);
  }
  .s__main-link.kocas-portal .s__row li:nth-child(1) {
    border-right: none !important;
  }
  .s__main-link.participants .s__row li {
    flex: auto;
    width: calc(33.3%);
  }
  .s__main-link.participants .s__row {
    height: 300px;
  }
  .s__main-link .s__row li a {
    font-size: 14px;
  }
  .s__main-link .s__row > ul.main-link__page-wrap {
    gap: 0;
  }
  .s__main-link .main-link__page-wrap li {
    border-radius: 0;
  }
  .s__main-link .main-link__page-wrap li a {
    flex-direction: row;
  }
  .s__main-link .s__row li a img {
    width: 56px;
  }
  .s__main-link.participants .s__row li {
    width: 25%;
    flex: auto;
  }
  .s__main-link .main-link__page-wrap li a img {
    width: 36px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .s__main-link.kocas-portal .s__row {
    align-items: flex-start;
  }
  .s__main-link .main-link__page-wrap li {
    height: 80px;
  }
  .s__section02 {
    flex-direction: column;
  }
  .section02-left {
    width: 100%;
    border: none;
  }
  .section02-left > div {
    padding: 24px;
  }
  .s__section02 > div > div {
    height: auto;
  }
  .section02-right {
    width: 100%;
  }
  .section02-right > div:nth-child(1) {
    display: none;
  }
  .section02-right > div {
    padding: 24px;
  }
  .menu-titte {
    font-size: 24px;
  }
  .menu-sub {
    font-size: 14px;
  }

  .section02-list a span:nth-child(2) {
    font-size: 16px;
  }
  .section02-left > div:nth-child(2) {
    border-bottom: 1px solid var(--border);
  }
  .main-notice-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  .main-notice-list .notice-list-titile {
    margin-bottom: 24px;
  }
  .main-notice-list li > a img {
    margin-bottom: 16px;
  }
  .main-notice-list img {
    height: 200px;
  }
  .main-notice-list li::after {
    display: none;
  }
  .main-notice-list img {
    margin-bottom: 16px;
  }
  .main-notice-list .notice-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .main-notice-list p {
    margin-bottom: 14px;
  }

  .link-list .swiper .s__row {
    padding: 0;
  }
  .link-list .swiper {
    width: calc(100% - 60px);
  }
  .link-list {
    padding: 40px 0;
  }
  .footer__link-list {
    margin-bottom: 16px;
  }
  .menu-category {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer__select {
    width: 200px;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer__info-list li {
    font-size: 14px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .s__notice {
    padding: 60px 0;
  }
  .main-notice-list li:hover a {
    transform: translateY(0px);
  }
  .kocas-main-swiper .swiper-slide .s__row a {
    margin-bottom: 300px;
  }
  .kocas-main-swiper .all-bow-wrap {
    bottom: 300px;
  }
  .s__chart01-box {
    width: 90%;
    height: auto;
    border: 6px solid transparent;
    position: relative;
  }
  .s__chart01-box:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .s__chart01-box-title {
    font-size: 16px;
  }
  .s__chart01-box p:nth-child(1) {
    font-size: 20px;
    position: absolute;
    transform: translateY(-10px);
  }
  .s__chart01-box p:nth-child(2) {
    position: absolute;
    transform: translateY(10px);
  }
  .s__chart-box {
    padding: 16px 0;
  }
  .s__chart-title {
    font-size: 16px;
    margin-top: 26px;
  }
  .s__section02 .section02-inner{
    width: 100%;
    max-width: 1800px;
    flex-direction: column;
  }
  .section02-inner div{
    width:100%;
  }
  .section02-inner img{
    display: none;
  }
  .section02-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .section02-list li{
    width: 100%;
    padding: 0% 2%;
  }
}

.prom-input-text{
  border: 1px solid #c5c5c5;;
  border-radius: 4px;
  padding: 10px 10px 10px 16px;
  height: 43px;
}
.prom-input-text.input-full{
  width: 100%;
}
/* prom-col01 */
.prom-col01 {
  border: 1px solid var(--border);
  border-bottom: none;
}
.prom-row01 .prom-col01 {
  border: none;
}
.prom-col01-title,
.prom-col01-td {
  border-bottom: 1px solid var(--border);
  padding: 16px 24px;
}
.prom-col01-title {
  font-weight: 800;
}
.prom-col01-total-score {
  padding: 16px 24px;
  text-align: center;
}
.prom-col01-tr:last-child .prom-col01-td:last-child {
  border-bottom: none;
}
.prom-col01-td .s__radio {
  margin-bottom: 8px;
}
.prom-col01-tr:nth-child(2n - 1) {
  background-color: #f9f9f9;
}
.prom-col01-td:nth-child(1) p {
  font-weight: 600;
}
/* prom-col02 */

/* prom-row01 */
.prom-row01 {
  border: 1px solid var(--border);
}
.prom-col01 .prom-row01 {
  border: none;
  border-bottom: 1px solid var(--border);
}
.prom-row01-title,
.prom-row01-td {
  border-bottom: 1px solid var(--border);
}
.prom-row01-title {
  font-weight: 800;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.prom-row01-title > div:nth-child(1) {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  height: 100%;
}

.prom-row01-title-option {
  display: grid;
}
.prom-row01-title-option.option02 {
  grid-template-columns: 1fr 1fr;
}
.prom-row01-title-option.option03 {
  grid-template-columns: 1fr 1fr 1fr;
}
.prom-row01-title-option.option04 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.prom-row01-title-option.option05 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.prom-row01-title-option p {
  border-left: 1px solid var(--border);
  height: 100%;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
}
.prom-row01-total-score {
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  text-align: center;
}
.prom-row01-tr {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.prom-row01-td {
  display: grid;
}
.prom-row01-td.option02 {
  grid-template-columns: 1fr 1fr;
}
.prom-row01-td.option03 {
  grid-template-columns: 1fr 1fr 1fr;
}
.prom-row01-td.option04 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.prom-row01-td.option05 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.prom-row01-tr:last-child .prom-row01-td:last-child,
.prom-row01-tr:last-child .prom-row01-td:nth-last-child(2) {
  border-bottom: none;
}
.prom-row01-td .s__radio {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid var(--border);
}
.prom-col01-tr:nth-child(2n - 1) {
  background-color: #f9f9f9;
}
.prom-row02:nth-child(2n - 1) {
  background-color: #f9f9f9;
}
.prom-row01-td:nth-child(1) p {
  font-weight: 600;
  padding: 16px 24px;
}
.prom-row01-tr .prom-tr-title {
  font-weight: 600;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  background-color: #f9f9f9;
  font-size: 18px;
}
.prom-tr-title ~ .prom-row01-tr {
  background-color: #fff;
}
.prom-tr-title ~ .prom-col01-tr {
  background-color: #fff;
}
.prom-tr-text {
  display: block;
}
.prom-row01-contents > *:last-child {
  border-bottom: none;
}
.prom-arrow-wrap {
  display: none;
}
.s__radio input + label + label {
  max-width: calc(100% - 30px);
}
.prom-row01-td > .prom-row01-title-option {
  display: none;
}
.prom-col01-tr > .prom-col01-title {
  display: none;
}
/* row02 */
.prom-row02-title {
  display: none;
}
.row02-title p {
  font-weight: 600;
  padding: 16px 24px;
}
.prom-row02 .prom-row01-tr:last-child .prom-row01-td:last-child ,.prom-row02 .prom-row01-tr:last-child .prom-row01-td:nth-last-child(2) {
  border-bottom: 1px solid var(--border);
}
@media all and (max-width: 767px) {
  .prom-pc-only {
    display: none;
  }
  .prom-col01-tr > .prom-col01-title {
    display: block;
  }
  .prom-col01 .prom-row01 {
    width: 100%;
  }
  .prom-col01-td:nth-child(1) p {
    width: 100%;
    text-align: center;
    font-size: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prom-arrow-wrap > a.prom-btn-disabled {
    background-color: #f9f9f9;
    pointer-events: none;
  }
  .prom-arrow-wrap > a.prom-btn-disabled img {
    opacity: 0.2;
  }
  .prom-col01-td {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .prom-row01-title {
    display: block;
  }
  .prom-row01-title-option {
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: none;
  }
  .prom-row01-title-option.active-on {
    display: grid;
  }
  .prom-row01-title-option p {
    border-left: none;
  }
  .prom-tr {
    /* min-height: 75vh; */
    min-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    display: none;
  }
  .prom-tr-text.prom-tr > .prom-td:nth-child(1) {
    height: 100%;
  }
  .prom-tr-text p {
    margin-bottom: 50px;
  }
  .prom-tr.active-on {
    display: flex;
  }
  .prom-tr.active-on.prom-row01-tr {
    min-height: 43vh;
  }
  .prom-tr > .prom-td:nth-child(1) {
    height: calc(36vh - 30px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: none;
    overflow: auto;
  }

  .prom-row01-title {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .prom-row01-title > .prom-td:nth-child(1) {
    height: calc(48% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    overflow: auto;
    height: 100%;
  }
  .prom-row01-tr > .prom-row01-td:nth-child(1) p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background-color: #f9f9f9;
  }
  .prom-td .s__radio {
    border: none;
  }
  .prom-td {
    border: none !important;
  }
  .prom-td:last-child {
    padding-bottom: 30px;
  }
  .prom-td:nth-child(2) {
    position: absolute;
    bottom: 8%;
    width: 100%;
    height: 36%;
  }
  .prom-col01-tr > .prom-td:nth-child(2) {
    overflow: auto;
  }
  .prom-row01-title02 ~ .prom-row01-contents .prom-row01-td.prom-td:nth-child(1){
    height: auto;
  }
  .prom-row01-title02 ~ .prom-row01-contents .prom-row01-td.prom-td:nth-child(2):not(.row02-title){
    padding-top: 100px;
    position: relative;
  }
  .prom-col01-title + .prom-col01-td.prom-td {
    min-height: calc(36vh - 30px);
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-bottom: none;
    overflow: auto;
    position: relative;
  }
  .prom-col01-title + .prom-col01-td.prom-td + .prom-col01-td.prom-td {
    position: relative;
    width: 100%;
    height: 36%;
    overflow: auto;
  }
  .prom-col01-title + .prom-col01-td.prom-td p {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }
  .prom-row01-contents .prom-td:nth-child(2) {
    height: auto;
  }
  .prom-arrow-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--border);
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }
  .prom-arrow-wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 12px 8px;
    background-color: #fff;
  }
  .prom-arrow-wrap > a:nth-child(1) {
    border-right: 1px solid var(--border);
  }
  .prom-tr-title {
    display: none;
  }
  .prom-tr-title.active-on {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 46px;
  }
  .prom-tr-text.active-on {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .prom-tr-text .prom-col01-title{
    width: 100%;
    text-align-last: left;
  }
  .prom-tr-text.active-on .prom-col01-title + .prom-col01-td.prom-td{
    min-height: 500px;
  }
  .active-on {
    display: flex;
  }
  .active-on .prom-row01-title {
    height: auto;
  }
  .prom-row01-title02 {
    border-bottom: none;
    display: none;
  }

  .active-on .prom-row01-title02 {
    display: flex;
    justify-content: center;
    min-height: 300px;
    height: auto;
  }
  .prom-row01 .prom-row01-title-option {
    display: none;
  }
  .prom-col01-tr:nth-child(2n - 1) {
    background-color: #fff;
  }
  .prom-row02:nth-child(2n - 1) {
    background-color: #fff;
  }
  .prom-col01-total-score {
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
  }
  .active-on .prom-row01-tr {
    min-height: initial;
    display: flex;
    position: relative;
  }
  .prom-row01-td > .prom-row01-title-option {
    position: absolute;
    display: grid;
    transform: translateY(-35px);
  }
  .row02-title {
    min-height: 300px;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none !important;
    overflow: auto;
    position: relative !important;
    bottom: auto !important;
  }
  .row02-title p {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }
  .row02-radio {
    overflow: visible !important;
    position: relative;
    width: 100%;
    bottom: 0;
    height: auto;
    padding-top: 100px;
  }
  .row02-radio .prom-row01-title-option {
    height: auto;
    transform: translateY(-60px);
  }
  .prom-row02-title {
    display: block;
    font-weight: 800;
    border-bottom: 1px solid var(--border);
    padding: 16px 24px;
  }
  .prom-col01-contents{
    padding-bottom: 56px;
  }
}
