@charset "UTF-8";

/* sections */
.qsection {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .table-wrap {
    width: 100% !important;
  }
}

.qsection .qsection-title {
  font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1300 - 300)));
}

.qsection .qsection-subtitle {
  margin-bottom: 6px;
  font-weight: 400;
  opacity: .6;
}

.qsection-sm {
  padding: 4px 0 !important;
}

.qsection-md {
  padding: 60px 0 !important;
}

.qsection-lg {
  padding: 100px 0 !important;
}

.qcenter {
    justify-content: center;
}

.qtitle {
  display:inline-block;
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1300 - 300)));
  margin-top: 0.5rem !important;
  margin-left: 1rem;
  white-space:nowrap;
}

.qcol-sm {
    position: relative;
    display: flex;
    align-items: center;
    /*padding-right: 15px;
    padding-left: 15px;*/
    flex-wrap:wrap;
}

.qcol-sm div {
    display: flex;
    align-items: center;
}

.qform-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2px);
  padding: 0 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*margin-left: 1rem !important;*/
}

@media (prefers-reduced-motion: reduce) {
  .qform-control {
    -webkit-transition: none;
    transition: none;
  }
}

.qform-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.qform-control:focus {
  color: #495057;
  background-color: rgba(255, 255, 255, 1);
  border-color: #b4add3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 90, 166, 0.25);
}

.qform-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.qform-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.qform-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.qform-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.qform-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.qform-control:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0.01);
}

.qform-control-file,
.qform-control-range {
  display: block;
  width: 100%;
}

.qbtn-sm, .btn-group-sm > .btn {
  padding: 0.1rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.05rem;
}

.section-secondary-title {
    display: inline-block;
    min-width: 120px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 0.3rem;
}

.dinline {
    display:inline;
}

.popup-body {
    padding-top: 0;
    height:100vh;
}

.popup-wrap {
    background: #fff;
    min-height: 100%;
    height: 100vh;
}

.pop-head {
    position: relative;
    background: #695aa6;
    padding: 15px;
    height:58px;
}

.pop-head h1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

.pop-cont {
    padding: 20px;
    height:calc(100% - 58px);
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/imgs/icon-close-w.svg) center center no-repeat;
    background-size: 100%;
    border:0;
}

.flex-box {
    display: flex;
    align-items: flex-start;
}

/* 탭 */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item {
    margin-right: 2px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #828282;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background: #eee;
    border-radius: 6px 6px 0 0;
}

.nav-link.active {
    /*background: #336dcc;*/
    background: #393e46;
    font-weight: 500;
    color: #fff;
}

.required:before {
    content: "*";
    display: inline-block;
    vertical-align: middle;
    color: red;
    margin-right: 4px;
}

input[type="text"], input[type="password"], input[type="radio"], input[type="checkbox"] {
    display: inline;
    vertical-align: text-top;
}

.imagebox {
    border: 1px solid #C3C3C3;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
}

.table-layout {
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width:600px) {
    .spanblock {
        display: block;
    }
}

.table-wrap {
    margin: 0 auto;
    border-top: 1px solid #dee2e6;
}

.table-wrap .table {
    margin-top: -1px;
    border-spacing: 0;
}

.table-wrap .table thead th {
    background-color: #fafafa;
    /*테이블 헤더 sticky 적용*/
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}