/* 노토산스 */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
    url('/fonts/notosanskr-light.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
		url('/fonts/notosanskr-regular.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
		url('/fonts/notosanskr-medium.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
		url('/fonts/notosanskr-bold.woff') format('woff')

}

* { 
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: -1px;
  box-sizing: border-box;
  outline: none !important;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  word-break: break-all;
  list-style: none;
  font-size: 14px;
  text-decoration: none;
}
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
#sulbing_wrap { width: 100%;  min-width: 1905px; float: left; background-color: #f5f5f5; color: #111; font-size: 14px; -webkit-text-size-adjust: 100%;     display: flex; justify-content: space-between;/*overflow-x: hidden;*/}

a { color: inherit; text-decoration: none; }
img { max-width:100%; vertical-align: middle; object-fit: cover;}
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
table {width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
.red_bg { background-color: rgba(255, 0, 0, 0.1) !important; font-weight: 500; }

/*label { cursor: pointer; }*/
label > .on { display: none; color: #3366CC; }
label > .off { display: inline-block; color: #CCC; }
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"]:checked + label > .on { display: inline-block; }
input[type="checkbox"]:checked + label > .off { display: none; }
input[type="radio"]:checked + label > .on { display: inline-block; }
input[type="radio"]:checked + label > .off { display: none; }
input{padding: 20px;}
input::placeholder{color: #CCC;}
textarea::placeholder{color: #CCC;}

/* 리스트 체크박스 */
label.customCheckBox.listCheckBox{ font-size: 19px; float: none; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor: pointer; margin-right: 3px; }
label.customCheckBox i{ font-size: inherit; float: left; }
label.customCheckBox.listCheckBox i{ font-size: inherit; float: none; }
label.customCheckBox { font-size: 19px; float: left; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor:pointer; margin-right: 5px; }
label.customCheckBox.Inline { font-size: 15px; float: left; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor:pointer; margin-right: 5px; }
label.customCheckBox > .on { display: none; color: #3366CC; }
label.customCheckBox > .off { display: inline-block; color: #CCC; }
.right_Btn{float:right; width: 92px ; padding: 0 5px ; border-radius: 5px ; color: #acacac; height: 33px ; font-size: 9pt ; font-weight: 500; cursor: pointer; background-color: transparent; margin-bottom: 8px; }	
.right_Btn > i {font-size: 9pt;  color: inherit; vertical-align: middle; margin-right: 8px;}
.tit_w_button{margin-top: 13px;}

/*영어, 숫자 자간0으로설정*/
.lp0{letter-spacing: 0;}

/* 스크롤 탑버튼 */
.scroll_topBtn { width:50px; height:50px; border:1px solid; border-radius:50%; position:fixed; bottom:20px; right:25px; background-color:#666; text-align:center; line-height:50px; font-size:20px; box-shadow: 2px 4px 15px 8px rgb(0 0 0 / 10%); cursor:pointer; }
.scroll_topBtn i { font-size:25px; color:#fff;  }

table { width: 100%; }
table, tbody, tr, td, th, thead { border-collapse: collapse; table-layout: fixed; }
table, tbody, tr, td, th, thead:lang(en) {letter-spacing: -1px;}

/* width */
.w100 { width:100% !important; }
.w30 { width:30% !important; }
.w50 { width:50% !important; }
.w80 { width:80% !important; }
.w85 { width:85% !important; }
#wrap { width: 100%; float: left; min-width: 1200px; }

/* vertical  */
.vcat { vertical-align: top !important; }

/* display */
.dpn { display: none; }
.dpb { display:block; }
.hide { display: none; }

/* 제목 우측 미니 버튼 */
.tit_right_btn { float:right; min-width: 92px; padding: 0 5px; border-radius: 5px; color: #acacac; height: 33px; line-height: 33px; font-size: 9pt; font-weight: 500; cursor: pointer; background-color: transparent; margin-bottom: 8px; border:1px solid #ccc; text-align:center; }
.tit_right_btn > i { font-size: inherit; color: inherit; margin-right: 8px; }
.customCheckBoxLabel { float:left; margin-right:25px; cursor:pointer; }
.customCheckBoxLabel:not(:first-of-type) { margin-left:5px; }
input[type="checkbox"]:checked + label.customCheckBox > .on { display: inline-block; }
input[type="checkbox"]:checked + label.customCheckBox > .off { display: none; }
input[type="radio"]:checked + label.customCheckBox > .on { display: inline-block; }
input[type="radio"]:checked + label.customCheckBox > .off { display: none; }
.autoInp { background-color: #f8f8f8; }

#loading { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; background-color:rgba(0,0,0,0.5); display:none; }
#loading * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#loading > #loadingItem { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; border: 3px solid white; border-radius: 50%; animation: loading 1s ease-in-out infinite; -webkit-animation: loading 1s ease-in-out infinite; }

@keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.loading_guide_wrap { float: left; top: 57%; width: 100%; }
.loading_guide_wrap > p { text-align: center; color: #E9E9E9; }

/* 필수값 */
.importantLabel:after { content:"*"; color:red; }

/* 필수값 표시만 (필수값 체크는 x) */
.importantLabel2:after { content:"*"; color:red; }

/*float*/
.fl { float:left !important;}
.fn { float:none !important;}
.fr { float:right !important;}

/* icon */
i.fa-circle { color:#2db400 }
i.fa-times { color: #cc3333;}

/* 공통 */
/* Typography */
.typo_1{font-size: 12px; line-height: 19px;}
.typo_2{font-size: 13px; line-height: 20px;}
.typo_3{font-size: 14px; line-height: 21px;} /*기본값*/
.typo_4{font-size: 15px; line-height: 20px;} 
.typo_5{font-size: 16px; line-height: 23px;}
.typo_6{font-size: 18px; line-height: 26px;}
.typo_7{font-size: 20px; line-height: 28px;}
.typo_8{font-size: 22px; line-height: 31px;}
.typo_9{font-size: 24px; line-height: 34px;}

/* Bold */
.regular{font-weight: 400;}
.medium{font-weight: 500;}
.bold{font-weight: 600;}

/* Color */
.primary{color: #66151e !important;}
.white{color: #fff;}
.gray_1{color: #F8F8F8;}
.gray_2{color: #F5F5F5;}
.gray_3{color: #EBEBEB;}
.gray_4{color: #E1E1E1;}
.gray_5{color: #CCCCCC;}
.gray_6{color: #B7B7B7;}
.gray_7{color: #999;}
.gray_8{color: #666;}
.gray_9{color: #333 !important;} /*기본값*/
.gray_10{color: #000;}
.error{color: #cc3333;}
.pass_1{color: #1A63D9;}
.pass_2{color: #03C75A;}
.star{color: #FFCC00;}
.fc-red { color: #CC3333; }
.ccc{color: #ccc !important;}
.disbled {color:#ccc !important; background-color: #fff !important;}

/* Margin*/
.mg_0{ margin:0px !important}

/* margin-left */
.ml_0{margin-left: 0 !important;}
.ml_5{margin-left: 5px;}
.ml_10{margin-left: 10px;}
.ml_15{margin-left: 15px;}
.ml_20{margin-left: 20px;}
.ml_25{margin-left: 25px;}
.ml_30{margin-left: 30px;}
.ml_35{margin-left: 35px;}
.ml_40{margin-left: 40px;}
.ml_45{margin-left: 45px;}
.ml_50{margin-left: 50px;}
.ml_55{margin-left: 55px;}
.ml_60{margin-left: 60px;}

/* margin-top */
.mt_0{margin-top: 0 !important;}
.mt_5{margin-top: 5px !important;}
.mt_10{margin-top: 10px !important;}
.mt_15{margin-top: 15px !important;}
.mt_20{margin-top: 20px !important;}
.mt_25{margin-top: 25px !important;}
.mt_30{margin-top: 30px !important;}
.mt_35{margin-top: 35px !important;}
.mt_40{margin-top: 40px !important;}
.mt_45{margin-top: 45px !important;}
.mt_50{margin-top: 50px !important;}
.mt_55{margin-top: 55px !important;}
.mt_60{margin-top: 60px !important;}
.mt_80{margin-top: 80px !important;}

/* Padding */
/* padding 좌우*/
.pd_0{padding: 0;}
.pl_5{padding: 0 5px;}
.pl_10{padding: 0 10px;}
.pl_15{padding: 0 15px;}
.pl_20{padding: 0 20px;}
.pl_25{padding: 0 25px;}
.pl_30{padding: 0 30px;}
.pl_35{padding: 0 35px;}
.pl_40{padding: 0 40px;}
.pl_45{padding: 0 45px;}
.pl_50{padding: 0 50px;}
.pl_55{padding: 0 55px;}
.pl_60{padding: 0 60px;}

/* padding 상하*/
.pt_5{padding: 5px 0;}
.pt_10{padding: 10px 0;}
.pt_15{padding: 15px 0;}
.pt_20{padding: 20px 0;}
.pt_25{padding: 25px 0;}
.pt_30{padding: 30px 0;}
.pt_35{padding: 35px 0;}
.pt_40{padding: 40px 0;}
.pt_45{padding: 45px 0;}
.pt_50{padding: 50px 0;}
.pt_55{padding: 55px 0;}
.pt_60{padding: 60px 0;}

/* padding-bottom*/
.pb_30{ padding-bottom : 30px !important;}

/* font-size */
.fs15{ font-size:15px !important;} 
.fs11{ font-size:11px !important;}

/* Btn */
button{border: 1px solid #ccc;}
.btn_main{min-width: 150px; height: 35px; line-height: 35px; background: transparent; font-weight: 500; padding: 0 25px; border-radius: 3px; cursor: pointer; display: inline-block; vertical-align: middle; text-align: center;} /*기본값*/
.btn_main i{color: inherit; font-size: inherit; vertical-align: unset; margin-right: 8px;}
.btn_main_line{border-color: #333 !important; color: #333 !important; background-color: #fff !important;}
.btn_delete{min-width: 70px; padding: 0 15px; background-color: #F5F5F5; color: #666;}
.btn_excel{background-color: #1f6f43; color: #fff; border: none;}
.btn_excel_line{border: 1px solid #1f6f43; color: #1f6f43;}
.commonBtn { width: 150px; height: 35px; background: transparent; font-size: 13px; font-weight: 600; padding:0 25px; border-radius:3px; cursor:pointer; }
.commonBtn i { color:inherit; vertical-align: middle; margin-right:8px; }
.commonBtn:not(:first-of-type) { margin-left:5px; }
.actionBtn_write { color:white; }
.writeBtn { color:white; }
.actionBtn_popup { color:white; }
.change_sv { width: auto; background-color:#f5f5f5; }
.actionBtn_delete { font-weight: 400; width:70px; background-color:#f5f5f5; font-size:13px; padding:0 15px; }
.blockBtn { font-weight: 400; width:70px; background-color:#f5f5f5; font-size:13px; padding:0 15px; }
.actionBtn_back { font-weight: 400; width:115px; padding-right: 30px; background-color:#f5f5f5; font-size:13px; }
.actionBtn_back2 { font-weight: 400; width:115px; background-color:#f5f5f5; font-size:13px; }
.gray_btn { border: 1px solid #ccc; color: #ccc; }
.excelBtn { border-color: #1f6f43; color: #1f6f43; }
button.margin_r { margin-right: 5px; }
.mainLineBtn { padding: 0; margin-right: 10px; font-weight: 400; }

/*면담평가표 버튼 */
.commonBtn.approvalBtn{width:135px; height:35px; background-color: #CC3333 !important; color:#FFFFFF; float:right; font-size:13px; margin-left:5px;}
.commonBtn.complanBtn{width:75px; height:35px; background-color: #CDCDCD !important; color:#FFFFFF; float:right; font-size:13px;}
.common_sub_btn.mg {width:100%; height:30px;}
.common_sub_btn.disabledBtn {width:100%; height:30px; border-color: #ccc !important; color: #ccc !important; cursor: default;}

/* 엑셀 업로드 */
.excelUpload { background-color:#1f6f43; color:#fff; }

/* line */
.line_gray{border: 1px solid #ccc;}
.tempBtn { 	border: 1px solid #ccc; color: #ccc; width: 110px; }
a.commonBtn { display:inline-block; vertical-align:middle; text-align:center; line-height:35px; }
.commonBtn * { vertical-align: middle; }
.common_sub_btn { width:110px; height:35px; cursor: pointer; background-color:white; border:1px solid #ccc; color:#ccc; font-size: 13px; font-weight: bold; }
.common_sub_btn i { color:inherit; vertical-align: middle; margin-right:8px; }

/* bg */
.primary_bg{color: #fff !important;}
.primary_bg_line { color: #fff !important; }

/* select */
select * { font-size:12px; }
select{width: 110px; float: left; height: 35px; line-height: 35px; padding: 0 10px; border: 1px solid #ebebeb; color: #666;} /*기본값*/
.select_2{width: 150px;}
.select_3{width: 200px;}
select > option{color: #888;}
.type_form .txtBox { width:100%; font-size:13px;}
.type_form select.txtBox { min-width: 150px; width:auto; }
.type_form.form100 .txtBox { width:100%; font-size:13px;}
.txtBox.miniBox { width:200px; }

/* input */
input{width: 100px; float: left; height: 35px; line-height: 35px; padding: 0 10px; border: 1px solid #ebebeb; color: #666;} /*기본값*/
.input_2{width: 200px;}
.input_3{width: 290px;}
.input_4{width: 415px;}
.input_5{width: 100%;}
.input_6{width: 100%; min-height: 150px;}
.txtBox { width:auto; float:left; height:35px; border:1px solid #d8d8d8; padding:0 10px; font-size:13px; }
.txtBox[onlyNum] { text-align:right; letter-spacing: 0; }
textarea.txtBox { padding:5px; height:150px; resize: vertical; }
select.txtBox:not(#list_cnt) { width:100px; }
.custom_tab_layout select:focus { border:1px solid #abd3e9; background-color:#f2fcff;}
.custom_tab_layout select option { background-color:white; }
input:disabled { background-color: #F8F8F8 !important;}
.readonly { background-color: #f8f8f8 !important; }

/* text */
.tal { text-align:left !important; }
.tac { text-align:center !important; }
.tar { text-align:right !important; }
.subtext { color: #ccc; font-size: 12px; }

/* cursor */
.c_d { cursor:default !important }
.c_p { cursor:pointer !important }
.cup { cursor: pointer; }

/* Opacity */
.opacity_100{opacity: 1;} /*기본값*/
.opacity_5{opacity: 0.05;}
.opacity_10{opacity: 0.1;}
.opacity_20{opacity: 0.2;}

/* Radius */
.radius_0{border-radius: 0;} /*기본값*/
.radius_3{border-radius: 3px;}
.radius_5{border-radius: 5px;}
.radius_10{border-radius: 10px;}
.radius_50{border-radius: 100px;}

/* 그림자 */
.shadow{box-shadow: 1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.07);}

/* 텍스트 1줄 처리 */
.text_hidden{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* toggle */
label.toggle { cursor: pointer; background-color: #EEE; width: 60px; height: 30px; float: left; transition: all 0.5s; padding: 5px 7px; border-radius: 25px; }
label.toggle > div { width: 20px; height: 20px; background-color: #FFF; border-radius: 100%; float: left; transition: all 0.5s; left: 0; }
input.toggle { display: none; }
input.toggle:checked + label.toggle { background-color: #2790FF; }
input.toggle:checked + label.toggle > div { left: 26px; }
.system_toggle label.toggle { left: 50%; transform: translateX(-50%); }

/* datepicker */
.ui-datepicker { z-index:100 !important; }
.ui-widget.ui-widget-content { border: 0 !important; border-radius: 5px !important; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important; padding: 0 !important; overflow: hidden; margin-top: 5px; width: 220px !important; }
.ui-datepicker .ui-datepicker-header { border: 0 !important; border-radius: 0 !important; background-color: #333 !important; padding: 8px 50px !important; margin: 0 !important; }
.ui-datepicker .ui-datepicker-title { margin: 0 !important; color: #FFF; font-size: 14px; }
.ui-datepicker .ui-datepicker-title > span { font-size: 14px; }
.ui-datepicker table { margin: 5px 0 !important; }
.ui-datepicker td a { text-align: center !important; font-weight: 500 !important; border: 0 !important; background: none !important; font-size: 12px !important; color: #333 !important; border-radius: 3px; transition: background-color 0.2s; }
.ui-datepicker td a:hover { background-color: #F2F2F2 !important; }
.ui-datepicker td span { text-align: center !important; font-weight: 500 !important; border: 0 !important; background: none !important; font-size: 12px !important; color: #CCC !important; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight { background-color: #c5c5c5 !important; }
.ui-state-active, .ui-widget-content .ui-state-active { color: #333 !important; font-weight: bold !important; background-color: #FFCC33 !important; }
.ui-state-active:hover, .ui-widget-content .ui-state-active:hover { color: #333 !important; font-weight: bold !important; background-color: #FFCC33 !important; }
.ui-datepicker th { font-size: 12px !important; }
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev { cursor: pointer; width: 35px !important; height: 35px !important; line-height: 35px !important; text-align: center !important; top: -1px !important; }
.ui-datepicker .ui-datepicker-next { right: 0 !important; }
.ui-datepicker .ui-datepicker-next::after { content: "\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #FFF; opacity: 0.2; transition: opacity 0.5s; }
.ui-datepicker .ui-datepicker-next:hover::after { opacity: 1; }
.ui-datepicker .ui-datepicker-next > span { display: none !important; }
.ui-datepicker .ui-datepicker-prev { left: 0 !important; }
.ui-datepicker .ui-datepicker-prev::after { content: "\f0a8"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #FFF; opacity: 0.2; transition: opacity 0.5s; }
.ui-datepicker .ui-datepicker-prev:hover::after { opacity: 1; }
.ui-datepicker .ui-datepicker-prev > span { display: none !important; }
.ui-datepicker .ui-datepicker-next-hover { background-color: #333 !important; border: 0 !important; top: 0 !important; right: 0 !important; }
.ui-datepicker .ui-datepicker-prev-hover { background-color: #333 !important; border: 0 !important; top: 0 !important; left: 0 !important; }
.ui-datepicker select { border: none !important; background-color: #333 !important; font-weight: bold; color: #FFF !important; font-size: 15px !important; cursor: pointer !important; letter-spacing: -0.5px !important; margin: 0 !important; float: left; }
.ui-datepicker-year { width:52% !important; }
.ui-datepicker-month { width:48% !important; }
.ui-datepicker select > option{color: #fff;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 1; }
.fileDeleteBtn {float: left; padding: 11px;}
.ui-datepicker table { margin: 0 !important; }

/* 미니 가이드 */
.GuideWrap { display: inline-block; margin-left: 5px; text-align: left !important; }
.GuideWrap > .guideBtn { color: #CCC; cursor: pointer; }
.GuideWrap > div { position: absolute; width: 270px; left: 0; top: 100%; background-color: #FFF; border: 1px solid #EEE; border-radius: 6px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); padding: 10px; z-index: 20; }
.GuideWrap > div > .title { width: 100%; float: left; font-size: 13px; font-weight: bold; color: #333; line-height: 20px; margin-bottom: 2px; }
.GuideWrap > div > p { width: 100%; float: left; font-size: 12px; color: #333; font-weight: 500; line-height: 18px; padding-left: 3px; }
.pauseWrap { display: inline-block; margin-left: 5px; text-align: left !important; }
.pauseWrap > .guideBtn { color: #CCC; cursor: pointer; }
.pauseWrap > div { position: absolute; width: 250px; left: -478%; bottom: -600%; background-color: #FFF; border: 1px solid #EEE; border-radius: 6px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); padding: 10px; z-index: 20; }
.pauseWrap > div > .title { width: 100%; float: left; font-size: 13px; font-weight: bold; color: #333; line-height: 20px; margin-bottom: 2px; }
.pauseWrap > div > p { width: 100%; float: left; font-size: 12px; color: #333; font-weight: 500; line-height: 18px; padding-left: 3px; }
.GuideWrap.typeRight > div { right: 0; left: inherit; }
.popupWrap {z-index: 999 !important;}
.privacyBoxFrm { height:250px; overflow-y: scroll; border:1px solid #ccc; padding:5px; }
i.rowDeleteBtn { cursor:pointer; }
.small_info{color: #cccccc; margin-right: 15px;}

/* ----------- 팝업 ----------- */
.popupWrap { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.61); z-index: 2; display: none; }
.popupWrap .popContent { width: 1200px; height: 715px; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; border-radius: 5px; box-shadow: 3px 3px 14.25px 0.75px rgba(0, 0, 0, 0.33); }
.popupWrap.bigPop .popContent { width: 1400px; height: 100vh; }
.popupWrap.bigPop .popIframe { height: 100%; }
.popupWrap.bigPop .popIframe iframe { height: calc(100% - 65px); }
.popupWrap.small .popContent { width: 850px; height: 450px; }
.popupWrap.small2 .popContent { width: 730px; height: 520px; }
.popupWrap .popIframe { width: 100%; float: left; margin-top: 1px; transition: 0.5s all; }
.popupWrap .popIframe iframe { width: 100%; float: left; border: none; height: 650px; transition: 0.5s all; }
.popupWrap.small2 .popIframe iframe { height: 450px; }
.popupWrap.small iframe { height: 389px; }
.popupWrap .popTit { width: 100%; float: left; background-color: #333; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.popupWrap .popTit ul { width: 100%; float: left; line-height: 60px; }
.popupWrap .popTit ul li { float: left; }
.popupWrap .popTit ul .popTit_text { width: 95%; padding: 0 33px; font-size: 18px; font-weight: bold; color: white; }
.popupWrap .popTit ul .popClose { width: 5%; text-align: center; background-color: rgba(0, 0, 0, 0.2); cursor: pointer; }
.popupWrap .popTit ul .popClose i { font-size: 25px; font-weight: bold; text-align: center; color: white;}
.popupWrap2 { z-index: 99 !important; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.61); z-index: 2; display: none; }
.popupWrap2.z1000 { z-index: 1000 !important; }
.popupWrap2.big .popContent { width: 1400px; height: 100vh; }
.popupWrap2 .popContent { width: 600px; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; border-radius: 5px; box-shadow: 3px 3px 14.25px 0.75px rgba(0, 0, 0, 0.33); }
.popupWrap2.small .popContent { width: 850px; height: 450px; }
.popupWrap2 .popIframe { width: 100%; float: left; margin-top: 1px; transition: 0.5s all; }
.popupWrap2 .popIframe iframe { width: 100%; float: left; border: none; height: 92vh; transition: 0.5s all; }
.popupWrap2.small iframe { height: 389px; }
.popupWrap2 .popTit { width: 100%; float: left; background-color: #333; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.popupWrap2 .popTit ul { width: 100%; float: left; line-height: 60px; }
.popupWrap2 .popTit ul li { float: left; }
.popupWrap2 .popTit ul .popTit_text { width: 90%; padding: 0 33px; font-size: 18px; font-weight: bold; color: white; }
.popupWrap2 .popTit ul .popClose { width: 10%; text-align: center; background-color: rgba(0, 0, 0, 0.2); cursor: pointer; }
.popupWrap2 .popTit ul .popClose i { font-size: 25px; font-weight: bold; text-align: center; color: white; }

/* NODATA CSS */
.noDataIcon { font-size: 50px; left: 150px; top: 80px; color: #ccc; }
.noDataText { width: 100%; float: left; text-align: center; top: 35%; }
.studytable .listNoData td p { width: 100%; float: left; color: #d1d1d1; font-size: 15px; font-size: normal; }
.studytable .listNoData td p:not(:first-of-type) { margin-top: 10px; }
.studytable .listNoData td p i { color: inherit; font-size: 45px; }
.studytable .listNoData td { height: 200px; padding: 50px 0px; text-align: center; }
div.listNoData { padding: 50px 0; text-align: center; }
div.listNoData p { width: 100%; float: left; color: #d1d1d1; font-size: 15px; font-size: normal; }
div.listNoData p:not(:first-of-type) { margin-top: 10px; }
div.listNoData p i { color: inherit; font-size: 45px;}

/* DATALIST */
datalist { width: 100%; float: left; padding:0 10px; background-color: white; border: 1px solid #ccc; position: absolute; z-index: 1; top: 45px; height: 245px; overflow: auto; }
datalist option { width: 100%; float: left; font-size: 13px; padding: 0 10px; line-height: 35px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
datalist option:hover { background-color: #f5f5f5; color: black; font-weight: bold; }
datalist::-webkit-scrollbar { width: 5px; height: 5px; }
datalist::-webkit-scrollbar-thumb { background-color: gray; border-radius: 10px; }
datalist::-webkit-scrollbar-track { background-color: white; box-shadow: inset 0px 0px 5px white; }