@charset 'utf-8';

table{table-layout:fixed;}
a:link {text-decoration:none}
.btn{display:inline-block;text-align:center;border-radius:4px;border:1px solid transparent;}
.btn + .btn{margin-left:.6em;}
button[disabled]{background:#D9D9D9;color:#fff;border-color:#D9D9D9}

.btn-st1{border-radius: 5px;border: 1px solid #555;display: flex;
padding: 0 12px;
min-width:72px;
height: 31px;
padding: 6px 7px;
text-align:center;
justify-content: space-between;
align-items: center;
color: #000;
text-align: center;
font-family: "Noto Sans KR";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.btn-row{
  display:inline-block !important;
}

.btn-row + .btn-row{
  margin-left:10px;
}

.btn img{
  height:16px;
}

.btn.large{
  min-width:120px;
  min-height:40px;
  box-sizing:border-box;
}


.btn-upload-cancel{
  font-size:0px;
   background: url('/images/ico-delete.png') center no-repeat;
    background-size:100%;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 0;
}

.txt-len { font-size: 14px; position:absolute; right:7px;bottom:7px; }
.txt-len .cur { font-weight: 600; }
.txt-len .slash { color: #666; margin: 0 6px; }

.ml10{margin-left:10px;}
.ml5{margin-left:5px;}
.mt5{margin-top:5px;}
.mt20{margin-top:20px;}

.point{color:#FF0000;}

input:read-only:not(.ipt-datetime):not(.ipt-date) {
  color: #999 !important;
  font-family: "Noto Sans KR";
  border:none !important;
  background:none !important;
  box-shadow:none !important;
  -webkit-appearance: none !important;
  appearance:none !important;
}

.small{min-width:4.625rem;color:#555;padding:.5em 0;background:#ededed;line-height:1;border-radius:7px;font-size:0.938em;}
.moreSmall{border-radius:5px;padding:.4em 0;font-size:12px;font-weight:500;}
.basic{
  /*display: flex;*/
min-width: 129px;
height: 32px;
padding: 6px 5px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;font-size:0.86rem;font-weight:500;}

.darkGray{border-color:#ededed;background:#555555;color:#fff;}
.white{border-color:#555;background:#fff;color:#555;}
.pointColor{border-color:#1A88FF;background:#1A88FF;color:#fff;}
.pointColor:hover{color:#fff;}

#file-name-display{color: #000;
text-align: center;
font-family: "Noto Sans KR";
font-size: 0.86rem;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-right:10px;}

#file-name-display + button{
  
  display:inline-block !important;
}
.color-failure{color:#FF0000}

.btn-box{display:flex;padding-left:2rem;}

.tbl-wrap{display:grid;grid-template-columns: repeat(2, 1fr);margin-top:.8rem;}
.tbl-wrap:first-child{margin-top:0;}
.tbl-td{display:flex;align-items:center;min-width:43%;}
.tbl-rabel{min-width:100px;font-size:14px;font-weight:600;text-align:center;}
.tbl-con{display:flex;align-items:center;width:calc(100% - 100px);min-height:40px;}
.tbl-td input:not(.ipt-date){width:100%;}
.tbl-td input::placeholder{font-size:0.875rem;}

.ipt-date{max-width:10.625rem;min-width:8rem !important;background:#fff url('../images/calendar.png') no-repeat calc(100% - 10px) 50%;}
.ipt-date + label{margin-left:1rem;}

textarea, input[type=text], input[type=password], input[type=file], input[type=email], input[type=number], input[type=search], input[type=tel], select{height:2.5rem;border-radius:4px;border:1px solid #ededed;color:#555;font-weight:400;}
textarea{resize:auto;}

.checkbox{vertical-align:top;margin:0}
.checkbox input[type=checkbox]:checked + i{background-position-x:-21px}
label{position:relative;display:inline-block;font-weight:500;cursor:pointer;vertical-align:middle;font-size:13px;white-space:nowrap;}
.checkbox{overflow:hidden;position:relative;display:inline-block;width:16px;height:16px;margin-right:3px;vertical-align:-3px;cursor:pointer}
.checkbox input[type=checkbox]{position:relative;width:16px;height:16px;margin:0;padding:0;cursor:pointer;opacity:0}
input[type=checkbox]{width:16px;height:16px;vertical-align:top;cursor:pointer}
.checkbox i{position:absolute;top:0;left:0;right:0;bottom:0;background:url('../images/icon-common.png') no-repeat 0 0}

.select{min-width:286px;}

.radio{vertical-align:top;margin:0}
.radio input[type=radio]:checked + i{background-position-x:-63px}
.radio{overflow:hidden;position:relative;display:inline-block;width:16px;height:16px;margin-right:3px;vertical-align:-3px;cursor:pointer}
.radio input[type=radio]{position:relative;width:16px;height:16px;margin:0;padding:0;cursor:pointer;opacity:0}
input[type=radio]{width:16px;height:16px;vertical-align:top;cursor:pointer}
.radio i{position:absolute;top:0;left:0;right:0;bottom:0;background:url('../images/icon-common.png') no-repeat -41px 0}

.line{display:flex;align-items:center;white-space:nowrap;}
/*.line .line-label{margin-left:1rem;}*/
/*.line .line-label:first-child{margin-left:0;}*/
.line .line-label + input{margin-left:.5rem;}

label + label{margin-left:15px;}

.txt-point{
  color: #F00;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  margin-top:-5px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
}

.upload-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
}



select{min-width:8rem;}

.list-util{display:flex;justify-content:space-between;padding:1.5rem 2rem 1.5rem 2.5rem;align-items:center;}
.list-util .tit-util{color:#777;font-size:1.25em;font-weight:600;white-space:nowrap;}
.list-util .list-util-right{white-space:nowrap;}

.form-wrap{padding:1rem 2.5rem;}
.form-wrap .tbl-list{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5;}
.form-wrap + .list-util{padding-top:0;}
.form-wrap .list-util{padding-left:0;padding-right:0;}


.tit-tbl{font-size:0.938rem;font-weight:500;color:#555;margin-bottom:.7rem;}

table tr{border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5}
.tbl-list tr:first-child th{padding:.6em .2em;}
.tbl-list th,
.tbl-list td,
.tbl-write th,
.tbl-write td{color:#555;font-size:14px;position:relative;}
.tbl-write td:before{content:"";float:left;width:0;height:28px;background:transparent;}
.tbl-list td{text-align:center;}
.tbl-write td{vertical-align:inherit;text-align:left}
table th{text-align:center;background:#F3F9FF;}
table td{padding:7px 7px;font-weight:400;}
.tbl-write{border:1px solid #E5E5E5;}
.tbl-write input{width:100%;min-width:inherit;height:2rem;font-size:.9rem;}

.txt-warning{
  color: #999;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  
}

.btn-wrap{

}

.empty-row{line-height:3em;text-align:center;}
.empty-row td{line-height:3em;}

.txt-link{display:block;color:#555;text-align:left;text-decoration:underline !important;text-underline-position:under;}
.txt-link:active,
.txt-link:hover{color:#555;}

.bt-pagination{overflow:hidden;margin:30px 0 0;padding:20px 0;text-align:center}
.bt-pagination a, .bt-pagination strong{display:inline-block;margin:0 1px;width:21px;height:21px;line-height:20px;font-size:.9em;color:#999;font-weight:400;}
.bt-pagination strong{border:1px solid #000;background:#fff;color:#000}
.bt-pagination a:hover{color:#6b53a2}
.bt-pagination a.first{transform:rotate(180deg);background:url(../images/ico-pageArrow2.png)50%/8px no-repeat;text-indent:-999em}
.bt-pagination a.prev{transform:rotate(180deg);background:url(../images/ico-pageArrow.png)50%/4px no-repeat;text-indent:-999em}
.bt-pagination a.prev:hover, .bt-pagination a.next:hover{border-bottom:none;background-color:#f6f4f9;}
.bt-pagination a.next{background:url(../images/ico-pageArrow.png)50%/4px no-repeat;text-indent:-999em}
.bt-pagination a.last{background:url(../images/ico-pageArrow2.png)50%/8px no-repeat;text-indent:-999em}

.ico-sort{display:inline-block;width:16px;height:16px;background:url('../images/icon-common.png') no-repeat -84px 0;cursor:move;}
.list-sortable label{min-width:90px;}
.list-sortable label.align{text-align:center;}
.list-sortable .ico-sort{flex-shrink:0;flex-basis:25px;}
.list-sortable li{padding:.5rem;border-top:1px solid #E5E5E5;}
.list-sortable li:first-child{border-top:none;}

table td.pd0{padding:0}

.btn-smGroup{display:flex;flex-direction:row;}
.btn-smGroup .btn-sm + .btn-sm{margin-left:.1rem;}
.btn-sm{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #000;border-radius:2px}
.btn-sm.btn-plus:before{content:"";display:block;width:25px;height:25px;background:url('../images/icon-common.png') no-repeat 4px -17px}
.btn-sm.btn-minus:before{content:"";display:block;width:25px;height:25px;background:url('../images/icon-common.png') no-repeat -17px -17px}
.btn-big{font-size:1.188rem;font-weight:500;color:#fff;line-height:1.9;}


.hide{visibility:hidden}

.ipt-group{display:flex;align-items:center;flex-grow:1;}
.ipt-group .ipt-item{width: -webkit-fill-available;}
.ipt-item .line-label{display:inline;}
.ipt-item input{width:calc(100% - 3.1rem);box-sizing:border-box;}


.login-form{width:570px;margin:0 auto;}
.login-wrap{height:425px;padding:3rem 4rem;border-radius:5px;box-shadow:0px 0px 9px rgba(0,0,0,.2);}
.login-wrap h1{margin-bottom:2.5rem;text-align:center;}
.login-wrap input{width:100%;height:48px;margin-bottom:.5rem;border:1px solid #D9D9D9;background:#F8F8F8;}
.login-wrap input[type='password']{padding-right:35px;}
.login-wrap .btn-big{width:100%;margin-top:1.3rem;} 
.login-wrap .ipt-box{position:relative;}
.login-wrap .ipt-box .btn-eye{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);}
.login-wrap .txt-copy{margin-top:1.5rem;font-size:14px;color:#999;text-align:center;}
.btn-eye{width:22px;height:22px;background:url('../images/icon-common.png') no-repeat -47px -16px;cursor:pointer;}
.btn-eye.hidden{background-position-x:-73px;}


.txt-center{margin-top:2rem;color:#8e8e8e;font-size:14px;font-weight:400;text-align:center;}

.qr-wrap{display:flex;justify-content:space-between;height:500px;}
.qr-wrap .qr-left{display:flex;align-items:center;justify-content:center;width:calc(70% - 5px);border:1px solid #E5E5E5;background:#F7F7F7;}
.qr-wrap .qr-left .txt-sub{font-size:1.25rem;font-weight:500;color:#999;}
.qr-wrap .qr-right{width:calc(30% - 5px);padding:10px;border:1px solid #E5E5E5;background:#F3F9FF;}
.qr-wrap .qr-right input{width:100%;}
.qr-wrap .qr-right canvas{width:100%;height:17rem;margin-top:10px;border:1px solid #999999;background:#fff;}


input.len-md{max-width:500px;}
.line > .input-short{width:40% !important;}

.item-name{display:inline-block;width:60px;}
.line-label{display:inline-block;padding-left:20px;}


/*modal*/
.modal-body{padding:0;}
.pop-tit-area{display:flex;align-items:center;justify-content:space-between;padding:1.3rem;border-bottom:1px solid #E5E5E5;background:white;}
.pop-tit-area h1{font-size:1.063rem;font-weight:400;color:#000;}
.pop-tit-area .btn-close{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid #000;background:#fff;border-radius:50%;}
.pop-tit-area .btn-close:before{content:"";display:block;width:20px;height:20px;border:none;background:url('../images/icon-common.png') no-repeat 3px -19px;transform:rotate(45deg);}

.pop-con-area .search-area{padding:1rem 1.5rem;background:#F3F9FF}
.search-area .line{justify-content:space-between;}
.search-area .line .line-align{display:flex;align-items:center;width:50%;}
.search-area .line .line-align input{width:100%;}
.search-area .line .line-label{font-size:0.875rem;font-weight:500;color:#555;}
.pop-con-area .list-util{padding:1.2rem 1.5rem 1.2rem 1.5rem;}
.pop-con-area .list-util .tit-util{font-size:1.2rem;}
.pop-con-area .bt-pagination{margin:0}

.pop-bottom-area{border-top: 1px solid #E5E5E5;padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between;}

.input-line + .input-line{margin-top:7px;}

.subject-sm{
  color: #999;

  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right:10px;
  margin-left:5px;
  display:inline-block;
}

.btn-nb{
  color: #555;
  text-align: right;
  font-family: "Noto Sans KR";
  font-size: 13.361px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#select-ctrl{
  margin-top:10px;
}

#select-ctrl button{
  display:inline-block;
}

#select-ctrl .select-count{
  margin-left:10px;
  display:inline-block;
}

.btn-col{
  display:block;
  margin-top:10px;
}


/* Styles for the two-pane participant selector */
     .two-pane-selector {
         display: flex;
         gap: 15px; /* Space between panes and controls */
         height: 400px; /* Fixed height for scrollability */
         margin-top: 15px;
     }
    
     .two-pane-selector .pane {
        flex: 1; /* Both panes take equal width */
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
        overflow-y: auto; /* Enable scrolling for content */
        background-color: #f9f9f9;
        display: flex;
        flex-direction: column;
    }
   
    .two-pane-selector .pane h5 {
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #eee;
        font-size: 1.1em;
        color: #333;
    }
   
    .two-pane-selector .participant-list,
    .two-pane-selector .selected-list {
        flex-grow: 1;
    }
   
    .two-pane-selector .participant-list label,
    .two-pane-selector .selected-list label {
        display: flex; /* Align checkbox and text */
        align-items: center;
        margin-bottom: 5px;
        padding: 3px 0;
        cursor: pointer;
    }
   
    .two-pane-selector .participant-list input[type="checkbox"],
    .two-pane-selector .selected-list input[type="checkbox"] {
        margin-right: 8px;
        /* Adjust checkbox size if needed */
    }
   
    .two-pane-selector .pane-controls {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
   
    .two-pane-selector .pane-controls .btn {
        width: 40px; /* Fixed width for buttons */
        height: 40px; /* Fixed height for buttons */
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2em;
    }
   
    /* Adjustments for the modal size if 'large' class is not enough */
    .modal-dialog.modal-dialog-centered .modal-content {
        min-width: 800px; /* Example width, adjust as needed */
    }
   
    /* Ensure the popup content area has enough space */
    .pop-con-area {
        padding: 20px;
    }



/* --- Figma Popup Styles --- */
#selectParticipantsPopup .dimmed {
  position: relative;
  width: 886px;
  height: 670px;
  background-color: #ffffff;
  margin: auto; /* Center the popup */
}

#selectParticipantsPopup .dimmed .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 886px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 31px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e5e5e5;
}

#selectParticipantsPopup .dimmed .text-wrapper {
  opacity: 0.7;
  font-family: "Noto Sans KR-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

#selectParticipantsPopup .dimmed .view {
  position: relative;
  top: 0;
  left: 0;
  width: 886px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px 0 42px;
  background-color: #f3f9ff;
}

#selectParticipantsPopup .dimmed .frame-wrapper {
  display: flex;
  align-items: center;
  gap: 25.29px;
}

#selectParticipantsPopup .dimmed .text-wrapper-2 {
    position: relative;
    width: fit-content;
    font-family: "Noto Sans KR-Bold", Helvetica;
    font-weight: 700;
    color: #545454;
    font-size: 13.4px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    line-height: normal;
}

.dimmed .div{
    display: flex;
    
    align-items: center;
    gap: 25.29px;
    position: relative;
    margin-right: -115.90px;
}

#selectParticipantsPopup .dimmed .div-wrapper {
  display: flex;
  width: 385.38px;
  background-color: #ffffff;
  border-radius: 5.06px;
  border: 0.95px solid #ececec;
}

#selectParticipantsPopup .dimmed input.text-wrapper-3 {
  width: 100%;
  border: none;
  padding: 11.13px 13.15px;
  font-family: "Noto Sans KR-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 13.4px;
  background: transparent;
}
#selectParticipantsPopup .dimmed input.text-wrapper-3:focus {
    outline: none;
}

#selectParticipantsPopup .dimmed .frame-2 {
  cursor: pointer;
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 5.06px;
  border: 0.95px solid #545454;
}

#selectParticipantsPopup .dimmed .text-wrapper-4 {
  font-family: "Noto Sans KR-Bold", Helvetica;
  font-weight: 700;
  color: #545454;
  font-size: 13.4px;
}

#selectParticipantsPopup .dimmed .view-2 {
  position: absolute;
  top: 600px;
  left: 0;
  width: 886px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 23px;
  border-top: 1px solid #e5e5e5;
}

#selectParticipantsPopup .dimmed .frame-4 button {
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5.06px;
}

#selectParticipantsPopup .dimmed .frame-5 {
  display: flex;
  width: 73px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 250px;
  left: 409px;
  background-color: #ffffff;
  border-radius: 5.06px;
  border: 0.95px solid #545454;
}
#selectParticipantsPopup .dimmed .frame-5 .btn {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    text-align:center;
}

#selectParticipantsPopup .dimmed .text-wrapper-5 {
  font-family: "Noto Sans KR-Bold", Helvetica;
  font-weight: 700;
  color: #545454;
  font-size: 13.4px;
  display:inline-block;
  margin-right:5px;
}

#selectParticipantsPopup .dimmed .polygon {
  width: 6px;
  height: 10.39px;
}

#selectParticipantsPopup .dimmed .view-wrapper,
#selectParticipantsPopup .dimmed .frame-13 {
  position: absolute;
  top: 50px;
  width: 363px;
  height: 440px;
  border-radius: 5px;
  border: 1px solid #545454;
  display: flex;
  flex-direction: column;
  background: #fff;
}
#selectParticipantsPopup .dimmed .view-wrapper { left: 34px; }
#selectParticipantsPopup .dimmed .frame-13 { left: 494px; }

#selectParticipantsPopup .dimmed .view-3,
#selectParticipantsPopup .dimmed .view-4 {
  width: 100%;
  height: 100%;
  /* background-color: #ffffff; */
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

#selectParticipantsPopup .dimmed .frame-6 {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px 20px;
  flex: 0 0 auto;
  background-color: #f3f9ff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 1;
  border-radius: 5px 5px 0 0;
}

#selectParticipantsPopup .dimmed .frame-7,
#selectParticipantsPopup .dimmed .frame-8 {
  display: flex;
  height: 42.01px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#selectParticipantsPopup .dimmed .text-wrapper-6 {
  font-family: "Noto Sans KR-Bold", Helvetica;
  font-weight: 700;
  color: #545454;
  font-size: 13.4px;
  text-align: center;
}

#selectParticipantsPopup .dimmed .frame-9 { width: 42.48px; }
#selectParticipantsPopup .dimmed .frame-11 { width: 42.48px; display: flex; justify-content: center; align-items: center; }

#selectParticipantsPopup .dimmed .frame-10 {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px 20px;
  flex: 0 0 auto;
  border-bottom: 1px solid #e5e5e5;
  min-height: 42px;
  margin-left:0;
}
#selectParticipantsPopup .dimmed .participant-list .frame-10:last-child,
#selectParticipantsPopup .dimmed .selected-list-tags .frame-10:last-child {
    border-bottom: none;
}

#selectParticipantsPopup .dimmed .text-wrapper-7 {
  font-family: "Noto Sans KR-Regular", Helvetica;
  font-weight: 400;
  color: #545454;
  font-size: 13.4px;
  text-align: center;
  flex: 1;
}

#selectParticipantsPopup .dimmed .participant-checkbox,
#selectParticipantsPopup .dimmed .check-all {
   display:none;
}

#selectParticipantsPopup .dimmed .participant-checkbox + i,
#selectParticipantsPopup .dimmed .check-all + i {
    display:block;
    cursor:pointer;
    border:1px solid #545454;
    border-radius:50%;
    width:13.15px;
    height:13.15px;
    background:#fff;
    position:relative;
}

#selectParticipantsPopup .dimmed .participant-checkbox:checked + i:after,
#selectParticipantsPopup .dimmed .check-all:checked + i:after {
    content:"";
    width:9.0px;
    height:9.0px;
    left:1.5px;
    top:1.5px;
    background:#545454;
    display:block;
    position:absolute;
    border-radius:50%;
}

#selectParticipantsPopup .dimmed .text-wrapper-8,
#selectParticipantsPopup .dimmed .text-wrapper-9 {
  position: absolute;
  top: -37px;
  font-family: "Noto Sans KR-Bold", Helvetica;
  font-weight: 700;
  color: #999999;
  font-size: 17.8px;
}
#selectParticipantsPopup .dimmed .text-wrapper-8 { left: 0px; }
#selectParticipantsPopup .dimmed .text-wrapper-9 { left: 0px; }

#selectParticipantsPopup .dimmed .rectangle-wrapper {
  display: flex;
  width: 42.48px;
  height: 41.47px;
  align-items: center;
  justify-content: center;
}

#selectParticipantsPopup .dimmed .btn-remove-participant {
    background: url('/images/ico-delete.png') center no-repeat;
    background-size:100%;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 0;
}

/* Make modal background transparent and remove default styles */
#selectParticipantsPopup.modal {
    background: rgba(0,0,0,0.5);
}
#selectParticipantsPopup .modal-dialog {
    max-width: 886px;
}
#selectParticipantsPopup .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}
#selectParticipantsPopup .modal-body {
    padding: 0;
}

.control-area{
    position:relative;
    width:100%;

}

#selectCtrl{
  margin-top:10px;
}

#selectCtrl .select-count{
    color: #555;
    margin-left:10px;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;

}

.tbl-scrollWrap{margin:14px 0;}

@media screen and (max-width:1600px){
	.tbl-wrap{display:flex;flex-direction:column;margin-top:0}
	.tbl-td{margin-top:.5rem;}
	.tbl-wrap:first-child .tbl-td:first-child{margin-top:0}

	.tbl-rabel{min-width:150px;}


	.tbl-scrollWrap{overflow-x:auto;}
	.tbl-scrollWrap .tbl-list,
	.tbl-scrollWrap .tbl-write{min-width:1300px;}

	.tbl-list tr th:first-child,
	.tbl-list tr td:first-child,
	.tbl-list tr th:nth-child(2),
	.tbl-list tr td:nth-child(2),
	.tbl-list tr th:nth-child(3),
	.tbl-list tr td:nth-child(3){position:sticky;left:0;}

	.tbl-list tr td:first-child,
	.tbl-list tr td:nth-child(2),
	.tbl-list tr td:nth-child(3){background:#fff;}
}

@media screen and (max-width:830px){
	.modal-dialog{width:auto;margin:1.75rem 1.5rem;}
}

@media screen and (max-width:575px){
	.modal-dialog{width:auto;margin:1.75rem 17px 1.75rem 0;}
}

