@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;500;600&display=swap');*/

/* display - !important */
.dp_block { display: block !important; }
.dp_inline { display: inline !important; }
.dp_iblock { display: inline-block !important; }
.dp_flex { display: flex !important; }
.dp_iflex { display: inline-flex !important; }
.dp_table { display: table !important; }
.dp_itable { display: inline-table !important; }
.fx-row { flex-direction: row !important; }
.fx-col { flex-direction: column !important; }

/**============================================
 *!           radio, checkbox 공통
 *=============================================**/

.input--checkbox__wrap,
.input--radio__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 4rem;
}
.input--checkbox__wrap label:hover,
.input--radio__wrap label:hover {
  cursor: pointer;
}
.input--checkbox__wrap .item,
.input--radio__wrap .item {
  display: flex !important;
}

/**============================================
 *!                   radio
 *=============================================**/
.input--radio__wrap .item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.input--radio__wrap label {
  display: flex;
}

[type=radio] {
  line-height: 1;
  vertical-align: middle;
}

[type=radio] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--bd-basic2);
  appearance: none;
}
[type=radio]:before {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background-color: var(--bd-basic2);
}

[type=radio],
[type=radio]:before {
  border-radius: 50%;
}

[type=radio] + span,
[type=radio] + label {
  margin-left: 7px;
  font-size: 1.7rem;
}

[type=radio]:checked {
  border-color: #333333;
}
[type=radio]:checked:before {
  background-color: #f1f1f1;
}

[type=radio]:hover {
  cursor: pointer;
}

/*=============== END OF radio ===============*/

/* 레이아웃 */
html {
  font-size: 10px;
}
.open-row {
  margin: 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.flex{
  display: flex;

}
.auto_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex-a-j-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-j-center {
  display: flex;
  justify-content: center;
}
.flex-j-space {
  display: flex;
  justify-content: space-around;
}
.flex-a-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap
}
.flex-d-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.w1280{width:1280px; margin:0 auto;}
.mobile_only {
  display: none;
}
.mt60 {
  margin-top: 6rem;
}
.mb120 {
  margin-bottom: 12rem !important;
}
.mb100 {
  margin-bottom: 10rem !important;
}
.mb90 {
  margin-bottom: 9rem !important;
}
.mb80 {
  margin-bottom: 8rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.mb48 {
  margin-bottom: 4.8rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb36 {
  margin-bottom: 3.6rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb32 {
  margin-bottom: 3.2rem !important;
}
.mb24 {
  margin-bottom: 2.4rem !important;
}
.mb16 {
  margin-bottom: 1.6rem !important;
}
.mb12 {
  margin-bottom: 1.2rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb8 {
  margin-bottom: 0.8rem !important;
}
.mb5 {
  margin-bottom: 0.5rem !important;
}
.mr8 {
  margin-right: 0.8rem;
}
.mr16 {
  margin-right: 1.6rem;
}
.mr20 {
  margin-right: 2rem;
}
.mr24 {
  margin-right: 2.4rem;
}
.sp10{height: 10px;clear: both;}
.sp13{height: 13px;clear: both;}
.sp15{height: 15px;clear: both;}
.sp20{height: 20px;clear: both;}
.sp30{height: 30px;clear: both;}
.sp40{height: 40px;clear: both;}
.sp50{height: 50px;clear: both;}
.sp60{height: 60px;clear: both;}

.open-row:after,
.open-row::before {
  display: none;
}
.fz20 {
  font-size: 2rem;
  letter-spacing: -0.45px;
}
.fz18 {
  letter-spacing: -0.45px;
  font-size: 1.8rem;
}
.fz16 {
  letter-spacing: -0.4px;
  font-size: 1.6rem;
}
.fz15 {
  letter-spacing: -0.35px;
  font-size: 1.5rem;
}
.fz22 {
  letter-spacing: -0.55px;
  font-size: 2.2rem;
}
.fz24 {
  letter-spacing: -0.6px;
  font-size: 2.4rem;
}
.fz26 {
  letter-spacing: -0.65px;
  font-size: 2.6rem;
}
.fz32 {
  font-size: 3.2rem;
  letter-spacing: -0.75px;
}

.text-center {
  text-align: center;
}
ul {
  list-style: none;
  padding-left: 0px;
}
body {
  font-family: 'Pretendard', sans-serif !important;
  background: #fff !important;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 800;
}
.light {
  font-weight: 300;
}
ol,
ul {
  margin-bottom: 0;
}
/*:focus {*/
/*  outline: auto !important;*/
/*}*/

div:focus {
  outline: none !important;
}
p {
  margin: 0;
}
.pointer {
  cursor: pointer;
}
.color-red {
  color: #df3811;
}
.color-green {
  color: #1bae22;
}
.fl-right{float: right;}
.fl-left{float: left;}

.open-btn {
  padding: 1.1rem 5.4rem;
  border-radius: 5px;
  color: #fff;
  letter-spacing: -0.18px;
  font-size: 1.8rem;
  cursor: pointer;

  font-weight: 700;
}
.btn10 {
  padding: 0.8rem 3rem;
  border-radius: 5px;
  color: #fff;
  letter-spacing: -0.18px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.btn15 {
  padding: 1.1rem 5.4rem;
  border-radius: 5px;
  color: #fff;
  letter-spacing: -0.18px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.modal .btn15 {
  padding: 1.2rem 2.75rem;
}
.table-style01{
  border-top: 2px solid #333333;
  border-bottom: 1px solid #c3c3c3;
}
.table-style02{
  border-top: 2px solid #333333;
}
.data__contents.table-style02 .form-group{
  padding:10px;
  border-bottom: 1px solid #c3c3c3;
}

.blue-btn {
  background: #1a6841 0% 0% no-repeat padding-box;
}
.slim-btn {
  width: fit-content;
  padding: 0.6rem 3.6rem;
  font-size: 15px;
  letter-spacing: -0.18px;
  color: #fff;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
  align-items: center;
}
.red-btn {
  background: rgb(232, 59, 59);
}
.gray-btn {
  background: #616161;
}
.gray-btn02 {
  background: #555555;
}
.gray-btn03 {
  background: #464646;
}
.download-btn {
  border: 1px solid #c2c2c2;
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1.2rem 2.2rem;
  border-radius: 5px;
}
.download-btn:hover {
  color: #fff;
  background-color: #3c3636;
}
.download-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(/images/openlab/icon_down02.png);
  background-size: contain;
  margin-left: 8px;
}

.download-btn:hover:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(/images/openlab/icon_down02_wh.png);
  background-size: contain;
  margin-left: 8px;
}
.blue-btn:hover {
  opacity: 0.9;
}
.appli-btn{
  background:#424242 0% 0% no-repeat padding-box;
}
.appli-btn:hover{
  background:#00a3ee 0% 0% no-repeat padding-box;
  transition: 0.3s;
}
.form-date {
  padding: 1.3rem 1.5rem;
}
input[type="date"] {
  position: relative;
  min-height: 5rem;
  width: 21rem;
  padding: 1.1rem 1.5rem;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  font-size: 16px;
}
input[type="file"] {
  display: block;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}

input[type="date"]:after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 20px;
  height: 20px;

  background: #fff url(/images/openlab/icon_date.png) center center / contain;
  transform: translateY(-50%);
  z-index: 0;
}

button.close {
  opacity: 1;
  position: static;
  right: 2.4rem;
  top: 0.7rem;
}
/*button:focus{*/
/*  border: none;*/
/*  outline:none;*/
/*}*/
button.close span {
  display: block;
  background: url(/images/openlab/icon_close.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  text-indent: -9999px;
}
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.btn-right-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
input[type="file"] {
  display: block;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}

input[type="date"]:after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 20px;
  height: 20px;

  background: #fff url(/images/openlab/icon_date.png) center center / contain;
  transform: translateY(-50%);
  z-index: 0;
}

button.close {
  opacity: 1;
  position: static;
  right: 2.4rem;
  top: 0.7rem;
}
button.close span {
  display: block;
  background: url(/images/openlab/icon_close.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.btn-wrap button {
  margin: 0 8px;
}
.checkbox {
  display: flex;
  align-items: center;
}
.ch_style{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f1f1f1;
  padding: 1.5rem;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 12px;
  background: url("../images/openlab/icon_chbox_off.svg") no-repeat;
  /*opacity: 0.3;*/
  mix-blend-mode: multiply;
}

.checkbox input[type="checkbox"]:checked + label {
  width: 22px;
  cursor: pointer;
}

input[type="checkbox"] + label + label {
  font-size: 1.5rem;
  cursor: pointer;
}
/*section {*/
/*  min-height: calc(100vh - 300px);*/
/*}*/


/* 아이콘 */
.icon-close {
  background: url(/images/openlab/icon_close.svg) no-repeat;
}
.icon-menu {
  background: url(/images/openlab/icon_menu.svg) no-repeat;
}
.icon32 {
  min-width: 32px;
  min-height: 32px;
  display: block;
}
/* 메인 */
#section2,
#section2 > div {
  height: 100vh;
}
#section1,
#section1 > div {
  height: calc(100vh);
}
#section1 {
  /* background-color: #3e69b8; */
}
.main-section1-top {
  background: url(/images/openlab/img_photo_title_bg.png) no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 65%;
}
.main-section1-top p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #a3bced;
  margin-bottom: 1.4rem;
}
.main-section1-top h2 {
  font-size: 5.2rem;
  margin-bottom: 8rem;
  font-weight: 600;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
}
.main-section1-top h2 strong {
  font-weight: bold;
}
.main-section1-top a {
  background-color: rgba(131, 192, 76, 0.8);
  color: #fff;
  font-weight: bold;
  padding: 1.4rem 3.6rem;
  border-radius: 30px;
  display: flex;
  width: 35rem;
  font-size: 2rem;
  align-items: center;
  justify-content: space-between;
}
.main-section1-bottom {
  width: 100%;
  height: 35%;
  background-color: #fff;
}
.section1-botoom-btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5rem;
}
.section1-botoom-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section1-botoom-btns a img {
  margin-bottom: 8px;
}
.section1-botoom-btns a p {
  font-size: 1.6rem;
}

#section2 {
  background-color: #f0f6f9;
}
.main-board {
  display: flex;
  width: 1280px;
  position: relative;
  margin: 0 auto;
}
.main-board-left {
  display: flex;
  flex-direction: column;
  width: 320px;
}
.main-board-left img {
  margin-bottom: 20px;
}
.main-board-left a {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main-board-left a p:nth-child(2) {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 27px;
  text-align: center;
  margin-bottom: 16px;
  color: #ffffff;
}
.main-board-left a p:nth-child(3) {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 22px;
  text-align: center;

  color: #ffffff;
}
.main-board-left a:nth-child(1) {
  background-color: #1a6841;
  margin-bottom: 20px;
  background-image: url("/images/openlab/k_bg01.png");
  background-position: 140% 130%;
  background-repeat: no-repeat;
}
.main-board-left a:nth-child(2) {
  background-color: #84c04c;
  background-image: url("/images/openlab/k_bg02.png");
  background-position: 140% 130%;
  background-repeat: no-repeat;
}
#tab-menu {
  width: 100%;
  background: #fff;
  /*position: absolute;*/
  right: 0;
  border-radius: 4px;
}
#tab-menu ul {
  overflow: hidden;
}
#tab-menu li {
  float: left;
  width: 33.33%;
  text-align: center;
}
#tab-menu li:nth-child(1) {
  border-radius: 5px 0 0 0;
  overflow: hidden;
}
#tab-menu li:nth-child(3) {
  border-radius: 0 5px 0 0;
  overflow: hidden;
}
#tab-menu li > div {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 385px;
  text-align: left;
  background: #fff;
  padding: 30px 42px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
#tab-menu li .tab__title {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  position: relative;
  font-size: 2rem;
  z-index: 1;
  line-height: 23px;
  padding: 26px;
  width: 100%;
  background: #454545;
}
#tab-menu li.active .tab__title {
  background: #fff;
  font-weight: 800;
  color: #000;
}

#tab-cont {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e8e5e5;
  /*filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));*/
}

.tab__first {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tab__first-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid #e9e9e9;
  padding: 12px 18px;
  margin-right: 20px;
}
.tab__first-date p:nth-child(1) {
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 43px;
}
.tab__first-date p:nth-child(2) {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 14px;
}
.tab__first-data {
  width: calc(100% - 118px) !important;
  max-height: 76px;
  overflow: hidden;
}
.tab__first-data > p:nth-child(1) {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 22px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.tab__first-data div p {
  white-space: normal;
  display: -webkit-box;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 22px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tab__list {
  padding: 18px 0;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab__list span.tab__board-title {
  font-weight: 700;
  display: inline-block;
  font-size: 1.6rem;
  width: calc(100% - 80px);
  line-height: 18px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tab__list span.reply {
  margin-left: 20px;
}
#questions a {
  justify-content: flex-start;
}
.tab__list span.tab__board-date {
  font-weight: 700;
  display: inline-block;
  font-size: 1.4rem;
  width: 80px;
  line-height: 16px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#notice .tab__list:nth-child(4) {
  border-bottom: none;
}
#faq .tab__list:nth-child(5),
#questions .tab__list:nth-child(5) {
  border-bottom: none;
}
.tab__btn {
  margin: 0 auto;
  padding: 14px 85px;
  background: #4d9a5f;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 18px;
  color: #ffffff;
}
.tab__btn:hover,
.tab__btn:focus {
  color: #fff;
}
.tab__btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab__no-data {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tab__no-data img {
  margin-bottom: 20px;
  width: 90px;
}
.tab__no-data p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 22px;
  margin-bottom: 24px;
  color: #555555;
}
.tab__no-data a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 22px;
  color: #555555;
  text-decoration: underline;
}
/* 모달 */
.modal-dialog {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  max-height: 65vh;
  overflow: auto;
}
.modal-header {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 2rem;
  font-weight: 700;
  padding: 2.6rem 3rem !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 16px 16px 0 0;
}
.modal-title {
  font-size: 2rem;
  font-weight: 700;
}
.modal-footer {
  padding: 1.5rem 3rem 3rem 3rem;
  text-align: center;
  border-top: 1px solid #d3d3d3;
  display: flex;
  justify-content: center;
  gap:30px;
  
}
.modal-footer .btn-default {
  display: none;
}
.modal-body {
  padding: 3rem !important;
}
.tui-tree-root{
  border-top:1px solid #dddddd;
  background-color: #f8f8f8;
  padding:1.4rem;
}
.modal-content {
  box-shadow: 0 0px 20px rgb(0 0 0 / 20%);
  border: 0;
}
.modal-content.ui-draggable{
  position: absolute !important;
  z-index: 9999;
  background-color: #ffffff;
  padding: 3rem 1rem;
  min-width: 437px !important;
  display: flex;
  width: 500px;
  justify-content: center;
  border-radius: 10px;
}
.modal-content.ui-draggable .layerCon{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal-content.ui-draggable .btnArea{
  display: flex;
  justify-content: center;
}
.layerCon {
  border-radius: 16px;
}
.layerTop .close {
  right: 0.8rem;
  top: 1.6rem;
}
/* 스킵네비게이션 */
#skipNav {
  position: relative;
  z-index: 9999;
}
#skipNav a {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  color: #000;
  border: 1px solid #dedede;
  background-color: rgb(222, 222, 222);
}
#skipNav a:focus,
#skipNav a:active {
  top: 0;
}
/* 헤더 */
/*header {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  background-color: #fff;*/
/*  z-index: 99;*/
/*  top: 0;*/
/*  border-bottom:1px solid #c2c2c2;*/
/*}*/
header .open-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
header .open-row .k-logo{width:200px;}
.navBar{
  position: fixed;
  top: -130px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 999;
  box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.1);
}
.openlab-menu {
  display: flex;
  align-items: center;
}
.openlab-menu > li {
  position: relative;
  padding: 3rem 4.5rem;
}
.openlab-menu ul {
  display: none;
  position: absolute;
  top: 8.5rem;
  background-color: #fff;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2px solid #3691ff;
  box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.1);
}
.openlab-menu > li a,
.openlab-menu > li {
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
.openlab-menu > li:hover a + ul {
  display: block;
}
.openlab-menu li:hover > a,
.openlab-menu a:focus {
  color: #3691ff;
}
.openlab-menu > li > ul > li a {
  font-size: 1.6rem;
  padding: 0.8rem 0;
  width: 100%;
  display: block;
}
.openlab-menu > li.header-active ul {
  display: block;
}
.openlab-menu > li ul li {
  padding: 0;
}
.login,
.join {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background-color:#ffffff;
}
.login{
  padding-right:1rem;
  position: relative;
}
.login::after{
  content:"|";
  position: relative;
  right:-10px;
  top:0px;
  color:#dddddd;
}
.login:focus {
  color: #212121;
}
.inp_password_re{

}
/*.login {*/
/*  color: #ffffff;*/
/*  background-color: #3691ff;*/
/*}*/
/*.login:hover {*/
/*  color: #fff;*/
/*}*/
/*.join {*/
/*  border: 1px solid #b7b7b7;*/
/*  margin-left: 4px;*/
/*}*/
.menu-bar {
  display: flex;
  align-items: center;
}
.login-bar-inner{
  width:1280px;
  margin:0 auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.mobile-menu {
  display: none;
}
.mobile-header {
  display: none;
}
.header-top {
  height: 20px;
}
.header-top .open-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 20px;
  padding-top: 8px;
}
.header-top .open-row > * {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.header-top .open-row strong {
  color: #3691ff;
}
.header-top .open-row > *::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #cccccc;
  margin-left: 1.2rem;
}
.header-top .open-row > *:last-child {
  margin-right: 0;
}
.header-top .open-row > *:last-child::after {
  display: none;
}

/* 헤더 모바일 */
.mobile-top {
  background-color: #f4f5f7;
  padding: 2rem 4rem;
  display: flex;
  justify-content: space-between;
}
.mobile-top div {
  display: flex;
}
.mobile-top div a {
  margin-right: 50%;
}
.mobile-top a {
  white-space: nowrap;
}
.mobile-menu-list > li > p {
  font-size: 2rem;
  letter-spacing: -0.6px;
  font-weight: 700;
  padding: 1.5rem;
  text-align: center;
  background-color: #4f4f4f;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.mobile-menu-list > li > p.mobile-menu-on {
  background-color: #18108e;
}
.mobile-menu-list li a {
  display: block;
  padding: 2rem 4rem;
  border-bottom: 1px solid #d7d7d7;
}
.mobile-menu-list > li > ul {
  display: none;
}

/* 상단 네비게이션 */
.top-navi {
  background-color: #f4f5f7;
}
.top-navi p {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.5rem 0;
  letter-spacing: -0.4px;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-navi p span {
  letter-spacing: -0.4px;
  color: #aaaaaa;
  padding:0px 15px;
}

/* 내용 */
.openlab-title {
  letter-spacing: -0.8px;
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.openlab-title-underline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.openlab-title-underline::before {
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  background: #3691ff 0% 0% no-repeat padding-box;
  border-radius: 3px;
}
.openlab-title-underline::after {
  content: "";
  display: block;
  width: 18px;
  height: 5px;
  background: #3691ff 0% 0% no-repeat padding-box;
  border-radius: 3px;
  margin-left: 4px;
}
/* 데이터 안심존 이용신청안내 */

.text-box-gray {
  background: linear-gradient(330deg, rgba(243, 231, 233, 0.5) 0%, rgba(227, 238, 255, 0.5) 100%);
  border-radius: 5px;
  letter-spacing: -0.45px;
  color: #666666;
  padding: 2.8rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.openlab-add-info {
  border: 1px solid #d7d7d7;
  padding: 4rem 12rem;
  display: flex;
}
.openlab-add-info > div {
  border-right: 1px solid #d7d7d7;
  max-width: 280px;
  width: 25%;
}
.add-info-num {
  color: #212121;
  font-size: 2rem;
  font-weight: 800;
}
.add-info-title {
  color: #3691ff;
  font-size: 3rem;
  font-weight: 700;
}
.add-info-list {
  max-width: 770px;
  width: 75%;
  margin-left: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.add-info-list li {
  line-height: 30px;
  letter-spacing: -0.45px;
  color: #333333;
  font-size: 1.8rem;
}
.add-info-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #18108e;
  margin-right: 8px;
  margin-bottom: 0.4rem;
}
.wizard_steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wizard_steps li {
  display: flex;
  align-items: center;
  width: calc(20% - 28px);
}
.wizard_steps li a {
  background: #e6e6e6 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 1.4rem 1.6rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.wizard_steps li::after {
  display: block;
  content: "";
  background: url(/images/openlab/icon_next-arrow.png) no-repeat;
  width: 14px;
  height: 23px;
  margin: 0 60px;
}
.wizard_steps li:last-child:after {
  display: none;
}
.wizard_steps li a > span {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.step_no {
  font-size: 1.8rem;
  letter-spacing: -0.45px;
  font-weight: 700;
  color: #898989;
  background: initial;
  line-height: 20px;
  margin-bottom: 1rem;
}
.step_descr {
  font-size: 1.8rem;
  letter-spacing: -0.45px;
  font-weight: 700;
  color: #898989;
  line-height: 20px;
}
.selected .step_no {
  color: #fff000;
}
.selected .step_descr {
  color: #f4f5f7;
}
.wizard_steps li a.selected {
  background: #3691ff 0% 0% no-repeat padding-box;
}
.step01-text {
  overflow: auto;
  width: 100%;
  height: 432px;
  resize: none;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 2.4rem;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  letter-spacing: -0.15px;
  color: #595959;
  font-size: 1.5rem;
}
.text-box-title {
  letter-spacing: -0.8px;
  color: #1c5bb1;
  font-size: 3.2rem;
  line-height: 38px;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.text-box-gray-procedure-guide {
  padding: 5.4rem 7rem 5.4rem 7rem;
  /*margin-top: 6rem;*/
}
/*.text-box-gray-procedure-guide img{*/
/*  filter: hue-rotate(80deg);*/
/*}*/
.select-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #e5e5e5;
}

.select-list-utilization {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.select-list-utilization li {
  width: 20%;
  text-align: center;

  background-color: #1c5bb1;
  border-right: 1px solid #d7d7d7;
}

.select-list-utilization li a {
  display: block;
  padding: 2.4rem;
  color: #fff;
  font-size: 16px;
}

.select-list-utilization li a.list-on {
  background-color: #fff;
  color: #212121;
  height: 100%;
  font-size: 16px;
}

.select-list li {
  width: 33.33%;
  text-align: center;

  background-color: #1c5bb1;
  border-right: 1px solid #d7d7d7;
}
.select-list li a {
  display: block;
  padding: 2.4rem;
  color: #fff;
  font-size: 16px;
}

.select-list li a.list-on {
  background-color: #fff;
  color: #212121;
  height: 100%;
}
.step-wrap {
  width: 100%;
}
.step-wrap > div {
  min-height: 310px;
  overflow: auto;
  padding: 3.2rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: none;
}
.step-wrap > div.step-on {
  display: block;
}
.sub-visual {
  width:100%;
  height:270px;
  background: url(/images/openlab/sub_visual.png) no-repeat;
  background-size:cover;
  color:#ffffff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 60px;
}
/*최병한 수정*/
.sub_visual h2{
  font-size:24px;
  font-weight:600;
  color:#1c5bb1;
  text-align: center;
}

.sub_container{
  min-width: 32rem;
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
}
.sub_container .inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.openlab-sub-title{
  font-size:18px;
}

.sub-title{
  width:100%;
  height:150px;
  font-size: 28px;
  font-weight: 600;
  color:#212121;
  background: url("/images/openlab/title_bg.png") no-repeat right bottom;
}

/* 데이터 안심존 소개 */
.offer-data-inner{
  display: flex;
}
.offer-data{
  display: flex;
  width: 250px;
  height: 152px;
  border-radius: 10px;
  box-shadow: 0 0px 15px 3px rgb(0 0 0 / 10%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin:10px;
}
.offer-data p{
  margin-top:10px;
  font-size: 18px;
  font-weight: 600;
}
.photo-title {
  background: url(/images/openlab/img_photo_title_bg.png) no-repeat;
  background-size: cover;
  padding: 5.8rem 4rem 6.8rem 4rem;
  margin-top: 6rem;
}
.photo-title .openlab-title {
  margin-top: 0;
  color: #fff;
}
.photo-title .openlab-sub-title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.photo-title + .text-box-gray-procedure-guide {
  margin-top: 4rem;
}
.photo-title + .text-box-gray-procedure-guide .btn-wrap {
  margin-bottom: 0;
}
.photo-title + .text-box-gray-procedure-guide .btn-wrap button {
  width: 22rem;
}
.map-title01 > * {
  margin-left: 7.4rem;
}
.map-title01 .map-info {
  margin-bottom: 20rem;
}
.map-title01 .map-info div {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.map-title > p {
  color: #1c5bb1;
  margin-bottom: 5rem;
}
.row {
  width: 100%;
}
.map > * {
  width: 100%;
}
.map-info > div > p:nth-child(1)::after {
  content: "|";
  margin: 0 2rem;
}
.map-title01 {
  margin-top: 8rem;
}
.analysis-img-wrap {
  padding: 3rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 1.6rem;
  background-color: #fff;
}
.analysis-img-wrap p {
  width: calc(100% - 100px);
}
.phto-titile02 {
  padding: 5.8rem 2.4rem 2.4rem 2.4rem;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.analysis-swiper-wrap {
  position: relative;
}
.swiper-wrapper .swiper-slide {
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.analysi-img{
  width: 100%;
  height: 200px;
  padding:2rem 0;
}
.analysi-info-wrap {
  min-height: 170px;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color:#eaf5f5;
}
.analysis-swiper img {
  max-width: 25.2rem;
  width: 100%;
}
.analysi-title {
  color: #1c5bb1;
}
.analysis-info {
  max-width: 90%;
}
.analysi-btn{
  width:100%;
  background-color:#eeeeee;
  padding: 10px;
  text-align: center;
}
.analysi-btn button{
  background-color: transparent;
  font-size:1.58rem;
  font-weight: 600;
  width: 100%;
}
.analysi-btn button:hover{
  color:#83c04c;
}
.envi-info{
  width:auto;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  flex-grow: 1;
  margin: 10px;
}
.envi-info:hover{
  box-shadow: 0 0px 15px 3px rgb(0 0 0 / 10%);
  transition: 0.2s;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(/images/openlab/btn_slide_right.png) no-repeat;
  background-size: contain;
  height: 50px;
  width: 30px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(/images/openlab/btn_slide_left.png) no-repeat;
  background-size: contain;
  height: 50px;
  width: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.map-title02 {
  margin-top: 4rem;
}
.map-title02 .map-info {
  display: flex;
  flex-wrap: wrap;
}
.map-title02 .map-info div {
  display: flex;
  margin-bottom: 1.6rem;
}
.map-title02 .map-info div:nth-child(1) {
  margin-right: 12rem;
}
.search-swiper-wrap {
  position: relative;
  padding: 0 16rem;
}
.search-swiper-wrap .swiper-slide {
  border: none;
  cursor: pointer;
}
.blue-line-wrap {
  padding: 2.5rem 18rem;
  border: 1px solid #3691ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.twoLabel {
  margin-right: 16px;
}
.serach-wrap {
  padding: 4.2rem 0 3.6rem 0;
  background-color: #eef0f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serach-wrap select {
  width: 16rem;
  padding: 0.6rem 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 1rem;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url("/images/openlab/icon_down_arrow.png") no-repeat 90% 50%/10px
  auto;
  background-color: #fff;
  height: 5rem;
  max-height: 5rem;
}
select::-ms-expand {
  display: none; /*for IE10,11*/
}
.search-input input {
  width: 32rem;
  padding: 0.6rem 6rem 0.6rem 2.4rem !important;
  border: 1px solid #898989 !important;
}
.serach-wrap > div {
  display: flex;
  align-items: center;
}
.search-input {
  position: relative;
}
.search-btn {
  width: 5rem;
  height: 5rem;
  background-image: url(/images/openlab/btn_search.png);
  background-repeat: no-repeat;
  background-color: #2b3034;
  background-position: center;
  border-radius: 5px;
  margin-left: 10px;
}
.search-data-num {
  margin-top: 4rem;
}
.search-data-num::before {
  content: "·";
  margin-right: 6px;
  color: #3691ff;
}
.search-data-num strong {
  color: #3691ff;
}
.search-swiper-wrap {
  border-top: 2px solid #000;
}
.search-swiper .swiper-wrapper .swiper-slide {
  padding: 3.2rem 1rem;
}
.analysis-swiper-wrap .swiper-wrapper{
  justify-content: center;
}
.search-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #b7b7b7;
  padding: 2.4rem;
  min-height: 16rem;
  margin-bottom: 3rem;
}
.search-type {
  padding: 0.3rem 1.8rem;
  border-radius: 0px 15px 0px 15px;
  background-color: #1a6841;
  color: #fff;
  margin-right: 1rem;
}
.search-title > div {
  display: flex;
  align-items: center;
}
.search-list > div:nth-child(1) {
  border-right: 1px solid #b7b7b7;
}
.search-info p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-info {
  padding-left: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.btn-search-data-more {
  font-size: 1.6rem;
  border-bottom: 1px solid #a1a1a1;
  padding: 0;
}
.modal-dialog .tui-grid-cell-has-input .tui-grid-cell-content {
  padding: 4px 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#dataDetails .tui-grid-header-area {
  height: initial !important;
}
#dataDetails tr:not(:nth-child(1)) th {
  border-top: 1px solid #d7d7d7 !important;
}
.data-select p {
  border-bottom: 1px solid #000;
}
/* 페이지네이션 */
.tui-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem !important;
}
.tui-page-btn {
  padding: 0.4rem;
}
.tui-is-selected {
  color: #fff;
  background-color: #000;
}
.tui-is-disabled {
  opacity: 0;
}
.tui-page-btn {
  min-width: 3rem;
  text-align: center;
  height: 3rem;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  /*background: #b7b7b7;  // 분석포털 page 버튼 css 적용되어서 변경 - 241221*/
  color: #fff;
  margin: 0 0.3rem;
}
.tui-page-btn:hover {
  /*color: #fff;  // 분석포털 page 버튼 css 적용되어서 변경 - 241221*/
}
.tui-page-btn span {
  display: none;
}
.tui-first {
  width: 3rem;
  height: 3rem;
  /*background: url(/images/openlab/page_first.png) no-repeat;*/
  background-size: contain;
}
.tui-prev {
  width: 3rem;
  height: 3rem;
  /*background: url(/images/openlab/page_priv.png) no-repeat;*/
  background-size: contain;
}
.tui-next {
  width: 3rem;
  height: 3rem;
  /*background: url(/images/openlab/page_next.png) no-repeat;*/
  background-size: contain;
}
.tui-last {
  width: 3rem;
  height: 3rem;
  /*background: url(/images/openlab/page_end.png) no-repeat;*/
  background-size: contain;
}
.tui-pagination .tui-is-selected,
.tui-pagination .tui-is-selected:hover,
.tui-pagination strong,
.tui-pagination strong:hover {
  background: #18108e;
}
/* 데이터 안심존 이용신청 */
.ky-info-list-box{
  width:100%;
  display: flex;
  margin-bottom: 3rem;
}
.ky-info-list-box-txt{
  width:84%;
  background-color:#f7f7f7;
  font-size:1.8rem;
  padding:1rem;
  margin:1.2rem;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}
.appli_stepBox{
  flex-wrap: wrap;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
.appli_stepBox li{
  display: flex;
  flex-direction: column;
  width: 20%;
  padding:1rem 2rem;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.ky-info-list-box-txt li{
  padding-left: 1.6rem;
  padding-bottom:1rem;
  position:relative;
}
.ky-info-list-box-txt li:before{
  content:"";
  width:4px;
  height:4px;
  position: absolute;
  top:11px;
  left:3px;
  background-color: #83c04c;
}
.ky-info-list-box-txt li:last-child{
  padding-bottom:0rem;
}

.data__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.data__search-bar {
  width: 30%;
}
.data__step2-wrap {
  display: flex;
}
.data__step2-left {
  width: 25%;
  max-width: 250px;
}
.data__step2-right {
  width: 75%;
  margin-left: 5%;
}
.form-group {
  display: flex;
}
/*.data__contents {*/
/*  width: 96%;*/
/*  margin:0 auto;*/
/*}*/
.data__contents .contents-sub{
  display: flex;
  flex-direction: column;
  border-top: 1px solid #666666;
}
.data__contents .contents-sub .form-group {
  padding:20px 0px;
  border-bottom: 1px solid #aaaaaa;
}

.data__title {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 30px;
  position: relative;
}
.data__title:before{
  content: '';
  width:25px;
  height:23px;
  background: url("/images/openlab/title_img.png") no-repeat;
  position: absolute;
  left: 0px;
  top: 8px;
}
.data__title > p:nth-child(1) {
  margin-right: 14px;
}
.step2-tab-top {
  display: flex;
}
.step2-tab-top li {
  width: 50%;
}
.tui-grid-table{
  border-bottom: 1px solid #cccccc;
}
.tui-grid-table tbody tr:last-child td.tui-grid-cell {
  border-bottom: none !important;
}
.tui-grid-cell {
  border-color: #eee !important;
}
.step2-tab-top a {
  border: 1px solid #e0e0e0;
  padding: 16px 12px;
  display: block;
  text-align: center;
  background-color: #f8f9fb;
}

.step2-tab-top a.on {
  background-color: #fff;
  border-top: 3px solid #3691ff;
  border-bottom: 0;
}
.step2-tab-top > li:nth-child(2) a {
  border-left: 0;
}
.data__step2-left .tui-grid-border-line-bottom,
.data__step2-left .tui-grid-border-line-top,
.data__step2-left .tui-grid-border-line-right,
.data__step2-left .tui-grid-border-line-left {
  display: none;
}
.data__step2-right .tui-grid-border-line-top {
  display: none;
}
.step2-tab-contents {
  border: 1px solid #e0e0e0;
  border-top: none;
}
.tui-grid-cell.tui-grid-cell-header {
  /*border-top: 3px solid #83c04c !important;*/
  border-left-width: 0px !important;
  color: #212121 !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
  height: 50px !important;
  border-right-width: 0px !important;
  background: #f8f9fb !important;
  border-bottom-width: 0px !important;
}
.tui-grid-cell-row-header,
.tui-grid-cell.tui-grid-cell-header,
.tui-grid-cell-head {
  color: #1e1e1e !important;
}
.tui-grid-header-area {
  height: 60px !important;
}
.step2-tab-contents .tui-grid-header-area {
  display: none;
}
.tui-grid-body-area,
.tui-grid-cell {
  background: #fff !important;
}

.step2-tab-contents .tui-grid-cell {
  border-style: hidden;
}
.tui-grid-table {
  border-color: #e0e0e0 !important;
}
.tui-grid-border-line-bottom {
  background-color: #e0e0e0;
  border-bottom: none !important;
}
/*.tui-grid-cell {*/
/*  border-width: 0;*/
/*}*/
.tui-grid-container {
  font-family: "Pretendard", sans-serif !important;
  font-size: 1.5rem;
}
.checked {
  background-color: #00a6c7 !important;
}
.between-checked {
  background-color: #d9f3f8;
}
.fc-sat,
.fc-sun,
.fc-past,
.fc-holiday {
  background-color: #413f60;
  pointer-events: none;
}
.fc-holiday {
  position: relative;
}
.fc-holiday::after {
  content: "휴일";
  display: block !important;
  border-radius: 20px;
  padding: 2px 16px;
  background-color: #0072bc;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.fc-scroller {
  overflow: auto !important;
}
.step2-text-box-gray {
  background-color: #f4f5f7;
  padding: 2rem 3rem;
  border-radius: 5px;
  color: #666666;
}
.step2-text-box-gray strong {
  color: #3691ff;
}
.step2-search {
  display: none;
  height: 70%;
  background-color: #fff;
  padding: 2rem;
}
.search-wrap {
  position: relative;
}
.search-wrap input {
  padding: 8px 40px 8px 16px;
  box-sizing: border-box;
  width: 100%;
}
.search-wrap button {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 1.2rem 0 0;
  transform: translateY(-50%);
}
.btn.btn-white.added {
  background-color: #3691ff;
  color: #fff;
  border: none;
  cursor: pointer;
}
#grid--val01,
#grid--val02 {
  position: relative;
  max-height: 250px !important;
  overflow: auto !important;
  border: 1px solid #ccc;
  border-top: none;
}
.tui-grid-container {
  width: 100% !important;
}
.tui-grid-layer-state {
  top: 66px !important;
}
.pd20{padding:20px}
.tui-grid-border-line-left,
.tui-grid-border-line-top,
.tui-grid-border-line-right,
.tui-grid-border-line-bottom {
  display: none !important;
}
.tui-grid-scrollbar-right-top {
  height: 60px !important;
}
.form01 {
  width: 100%;
  border-top: 3px solid #1a6841;
}
.form02 {
  width:100%;
  border-top: 3px solid #1a6841;
}
.data__input07-text,
.data__input10-text{color:#212121}
#step03{width:100%;}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  padding: 1.3rem 2.8rem;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  font-size: 1.6rem;
  min-height: 5rem;
}
textarea {
  padding: 2rem 2.6rem;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  font-size: 1.6rem;
  width: 100%;
  resize: none;
}
.form01 .form-group {
  min-height: 10rem;
  padding: 2.4rem 3.6rem;
  border-bottom: 1px solid #d7d7d7;
}
.form01 .form-group .control-label {
  display: flex;
  margin-top: 8px;
}

.form02 .form-group {
  border-bottom: 1px solid #d7d7d7;
  margin:0px;
  align-items: center;
}
.form02 .form-group .control-label {
  display: flex;
  font-size: 1.5rem;
  padding:2.7rem;
  background-color:#f8f8f8;
}
.form02 .form-group input{
  width:80%;
  min-height: 4rem;
  font-size:1.5rem;
  padding:1rem 1rem;
  margin:1rem;
}

.form-group02:first-child{
  border-top:3px solid #1a6841;
}
.form-group02{
  border-bottom:1px solid #dddddd;
}
.form-group02 .label-bg{
  padding: 20px;
  background-color: #f6f7f6;
  margin-bottom: 0;
}
.form-group02 .label-btn-box{
  width:80%;
  border:1px solid #c2c2c2;
}
.form-group02 .control-label-btn{
  width: 50%;
  padding: 1rem;
  background-color: #d7d7d7;
  margin: 0px;
  color: #ffffff;
  font-size: 1.6rem;
}
.form-group02 .flex-a-center{
  padding-left: 1rem;
}
.form-group02 .control-label-btn.select {
  background-color: #3e3e3e;
}
.required {
  color: RED !important;
  margin-left: 6px;
}
.id-name-search-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.id-name-search-wrap input:nth-child(1) {
  width: 90%;
  margin-right: 8px;
}
.id-name-search-wrap input:nth-child(2) {
  width: calc(70% - 94px);
  margin-right: 8px;
}
.tui-target {
  border: 1px solid #ccc;
  border-top: none;
}
.fomat-down {
  display: flex;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #464646;
  align-items: center;
}
.modal-body {
  padding: 3rem;
}
.fomat-down::after {
  content: "";
  display: block;
  width: 16px;
  height: 22px;
  background: url("../images/openlab/icon_down.png") no-repeat;
  margin-left: 3rem;
}
.table-add-del {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-control {
  padding: 1.3rem 2.8rem;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  font-size: 1.6rem;
  min-height: 5rem;
}
.data04 {
  width: 100%;
  padding: 4rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.data04 .fz32 {
  color: #1a6841;
}
.data04 .fz18 {
  text-align: center;
}
.data04 > div {
  width: 330px;
}
.data04 > div span:nth-child(1) {
  background-color: #3691ff;
  padding: 0.4rem 2.6rem;
  border-radius: 5px;
  color: #fff;
  margin-right: 1.2rem;
  width: 12rem;
  display: inline-block;
  text-align: center;
}

/* 신청관리 */
#dataList01,
#dataList02 {
  width: 100%;
}
.line-wrap {
  width: 100%;
  padding: 5rem;
  border: 1px solid #d7d7d7;
}
#dataList01 .tui-grid-row-even,
#dataList01 .tui-grid-row-odd,
#dataList02 .tui-grid-row-even,
#dataList02 .tui-grid-row-odd {
  height: auto !important;
}
#dataList01 .tui-grid-cell-has-input .tui-grid-cell-content,
#dataList02 .tui-grid-cell-has-input .tui-grid-cell-content {
  padding: 0 !important;
}
#dataList01 .listdata,
#dataList02 .listdata {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#dataList01 span.listdata,
#dataList02 span.listdata {
  width: auto;
}
#dataList01 .tui-grid-body-area,
#dataList02 .tui-grid-body-area {
  min-height: 90px !important;
}

.dataList03 .board-title{
  color: #0972b5;
  text-decoration: underline
}
.dataList03 .board-title:hover {
  opacity: 0.7;
}

.tui-grid-tree-wrapper-relative .tui-grid-cell-content {
  justify-content: flex-start;
  cursor: pointer;
}
.tui-grid-layer-focus-deactive .tui-grid-layer-focus-border {
  display: none !important;
}
.data-table {
  border-top: 1px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.data-table > li {
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
}
.data-table > li > p {
  background-color: #f8f9fb;
  width: 15rem;
  padding: 3rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-table > li p {
  font-size: 1.8rem;
  font-weight: 700;
  white-space: normal;
}
.data-table > li div {
  padding: 3rem 5rem;
  width: calc(100% - 15rem);
  font-weight: normal;

}
.data-table > li div > p {
  font-weight: normal;
}
.table-full {
  width: 100%;
  max-width: calc(100vw - 32px);
}
.table-half {
  width: 50%;
}
.question_mark {
  display: flex;
  align-items: center;
  position: relative;
}
.question_mark span{

}
.question_mark img {
  margin-left: 0.5rem;
  cursor: pointer;
  margin-right: 0.5rem;
}
.question_mark img + span {
  display: none;
}
.question_mark img:hover + span {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  z-index: 9;
  border-radius: 5px;
  bottom: -3rem;
}
.tui-grid-cell .tui-grid-cell-content,
.tui-grid-cell .tui-grid-cell-content p,
.tui-grid-cell .tui-grid-cell-content span,
.tui-grid-cell .tui-grid-cell-content a {
  font-size: 1.5rem;
}
.tui-grid-cell-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.maxw100 {
  max-width: 10rem;
}
.tui-grid-cell-content .reply {
  white-space: break-spaces;
  display: inline-block;
  margin-right: 1rem;
}
.tui-grid-cell-content > span:not(.reply) {
  margin-right: 1rem;
  width: 90%;
  text-align: left;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#div_questions_List .tui-grid-cell-content span:not(.reply) {
  text-align: left;
}
/* 게시판 */
.data-title {
  padding: 3rem 2rem;
  width: 100%;
  text-align: left;
  border-top: 3px solid #83c04c;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.data-info {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.6rem 2.4rem;
  display: flex;
  width: 100%;
}
.data-info li:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 2.4rem;
  background-color: #1e1e1e;
  transform: translateY(2px);
}
.data-info li:nth-child(1),
.data-info li:nth-child(3) {
  margin-right: 4px;
}
.data-contents {
  padding: 5rem 4rem;
  font-size: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #cacaca;
}
span.reply {
  margin-left: 0;
  width: auto;
  background: none;
}
.maxw582 {
  max-width: 582px;
}
.form01 .form-group-sub-text {
  padding: 0;
  min-height: auto;
  margin: 0;
}
.form01 .form-group-sub-span {
  color: red;
  padding: 0.4rem 3.6rem 1.4rem 3.6rem;
  text-align: left;
  margin: 0;
  width: 100%;
}
.tui-grid-container p,
.tui-grid-container input,
.tui-grid-container textarea {
  font-family: "Pretendard", sans-serif;
}
.tui-grid-cell-content > form {
  width: 100%;
}
.board-title {
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.style-table {
  overflow: auto;
}

.style-table table {
  border: none;
}
.style-table tr {
  border-bottom: 1px solid #d7d7d7;
}
.style-table th {
  background-color: #f8f9fb;
  border-top: 1px solid #3691ff !important;
}
.style-table th,
.style-table td {
  padding: 16px;
  text-align: center;
  border: none;
  white-space: nowrap;
}

.modal-table{
  width:100%;
  border-top: 1px solid #aaaaaa;
}
.modal-table td{
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}
.modal-table td:first-child{
  background-color: #eeeeee;
}
.modal-table td span{
  font-size:13px;
}

/* 회원가입 */
.scrollBox{
  border:1px solid #61b58c;
  padding: 10px;
  margin-bottom:2rem;
  border-radius: 10px;
  background-color: #fafafa;
}
.agreeBox{
  width:100%;
  background-color:#eeeeee;
  padding:1rem;
  font-size: 1.5rem;
}

/* 테블릿 가로, 테블릿 세로 */
@media all and (max-width: 1200px) {
  .btn-wrap button {
    width: 31%;
    padding: 1.1rem 0;
    margin: 0 4px;
  }
  html {
    font-size: 9px;
  }
  .header-top {
    display: none;
  }
  .open-container {
    width: 100%;
    padding: 0 2rem;
  }
  .menu-bar {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 99;
  }
  header .open-row {
    height: 50px;
  }
  header .open-row > a > img,
  .mobile-header .open-row > a > img {
    width: 120px;
  }
  .header-on {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mobile-header .open-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }
  /*.top-navi {*/
  /*  padding-top: 50px;*/
  /*}*/
  footer .open-row {
    flex-direction: column;
  }
  footer .open-row img {
    width: 120px;
    margin-bottom: 2.4rem;
  }
  .text-box-gray-procedure-guide {
    padding: 3.2rem 2.6rem 3.4rem 2.6rem;
  }
  .select-list {
    flex-direction: column;
  }
  .select-list li {
    width: 100%;
  }
  .wizard_steps li a {
    flex-direction: column;
  }
  .wizard_steps li a > span {
    margin-left: 0;
    align-items: center;
  }
  .openlab-add-info {
    padding: 3.2rem;
  }
  .select-list li {
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
  }
  .data__step2-right {
    width: 70%;
  }
  .wizard_steps li::after {
    margin: 0px 34px;
  }
  .table-half,
  .table {
    width: 100%;
    max-width: calc(100vw - 32px);
  }
  .photo-title + .text-box-gray-procedure-guide .btn-wrap {
    margin-bottom: 2rem;
  }
  .photo-title + .text-box-gray-procedure-guide .btn-wrap button {
    width: 45%;
  }
  .search-swiper-wrap {
    padding: 0 6rem;
  }
  .blue-line-wrap {
    flex-direction: column;
    padding: 2.5rem 4rem;
  }
  .blue-line-wrap > * {
    margin-bottom: 1.6rem;
    text-align: center;
  }
  /* 메인 */
  .main-board {
    width: 100%;
    padding: 16px;
  }
  .main-board-left {
    flex-direction: row;
    width: 100%;

    justify-content: space-between;
  }
  .main-board-left a {
    width: 49%;
  }
  .fp-tableCell > div {
    height: 100%;
  }
  #tab-menu {
    width: calc(100% - 32px);
    right: auto;
    left: 16px;
    top: 140px;
  }
  .main-board-left a p:nth-child(3) {
    display: none;
  }
  .main-board-left a {
    height: 100px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .main-board-left a > * {
    margin-bottom: 0 !important;
  }
  .main-board-left a img {
    margin-right: 12px;
  }
  .main-board {
    transform: translateY(50%);
  }
  .main-section1-top {
    height: 75% !important;
  }
  .main-section1-bottom {
    height: 30% !important;
  }
  .main-board {
    margin-bottom: 0;
  }
  .form02 .form-group .control-label {
    padding:0rem;
    background-color:#ffffff;
  }
  .form02 .form-group input{
    width:80%;
    min-height: 4rem;
    font-size:1.5rem;
    padding:1rem 1rem;
    margin:1rem;
  }
}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  html {
    font-size: 8px;
  }
  .form01 .form-group .control-label {
    margin-top: 0;
    padding-top: 0;
  }
  .form01 .form-group {
    margin-bottom: 0;
  }
  .board-title {
    width: 100%;
    text-align: left;

    margin-left: 20px;
  }
  .wizard_steps img {
    display: none;
  }
  .wizard_steps li {
    width: calc(25% - 20px);
  }
  .wizard_steps li a {
    padding: 1.6rem 0.4rem;
    border-radius: 16px;
    height: 100%;
    justify-content: center;
  }
  .wizard_steps li::after {
    background-size: contain;
    width: 10px;
    height: 14px;
    margin: 0px 10px;
  }
  .step_descr {
    text-align: center;
  }
  .step_no {
    margin-bottom: 0.4rem;
  }
  .openlab-add-info {
    flex-direction: column;
  }
  .add-info-list {
    width: 100%;
    margin-left: 0;
  }
  .openlab-add-info > div {
    border-right: none;
    width: 100%;
  }
  .form01 .form-group {
    padding: 2rem 1.2rem;
  }
  .fomat-down {
    position: relative;
    justify-content: space-between;
  }
  .form-group {
    flex-direction: column;
  }
  .add-info-title {
    margin-bottom: 1.6rem;
  }
  .data__step2-wrap {
    flex-direction: column;
  }
  .data__step2-left,
  .data__step2-right {
    width: 100%;
    margin-left: 0;
    max-width: initial;
  }
  .data__step2-left {
    margin-bottom: 40px;
  }
  .modal-dialog {
    width: auto;
  }
  input[type="date"] {
    width: auto;
  }
  .x_panel {
    padding: 0;
    border: none;
    box-shadow: initial;
    margin-bottom: 0;
  }
  .data04 > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .data04 > div span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .line-wrap {
    padding: 0;
    border: none;
  }
  .data-table > li > p {
    padding: 2rem 0;
    width: 12rem;
  }
  .data-table > li div {
    padding: 2rem 3rem;
    width: calc(100% - 12rem);
  }
  .data-contents {
    padding: 2.4rem 1.6rem;
  }
  .map-title01 {
    margin-top: 6rem;
  }
  .map-title01 > * {
    margin-left: 2rem;
  }
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .analysis-img-wrap {
    flex-direction: column;
  }
  .analysis-img-wrap img {
    margin-right: 0 !important;
    margin-bottom: 4rem;
  }
  .analysis-img-wrap p {
    width: 90%;
    text-align: center;
  }
  .search-list > div:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 2rem;
  }
  .search-info {
    padding-left: 0;
    height: 8rem;
    margin-top: 2rem;
  }
  .search-swiper-wrap {
    padding: 0 5rem;
  }
  .search-input input {
    width: 100%;
  }
  .serach-wrap > div {
    flex-direction: column;
    width: 80%;
  }
  .serach-wrap select {
    background: url(/images/openlab/icon_down_arrow.png) no-repeat 96% 50%/10px
    auto;
    width: 100%;
    height: 5rem;
    margin-bottom: 0.8rem;
  }
  .main-board-left {
    flex-direction: column;
  }
  .main-board-left a {
    width: 100%;
    height: 60px;
  }
  .main-board-left a:nth-child(1) {
    margin-bottom: 8px;
  }
  .main-board-left a img {
    width: 24px;
  }
  #tab-menu {
    top: 152px;
  }
  #tab-menu li .tab__title {
    padding: 20px 0;
  }
  #tab-menu li > div {
    padding: 20px;
  }
  #tab-menu li > div {
    top: 63px;
  }
  .main-board {
    transform: none;
  }
  #section2,
  #section2 > div {
    height: 700px !important;
  }
  #section1,
  #section1 > div {
    height: 600px !important;
  }
  .main-board {
    margin-top: 70px;
  }
  .main-section1-top {
    padding: 0 5rem !important;
  }
  .section1-botoom-btns {
    padding: 5rem 0;
  }
  .main-section1-top h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .main-section1-top img {
    width: 10px;
  }
  .main-section1-top a {
    width: 27rem;
    position: relative;
  }
  .main-section1-top a:hover{
    background-color: rgba(131, 192, 76, 1);
  }
  .section1-botoom-btns a:last-child {
    display: none;
  }
  .twoLabel {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .form-input-content{
    width:100%;
  }
  .offer-data{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .offer-data-inner {
    display: inline-block;
    width:100%;
  }
  .appli_stepBox li{
    width:100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sp60{height: 20px;}
}

/*20240219 추가 css*/

.content-title{
  font-size:24px;
  padding-top:20px;
  margin-bottom: 10px;
  position: relative;
}
/*.content-title::before{*/
/*  content: "";*/
/*  position: absolute;*/
/*  width:50px;*/
/*  height:1px;*/
/*  background-color: #212121;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*}*/

.content-grid{
  position: relative;
  border-top: 3px solid #83c04c;
  border-bottom: 1px solid #dddddd;
}
.content-grid-inner{
  display: flex;
  justify-content: space-evenly;
}
.content-grid-inner .tool{
  width: 30%;
  padding: 30px;
  font-size: 15px;
  text-align: center;
}

.content-grid-inner .tool .tool-img{
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
}
.content-grid-inner .tool .tool-img img{
  height:100%;
}
.content-grid-inner .tool .tool-title{
  margin-top:20px;
  font-size:21px;
}

.content-grid-inner .tool .tool-btn{
  padding:7px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #0072bc;
  color:#ffffff;
  border-radius: 40px;
  font-size:16px;
}
.content-grid-inner .tool .tool-btn:hover{
  transition: 0.2s;
  background-color: #034c7c;
}
.content-grid table{
  width:100%;
}

/*신청데이터*/

.open-guide{
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.content-grid table th{
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  background-color:#eeeeee;
}

.content-grid table td{
  padding:10px 20px;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}

.content-grid table td span{
  font-size:14px;
  color:#999999
}

.content-grid .list-num{
  position:absolute;
  right:0px;
  top:-30px;
  font-size:16px;
  /*color:#3691ff;*/
  font-weight: 500;
}

.view-btn{
  padding:7px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #0072bc;
  color:#ffffff;
  border-radius: 5px;
  font-size:16px;
}
.view-btn:hover{
  transition: 0.2s;
  background-color: #034c7c;
}

#openSeatStatusModal{
  width: 165px;
  position:relative;
  float: right;
}
