@charset "UTF-8";
/* Primary */
/* Secondary */
/*******************************************************************
	Reset
********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  border: 0;
  *margin: 0;
  *padding: 0;
  *font-size: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "SpoqaHanSansNeo", "Noto Sans KR", "Malgun Gothic", Arial, "Doutm", Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body {
  background: #fff;
}

body * {
  box-sizing: border-box;
}

strong {
  font-weight: 700;
}

/* Form */
input, textarea, select, button {
  font-family: "SpoqaHanSansNeo", "Noto Sans KR", "Malgun Gothic", Arial, "Doutm", Tahoma, sans-serif;
  color: #333;
  box-sizing: border-box;
}

select {
  color: #333;
}

button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

input[type="button"], input[type="text"], input[type="image"], input[type="submit"], textarea {
  -webkit-appearance: none;
  outline: none;
}

input::-ms-clear {
  display: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"]:focus.read {
  outline: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"], input[type="password"], input[type="number"], input[type="file"] {
  vertical-align: top;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 100%;
  border: 0;
  z-index: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

select:focus {
  outline: none;
}

select option {
  margin: 0;
  color: #333;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  border: 0;
  vertical-align: top;
}

textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a[href^="tel"] {
  font-style: normal;
}

/* placeholder */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-ms-input-placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

input::-moz-placeholder {
  color: #333;
}

input:-ms-input-placeholder {
  color: #333;
}

input:-moz-input-placeholder {
  color: #333;
}

textarea:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea::-ms-input-placeholder {
  color: #333;
}

textarea::-webkit-input-placeholder {
  color: #333;
}

textarea::-moz-placeholder {
  color: #333;
}

textarea:-ms-input-placeholder {
  color: #333;
}

input:-moz-input-placeholder {
  color: #333;
}

/* 대체 텍스트 */
.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* 마진 / 패딩 설정 */
.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.mt255 {
  margin-top: 255px !important;
}

.pt255 {
  padding-top: 255px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.pt260 {
  padding-top: 260px !important;
}

.mt265 {
  margin-top: 265px !important;
}

.pt265 {
  padding-top: 265px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.pt270 {
  padding-top: 270px !important;
}

.mt275 {
  margin-top: 275px !important;
}

.pt275 {
  padding-top: 275px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.pt280 {
  padding-top: 280px !important;
}

.mt285 {
  margin-top: 285px !important;
}

.pt285 {
  padding-top: 285px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.pt290 {
  padding-top: 290px !important;
}

.mt295 {
  margin-top: 295px !important;
}

.pt295 {
  padding-top: 295px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.mt305 {
  margin-top: 305px !important;
}

.pt305 {
  padding-top: 305px !important;
}

.mt310 {
  margin-top: 310px !important;
}

.pt310 {
  padding-top: 310px !important;
}

.mt315 {
  margin-top: 315px !important;
}

.pt315 {
  padding-top: 315px !important;
}

.mt320 {
  margin-top: 320px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.mt325 {
  margin-top: 325px !important;
}

.pt325 {
  padding-top: 325px !important;
}

.mt330 {
  margin-top: 330px !important;
}

.pt330 {
  padding-top: 330px !important;
}

.mt335 {
  margin-top: 335px !important;
}

.pt335 {
  padding-top: 335px !important;
}

.mt340 {
  margin-top: 340px !important;
}

.pt340 {
  padding-top: 340px !important;
}

.mt345 {
  margin-top: 345px !important;
}

.pt345 {
  padding-top: 345px !important;
}

.mt350 {
  margin-top: 350px !important;
}

.pt350 {
  padding-top: 350px !important;
}

.mt355 {
  margin-top: 355px !important;
}

.pt355 {
  padding-top: 355px !important;
}

.mt360 {
  margin-top: 360px !important;
}

.pt360 {
  padding-top: 360px !important;
}

.mt365 {
  margin-top: 365px !important;
}

.pt365 {
  padding-top: 365px !important;
}

.mt370 {
  margin-top: 370px !important;
}

.pt370 {
  padding-top: 370px !important;
}

.mt375 {
  margin-top: 375px !important;
}

.pt375 {
  padding-top: 375px !important;
}

.mt380 {
  margin-top: 380px !important;
}

.pt380 {
  padding-top: 380px !important;
}

.mt385 {
  margin-top: 385px !important;
}

.pt385 {
  padding-top: 385px !important;
}

.mt390 {
  margin-top: 390px !important;
}

.pt390 {
  padding-top: 390px !important;
}

.mt395 {
  margin-top: 395px !important;
}

.pt395 {
  padding-top: 395px !important;
}

.mt400 {
  margin-top: 400px !important;
}

.pt400 {
  padding-top: 400px !important;
}

.mt405 {
  margin-top: 405px !important;
}

.pt405 {
  padding-top: 405px !important;
}

.mt410 {
  margin-top: 410px !important;
}

.pt410 {
  padding-top: 410px !important;
}

.mt415 {
  margin-top: 415px !important;
}

.pt415 {
  padding-top: 415px !important;
}

.mt420 {
  margin-top: 420px !important;
}

.pt420 {
  padding-top: 420px !important;
}

.mt425 {
  margin-top: 425px !important;
}

.pt425 {
  padding-top: 425px !important;
}

.mt430 {
  margin-top: 430px !important;
}

.pt430 {
  padding-top: 430px !important;
}

.mt435 {
  margin-top: 435px !important;
}

.pt435 {
  padding-top: 435px !important;
}

.mt440 {
  margin-top: 440px !important;
}

.pt440 {
  padding-top: 440px !important;
}

.mt445 {
  margin-top: 445px !important;
}

.pt445 {
  padding-top: 445px !important;
}

.mt450 {
  margin-top: 450px !important;
}

.pt450 {
  padding-top: 450px !important;
}

.mt455 {
  margin-top: 455px !important;
}

.pt455 {
  padding-top: 455px !important;
}

.mt460 {
  margin-top: 460px !important;
}

.pt460 {
  padding-top: 460px !important;
}

.mt465 {
  margin-top: 465px !important;
}

.pt465 {
  padding-top: 465px !important;
}

.mt470 {
  margin-top: 470px !important;
}

.pt470 {
  padding-top: 470px !important;
}

.mt475 {
  margin-top: 475px !important;
}

.pt475 {
  padding-top: 475px !important;
}

.mt480 {
  margin-top: 480px !important;
}

.pt480 {
  padding-top: 480px !important;
}

.mt485 {
  margin-top: 485px !important;
}

.pt485 {
  padding-top: 485px !important;
}

.mt490 {
  margin-top: 490px !important;
}

.pt490 {
  padding-top: 490px !important;
}

.mt495 {
  margin-top: 495px !important;
}

.pt495 {
  padding-top: 495px !important;
}

.mt500 {
  margin-top: 500px !important;
}

.pt500 {
  padding-top: 500px !important;
}

/* text 정렬 */
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/* border none */
.brtn {
  border-top: 0 !important;
}

.brrn {
  border-right: 0 !important;
}

.brbn {
  border-bottom: 0 !important;
}

.brln {
  border-left: 0 !important;
}

/* margin none */
.mtn {
  margin-top: 0 !important;
}

.mrn {
  margin-right: 0 !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mln {
  margin-left: 0 !important;
}

/* padding none */
.ptn {
  padding-top: 0 !important;
}

.prn {
  padding-right: 0 !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pln {
  padding-left: 0 !important;
}

.pdn {
  padding: 0 !important;
}

h2, h3, h4 {
  font-weight: 500;
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 300;
  src: local("SpoqaHanSansNeo-Light"), url(../font/SpoqaHanSansNeo-Light.woff2) format("woff2"), url(../font/SpoqaHanSansNeo-Light.woff) format("woff");
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 400;
  src: local("SpoqaHanSansNeo-Regular"), url(../font/SpoqaHanSansNeo-Regular.woff2) format("woff2"), url(../font/SpoqaHanSansNeo-Regular.woff) format("woff");
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 500;
  src: local("SpoqaHanSansNeo-Medium"), url(../font/SpoqaHanSansNeo-Medium.woff2) format("woff2"), url(../font/SpoqaHanSansNeo-Medium.woff) format("woff");
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 700;
  src: local("SpoqaHanSansNeo-Bold"), url(../font/SpoqaHanSansNeo-Bold.woff2) format("woff2"), url(../font/SpoqaHanSansNeo-Bold.woff) format("woff");
}

/*******************************************************************
	Layout
********************************************************************/
#wrap {
  position: relative;
  width: 100%;
  min-width: 1260px;
  min-height: 100%;
  background: #f4f6fb;
}

#header {
  z-index: 500;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #000;
}

#header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

#header .header-inner .logo {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

#header .header-inner .logo::before {
  content: '';
  width: 40px;
  height: 50px;
  margin-right: 10px;
  background: url("../../assets/images/h1_logo.png") no-repeat 0 0;
  background-size: 100%;
}

#header .header-inner .gnb {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}

#header .header-inner .gnb > li {
  height: 100%;
}

#header .header-inner .gnb > li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

#header .header-inner .account-menu {
  display: flex;
  align-items: center;
}

#header .header-inner .account-menu .user {
  font-size: 16px;
  color: #c4cad2;
}

#header .header-inner .account-menu .user .name {
  position: relative;
  display: inline-flex;
  margin-right: 4px;
  color: #fff;
  font-weight: 700;
}

#header .header-inner .account-menu .user .name::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -5px;
  bottom: 2px;
  width: 100%;
  height: 4px;
  padding: 0 5px;
  background: #5193ff;
}

#header .header-inner .account-menu .logout {
  display: flex;
  align-items: center;
  margin-left: 40px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

#header .header-inner .account-menu .logout::before {
  content: '';
  width: 35px;
  height: 30px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_logout.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1400px) {
  #header {
    height: 60px;
  }
  #header .header-inner {
    padding: 0 30px;
  }
  #header .header-inner .logo {
    font-size: 12px;
  }
  #header .header-inner .logo::before {
    width: 30px;
    height: 40px;
  }
  #header .header-inner .gnb {
    gap: 30px;
  }
  #header .header-inner .gnb > li a {
    padding: 0 15px;
    font-size: 18px;
  }
  #header .header-inner .account-menu .user {
    font-size: 14px;
  }
  #header .header-inner .account-menu .logout {
    margin-left: 30px;
    font-size: 10px;
  }
  #header .header-inner .account-menu .logout::before {
    width: 30px;
    height: 25px;
  }
}

#container {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 160px);
}

#container .inner-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}

@media all and (max-width: 1400px) {
  #container {
    min-height: calc(100vh - 120px);
  }
  #container .inner-wrap {
    padding: 0 30px;
  }
}

.content {
  width: 100%;
  padding-bottom: 50px;
}

.content .page-tit {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 80px;
  width: 100%;
  min-height: 71px;
  padding: 20px 0 15px;
  background: #f4f6fb;
}

.content .page-tit .tit {
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 26px;
  color: #161718;
  font-weight: 700;
}

.content .page-tit .tit .chip {
  margin-left: 20px;
}

.content .page-tit .rgt-set {
  display: flex;
  align-items: center;
}

.content .page-tit .rgt-set .btn {
  min-width: 100px;
}

.content .page-tit .rgt-set .btn + * {
  margin-left: 10px;
}

.content .page-tit .rgt-set .btn-group {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}

.content .page-tit .rgt-set .btn-group::before {
  content: '';
  width: 1px;
  height: 30px;
  margin: 0 20px;
  background: #c1c5cc;
}

.content-box {
  width: 100%;
  background: #fff;
  border-radius: 40px;
}

.content-box .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 40px;
}

.content-box .tit-set + * + * {
  margin-top: 40px;
}

.content-box .tit-set + .filter-set > li:first-child {
  padding-top: 15px;
  border-top: 1px solid #d6d6d7;
}

.content-box .tit-set .con-tit {
  margin: 0 !important;
  font-size: 22px !important;
  color: #333 !important;
  font-weight: 700 !important;
}

.content-box .tit-set .date {
  flex-shrink: 0;
  font-size: 16px;
  color: #8f959e;
  font-weight: 700;
}

.content-box.pd .box-top {
  padding: 20px 40px 10px;
}

.content-box.pd .box-top .info-set {
  padding: 0;
}

.content-box.pd .box-bottom {
  padding: 0 40px 30px;
}

.content-box .box-top {
  width: 100%;
  padding: 20px 0;
  background: #fff url("../../assets/images/bg/bg_sticky.png") no-repeat 0 0;
  background-size: 100%;
}

.content-box .box-top.sticky {
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top: 151px;
}

.content-box .box-top .top-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
}

.content-box .box-top .top-info .txt-guide {
  justify-content: flex-end;
}

.content-box .box-top .info-set {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.content-box .box-top .info-set > li {
  display: flex;
  align-items: center;
}

.content-box .box-top .info-set > li + *::before {
  content: '';
  display: inline-flex;
  align-items: center;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  background: #333;
}

.content-box .box-top .info-set > li strong {
  margin-right: 5px;
}

.content-box .box-top .info-rgt {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  gap: 20px;
}

.content-box .box-top .info-rgt .date {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #8f959e;
}

.content-box .box-top .info-rgt .date strong {
  margin-right: 5px;
}

.content-box .box-top .info-rgt .btn {
  width: auto;
}

.content-box .box-top .question {
  width: 100%;
  margin-top: 20px;
  padding: 10px 15px;
  background: #f4f6fb;
  border-radius: 15px;
  font-size: 22px;
  color: #333;
  font-weight: 400;
}

.content-box .box-bottom {
  width: 100%;
  padding-bottom: 35px;
}

.content-box .box-bottom.pd {
  padding: 0 40px 20px;
}

.content-box .box-bottom .tit-set:first-child {
  margin-top: 30px;
  padding: 0;
}

.content-box .box-inner {
  padding: 20px 40px;
}

.content-box .box-inner .con-tit {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
  font-weight: 400;
}

.content-box .box-inner .con-tit.icon::before {
  content: '';
  width: 28px;
  height: 20px;
  margin-right: 20px;
  background: url("../../assets/images/icon/icon_chk.png") no-repeat 0 0;
  background-size: 100%;
}

.content-box .box-inner .box-top {
  background: #fff url("../../assets/images/bg/bg_sticky.png") no-repeat 0 -30px;
  padding: 0 0 20px;
}

.content-box .box-inner .box-top .tit-set {
  padding: 0;
}

.content-box .box-inner .box-top .info-list {
  padding: 0;
}

.content-box .box-inner .box-bottom {
  padding: 0;
}

.content-box .box-inner .box-bottom .tit-set {
  padding: 0;
}

.content-box .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.content-box .btn-area .btn {
  width: 140px;
}

@media all and (max-width: 1400px) {
  .content {
    padding-bottom: 40px;
  }
  .content .page-tit {
    top: 60px;
    min-height: 53px;
    padding: 15px 0 10px;
  }
  .content .page-tit .tit {
    padding-left: 35px;
    font-size: 22px;
  }
  .content .page-tit .tit .chip {
    margin-left: 15px;
  }
  .content .page-tit .rgt-set .btn {
    min-width: 80px;
  }
  .content .page-tit .rgt-set .btn + * {
    margin-left: 5px;
  }
  .content .page-tit .rgt-set .btn-group::before {
    height: 25px;
    margin: 0 15px;
  }
  .content-box {
    border-radius: 30px;
  }
  .content-box .tit-set {
    margin-bottom: 20px;
    padding: 0 35px;
  }
  .content-box .tit-set + * + * {
    margin-top: 35x;
  }
  .content-box .tit-set + .filter-set > li:first-child {
    padding-top: 10px;
  }
  .content-box .tit-set .con-tit {
    font-size: 20px !important;
  }
  .content-box .tit-set .date {
    font-size: 14px;
  }
  .content-box.pd .box-top {
    padding: 15px 35px 6px;
  }
  .content-box.pd .box-top .info-set {
    padding: 0;
  }
  .content-box.pd .box-bottom {
    padding: 0 35px 20px;
  }
  .content-box .box-top {
    padding: 15px 0;
  }
  .content-box .box-top.sticky {
    top: 113px;
  }
  .content-box .box-top .top-info {
    padding: 0 35px;
  }
  .content-box .box-top .info-set {
    font-size: 16px;
  }
  .content-box .box-top .info-set > li + *::before {
    height: 14px;
    margin: 0 6px;
  }
  .content-box .box-top .info-rgt {
    gap: 10px;
  }
  .content-box .box-top .info-rgt .date {
    font-size: 14px;
  }
  .content-box .box-top .info-rgt .btn {
    width: auto;
  }
  .content-box .box-top .question {
    margin-top: 15px;
    font-size: 20px;
  }
  .content-box .box-bottom {
    padding-bottom: 28px;
  }
  .content-box .box-bottom.pd {
    padding: 0 35px 15px;
  }
  .content-box .box-bottom .tit-set {
    margin-top: 30px;
  }
  .content-box .box-inner {
    padding: 15px 35px;
  }
  .content-box .box-inner .con-tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .content-box .box-inner .con-tit.icon::before {
    width: 22px;
    height: 15px;
    margin-right: 15px;
  }
  .content-box .btn-area {
    margin-top: 20px;
  }
  .content-box .btn-area .btn {
    width: 115px;
  }
}

#footer {
  width: 100%;
  height: 80px;
  background: #323f4d;
}

#footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  min-width: 1260px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 12px;
  color: #8f959e;
  font-weight: 400;
}

#footer .footer-menu {
  display: flex;
  align-items: center;
}

#footer .footer-menu .tel {
  display: flex;
  align-items: center;
  margin: 0 20px 0 30px;
}

#footer .footer-menu .tel::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_tel.png") no-repeat 0 0;
  background-size: 100%;
}

#footer .footer-menu .fax {
  display: flex;
  align-items: center;
}

#footer .footer-menu .fax::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_fax.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1400px) {
  #footer {
    height: 60px;
  }
  #footer .footer-inner {
    padding: 0 30px;
    font-size: 11px;
  }
  #footer .footer-inner .email::before {
    width: 14px;
    height: 10px;
    margin-right: 5px;
  }
  #footer .footer-menu .tel {
    margin: 0 15px 0 25px;
  }
  #footer .footer-menu .tel::before {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
  #footer .footer-menu .fax::before {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
}

.login {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  border-radius: 40px;
  background: #fff;
}

.login .tit-box {
  width: 50%;
  padding: 60px;
  background: url("../../assets/images/bg/bg_login.png") no-repeat -50% 50%, linear-gradient(140deg, #8fade2, #938ccf);
}

.login .tit-box .tit {
  margin-bottom: 30px;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.login .tit-box .stit {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.login .tit-box .stit::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 20px;
}

.login .form-box {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 40px;
}

.login .form-box .tit {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}

.login .form-box .tit::before {
  content: "";
  width: 22px;
  height: 17px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_chk.png") no-repeat 0 0;
  background-size: 100%;
}

.login .form-box .form-set {
  flex-wrap: wrap;
  gap: 0;
  margin: 40px 0 80px;
}

.login .form-box .form-set > li {
  width: 100%;
}

.login .form-box .form-set > li + * {
  margin-top: 20px;
}

.login .form-box .form-set > li .inp {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f4f6fb;
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  color: #333;
}

.login .form-box .form-set > li .txt-guide.error {
  margin-top: 8px;
  font-size: 14px;
}

.login .form-box .btn-area .btn {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  font-size: 20px;
}

.login .form-box .guide {
  text-align: center;
  width: 100%;
  margin-top: auto;
  font-size: 16px;
  color: #8f959e;
}

.login .form-box .guide p + * {
  margin-top: 10px;
}

.login .form-box .guide a {
  color: #5193ff;
  text-decoration: underline;
}

.answer-info {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 20px;
  color: #333;
}

.answer-info > li {
  display: flex;
  align-items: center;
}

.answer-info > li + *:before {
  content: '';
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background: #333;
}

.answer-info > li strong {
  margin-right: 4px;
}

.answer-form .answer {
  width: 100%;
  margin-top: 30px;
}

.answer-form .answer:last-child .con {
  padding-bottom: 0;
  border-bottom: 0;
}

.answer-form .answer .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.answer-form .answer .tit span {
  font-size: 16px;
  color: #8f959e;
  font-weight: 400;
}

.answer-form .answer .tit .chk-box {
  width: fit-content;
}

.answer-form .answer .tit .chk-box input[type="checkbox"] + label {
  font-size: inherit;
}

.answer-form .answer .tit .chk-box input[type="checkbox"] + label::before {
  margin-right: 20px;
}

.answer-form .answer .tit .chk-box input[type="checkbox"] + label span {
  margin-left: 4px;
}

.answer-form .answer .tit .word-num {
  font-size: 16px;
  color: #8f959e;
  font-weight: 400;
}

.answer-form .answer .tit .word-num strong {
  margin-right: 4px;
  font-size: 18px;
}

.answer-form .answer .con {
  width: 100%;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #d6d6d7;
  font-size: 16px;
  color: #8f959e;
  font-weight: 700;
  line-height: 1.4;
}

.answer-form .answer .con .chk-box input[type="checkbox"] + label {
  font-size: inherit;
  color: inherit;
}

.answer-form .answer .con .chk-box input[type="checkbox"] + label::before {
  margin-right: 20px;
}

.answer-form .answer .con .word-num {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  font-size: 16px;
  color: #8f959e;
  font-weight: 400;
}

.answer-form .answer .con .word-num span {
  margin-left: 4px;
}

.answer-form .answer textarea {
  height: 120px;
}

.answer-form .answer .txt-guide {
  margin-top: 5px;
}

.answer-form .answer.subject textarea {
  height: 220px;
}

@media all and (max-width: 1400px) {
  .answer-info {
    font-size: 18px;
  }
  .answer-info > li + *:before {
    height: 10px;
    margin: 0 6px;
  }
  .answer-form .answer {
    margin-top: 20px;
  }
  .answer-form .answer .tit {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .answer-form .answer .tit span {
    font-size: 14px;
  }
  .answer-form .answer .tit .chk-box input[type="checkbox"] + label::before {
    margin-right: 12px;
  }
  .answer-form .answer .tit .word-num {
    font-size: 14px;
  }
  .answer-form .answer .tit .word-num strong {
    font-size: 16px;
  }
  .answer-form .answer .con {
    padding: 15px 15px 15px 0;
    font-size: 14px;
  }
  .answer-form .answer .con .chk-box input[type="checkbox"] + label::before {
    margin-right: 12px;
  }
  .answer-form .answer .con .word-num {
    margin-top: 10px;
    font-size: 14px;
  }
  .answer-form .answer textarea {
    height: 100px;
  }
  .answer-form .answer.subject textarea {
    height: 180px;
  }
}

/*******************************************************************
	admin
********************************************************************/
.dashboard .con-box {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  border-radius: 25px;
}

.dashboard .con-box.dark {
  padding: 30px;
  background: #001224;
}

.dashboard .con-box.dark > .tit-set {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #1d3458;
  color: #fff;
}

.dashboard .con-box > .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px 15px;
  color: #333;
  font-weight: 700;
  line-height: 1;
}

.dashboard .con-box > .tit-set .tit {
  font-size: 22px;
}

.dashboard .con-box > .tit-set .legend {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}

.dashboard .con-box > .tit-set .legend > li {
  display: flex;
  align-items: center;
}

.dashboard .con-box > .tit-set .legend > li::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 6px;
}

.dashboard .con-box > .tit-set .legend > li.bg1::before {
  background: #5193ff;
}

.dashboard .con-box > .tit-set .legend > li.bg2::before {
  background: #7251ff;
}

.dashboard .con-box > .tit-set .legend > li.bg3::before {
  background: #ff6060;
}

.dashboard .data-list {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.dashboard .chart-list {
  width: 100%;
  padding-top: 30px;
}

.dashboard .chart-list > li {
  width: 100%;
}

.dashboard .chart-list > li .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.dashboard .chart-list > li .tit-set .tit {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.dashboard .table-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.dashboard .table-section .con-box {
  padding-bottom: 0;
}

.dashboard .table table th:last-child {
  padding-right: 40px;
}

.dashboard .table table td:first-child {
  padding-left: 14px;
}

.dashboard .table table td:last-child {
  padding-right: 40px;
}

.dashboard .table table td.dt-center {
  border-right: 1px solid #d6d6d7;
}

@media all and (max-width: 1700px) {
  .dashboard .con-box {
    padding: 20px 0;
    border-radius: 20px;
  }
  .dashboard .con-box.dark {
    padding: 20px;
  }
  .dashboard .con-box > .tit-set {
    padding: 0 20px 10px;
  }
  .dashboard .con-box > .tit-set .tit {
    font-size: 20px;
  }
  .dashboard .con-box > .tit-set .legend {
    gap: 15px;
    font-size: 13px;
  }
  .dashboard .con-box > .tit-set .legend > li::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 4px;
  }
  .dashboard .con-box > .tit-set .more2 {
    font-size: 14px;
  }
  .dashboard .con-box > .tit-set .more2::before {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
  .dashboard .con-box > .tit-set .more2:hover::before {
    background-position: 0 -28px;
  }
  .dashboard .data-list {
    gap: 15px;
    margin-bottom: 15px;
  }
  .dashboard .chart-list {
    padding-top: 20px;
  }
  .dashboard .chart-list > li .tit-set {
    margin-bottom: 10px;
  }
  .dashboard .chart-list > li .tit-set .tit {
    font-size: 18px;
  }
  .dashboard .chart-list > li .tit-set .more {
    font-size: 14px;
  }
  .dashboard .chart-list > li .tit-set .more::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .dashboard .table-section {
    gap: 15px;
    margin-top: 15px;
  }
  .dashboard .table table th:last-child {
    padding-right: 20px;
  }
  .dashboard .table table td:first-child {
    padding-left: 8px;
  }
  .dashboard .table table td:last-child {
    padding-right: 20px;
  }
}

@media all and (max-width: 1400px) {
  .dashboard .con-box {
    padding: 15px 0;
    border-radius: 15px;
  }
  .dashboard .con-box.dark {
    padding: 15px;
  }
  .dashboard .con-box > .tit-set {
    padding: 0 15px 10px;
  }
  .dashboard .con-box > .tit-set .tit {
    font-size: 18px;
  }
  .dashboard .con-box > .tit-set .legend {
    gap: 10px;
    font-size: 11px;
  }
  .dashboard .con-box > .tit-set .legend > li::before {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
  .dashboard .con-box > .tit-set .more2 {
    font-size: 12px;
  }
  .dashboard .con-box > .tit-set .more2::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .dashboard .con-box > .tit-set .more2:hover::before {
    background-position: 0 -20px;
  }
  .dashboard .data-list {
    gap: 10px;
    margin-bottom: 10px;
  }
  .dashboard .chart-list {
    padding-top: 15px;
  }
  .dashboard .chart-list > li .tit-set .tit {
    font-size: 16px;
  }
  .dashboard .chart-list > li .tit-set .more {
    font-size: 12px;
  }
  .dashboard .chart-list > li .tit-set .more::before {
    width: 8px;
    height: 8px;
  }
  .dashboard .table-section {
    gap: 10px;
    margin-top: 10px;
  }
  .dashboard .table table th:last-child {
    padding-left: 15px;
  }
  .dashboard .table table td:first-child {
    padding-left: 4px;
  }
  .dashboard .table table td:last-chilc {
    padding-right: 15px;
  }
}

.info-list {
  display: grid;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  gap: 10px;
}

.info-list.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.info-list.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.info-list.col-3 > li:first-child {
  grid-column: 1 / 3;
}

.info-list.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.info-list > li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  background: #f4f6fb;
  border-radius: 6px;
  font-size: 18px;
}

.info-list > li.col {
  grid-column: 1 / 3;
}

.info-list > li .tit {
  flex-shrink: 0;
  width: 160px;
  padding-right: 10px;
  color: #333;
  font-weight: 700;
}

.info-list > li .con {
  color: #8f959e;
}

.info-list > li .con .btn {
  width: auto;
}

@media all and (max-width: 1400px) {
  .info-list {
    padding: 0 15px;
    gap: 5px;
  }
  .info-list > li {
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
  }
  .info-list > li .tit {
    width: 140px;
  }
}

/*! jQuery UI - v1.13.0 - 2021-11-29
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  /* width: 17em;
	padding: .2em .2em 0;
	display: none; */
  width: 100%;
  /*padding: 20px 20px 0;*/
  display: none;
  box-sizing: border-box;
  /* z-index: 10 !important; */
  z-index: 10;
}

.ui-datepicker .ui-datepicker-header {
  /* position: relative;
	padding: .2em 0; */
  position: relative;
  width: 100%;
  /*height:35px;*/
  background: none;
  padding: 5px 0 15px;
  box-sizing: border-box;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 25px;
  height: 25px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /* top: 1px; */
  background: none !important;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
  /* left: 1px; */
}

.ui-datepicker .ui-datepicker-next-hover {
  /* right: 1px; */
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  /* display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px; */
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
}

.ui-datepicker .ui-datepicker-title {
  /* margin: 0 2.3em; */
  /* line-height: 1.8em; */
  /* text-align: center; */
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.ui-datepicker .ui-datepicker-title select {
  /* font-size: 1em;
	margin: 1px 0; */
  font-size: 14px;
  margin: 1px 0;
  color: #333;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  /* width: 45%; */
  width: 90px;
  height: 35px;
  line-height: 33px;
  background: #fff url("../images/icon/slct_arr2.png") no-repeat 90% 50%;
  border: 1px solid #ddd;
  padding: 0 20px 0 10px;
  margin: 0 2px;
}

.ui-datepicker table {
  /* width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em; */
  width: 100%;
  border-collapse: separate;
  box-sizing: border-box;
}

.ui-datepicker-calendar th:first-child, .ui-datepicker-calendar td:first-child a {
  color: #ff5656;
}

.ui-datepicker-calendar th:last-child, .ui-datepicker-calendar td:last-child a {
  color: #2cb1d0;
}

.ui-datepicker th {
  /* padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0; */
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #28313f;
  border: 0;
  line-height: 30px;
  margin: 10px auto;
  border-top: 1px solid #e2e2e8;
  border-bottom: 1px solid #e2e2e8;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  /* display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none; */
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ui-datepicker .ui-datepicker-buttonpane {
  /* background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0; */
  background-image: none;
  /*margin: .7em 0 0 0;*/
  padding-top: 25px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-handle:focus-visible {
  outline: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  /* height: .8em; */
  height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  /* top: -.3em; */
  /* margin-left: -.6em; */
  top: 50%;
  margin-left: -15px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  /* font-family: Arial,Helvetica,sans-serif; */
  font-family: 'SpoqaHanSansNeo',Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  /* font-family: Arial,Helvetica,sans-serif; */
  font-family: 'SpoqaHanSansNeo',Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 1em;
}

/* .ui-widget.ui-widget-content {
	border: 1px solid #eaeaea;
} */
.ui-widget-content {
  /* border: 1px solid #eaeaea; */
  /* background: #ffffff; */
  /* color: #333333; */
  width: 280px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  color: #333333;
  padding: 20px;
  box-shadow: 3px 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  /* border: 1px solid #eaeaea; */
  /* background: #fcaf17; */
  /* color: #333333; */
  /* font-weight: bold; */
  border: 0;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  /* border: 1px solid #c5c5c5; */
  /* border: 1px solid #ac7407; */
  /* background: #f6f6f6; */
  /* background: #fcaf17; */
  /* font-weight: normal; */
  /* color: #454545; */
  border: 2px solid #fff;
  background: #fff;
  /* font-weight: normal; */
  color: #000;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  /* border: 1px solid #cccccc; */
  /* background: #ededed; */
  /* border: 1px solid #ac7407;
	background: #fcaf17;
	font-weight: normal;
	color: #2b2b2b; */
  color: #3e3e3e;
  box-sizing: border-box;
  /*border-radius:22px;*/
  padding: 0;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  /* color: #2b2b2b; */
  /* text-decoration: none; */
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  /* border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff; */
  background: #ff6060;
  color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  /* color: #ffffff; */
  /* text-decoration: none; */
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  /* border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620; */
  background: #f0f0f0;
  color: #28313f;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0;
  /* margin:5px; */
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  /* color: #777620; */
  color: #666;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 25px;
  height: 25px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  /* background-image: url("images/ui-icons_444444_256x240.png"); */
}

.ui-widget-header .ui-icon {
  /* background-image: url("images/ui-icons_444444_256x240.png"); */
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  /* background-image: url("images/ui-icons_555555_256x240.png"); */
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* .ui-icon-circle-triangle-e { background-position: -48px -192px; } */
.ui-icon-circle-triangle-e {
  background: url("../../assets/images/icon/icon_cal_rgt.png") no-repeat 0 0;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* .ui-icon-circle-triangle-w {background-position: -80px -192px;} */
.ui-icon-circle-triangle-w {
  background: url("../../assets/images/icon/icon_cal_lft.png") no-repeat 0 0;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-corner-all {
  border-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*******************************************************************
	forms
********************************************************************/
.form-set {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.form-set .slct {
  min-width: 160px;
}

.form-set .slct + .inp {
  width: 40%;
}

.form-section {
  width: 100%;
}

.form-section .form-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  width: 100%;
  background: #f3f7ff;
  border: 1px solid #d2d5d8;
  border-radius: 15px;
}

.form-section .form-box + .txt-guide.error {
  margin-top: 10px;
  text-indent: 0;
}

.form-section .form-tit {
  display: flex;
  justify-content: center;
  width: 15%;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.form-section .form-list {
  width: 85%;
  padding: 0 40px;
  background: #fff;
}

.form-section .form-list > li {
  display: flex;
  width: 100%;
  padding: 20px 0;
  color: #333;
}

.form-section .form-list > li + * {
  border-top: 1px solid #d2d5d8;
}

.form-section .form-list > li .tit {
  width: 15%;
  font-size: 20px;
  font-weight: 700;
}

.form-section .form-list > li .con {
  width: 85%;
  font-size: 18px;
  font-weight: 400;
}

.form-section .form-list > li .con .rdo-set {
  flex-wrap: wrap;
}

.form-section .form-list > li .con .rdo-box {
  min-width: 180px;
}

.form-section .form-list > li .con .txt-guide.error {
  margin-top: 20px;
  text-indent: 0;
}

@media all and (max-width: 1400px) {
  .form-set {
    gap: 5px;
  }
  .form-section .form-box + .txt-guide.error {
    margin-top: 8px;
  }
  .form-section .form-tit {
    font-size: 18px;
  }
  .form-section .form-list {
    padding: 0 35px;
  }
  .form-section .form-list > li {
    padding: 20px 0;
  }
  .form-section .form-list > li .tit {
    font-size: 18px;
  }
  .form-section .form-list > li .con {
    font-size: 16px;
  }
  .form-section .form-list > li .con .rdo-box {
    min-width: 150px;
  }
  .form-section .form-list > li .con .txt-guide.error {
    margin-top: 15px;
  }
}

.filter-set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}

.filter-set > li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #d6d6d7;
}

.filter-set > li:first-child {
  padding-top: 0;
}

.filter-set > li .chk-set,
.filter-set > li .rdo-set {
  gap: 30px;
}

.filter-set > li .inp {
  width: 40%;
}

.filter-set .tit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 150px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.filter-set .tit::before {
  content: '';
  width: 6px;
  height: 18px;
  margin-right: 15px;
  background: #5b6571;
  border-radius: 2px;
}

.filter-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 20px 0;
}

.filter-btn-area .btn {
  width: auto;
}

.filter-btn-area + .info-list {
  margin: 20px 0 15px;
}

@media all and (max-width: 1400px) {
  .filter-set {
    padding: 0 30px;
  }
  .filter-set > li {
    padding: 10px 20px;
  }
  .filter-set > li .chk-set,
  .filter-set > li .rdo-set {
    gap: 20px;
  }
  .filter-set .tit {
    min-width: 130px;
    font-size: 16px;
  }
  .filter-set .tit::before {
    height: 16px;
    margin-right: 10px;
  }
  .filter-btn-area {
    gap: 5px;
    margin: 15px 0;
  }
  .filter-btn-area .btn {
    width: auto;
  }
  .filter-btn-area + .info-list {
    margin: 15px 0 10px;
  }
}

ul.filter-set {
  padding: 0 20px;
}

@media all and (max-width: 1400px) {
  ul.filter-set {
    padding: 0 15px;
  }
}

.inp {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #dcdddd;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.inp-set {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #dcdddd;
  border-radius: 6px;
}

.inp-set.type-word .inp {
  width: calc(100% - 75px);
  padding: 0;
  background: transparent;
  border: none;
}

.inp-set.type-word .word-num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 14px;
  color: #8f959e;
}

.inp-set.type-word .word-num span {
  font-weight: 400;
}

.inp-set.col {
  flex-direction: column;
}

.inp-set.col > * + * {
  margin-top: 20px;
}

@media all and (max-width: 1400px) {
  .inp {
    height: 25px;
    padding: 0 10px;
    font-size: 14px;
  }
  .inp-set {
    height: 25px;
    padding: 0 10px;
    border: 1px solid #dcdddd;
    border-radius: 6px;
    font-size: 14px;
  }
  .inp-set.type-word .word-num {
    right: 15px;
    font-size: 12px;
  }
  .inp-set.col {
    flex-direction: column;
  }
  .inp-set.col > * + * {
    margin-top: 15px;
  }
}

.chk-set {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chk-set.col {
  flex-direction: column;
  align-items: flex-start;
}

.chk-set.type-btn .chk-box input[type="checkbox"] + label {
  width: fit-content;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #d2d5d8;
  border-radius: 20px;
  font-weight: 700;
}

.chk-set.type-btn .chk-box input[type="checkbox"] + label::before {
  display: none;
}

.chk-set.type-btn .chk-box input[type="checkbox"]:checked + label {
  background: #85b3ff;
  border-color: #85b3ff;
  color: #fff;
}

.chk-box input[type="checkbox"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.chk-box input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.chk-box input[type="checkbox"] + label::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  border: 2px solid #a5aab1;
  border-radius: 4px;
  box-sizing: border-box;
}

.chk-box input[type="checkbox"]:checked + label::before {
  background: #85b3ff url("../../assets/images/icon/icon_chk2.png") no-repeat 50%;
  background-size: 60%;
  border: 0;
}

.chk-box input[type="checkbox"]:disabled + label {
  pointer-events: none;
}

.chk-box input[type="checkbox"]:disabled + label::before {
  background-color: #d2d5d8;
}

.chk-box input[type="checkbox"]:disabled:checked + label::before {
  background-color: #a5aab1;
}

.chk-box.type-line input[type="checkbox"]:checked + label {
  text-decoration: line-through;
}

@media all and (max-width: 1400px) {
  .chk-set {
    gap: 6px;
  }
  .chk-set.type-btn .chk-box input[type="checkbox"] + label {
    height: 30px;
    padding: 0 15px;
  }
  .chk-box input[type="checkbox"] + label {
    font-size: 14px;
  }
  .chk-box input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
  }
}

.rdo-set {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rdo-set.col {
  flex-direction: column;
  align-items: flex-start;
}

.rdo-box input[type="radio"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rdo-box input[type="radio"] + label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rdo-box input[type="radio"] + label::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_rdo.png") no-repeat 0 0;
  background-size: 100%;
}

.rdo-box input[type="radio"]:checked + label::before {
  background-position: 0 -26px;
}

.rdo-box input[type="radio"]:disabled + label::before {
  opacity: 0.4;
}

.rdo-box input[type="radio"]:disabled + label {
  pointer-events: none;
}

@media all and (max-width: 1400px) {
  .rdo-set {
    gap: 6px;
  }
  .rdo-box input[type="radio"] + label {
    font-size: 14px;
  }
  .rdo-box input[type="radio"] + label::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .rdo-box input[type="radio"]:checked + label::before {
    background-position: 0 -20px;
  }
}

.slct select {
  width: 100%;
  height: 30px;
  padding: 0 30px 0 15px;
  background: url("../../assets/images/icon/icon_slct_arr.png") no-repeat calc(100% - 5px) 50%;
  background-size: 25px;
  border: 1px solid #a5aab1;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
}

.slct select:disabled {
  opacity: 0.5;
}

@media all and (max-width: 1400px) {
  .slct select {
    height: 25px;
    padding: 0 25px 0 10px;
    background-size: 20px;
    font-size: 14px;
  }
}

.tab-menu {
  display: flex;
  gap: 60px;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 40px 15px;
  border-bottom: 1px solid #d6d6d7;
}

.tab-menu .tab {
  position: relative;
  display: flex;
  height: 100%;
  font-size: 20px;
  color: #8f959e;
  font-weight: 700;
}

.tab-menu .tab:hover, .tab-menu .tab.active {
  color: #333;
}

.tab-menu .tab:hover::after, .tab-menu .tab.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  display: flex;
  width: 100%;
  height: 4px;
  background: #5193ff;
}

@media all and (max-width: 1400px) {
  .tab-menu {
    gap: 40px;
    margin-bottom: 10px;
    padding: 0 35px 10px;
  }
  .tab-menu .tab {
    font-size: 18px;
  }
  .tab-menu .tab:hover::after, .tab-menu .tab.active::after {
    bottom: -10px;
    height: 3px;
  }
}

textarea {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
  background: transparent;
  border: 1px solid #dcdddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}

@media all and (max-width: 1400px) {
  textarea {
    padding: 15px;
    font-size: 14px;
  }
}

.txtarea-set {
  position: relative;
  border: 1px solid #dcdddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}

.txtarea-set textarea {
  margin-bottom: 40px;
  border: none;
}

.txtarea-set .word-num {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 16px;
  color: #8f959e;
  font-weight: 400;
}

@media all and (max-width: 1400px) {
  .txtarea {
    font-size: 14px;
  }
  .txtarea textarea {
    margin-bottom: 35px;
  }
  .txtarea .word-num {
    position: absolute;
    right: 15px;
    bottom: 6px;
    font-size: 14px;
  }
}

.calendar {
  display: flex;
  align-items: center;
}

.calendar-set {
  display: flex;
  align-items: center;
  gap: 10px;
}

.calendar-set .btn + * {
  flex-shrink: 0;
  width: 100px;
}

.calendar .cal {
  position: relative;
  width: 180px;
}

.calendar .cal .datepicker {
  width: 100%;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #a5aab1;
  border-radius: 5px;
  font-size: 14px;
}

.calendar .cal .datepicker:disabled {
  background: #dcdddd;
}

.calendar .cal .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 18px;
}

.calendar .dash {
  margin: 0 5px;
}

@media all and (max-width: 1400px) {
  .calendar-set {
    gap: 5px;
  }
  .calendar-set .btn + * {
    width: 80px;
  }
  .calendar .cal {
    width: 150px;
  }
  .calendar .cal .datepicker {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .calendar .cal .ui-datepicker-trigger {
    right: 8px;
    width: 14px;
    height: 14px;
  }
}

.chart-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.chart-bar .bar {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 90px;
  background: #26292c;
}

.chart-bar .bar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  color: #8f959e;
  line-height: 1;
}

.chart-bar .bar-data {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.chart-bar .bar-data::after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.chart-bar .bar-data.min .data {
  justify-content: start;
  padding: 0 0 0 5px;
  position: absolute;
  top: 30px;
  left: 100%;
}

.chart-bar .bar-data.min .data:after {
  left: 0;
}

.chart-bar .bar-data .data {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  width: max-content;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.chart-bar .bar-data .data::after {
  content: '';
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #5a8de0;
}

.chart-bar .bar-data .data .rate {
  margin-left: 2px;
  font-weight: 400;
}

.chart-bar .bar-data.bar1 {
  z-index: 3;
  background: #355fa3;
}

.chart-bar .bar-data.bar1::after,
.chart-bar .bar-data.bar1 > *::after {
  background: #5a8de0;
}

.chart-bar .bar-data.bar1 .data {
  height: 24px;
  color: #5a8de0;
}

.chart-bar .bar-data.bar2 {
  z-index: 2;
  background: #402c92;
}

.chart-bar .bar-data.bar2::after,
.chart-bar .bar-data.bar2 > *::after {
  background: #7251ff;
}

.chart-bar .bar-data.bar2 .data {
  height: 54px;
  color: #7251ff;
}

.chart-bar .bar-data.bar3 {
  z-index: 1;
  background: #7d3f41;
}

.chart-bar .bar-data.bar3::after,
.chart-bar .bar-data.bar3 > *::after {
  background: #ff6060;
}

.chart-bar .bar-data.bar3 .data {
  height: 84px;
  color: #ff6060;
}

.chart-list.col > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.chart-list.col > li + * {
  border-left: 1px solid #1d3458;
}

.chart-list > li .chart canvas {
  width: 100% !important;
  height: 100% !important;
}

.chart-list.doughnut {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.chart-list.doughnut > li .chart {
  width: 140px;
  height: 140px;
}

.chart-list.doughnut .legend {
  width: 230px;
  margin-left: 60px;
}

.chart-list.doughnut .legend > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
}

.chart-list.doughnut .legend > li + * {
  margin-top: 20px;
}

.chart-list.doughnut .legend > li .txt {
  display: flex;
  align-items: center;
}

.chart-list.doughnut .legend > li .txt::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 6px;
}

.chart-list.doughnut .legend > li.bg1 .txt::before {
  background: #7251ff;
}

.chart-list.doughnut .legend > li.bg2 .txt::before {
  background: #51ffdc;
}

.chart-list.doughnut .legend > li.bg3 .txt::before {
  background: #5193ff;
}

.chart-list.doughnut .legend > li.bg4 .txt::before {
  background: #ff6060;
}

.chart-list.doughnut .legend > li.bg5 .txt::before {
  background: #f8ea06;
}

@media all and (max-width: 1700px) {
  .chart-bar .bar {
    height: 20px;
    margin-bottom: 75px;
  }
  .chart-bar .bar-info {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .chart-bar .bar-data::after {
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .chart-bar .bar-data.min .data {
    position: absolute;
    top: 20px;
    left: 100%;
  }
  .chart-bar .bar-data .data {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    font-size: 10px;
  }
  .chart-bar .bar-data.bar1 .data {
    height: 20px;
  }
  .chart-bar .bar-data.bar2 .data {
    height: 45px;
  }
  .chart-bar .bar-data.bar3 .data {
    height: 70px;
  }
  .chart-list.doughnut > li .chart {
    width: 110px;
    height: 110px;
  }
  .chart-list.doughnut .legend {
    width: 190px;
    margin-left: 50px;
  }
  .chart-list.doughnut .legend > li {
    font-size: 13px;
  }
  .chart-list.doughnut .legend > li + * {
    margin-top: 10px;
  }
  .chart-list.doughnut .legend > li .txt::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 4px;
  }
}

@media all and (max-width: 1400px) {
  .chart-bar .bar {
    height: 15px;
    margin-bottom: 60px;
  }
  .chart-bar .bar-info {
    font-size: 10px;
  }
  .chart-bar .bar-data::after {
    right: -8px;
    width: 16px;
    height: 16px;
  }
  .chart-bar .bar-data.min .data {
    padding: 0 0 0 3px;
    position: absolute;
    top: 16px;
    left: 100%;
  }
  .chart-bar .bar-data .data {
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 0;
    padding-right: 3px;
  }
  .chart-bar .bar-data.bar1 .data {
    height: 16px;
  }
  .chart-bar .bar-data.bar2 .data {
    height: 35px;
  }
  .chart-bar .bar-data.bar3 .data {
    height: 55px;
  }
  .chart-list.doughnut > li .chart {
    width: 90px;
    height: 90px;
  }
  .chart-list.doughnut .legend {
    width: 160px;
    margin-left: 40px;
  }
  .chart-list.doughnut .legend > li {
    font-size: 11px;
  }
  .chart-list.doughnut .legend > li + * {
    margin-top: 5px;
  }
  .chart-list.doughnut .legend > li .txt::before {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
}

.chip {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  height: 36px;
  padding: 0 15px;
  background: #7251ff;
  border-radius: 18px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.chip.primary {
  background: #5193ff;
}

@media all and (max-width: 1400px) {
  .chip {
    height: 28px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 14px;
  }
}

.txt-guide {
  width: 100%;
  font-size: 16px;
  color: #8f959e;
  font-weight: 400;
  line-height: 1;
  text-indent: 10px;
}

.txt-guide.error {
  font-size: 14px;
  color: #ff6060;
  text-indent: 16px;
}

.txt-guide.info {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #5193ff;
  text-indent: 0;
}

.txt-guide.info::before {
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_info.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1400px) {
  .txt-guide {
    font-size: 14px;
    text-indent: 8px;
  }
  .txt-guide.error {
    font-size: 12px;
    text-indent: 14px;
  }
  .txt-guide.info {
    font-size: 16px;
  }
  .txt-guide.info::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}

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

.necessary::before {
  content: '*';
  margin-right: 2px;
  color: #ff6060;
}

/*******************************************************************
	tables
********************************************************************/
.table {
  width: 100%;
}

.table table {
  width: 100%;
  font-size: 16px;
  color: #8f959e;
}

.table table tbody tr:first-child td {
  border-top: none;
}

.table table tfoot th:first-child,
.table table tfoot td:first-child {
  padding-left: 10px;
}

.table table th {
  padding: 12px;
  background: #f8f9fc;
  color: #333;
  text-align: center;
}

.table table th:first-child {
  padding-left: 40px;
}

.table table td {
  padding: 7px 12px;
  text-align: center;
  border-bottom: 1px solid #d6d6d7;
}

.table table td:first-child {
  padding-left: 40px;
}

.table table td .chk-box input[type="checkbox"] + label,
.table table td .rdo-box input[type="radio"] + label {
  width: fit-content;
}

.table table td .chk-box input[type="checkbox"] + label::before,
.table table td .rdo-box input[type="radio"] + label::before {
  margin-right: 0;
}

.table-set {
  width: 100%;
}

.table-btm {
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 0 30px;
}

.table-btm .total {
  position: absolute;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.table-btm .paging {
  justify-content: center;
}

.table .dataTables_paginate {
  display: flex;
  align-items: center;
}

.table .dataTables_paginate .paginate_button.previous {
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../assets/images/btn/btn_prev.png") no-repeat 0 0 !important;
  background-size: 100% !important;
  font-size: 0;
}

.table .dataTables_paginate .paginate_button.next {
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../assets/images/btn/btn_next.png") no-repeat 0 0 !important;
  background-size: 100% !important;
  font-size: 0;
}

.table .btn {
  margin: 0 auto;
}

.table .btn.sm {
  width: auto;
}

.table .icon.comp {
  display: flex;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url("../../assets/images/icon/icon_circle.png") no-repeat 0 0;
  background-size: 100%;
}

.table .icon.yet {
  display: flex;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url("../../assets/images/icon/icon_cross.png") no-repeat 0 0;
  background-size: 100%;
}

.table .fc-red {
  color: #ff6060;
}

.table .fc-primary {
  color: #5193ff;
}

@media all and (max-width: 1400px) {
  .table table {
    font-size: 14px;
  }
  .table table th {
    padding: 10px;
  }
  .table table th:first-child {
    padding-left: 30px;
  }
  .table table td {
    padding: 5px 10px;
  }
  .table table td:first-child {
    padding-left: 30px;
  }
  .table-btm {
    margin-top: 20px;
    padding: 0 15px;
  }
  .table-btm .total {
    font-size: 12px;
  }
  .table .dataTables_paginate .paginate_button.previous {
    width: 30px;
    height: 30px;
  }
  .table .dataTables_paginate .paginate_button.next {
    width: 30px;
    height: 30px;
  }
  .table .dataTables table.dataTable thead > tr > th.sorting:after {
    margin-top: 1px;
  }
  .table .icon.comp {
    width: 18px;
    height: 18px;
  }
  .table .icon.yet {
    width: 18px;
    height: 18px;
  }
}

.tabulator {
  position: relative;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (max-width: 1400px) {
  .tabulator {
    font-size: 14px;
  }
}

.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
  min-width: 100%;
}

.tabulator[tabulator-layout="fitDataTable"] {
  display: inline-block;
}

.tabulator.tabulator-block-select {
  user-select: none;
}

.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #f8f9fc;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}

.tabulator .tabulator-header .tabulator-header-contents {
  position: relative;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
  display: inline-block;
  font-size: 16px;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers > .tabulator-col:last-of-type .tabulator-col-content {
  padding-right: 40px;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
    font-size: 14px;
  }
  .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers > .tabulator-col:last-of-type .tabulator-col-content {
    padding-right: 35px;
  }
}

.tabulator .tabulator-header .tabulator-col {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-content {
  padding-left: 40px;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-content {
    padding-left: 35px;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: rgba(31, 132, 235, 0.05);
  pointer-events: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 12px 10px;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 10px;
  }
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
  padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
  cursor: pointer;
  opacity: .6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
  white-space: normal;
  text-overflow: initial;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 9px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas {
  display: block;
  position: relative;
  font-style: normal;
  font-size: 12px;
  color: #bbb;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-up {
  position: absolute;
  bottom: 50%;
  height: 10px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-up::before {
  content: '▲';
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-down {
  position: absolute;
  top: 50%;
  margin-top: 1px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-down:before {
  content: '▼';
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas {
    font-size: 11px;
  }
  .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-down {
    margin-top: 0;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #d6d6d7;
  overflow: hidden;
  margin-right: -1px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
    cursor: pointer;
    background-color: rgba(31, 132, 235, 0.05);
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    cursor: pointer;
    border-bottom: 12px solid #555;
  }
}

@media all and (hover: hover) and (pointer: fine) and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-bottom: 10px solid #bbb;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 12px solid #bbb;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 10px solid #bbb;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content {
  background: rgba(78, 158, 239, 0.05);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-up {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    cursor: pointer;
    border-bottom: 12px solid #555;
  }
}

@media all and (hover: hover) and (pointer: fine) and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-bottom: 10px solid #bbb;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 12px solid #666;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 10px solid #bbb;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content {
  background: rgba(78, 158, 239, 0.05);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .fas.fa-sort-down {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    cursor: pointer;
    border-top: 6px solid #555;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 12px solid #666;
  color: #666;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: 10px solid #666;
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}

.tabulator .tabulator-header .tabulator-frozen {
  position: sticky;
  left: 0;
  z-index: 10;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #d6d6d7;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #d6d6d7;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  background: rgba(101, 171, 241, 0.05) !important;
  border-top: 1px solid #d6d6d7;
  border-bottom: 1px solid #d6d6d7;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: rgba(101, 171, 241, 0.05) !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}

.tabulator .tabulator-tableholder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tabulator .tabulator-tableholder:focus {
  outline: none;
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
  min-height: 100%;
  min-width: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  white-space: normal;
}

.tabulator .tabulator-tableholder .tabulator-table {
  position: relative;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  color: #8f959e;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #f2f2f2 !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #d6d6d7;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #d6d6d7;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row > .tabulator-cell:last-of-type {
  padding-right: 40px;
}

@media all and (max-width: 1400px) {
  .tabulator .tabulator-tableholder .tabulator-table .tabulator-row > .tabulator-cell:last-of-type {
    padding-right: 35px;
  }
}

.tabulator .tabulator-footer {
  border-top: 1px solid #999;
  background-color: #e6e6e6;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-footer .tabulator-footer-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  background: #f3f3f3 !important;
  border-bottom: 1px solid #d6d6d7;
  border-top: 1px solid #d6d6d7;
  overflow: hidden;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  display: inline-block;
  background: #f3f3f3 !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none;
}

.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}

.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: normal;
}

.tabulator .tabulator-footer .tabulator-paginator {
  flex: 1;
  text-align: right;
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}

.tabulator .tabulator-alert {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.tabulator .tabulator-alert .tabulator-alert-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
  border: 4px solid #333;
  color: #000;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
  border: 4px solid #D00;
  color: #590000;
}

.tabulator-row {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}

.tabulator-row.tabulator-row-even {
  background-color: #fff;
}

.tabulator-row.tabulator-selected {
  background-color: #9ABCEA;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selected:hover {
    background-color: #769BCC;
    cursor: pointer;
  }
}

.tabulator-row.tabulator-row-moving {
  border: 1px solid #000;
  background: #fff;
}

.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #d6d6d7;
  border-bottom: 1px solid #d6d6d7;
  pointer-events: none;
  z-index: 15;
}

.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}

.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-row-resize-handle:hover {
    cursor: ns-resize;
  }
}

.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #d6d6d7;
  border-bottom: 1px solid #d6d6d7;
}

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 16px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}

.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 7px 12px;
  border-bottom: 1px solid #d6d6d7;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.9;
}

.tabulator-row .tabulator-cell:first-child {
  padding-left: 40px;
}

@media all and (max-width: 1400px) {
  .tabulator-row .tabulator-cell {
    padding: 5px 10px;
  }
  .tabulator-row .tabulator-cell:first-child {
    padding-left: 35px;
  }
}

.tabulator-row .tabulator-cell.tabulator-frozen {
  display: inline-block;
  position: sticky;
  left: 0;
  background-color: inherit;
  z-index: 10;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #d6d6d7;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #d6d6d7;
}

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1D68CD;
  outline: none;
  padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px;
  background: transparent;
  outline: none;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #ff6060;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #ff6060;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #d6d6d7;
  border-bottom: 2px solid #d6d6d7;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #8f959e;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
  }
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #8f959e;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #8f959e;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #8f959e;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
    opacity: .7;
    cursor: pointer;
  }
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
  stroke: #fff;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #d6d6d7;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-group:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-popup-container {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d6d6d7;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.tabulator-popup {
  padding: 5px;
  border-radius: 3px;
}

.tabulator-tooltip {
  max-width: Min(500px, 100%);
  padding: 3px 5px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  pointer-events: none;
}

.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: .5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
    cursor: pointer;
    background: #fff;
  }
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + .4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: '';
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #d6d6d7;
  vertical-align: top;
  transform: rotate(45deg);
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #d6d6d7;
}

.tabulator-edit-list {
  max-height: 200px;
  font-size: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tabulator-edit-list .tabulator-edit-list-item {
  padding: 4px;
  color: #8f959e;
  outline: none;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
  color: #fff;
  background: #1D68CD;
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}

.tabulator-edit-list .tabulator-edit-list-item.focused {
  outline: 1px solid #1D68CD;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-list .tabulator-edit-list-item:hover {
    cursor: pointer;
    color: #fff;
    background: #1D68CD;
  }
}

.tabulator-edit-list .tabulator-edit-list-placeholder {
  padding: 4px;
  color: #8f959e;
  text-align: center;
}

.tabulator-edit-list .tabulator-edit-list-group {
  border-bottom: 1px solid #d6d6d7;
  padding: 4px;
  padding-top: 6px;
  color: #8f959e;
  font-weight: bold;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
  padding-left: 12px;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
  padding-left: 20px;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
  padding-left: 28px;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
  padding-left: 36px;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #d6d6d7;
  border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  left: 8px;
  right: initial;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #d6d6d7;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #d6d6d7;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-left: 2px solid #d6d6d7;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-right: 2px solid #d6d6d7;
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
  text-align: initial;
}

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}

.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #d6d6d7;
  border-bottom: 2px solid #d6d6d7;
}

.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #d6d6d7;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-print-table-group:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #8f959e;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-data-tree-control:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
  }
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #8f959e;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #8f959e;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #8f959e;
}

/*******************************************************************
	Button
********************************************************************/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
  border-radius: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.btn-set {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-set.col {
  flex-direction: column;
}

.btn.block {
  display: flex;
  width: 100% !important;
  padding: 0;
}

.btn.round {
  border-radius: 30px;
}

.btn.round.mid {
  border-radius: 26px;
}

.btn.round.sm {
  border-radius: 18px;
}

.btn-outline {
  background: transparent !important;
  border: 4px solid #c3c5cb;
  color: #000;
}

.btn-outline.primary {
  border-color: #5193ff;
  color: #5193ff;
}

.btn-outline.gray {
  border-color: #8f959e;
  color: #8f959e;
}

.btn-outline.red {
  border-color: #ff6060;
  color: #ff6060;
}

.btn-kakao {
  display: flex;
  align-items: center;
  background: #fee500;
  border-radius: 30px;
  color: #191919;
}

.btn-kakao::before {
  content: '';
  width: 26px;
  height: 24px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_kakao.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-play {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  background: url("../../assets/images/btn/btn_play.png") no-repeat 0 0;
  background-size: 100%;
  border-radius: 0 !important;
}

.btn.primary {
  background: #5193ff;
}

.btn.secondary {
  background: #85b3ff;
}

.btn.red {
  background: #ff6060;
}

.btn.black {
  background: #323f4d;
}

.btn.mid {
  height: 52px;
  border-radius: 15px;
  font-size: 20px;
}

.btn.sm {
  height: 36px;
  border-radius: 8px;
  font-size: 16px;
}

.btn.icon::before {
  content: '';
  margin-right: 10px;
}

.btn.icon.dnld::before {
  width: 18px;
  height: 18px;
  background: url("../../assets/images/icon/icon_dnld.png") no-repeat 0 0;
  background-size: 100%;
}

.btn.icon.more {
  height: auto;
  padding: 0;
  font-size: 16px;
  color: #5193ff;
  font-weight: 700;
}

.btn.icon.more::before {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: url("../../assets/images/icon/icon_more.png") no-repeat 0 0;
  background-size: 100%;
}

.btn.icon.more2 {
  height: auto;
  padding: 0;
  font-size: 16px;
  color: #5193ff;
  font-weight: 700;
}

.btn.icon.more2::before {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../assets/images/icon/icon_more2.png") no-repeat 0 0;
  background-size: 100%;
}

.btn.icon.more2:hover::before {
  background-position: 0 -35px;
}

@media all and (max-width: 1400px) {
  .btn {
    height: 50px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 18px;
  }
  .btn-set {
    gap: 6px;
  }
  .btn.round {
    border-radius: 30px;
  }
  .btn.round.mid {
    border-radius: 20px;
  }
  .btn.round.sm {
    border-radius: 14px;
  }
  .btn-outline {
    border-width: 3px;
  }
  .btn-kakao {
    border-radius: 25px;
  }
  .btn-kakao::before {
    width: 20px;
    height: 18px;
    margin-right: 5px;
  }
  .btn-play {
    width: 30px;
    height: 30px;
  }
  .btn.mid {
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
  }
  .btn.sm {
    height: 28px;
    border-radius: 6px;
    font-size: 14px;
  }
  .btn.icon::before {
    margin-right: 6px;
  }
  .btn.icon.dnld::before {
    width: 14px;
    height: 14px;
  }
  .btn.icon.more {
    font-size: 14px;
  }
  .btn.icon.more::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  .btn.icon.more2 {
    font-size: 14px;
  }
  .btn.icon.more2::before {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  .btn.icon.more2:hover::before {
    background-position: 0 -30px;
  }
}

/*******************************************************************
	popup
********************************************************************/
.modal {
  z-index: 900;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.popup {
  overflow: hidden;
  z-index: 1000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 910px;
  background: #001224;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}

.popup-header {
  position: relative;
  width: 100%;
  padding: 30px 40px;
  background: #0e2c5a;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.popup-header .popup-close {
  position: absolute;
  top: 28px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: url("../../assets/images/btn/btn_pop_close.png") no-repeat 0 0;
  background-size: 100%;
}

.popup-header .popup-close:hover, .popup-header .popup-close:focus {
  background-position: 0 -40px;
}

.popup-content {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 80vh;
  padding: 40px;
}

.popup-content .txt {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.popup-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 40px 30px;
}

.popup-footer::before {
  content: '';
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background: #1d3458;
}

.popup-footer > .btn {
  width: 160px;
}

.popup-footer > .btn + * {
  margin-left: 20px;
}

.popup.pop-alert {
  width: 600px;
}

.popup.pop-alert .popup-header {
  display: flex;
  justify-content: flex-end;
  background: none;
}

.popup.pop-alert .popup-close {
  position: static;
}

.popup.pop-alert .popup-footer {
  padding: 40px;
}

.popup.pop-alert .popup-footer::before {
  display: none;
}

.popup.pop-question-comp {
  width: 760px;
}

.popup.pop-question-comp .popup-content {
  padding: 90px 0;
}

@media all and (max-width: 1400px) {
  .popup {
    width: 700px;
    border-radius: 25px;
  }
  .popup-header {
    padding: 25px 30px;
    font-size: 22px;
  }
  .popup-header .popup-close {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .popup-header .popup-close:hover, .popup-header .popup-close:focus {
    background-position: 0 -30px;
  }
  .popup-content {
    padding: 30px;
  }
  .popup-content .txt {
    font-size: 18px;
  }
  .popup-footer {
    padding: 0 30px 25px;
  }
  .popup-footer::before {
    margin-bottom: 25px;
  }
  .popup-footer > .btn {
    width: 120px;
  }
  .popup-footer > .btn + * {
    margin-left: 15px;
  }
  .popup.pop-alert {
    width: 500px;
  }
  .popup.pop-alert .popup-footer {
    padding: 30px;
  }
  .popup.pop-question-comp {
    width: 600px;
  }
  .popup.pop-question-comp .popup-content {
    padding: 70px 0;
  }
}

/*# sourceMappingURL=style.css.map */