main {
  flex : 1 !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.require_ic {
  padding: 0 5px;
  font-weight: bold;
  color: red;
  margin-left: -7px;
}

.itkDoc{
  width: 100%;
  background-color: white;
  border: 2px solid #898989 !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 80%;
}
.docTitleBox{
  display: flex;
  justify-content: center;
  align-items: center;
}
.docSubTitleBox{
  display: flex;
  justify-content: right;
  align-items: center;
  font-weight: bold;
}
.docSubTitle {

}

.docAdrBox{
  border-radius: 6px;
  border: 2px #E80012 solid;
}
.docTextBox{
  line-height: 1.6;
}
.fw-500 {
  font-weight: 500;
}
.fc-to{
  color:#E80012;
  font-weight: bold;
}
.fc-bl{
  color: #074995;
}
.fc-gn{
  color:#03C500;
}
.fs-2em{
  font-size: 1.2em;
  font-weight: bold;
}
.fs-1em{
  font-size: 1.1em;
  font-weight: bold;
}
.fs-4em{
  font-size: 1.4em;
  font-weight: bold;
}
.f-under{
  text-decoration: underline;
}
.uil.fw-bold::before {
    font-weight: bold !important;
}
.ntcTitle{
  font-size: 1.5em;
  font-weight: bold;
  color:#E80012;
}

.docTitle{
  font-weight: bold;
  font-size: 2.2em;
  /*color: #E80012;*/
}
.docTableBox{
  height: 402px;
}

.docTableBox .docTable .fixTable_header tr:nth-child(1) th:last-child {
  position: relative;
  border-bottom: none !important;
}
.docTableBox .docTable .fixTable_header tr:nth-child(1) th:last-child::before,
.docTableBox .docTable .fixTable_header:before,
.docTableBox .docTable .fixTable_header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  background: #48A8DA;
  width: 100%;
}
.docTableBox .docTable .fixTable_header:before {
  height: 2px;
  background: #0F8BCB;
}

.docTableBox .docTable .fixTable_header:after {
  height: 1px;
  background: #0F8BCB;
  top: 0;
  bottom:inherit;
}
.docTableBox .docTable .fixTable_header tr:nth-child(2) th {
  border-top: none !important;
}

.itkBorder2 {
  border: 2px solid #0F8BCB !important;
}
.itkBorder-right {
  border-right: 2px solid #0F8BCB !important;
}
.itkBorder-top {
  border-top: 2px solid #0F8BCB !important;
}

.docTable th {
  /* tr 태그 전용 스타일 */
  background-color: white;
  border: 1px solid #48A8DA;
  color: #002744;
  font-weight: bold;
}
.docTable td {
  /* td 태그 전용 스타일 */
  border: 1px solid #48A8DA;
  font-weight: bold;
}
.docTable tbody {
  height: 30px;
}
.itk-link:hover{
  cursor: pointer;
}


.itk-bak{
  background-color:#EEF7FE!important;
}
.docImgBox{
  width: 30%;
}
.singImg{
  height: 100px;
  position: relative;
  left: 26%;
  top: -2%;
}


body {
  height: auto !important;
  min-height: 100vh;
}


/* 화면 너비가 600px 미만일 때 글씨 크기를 줄입니다. */
@media (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

/* 화면 너비가 400px 미만일 때 더욱 글씨 크기를 줄입니다. */
@media (max-width: 399px) {
  body {
    font-size: 10px;
  }
}

.roundedBox {
  /*border: 3px solid #DFE3EB;*/
  border-radius: 8px;
  width: 100%;
  padding: 5px 5px;
  box-sizing: border-box;
  position: relative;
  background-image: url("../images/pattern-bg.gif");
}
.mobileBG{
  max-width: 100%;
  height: auto;
}


.roundedInnerBox {
  padding: 20px 20px;
  background-color: white;
}
/*.bg-itk01{*/
/*  background-color: #fbfbfb!important;*/
/*}*/
.itkTable{
  border-top:2px solid #585858;
}

.itkTableTh{
  border-bottom: 1px solid #585858!important;
}
.itkBorer-semigray{
  border-bottom:1px solid #ccc;

}
.itkBorer-semigray {
  border-right:1px solid #ccc;
}
.itkBorer-semigray:last-child {
  border-right:none;
}
.itkTable tr:last-child td.itkBorer-semigray,
.itkTable tr:last-child th.itkBorer-semigray{
  border-bottom:2px solid #585858;
}
.bg-itk01
{
  background: rgb(237, 242, 250, 0.8) !important;
}
.itkTable th,
.itkTable tr > td:nth-child(1){
  font-size: 1rem;
  background-color: rgb(237, 242, 250, 0.8) ;
}

.itkText-danger{
  color:#e96142;
}
.itkBold{
  font-weight: 600!important;
}
.itkSupTitle{
  font-size: 1.229em;
  color: #1e1e1e;
  line-height: 1.25em;
  margin: 0 0 5px 0;
  background: url(../images/bg-h5.gif) no-repeat 2px 16px;
  padding: 0 0 0 18px;
}
.itkText-primary{
  color:#007aca;
}
.hwpDownBtn{
  border-radius: 5px;
  color: white;
  background-color: #5db0fa;
  width: 200px;
  padding: 1%;
}
.hwpDownBtn:hover{
  cursor: pointer;
}

#addLandModalIn {
  max-width: 80%!important;
  margin-right: auto;
  margin-left: auto;
}
.addLandBtn{
  display: none;
}
.itkDocTr{

}
.itkDocTr:hover  > *{
  cursor: pointer;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05)!important;
}

.align-middle{
  vertical-align: middle;
}

.fixTable_header{
  position: sticky;
  top: 0;
}
.nav-pills .nav-link {
  background-color : rgb(47,85,212,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nav-pills .nav-link {
  transition: none !important;
}

.nav-pills .nav-link.active {
  opacity : 1;
}
.itkEmogi{
  padding: 0 4px 1px 4px;
  border-radius: 4px;
  font-size: .75em;
  background-color: #00A6ED;
  color: white;

}
.nowrap {
  white-space: nowrap;
}

#topnav .logo2 {
  /*float: right;*/
  color: #212529 !important;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 0;
  height: 100%;
  padding:5px 0 ;
}

.logo2 {
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 74px;
}
.itkBanner:hover{
  cursor: pointer;
}
@media (max-width: 1850px) {
  .itkBanner {
    display: none!important;
  }
}

.text-justify {
  display: inline-block;
  text-align: justify;
  line-height: 0;
}
.text-justify::after, .text-justify::before {
  content: "";
  display: inline-block;
  width: 100%;
}
.text-justify + b {
  color: darkslateblue;
}
.text-justify-grp .text-justify {
  width: 75px;
}
.docAdrBox .text-justify-grp .text-justify {
  width: 80px;
}
.docAdrBox .text-justify + b {
  color: inherit;
}
.inner-text {
  padding-left: 88px !important;
}

.docAdrBox .inner-text2 {
  padding-left: 95px !important;
}
.docAdrBox .inner-text {
  padding-left: 115px !important;
}

.li-deco {
  position: relative;
  padding-left: 30px !important;
}
.li-deco::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #212529;
  position: absolute;
  top: 10px;
  left: 10px;
}
.li-deco.fc-bl::before {
  background: #074995;
}
.pointer {
  cursor: pointer;
}

.list-content {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% - 90px);
}
.docAdrBox .list-content {
  width: calc(100% - 120px);
  margin: 0 !important;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(26, 26, 26, 0.6);
  z-index: 9999;
  /*animation: fadeOut 2s ease 2s forwards;*/
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #444;
  border-top-color: #00f7ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.loading-text {
  color: #fff;
  font-size: 1.2rem;
  opacity: 1;
  /*animation: fadeInOut 2s ease-in-out infinite;*/
}
.form-control {
  min-width: 80px;
}


/* Animations */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) and (max-width: 1000px) {
  .col-lg-1 {
    width: 10.33333333% !important;
  }

  .col-lg-2 {
    width: 14.33333333% !important;
  }

}

