@charset "UTF-8";
/* Primary */
/* Secondary */
.fc-red {
  color: #F04953 !important;
}

.fc-blu {
  color: #5A7BEF !important;
}

.fc-primary {
  color: #2F3A79 !important;
}

/*******************************************************************
	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: #E8EDF1;
}

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: #1E1E1E;
  box-sizing: border-box;
}

select {
  color: #1E1E1E;
}

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;
  border-radius: 0;
  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;
  border-radius: 0;
}

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

select {
  width: 100%;
  height: 40px;
  padding: 0 30px 0 10px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  z-index: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

select:focus {
  outline: none;
}

select option {
  color: #1E1E1E;
  margin: 0;
}

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

textarea {
  resize: none;
  padding: 10px;
  border: 1px solid #bbb;
  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: #9ea0ab;
}

input::-webkit-input-placeholder {
  color: #9ea0ab;
}

input::-moz-placeholder {
  color: #9ea0ab;
}

input:-ms-input-placeholder {
  color: #9ea0ab;
}

input:-moz-input-placeholder {
  color: #9ea0ab;
}

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: #9ea0ab;
}

textarea::-webkit-input-placeholder {
  color: #9ea0ab;
}

textarea::-moz-placeholder {
  color: #9ea0ab;
}

textarea:-ms-input-placeholder {
  color: #9ea0ab;
}

input:-moz-input-placeholder {
  color: #9ea0ab;
}

/* 대체 텍스트 */
.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;
}

.ml5 {
  margin-left: 5px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

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

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

.ml15 {
  margin-left: 15px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

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

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

.ml25 {
  margin-left: 25px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

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

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

.ml35 {
  margin-left: 35px !important;
}

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

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

.ml40 {
  margin-left: 40px !important;
}

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

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

.ml45 {
  margin-left: 45px !important;
}

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

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

.ml50 {
  margin-left: 50px !important;
}

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

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

.ml55 {
  margin-left: 55px !important;
}

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

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

.ml60 {
  margin-left: 60px !important;
}

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

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

.ml65 {
  margin-left: 65px !important;
}

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

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

.ml70 {
  margin-left: 70px !important;
}

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

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

.ml75 {
  margin-left: 75px !important;
}

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

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

.ml80 {
  margin-left: 80px !important;
}

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

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

.ml85 {
  margin-left: 85px !important;
}

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

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

.ml90 {
  margin-left: 90px !important;
}

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

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

.ml95 {
  margin-left: 95px !important;
}

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

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

.ml100 {
  margin-left: 100px !important;
}

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

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

.ml105 {
  margin-left: 105px !important;
}

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

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

.ml110 {
  margin-left: 110px !important;
}

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

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

.ml115 {
  margin-left: 115px !important;
}

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

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

.ml120 {
  margin-left: 120px !important;
}

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

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

.ml125 {
  margin-left: 125px !important;
}

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

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

.ml130 {
  margin-left: 130px !important;
}

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

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

.ml135 {
  margin-left: 135px !important;
}

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

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

.ml140 {
  margin-left: 140px !important;
}

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

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

.ml145 {
  margin-left: 145px !important;
}

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

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

.ml150 {
  margin-left: 150px !important;
}

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

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

.ml155 {
  margin-left: 155px !important;
}

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

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

.ml160 {
  margin-left: 160px !important;
}

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

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

.ml165 {
  margin-left: 165px !important;
}

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

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

.ml170 {
  margin-left: 170px !important;
}

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

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

.ml175 {
  margin-left: 175px !important;
}

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

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

.ml180 {
  margin-left: 180px !important;
}

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

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

.ml185 {
  margin-left: 185px !important;
}

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

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

.ml190 {
  margin-left: 190px !important;
}

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

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

.ml195 {
  margin-left: 195px !important;
}

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

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

.ml200 {
  margin-left: 200px !important;
}

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

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

.ml205 {
  margin-left: 205px !important;
}

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

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

.ml210 {
  margin-left: 210px !important;
}

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

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

.ml215 {
  margin-left: 215px !important;
}

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

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

.ml220 {
  margin-left: 220px !important;
}

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

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

.ml225 {
  margin-left: 225px !important;
}

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

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

.ml230 {
  margin-left: 230px !important;
}

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

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

.ml235 {
  margin-left: 235px !important;
}

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

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

.ml240 {
  margin-left: 240px !important;
}

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

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

.ml245 {
  margin-left: 245px !important;
}

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

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

.ml250 {
  margin-left: 250px !important;
}

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

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

.ml255 {
  margin-left: 255px !important;
}

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

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

.ml260 {
  margin-left: 260px !important;
}

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

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

.ml265 {
  margin-left: 265px !important;
}

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

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

.ml270 {
  margin-left: 270px !important;
}

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

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

.ml275 {
  margin-left: 275px !important;
}

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

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

.ml280 {
  margin-left: 280px !important;
}

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

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

.ml285 {
  margin-left: 285px !important;
}

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

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

.ml290 {
  margin-left: 290px !important;
}

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

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

.ml295 {
  margin-left: 295px !important;
}

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

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

.ml300 {
  margin-left: 300px !important;
}

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

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

.ml305 {
  margin-left: 305px !important;
}

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

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

.ml310 {
  margin-left: 310px !important;
}

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

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

.ml315 {
  margin-left: 315px !important;
}

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

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

.ml320 {
  margin-left: 320px !important;
}

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

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

.ml325 {
  margin-left: 325px !important;
}

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

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

.ml330 {
  margin-left: 330px !important;
}

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

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

.ml335 {
  margin-left: 335px !important;
}

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

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

.ml340 {
  margin-left: 340px !important;
}

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

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

.ml345 {
  margin-left: 345px !important;
}

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

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

.ml350 {
  margin-left: 350px !important;
}

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

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

.ml355 {
  margin-left: 355px !important;
}

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

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

.ml360 {
  margin-left: 360px !important;
}

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

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

.ml365 {
  margin-left: 365px !important;
}

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

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

.ml370 {
  margin-left: 370px !important;
}

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

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

.ml375 {
  margin-left: 375px !important;
}

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

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

.ml380 {
  margin-left: 380px !important;
}

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

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

.ml385 {
  margin-left: 385px !important;
}

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

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

.ml390 {
  margin-left: 390px !important;
}

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

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

.ml395 {
  margin-left: 395px !important;
}

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

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

.ml400 {
  margin-left: 400px !important;
}

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

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

.ml405 {
  margin-left: 405px !important;
}

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

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

.ml410 {
  margin-left: 410px !important;
}

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

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

.ml415 {
  margin-left: 415px !important;
}

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

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

.ml420 {
  margin-left: 420px !important;
}

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

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

.ml425 {
  margin-left: 425px !important;
}

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

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

.ml430 {
  margin-left: 430px !important;
}

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

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

.ml435 {
  margin-left: 435px !important;
}

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

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

.ml440 {
  margin-left: 440px !important;
}

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

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

.ml445 {
  margin-left: 445px !important;
}

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

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

.ml450 {
  margin-left: 450px !important;
}

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

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

.ml455 {
  margin-left: 455px !important;
}

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

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

.ml460 {
  margin-left: 460px !important;
}

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

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

.ml465 {
  margin-left: 465px !important;
}

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

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

.ml470 {
  margin-left: 470px !important;
}

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

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

.ml475 {
  margin-left: 475px !important;
}

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

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

.ml480 {
  margin-left: 480px !important;
}

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

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

.ml485 {
  margin-left: 485px !important;
}

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

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

.ml490 {
  margin-left: 490px !important;
}

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

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

.ml495 {
  margin-left: 495px !important;
}

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

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

.ml500 {
  margin-left: 500px !important;
}

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

.w1000 {
  width: 1000px !important;
}

.w1100 {
  width: 1100px !important;
}

.w1200 {
  width: 1200px !important;
}

.w1300 {
  width: 1300px !important;
}

.w1400 {
  width: 1400px !important;
}

.w1500 {
  width: 1500px !important;
}

.w1600 {
  width: 1600px !important;
}

.w1700 {
  width: 1700px !important;
}

.w1800 {
  width: 1800px !important;
}

.w1900 {
  width: 1900px !important;
}

.w2000 {
  width: 2000px !important;
}

.w2100 {
  width: 2100px !important;
}

.w2200 {
  width: 2200px !important;
}

.w2300 {
  width: 2300px !important;
}

.w2400 {
  width: 2400px !important;
}

.w2500 {
  width: 2500px !important;
}

.w2600 {
  width: 2600px !important;
}

.w2700 {
  width: 2700px !important;
}

.w2800 {
  width: 2800px !important;
}

.w2900 {
  width: 2900px !important;
}

.w3000 {
  width: 3000px !important;
}

.w3100 {
  width: 3100px !important;
}

.w3200 {
  width: 3200px !important;
}

.w3300 {
  width: 3300px !important;
}

.w3400 {
  width: 3400px !important;
}

.w3500 {
  width: 3500px !important;
}

.w3600 {
  width: 3600px !important;
}

.w3700 {
  width: 3700px !important;
}

.w3800 {
  width: 3800px !important;
}

.w3900 {
  width: 3900px !important;
}

.w4000 {
  width: 4000px !important;
}

.w4100 {
  width: 4100px !important;
}

.w4200 {
  width: 4200px !important;
}

.w4300 {
  width: 4300px !important;
}

.w4400 {
  width: 4400px !important;
}

.w4500 {
  width: 4500px !important;
}

.w4600 {
  width: 4600px !important;
}

.w4700 {
  width: 4700px !important;
}

.w4800 {
  width: 4800px !important;
}

.w4900 {
  width: 4900px !important;
}

.w5000 {
  width: 5000px !important;
}

.w5100 {
  width: 5100px !important;
}

.w5200 {
  width: 5200px !important;
}

.w5300 {
  width: 5300px !important;
}

.w5400 {
  width: 5400px !important;
}

.w5500 {
  width: 5500px !important;
}

.w5600 {
  width: 5600px !important;
}

.w5700 {
  width: 5700px !important;
}

.w5800 {
  width: 5800px !important;
}

.w5900 {
  width: 5900px !important;
}

.w6000 {
  width: 6000px !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;
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 300;
  src: local("SpoqaHanSansNeo-Light"), local("SpoqaHanSansNeo-Light");
  src: url(../font/SpoqaHanSansNeo-Light.eot?#iefix) format("embedded-opentype");
  src: url(../font/SpoqaHanSansNeo-Light.eot);
  src: 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"), local("SpoqaHanSansNeo-Regular");
  src: url(../font/SpoqaHanSansNeo-Regular.eot?#iefix) format("embedded-opentype");
  src: url(../font/SpoqaHanSansNeo-Regular.eot);
  src: 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"), local("SpoqaHanSansNeo-Medium");
  src: url(../font/SpoqaHanSansNeo-Medium.eot?#iefix) format("embedded-opentype");
  src: url(../font/SpoqaHanSansNeo-Medium.eot);
  src: 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"), local("SpoqaHanSansNeo-Bold");
  src: url(../font/SpoqaHanSansNeo-Bold.eot?#iefix) format("embedded-opentype");
  src: url(../font/SpoqaHanSansNeo-Bold.eot);
  src: url(../font/SpoqaHanSansNeo-Bold.woff2) format("woff2"), url(../font/SpoqaHanSansNeo-Bold.woff) format("woff");
}

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

#container {
  width: 100%;
}

#container .content-row {
  display: flex;
}

.lnb {
  flex-shrink: 0;
  z-index: 30;
  position: sticky;
  top: 0;
  width: 260px;
  height: 100vh;
  min-height: 100%;
  background: #2F3A79;
  transition: all 0.3s;
}

.lnb .top-info {
  width: 100%;
  height: 270px;
  padding: 30px;
  text-align: center;
  background: #262B4A;
}

.lnb .top-info .logo {
  width: 136px;
  margin: 0 auto 25px;
}

.lnb .profile .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  background: url("../images/icon/lnb_profile.svg") no-repeat 0 0;
  background-size: 100%;
}

.lnb .profile .name {
  font-size: 16px;
  color: #fff;
}

.lnb .profile .position {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(239, 239, 239, 0.7);
}

.lnb .profile .btn-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 20px;
  margin-top: 15px;
  border-radius: 20px;
  background: #18202E;
  font-size: 14px;
  color: #fff;
}

.lnb .profile .btn-logout::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../images/btn/btn_logout.svg") no-repeat 0 0;
  background-size: 100%;
}

.lnb .lnb-menu {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 418px);
  padding: 30px 0;
}

.lnb .toggle {
  display: flex !important;
  align-items: center;
}

.lnb .toggle.ico1::before {
  background: url("../images/icon/lnb_ico1.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .toggle.ico2::before {
  background: url("../images/icon/lnb_ico2.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .toggle.ico3::before {
  background: url("../images/icon/lnb_ico3.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .toggle.ico4::before {
  background: url("../images/icon/lnb_ico4.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .toggle.ico5::before {
  background: url("../images/icon/lnb_ico5.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .toggle.ico6::before {
  background: url("../images/icon/lnb_ico6.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .toggle-sub {
  display: block;
}

.lnb .toggle,
.lnb .toggle-sub {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #a1b1ff;
  line-height: 1.5;
  word-break: break-all;
  transition: all 0.2s;
}

.lnb .toggle:hover,
.lnb .toggle-sub:hover {
  color: #fff;
}

.lnb .toggle:hover::before,
.lnb .toggle-sub:hover::before {
  background-position: 0 -25px;
}

.lnb .toggle.on,
.lnb .toggle-sub.on {
  color: #fff;
}

.lnb .toggle.fold,
.lnb .toggle-sub.fold {
  color: #fff;
}

.lnb .depth1 > li > .toggle {
  padding: 15px 25px;
  cursor: pointer;
}

.lnb .depth1 > li > .toggle::before {
  content: "";
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: all 0.2s;
}

.lnb .depth1 > li > .toggle.on {
  color: #fff;
  background: #7799F0;
}

.lnb .depth1 > li > .toggle.on::before {
  background-position: 0 -25px;
}

.lnb .depth1 > li > .toggle.fold {
  color: #fff;
  background: #7799F0;
}

.lnb .depth1 > li > .toggle.fold::before {
  background-position: 0 -25px;
}

.lnb .depth1 > li > .toggle:hover {
  background: #7799F0;
}

.lnb .depth1 > li:first-child > .toggle {
  border-top: 0;
}

.lnb .depth2 > li > .toggle,
.lnb .depth2 > li > .toggle-sub {
  padding: 10px 0 10px 60px;
  font-size: 16px;
}

.lnb .depth2 > li > .toggle:hover,
.lnb .depth2 > li > .toggle-sub:hover {
  color: #fff;
}

.lnb .btn-lnb {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  width: 20px;
  height: 162px;
  background: url("../images/btn/lnb_close.png") no-repeat 0 0;
}

.lnb .btn-lnb.open {
  background: url("../images/btn/lnb_open.png") no-repeat 0 0;
}

.lnb.close {
  position: fixed;
  transform: translateX(-240px);
}

.lnb .footer {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid rgba(239, 239, 239, 0.5);
  font-size: 12px;
  color: #9197B3;
}

.lnb .footer .term-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.lnb .footer .term-list > li {
  display: flex;
  align-items: center;
}

.lnb .footer .term-list > li .txt {
  font-size: 12px;
  color: #9197B3;
}

.lnb .footer .term-list > li .txt span {
  margin-left: 10px;
}

.lnb .footer .term-list > li + li::before {
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.2);
}

.lnb .footer .fnb-list {
  margin-bottom: 10px;
}

.lnb .footer .fnb-list > li + li {
  margin-top: 10px;
}

.lnb .footer .fnb-list > li .txt {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #9197B3;
}

.lnb .footer .fnb-list > li .txt::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.lnb .footer .fnb-list > li .txt span {
  margin-left: 10px;
}

.lnb .footer .fnb-list > li.call .txt::before {
  background: url("../images/icon/ico_phone.png") no-repeat 0 0;
  background-size: 100%;
}

.lnb .footer .fnb-list > li.chat .txt::before {
  background: url("../images/icon/ico_chat.png") no-repeat 0 0;
  background-size: 100%;
}

.content {
  position: relative;
  width: 100%;
  margin-left: 20px;
}

.menu-content {
  display: flex;
  width: 100%;
}

.menu-content .menu-tree {
  width: 800px;
  height: calc(100vh - 180px);
  padding: 10px;
  border-radius: 5px;
  background: #e1e1e1;
  border: 1px solid #ccc;
}

.menu-content .menu-tree .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.menu-content .menu-tree .tit-set .label {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}

.menu-content .menu-tree .tit-set .form-set {
  display: flex;
}

.menu-content .menu-tree .tit-set .form-set .slct {
  flex-shrink: 0;
  width: 120px;
  height: 30px;
}

.menu-content .menu-tree .tit-set .form-set .btn-set {
  display: flex;
  width: 100%;
}

.menu-content .menu-tree .tit-set .form-set .btn-set .btn {
  width: 80px;
  height: 30px;
  margin-left: 5px;
  font-size: 12px;
}

.menu-content .menu-tree .menu-table {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 40px);
  border-radius: 5px;
  background: #fff;
}

.menu-content .menu-tree .menu-table .table-tree {
  border-top: 0;
  border-bottom: 0;
}

.menu-content .menu-manage {
  width: 100%;
  margin-left: 20px;
}

.menu-content .menu-manage-box {
  position: relative;
  height: calc(100% - 40px);
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.menu-content .menu-manage-box .no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.menu-content .menu-manage-box .no-data .txt {
  font-size: 16px;
  color: #666;
}

.menu-content .menu-manage-box .no-data .btn {
  width: auto;
  height: 35px;
  margin-top: 20px;
  font-size: 14px;
}

.card-box {
  position: relative;
  padding: 30px 25px;
  margin-top: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.card-box .card-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  background: #f4f4f4;
}

.card-box .card-top-info .inner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.card-box .card-top-info .inner-info > li {
  display: flex;
  align-items: center;
  width: 100%;
}

.card-box .card-top-info .inner-info > li .label {
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 16px;
  color: #9197B3;
}

.card-box .card-top-info .inner-info > li .txt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
}

.card-box .card-top-info .inner-info > li .txt .name {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
}

.card-box .card-top-info .inner-info > li .txt .sub-info {
  margin-left: 10px;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 400;
}

.card-box .card-top-info .info-txt {
  flex-shrink: 0;
  font-size: 16px;
  color: #9197B3;
}

.card-box.full {
  height: calc(100vh - 150px);
}

.card-box.no-data {
  height: 100%;
}

.card-box.no-data .no-data-tree {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #9197B3;
}

.card-box.no-data .no-data-tree::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: url("../images/icon/ico_info.png") no-repeat 0 0;
  background-size: 100%;
}

.card-box.no-data .no-data-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #9197B3;
}

.card-box.no-data .no-data-txt::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: url("../images/icon/ico_info.png") no-repeat 0 0;
  background-size: 100%;
}

.card-box.no-data.h-type1 {
  height: calc(100vh - 520px);
  min-height: 500px;
}

.card-box.no-data.h-type2 {
  height: calc(100vh - 440px);
  min-height: 500px;
}

.card-box .table-set + .table-set {
  margin-top: 50px;
}

.card-box .inner-box + .inner-box {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 2px solid #E8EDF1;
}

.row-section {
  display: flex;
}

.row-section .card-box {
  width: 100%;
}

.row-section .card-box + .card-box {
  flex-shrink: 0;
  margin-left: 20px;
  width: 40%;
}

/*******************************************************************
	login
********************************************************************/
#login-wrap {
  position: relative;
  width: 100%;
  min-width: 1580px;
  min-height: 100%;
  background: linear-gradient(#e8edf1, #cfdef3);
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 620px;
  padding: 30px;
  border-radius: 20px;
  background: #3E4573;
}

.login-box .logo-set {
  text-align: center;
}

.login-box .logo-set .logo {
  width: 135px;
  margin: 0 auto;
}

.login-box .logo-set .cmt {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.login-box .logo-set .tit {
  margin-top: 15px;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.login-box .logo-set .tit span {
  color: #A1BBFF;
}

.login-box .login-info {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.login-box .login-info .info-list {
  display: flex;
  align-items: center;
}

.login-box .login-info .info-list::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("../images//icon/ico_key.png") no-repeat 0 0;
  background-size: 100%;
}

.login-box .login-info .info-list > li {
  display: flex;
  align-items: center;
}

.login-box .login-info .info-list > li + li::before {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
}

.login-box .login-info .info-list > li > a {
  font-size: 13px;
  color: #fff;
}

.login-box .tab-content {
  width: 100%;
  padding: 0;
}

.login-box .tab-content .before {
  display: block;
}

.login-box .tab-content .after {
  display: none;
}

.login-box .tab-content .login-info .info-list::before {
  background: url("../images//icon/ico_back.png") no-repeat 0 0;
  background-size: 100%;
}

.login-box.lock .tit-set .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.login-box.lock .tit-set .tit::before {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../images/icon/icon_lock.png") no-repeat 0 0;
  background-size: 100%;
}

.login-box.lock .tit-set .stit {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.login-box.lock .info-set {
  text-align: center;
}

.login-box.lock .info-set .txt p {
  font-size: 16px;
  color: #fff;
}

.login-box.lock .info-set .txt p + p {
  margin-top: 15px;
}

.login-form {
  width: 100%;
  padding: 25px;
  margin-top: 30px;
  border-radius: 12px;
  background: #272D50;
}

.login-form .form-set .form-list > li {
  display: flex;
  align-items: center;
}

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

.login-form .form-set .form-list > li .tit {
  flex-shrink: 0;
  width: 120px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.login-form .form-set .form-list > li .inp-set {
  width: 100%;
  height: 48px;
}

.login-form .form-set .form-list > li .inp-set .inp {
  height: 100%;
  padding: 0 30px;
  background: #10141B;
  border: none;
  border-radius: 24px !important;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.login-form .form-set .form-list > li .inp-set .inp:focus {
  box-shadow: inset 0 0 0 2px #5A7BEF;
}

.login-form .form-set .form-list > li .inp-set.lock {
  display: flex;
  align-items: center;
  background: #10141B;
  border-radius: 24px !important;
}

.login-form .form-set .form-list > li .inp-set.lock .inp {
  width: calc(100% - 180px);
  border: 0;
  padding: 0 10px 0 30px;
  background: transparent;
}

.login-form .form-set .form-list > li .inp-set.lock .btn-set {
  display: flex;
  align-items: center;
}

.login-form .form-set .form-list > li .inp-set.lock .btn-set .time {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}

.login-form .form-set .form-list > li .inp-set.lock .btn-set .btn-round {
  flex-shrink: 0;
  height: 32px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
}

.login-form .form-set .form-list > li .inp-set.lock.error {
  box-shadow: inset 0 0 0 2px #ffde67;
}

.login-form .form-set .form-list > li .inp-set.lock.error .inp {
  box-shadow: none;
}

.login-form .form-set .id-info {
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}

.login-form .form-set .guide-list {
  margin-top: 20px;
}

.login-form .form-set .guide-list li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #a1bbff;
  font-weight: 300;
}

.login-form .form-set .guide-list li::before {
  display: inline-flex;
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 10px;
  background: #a1bbff;
}

.login-form .form-set .error-box {
  display: none;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 15px;
  background: #18202E;
  border-radius: 8px;
}

.login-form .form-set .error-box::before {
  display: inline-flex;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: url("../images/icon/icon_error.png") no-repeat 0 0;
  background-size: 100%;
}

.login-form .form-set .error-box .txt-error {
  font-size: 12px;
  color: #ffde67;
}

.login-form .form-set .error-box.error {
  display: inline-flex;
}

.login-form .form-set .btn-rect {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  margin-top: 20px;
  border-radius: 8px;
  background: #4f6396;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.2), inset -1px -1px 0px rgba(0, 0, 0, 0.2);
}

.login-form .form-set .btn-rect:hover {
  opacity: 0.8;
}

.login-form.type2 {
  margin-top: 0;
  border-radius: 0 0 12px 12px;
}

/*******************************************************************
	main
********************************************************************/
/*******************************************************************
	sub
********************************************************************/
.sub-con {
  padding: 20px 30px 40px;
}

.sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px;
}

.sub-title .tit-set {
  display: flex;
  align-items: center;
}

.sub-title .tit-set .tit {
  font-size: 26px;
  color: #3B3E45;
  font-weight: 700;
}

.sub-title .tit-set .cmt {
  margin-left: 10px;
  font-size: 16px;
  color: rgba(59, 62, 69, 0.5);
}

.list-detail .detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  background: rgba(217, 217, 217, 0.15);
}

.list-detail .detail-top .tit-set {
  display: flex;
  align-items: center;
}

.list-detail .detail-top .tit-set .type {
  flex-shrink: 0;
  width: 150px;
  font-size: 18px;
  color: #95a2b2;
  font-weight: 500;
}

.list-detail .detail-top .tit-set .tit {
  width: 100%;
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
  word-break: break-all;
}

.list-detail .detail-top .tit-set .tit .status {
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 16px;
  color: #2F3A79;
}

.list-detail .detail-top .tit-set .tit .status.comp {
  color: #777;
}

.list-detail .detail-top .info-set .date {
  flex-shrink: 0;
  width: 100px;
  font-size: 14px;
  color: #1E1E1E;
  text-align: right;
}

.list-detail .detail-content {
  padding: 20px;
  font-size: 18px;
  color: #1E1E1E;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}

.list-detail .file-info {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}

.list-detail .file-info .reg-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1E1E1E;
}

.list-detail .file-info .reg-info .date {
  margin-left: 30px;
}

.list-detail .no-data {
  padding: 30px 0;
  font-size: 18px;
  color: #9197B3;
  text-align: center;
}

.top-filter-area .btn-set {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}

.top-filter-area .btn-set .btn-icon {
  margin-left: 10px;
}

.top-filter-area .btn-set .btn-icon:first-child {
  margin-left: 0;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.center-box .tit {
  font-size: 18px;
  color: #1E1E1E;
}

.center-box .inp-box {
  margin-top: 30px;
}

.center-box .inp-box .inp {
  width: 450px;
  height: 44px;
}

.center-box .btn-rect {
  margin: 40px auto 0;
}

.graph-set {
  position: relative;
  width: 100%;
}

.graph-set.doughnut .graph-box {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: 0 0 10px !important;
}

.graph-set.doughnut .graph-box .txt {
  font-size: 16px;
  color: #6C7B8A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -5px;
}

.graph-set.doughnut .legend {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.graph-set.doughnut .legend > li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

.graph-set.doughnut .legend > li::before {
  content: "";
  width: 16px;
  height: 10px;
  margin-right: 10px;
}

.graph-set.doughnut .legend > li.ico1::before {
  background: #6e5eff;
}

.graph-set.doughnut .legend > li.ico2::before {
  background: #e0e4eb;
}

.graph-set.doughnut .legend > li.ico3::before {
  background: #262b4a;
}

.graph-set.doughnut .legend > li + li {
  margin-top: 10px;
}

.graph-set.point .graph-box {
  height: 180px;
}

.graph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.graph-top .txt {
  width: 50%;
  font-size: 15px;
  color: #5765A6;
  font-weight: 500;
}

.graph-top .txt .rating {
  color: #5A7BEF;
}

.graph-top .txt .point {
  color: #26D0CE;
}

.graph-top .txt::before {
  content: "ㆍ";
}

.graph-top .legend {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 2px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.graph-top .legend > li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

.graph-top .legend > li::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.graph-top .legend > li.ico1::before {
  background: url("../images/icon/icon_legend_point1.png") no-repeat 0 0;
  background-size: 100%;
}

.graph-top .legend > li.ico2::before {
  background: url("../images/icon/icon_legend_point2.png") no-repeat 0 0;
  background-size: 100%;
}

.graph-top .legend > li + li {
  margin-left: 15px;
}

.graph-box {
  width: 100%;
  height: 300px;
}

.graph-box canvas {
  width: 100% !important;
  height: 100% !important;
}

.graph-box.indicator-detail {
  height: 200px;
}

.graph-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}

.graph-card > li {
  padding: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}

.graph-card > li .card-tit .tit {
  font-size: 18px;
  color: #9197B3;
}

.graph-card > li .card-tit .cmt {
  font-size: 14px;
  color: #9197B3;
}

.graph-card > li .graph-set .graph-box {
  width: 100%;
  height: 180px;
}

.graph-card > li .card-info {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #D9D9D9;
}

.graph-card > li .card-info .txt-set {
  width: 100%;
  font-size: 16px;
  color: #3B3E45;
  text-align: center;
}

.graph-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-top: 30px;
}

.graph-flex > li {
  width: 100%;
}

.graph-flex > li .tit {
  width: 100%;
  font-size: 16px;
  color: #3B3E45;
  font-weight: 500;
  text-align: center;
}

.term-box {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.guide {
  width: 1024px;
  padding: 30px 40px 60px;
  margin: 0 auto;
}

.guide-title {
  font-size: 32px;
  color: #2F3A79;
  font-weight: 500;
}

.guide .card-box .num-title {
  display: flex;
  align-items: center;
}

.guide .card-box .num-title .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #2F3A79;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.guide .card-box .num-title .tit {
  font-size: 22px;
  color: #3B3E45;
  font-weight: 500;
}

.guide .card-box .info-box {
  margin-top: 15px;
}

.guide .card-box .info-box .txt {
  font-size: 16px;
  color: #3B3E45;
}

.guide .card-box .info-box .txt strong {
  color: #5A7BEF;
  font-weight: 500;
}

.guide .card-box .info-list {
  margin-top: 15px;
}

.guide .card-box .info-list > li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3B3E45;
}

.guide .card-box .info-list > li::before {
  content: 'ㆍ';
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.guide .card-box .info-list > li + li {
  margin-top: 5px;
}

.guide .card-box .info-txt {
  margin-top: 15px;
  font-size: 16px;
  color: #3B3E45;
}

.guide .card-box .inner-list > li {
  display: flex;
  padding: 40px 20px;
}

.guide .card-box .inner-list > li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.guide .card-box .inner-icon {
  flex-shrink: 0;
  width: 100px;
}

.guide .card-box .inner-icon .icon {
  width: 50px;
}

.guide .card-box .inner-icon .icon img {
  width: 100%;
  height: auto;
}

.guide .card-box .inner-form .txt {
  font-size: 16px;
  color: #3B3E45;
}

.guide .card-box .inner-form .txt strong {
  font-weight: 700;
}

.guide .card-box .inner-form .txt-list > li {
  display: flex;
  align-items: center;
}

.guide .card-box .inner-form .txt-list > li::before {
  content: 'ㆍ';
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.guide .card-box .inner-form .txt-list > li + li {
  margin-top: 10px;
}

.guide .card-box .inner-form .btn-file-down {
  margin-top: 10px;
}

.guide .card-box .inner-form .img-set {
  width: 100%;
  margin-top: 15px;
}

.guide .card-box .inner-form .img-set img {
  width: auto;
  object-fit: scale-down;
}

.guide .card-box .inner-form .img-set + .img-set {
  margin-top: 20px;
}

.guide .card-box .inner-form .step {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 24px;
  padding: 0 10px;
  margin-bottom: 15px;
  background: #5A7BEF;
  font-size: 12px;
  color: #fff;
}

.guide .card-box .inner-form .step::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 6px;
  top: 100%;
  left: 0;
  margin-top: -6px;
  border-color: transparent transparent transparent #5A7BEF;
}

/*******************************************************************
	forms
********************************************************************/
/* 커스텀 스크롤바 */
.scrollbar::-webkit-scrollbar {
  display: flex;
  width: 6px;
  height: 6px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}

.scrollbar-wht::-webkit-scrollbar-track {
  background-color: #ccc;
}

.scrollbar-wht::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 3px;
}

.scrollbar-primary::-webkit-scrollbar-track {
  background-color: #fff;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  background-color: #5A7BEF;
  border-radius: 3px;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb > li {
  font-size: 14px;
  color: #9197B3;
}

.breadcrumb > li::before {
  content: '>';
  padding: 0 5px;
}

.breadcrumb > li:first-child::before {
  content: none;
  padding: 0;
}

/* 체크박스 관련 */
.chk-set {
  display: flex;
}

.chk-set .chk-box {
  margin-left: 20px;
}

.chk-set .chk-box:first-child {
  margin-left: 0;
}

.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: #9197B3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.chk-box input[type="checkbox"] + label::before {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #bbb;
  background: #fff;
}

.chk-box input[type="checkbox"]:checked + label {
  color: #1E1E1E;
}

.chk-box input[type="checkbox"]:checked + label::before {
  background: #5A7BEF url("../images/icon/ico_chk.png") no-repeat 50%;
  background-size: 12px;
  border-color: #5A7BEF;
}

.chk-box input[type="checkbox"]:disabled + label {
  color: #dfdfdf;
  cursor: default;
}

.chk-box input[type="checkbox"]:disabled + label::before {
  border-color: #dfdfdf;
}

.chk-box input[type="checkbox"]:disabled:checked + label {
  color: #dfdfdf;
  cursor: default;
}

.chk-box input[type="checkbox"]:disabled:checked + label::before {
  background: #dfdfdf url("../images/icon/ico_chk.png") no-repeat 50%;
  border-color: #dfdfdf;
}

.chk-box.none input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.chk-box.none input[type="checkbox"] + label::before {
  margin: 0 auto;
}

/* 라디오 관련 */
.rdo-set {
  display: flex;
}

.rdo-set .rdo-box + .rdo-box {
  margin-left: 20px;
}

.rdo-set .cmt {
  margin-left: 10px;
  line-height: 1;
}

.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: 15px;
  color: #3B3E45;
  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: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("../images/icon/icon_rdo.png") no-repeat 0 0;
  background-size: 100%;
}

.rdo-box input[type="radio"]:checked + label::before {
  background: url("../images/icon/icon_rdo_chk.png") no-repeat 0 0;
  background-size: 100%;
}

.rdo-box input[type="radio"]:disabled + label {
  background: #fff;
  color: #dfdfdf;
  pointer-events: none;
}

.rdo-box input[type="radio"]:disabled + label::before {
  border-color: #dfdfdf;
}

.rdo-box input[type="radio"]:disabled:checked + label {
  color: #dfdfdf;
}

.rdo-box input[type="radio"]:disabled:checked + label::before {
  background: #fff url("../images/icon/ico_rdo_disabled.png") no-repeat 50%;
  background-size: 12px;
  border-color: #dfdfdf;
}

.rdo-box.none input[type="radio"] + label {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.rdo-box.none input[type="radio"] + label::before {
  margin: 0 auto;
}

.period-rdo {
  display: flex;
}

.period-rdo .rdo-btn {
  margin-left: 12px;
}

.period-rdo .rdo-btn:first-child {
  margin-left: 0;
}

.rdo-btn input[type="radio"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rdo-btn input[type="radio"] + label {
  display: block;
  width: 70px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #bbb;
  background: #fff;
  font-size: 16px;
  color: #9197B3;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rdo-btn input[type="radio"]:checked + label {
  border-color: #2F3A79;
  color: #2F3A79;
}

/* 달력 관련 */
.calendar {
  display: flex;
  align-items: center;
}

.calendar .cal {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px;
}

.calendar .cal .datepicker {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 15px;
}

.calendar .cal .datepicker:focus {
  border-color: #79747E;
}

.calendar .cal .datepicker:disabled {
  border-color: #dfdfdf;
  background: #f4f4f4;
}

.calendar .cal .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.calendar .cal .monthPicker {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 15px;
}

.calendar .cal .monthPicker:focus {
  border-color: #79747E;
}

.calendar .cal .monthPicker:disabled {
  border-color: #dfdfdf;
  background: #f4f4f4;
}

.calendar .cal.month::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/icon/ico_cal.png") no-repeat 0 0;
  background-size: 100%;
}

.calendar .wave {
  flex-shrink: 0;
  margin: 0 10px;
  font-size: 15px;
  color: rgba(59, 62, 69, 0.3);
}

.calendar .cmt {
  margin-left: 10px;
  font-size: 14px;
  color: #9197B3;
}

.ui-datepicker {
  z-index: 5 !important;
}

.ui-datepicker .mtz-monthpicker .mtz-monthpicker-year {
  height: 40px;
  font-size: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: url("../images/icon/ico_slct_arr.svg") no-repeat calc(100% - 5px) 50%;
  background-size: 20px;
}

.ui-datepicker .mtz-monthpicker .ui-state-default {
  background: #f4f4f4;
  border-radius: 20px;
  font-size: 14px;
  border: 3px solid #fff;
  cursor: pointer !important;
}

.ui-datepicker .mtz-monthpicker .ui-state-active {
  background: #5A7BEF;
  color: #fff;
}

.period-set {
  display: flex;
  align-items: center;
}

.period-set .slct {
  flex-shrink: 0;
  width: 150px !important;
  margin-right: 10px;
}

.period-set .period-rdo {
  margin-left: 20px;
}

.period-set .chk-box {
  flex-shrink: 0;
  margin-left: 20px;
}

.period-set .chk-box input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
}

/* select 관련 */
.slct-set {
  display: flex;
}

.slct-set .slct + .slct {
  margin-left: 15px;
}

.slct-set.full .slct {
  width: 100%;
}

.slct-set.btn-type {
  align-items: center;
}

.slct-set.btn-type .slct {
  width: 300px;
}

.slct-set.btn-type .btn-set {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.slct-set.btn-type .btn-set .btn {
  margin-left: 5px;
}

.slct-set.btn-type .btn-set .btn:first-child {
  margin-left: 0;
}

.slct-set .slct-row {
  display: flex;
}

.slct-set .slct-row .slct {
  width: 120px !important;
}

.slct-set .slct-row .slct + .slct {
  margin-left: 10px;
}

.slct {
  position: relative;
  width: 350px;
  height: 40px;
  background: #fff;
}

.slct select {
  height: 100%;
  font-size: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: url("../images/icon/ico_slct_arr.svg") no-repeat calc(100% - 5px) 50%;
  background-size: 20px;
}

.slct select:focus {
  border-color: #79747E;
}

.slct select:disabled {
  border-color: #dfdfdf;
  background-color: #f4f4f4;
  color: #777;
}

.slct.full {
  width: 100%;
}

.slct.sm {
  width: 100%;
  height: 30px;
}

.slct.sm select {
  font-size: 13px;
}

.slct-period {
  display: flex;
  align-items: center;
}

.slct-period .slct-set .slct {
  width: 150px;
}

/* chip 관련 */
.chip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 15px;
}

.chip.point {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  background: #E8DEF8;
  font-size: 13px;
  color: #1E1E1E;
  font-weight: 500;
}

.chip.score {
  background: #66D6D7;
  color: #fff;
}

.chip.rating {
  background: #A1BBFF;
  color: #fff;
}

/* input 관련 */
.inp-set {
  display: flex;
}

.inp-set.error .inp {
  box-shadow: inset 0 0 0 2px #ffde67;
}

.inp-set.error .inp:focus {
  border: none;
}

.inp-set.type-unit {
  display: flex;
  align-items: center;
}

.inp-set.type-unit .inp {
  max-width: 80px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
}

.inp-set.type-unit .unit {
  margin-left: 10px;
}

.inp-set.slct-type .slct {
  flex-shrink: 0;
  width: 140px;
}

.inp-set.slct-type .inp {
  width: 100%;
  margin-left: 10px;
}

.inp {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #D9D9D9;
  font-size: 15px;
  color: #3B3E45;
}

.inp:focus {
  border-color: #79747E;
}

.inp:disabled {
  border-color: #dfdfdf;
  background: #f4f4f4;
  color: #777 !important;
}

.inp.center {
  text-align: center;
}

.srch-inp {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.srch-inp .inp {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 17px;
}

.srch-inp .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../images/icon/ico_srch.png") no-repeat 0 0;
  background-size: 100%;
}

.txt-area {
  width: 100%;
  height: 150px;
  border: 1px solid #D9D9D9;
  font-size: 15px;
}

.txt-area:focus {
  border-color: #79747E;
}

.txt-area:disabled {
  border-color: #dfdfdf;
  background: #f4f4f4;
  color: #777 !important;
}

.txtarea-count {
  width: 100%;
}

.txtarea-count .txt-area {
  width: 100%;
}

.txtarea-count .count-txt {
  width: 100%;
  padding: 5px 10px;
  justify-content: flex-end;
}

.file-box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-box .upload-name {
  display: none;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
  border: 0;
  background: transparent;
  word-break: break-all;
  font-size: 14px;
  color: #9197B3;
  text-align: center;
}

.file-box .upload-name:focus {
  outline: none;
}

.file-box .upload-name.active {
  display: block;
}

.file-box label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 35px;
  background: #D9D9D9;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 14px;
  color: #1E1E1E;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.file-box label:hover {
  opacity: 0.8;
}

.file-box.disabled {
  pointer-events: none;
}

.file-box.disabled .upload-name {
  border-color: #dfdfdf;
  background: #f4f4f4;
}

.file-box.disabled label {
  background: #dfdfdf;
}

.file-box.type-inp {
  width: 500px;
}

.file-box.type-inp .upload-name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 5px;
  border: 1px solid #D9D9D9;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 14px;
  color: #9197B3;
}

.file-box.type-inp .upload-name:focus {
  outline: none;
}

.file-btn input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-btn input[type="file"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 44px;
  border-radius: 25px;
  border: 1px solid #9197B3;
  background: #fff;
  font-size: 16px;
  color: #777;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.file-btn input[type="file"] + label::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../images/btn/btn_icon_upload.png") no-repeat 0 0;
  background-size: 100%;
}

.file-btn input[type="file"]:hover + label {
  border-color: #3399ff;
  background: #f5f7f9;
  color: #2F3A79;
}

.file-btn input[type="file"]:hover + label::before {
  background-position: 0 -20px !important;
}

.file-btn input[type="file"]:disabled + label {
  color: #ccc;
  border-color: #dfdfdf;
  pointer-events: none;
}

.file-btn input[type="file"]:disabled + label::before {
  opacity: 0.2;
}

.file-btn input[type="file"]:disabled + label:hover {
  border-color: #dfdfdf;
  background: #fff;
  color: #ccc;
}

.file-btn input[type="file"]:disabled + label:hover::before {
  background-position: 0 0 !important;
}

.count-txt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 12px;
  color: #9197B3;
}

.tooltip {
  position: relative;
}

.tooltip-set {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -1px;
}

.tooltip-set .icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url("../images/icon/icon_tooltip.svg") no-repeat 0 0;
  background-size: 100%;
}

.tooltip-set .box {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 28px;
  width: 300px;
  padding: 10px;
  background: #F6F6F6;
  border-radius: 12px 12px 0 12px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #5A7BEF;
  line-height: 1.4;
  word-break: break-all;
}

.tooltip-set .box::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -6px;
  border-style: solid;
  border-width: 6px 8px;
  border-color: transparent #F6F6F6 transparent transparent;
}

.tooltip-set:hover .box {
  display: block;
}

/* tab 관련 */
.tab-list {
  display: flex;
  width: auto;
  margin-bottom: 20px;
}

.tab-list .tab {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #E8EDF1;
}

.tab-list .tab:first-child {
  border-radius: 25px 0 0 25px;
  border-left: 0;
}

.tab-list .tab:last-child {
  border-radius: 0 25px 25px 0;
}

.tab-list .tab:before {
  content: '';
  display: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url("../images/icon/icon_tab_chk.png") no-repeat 0 0;
  background-size: 100%;
}

.tab-list .tab:hover, .tab-list .tab.active {
  background: #5A7BEF;
  color: #fff;
}

.tab-list .tab.active::before {
  display: block;
}

.tab-list.type2 {
  margin: 20px 0 0;
}

.tab-list.type2 .tab {
  justify-content: flex-start;
  width: 50%;
  height: 48px;
  padding: 0 30px;
  box-shadow: none;
  border-color: #3E4573;
  background: #5765A6;
  font-size: 16px;
  color: #C7D7FF;
}

.tab-list.type2 .tab:first-child {
  border-radius: 20px 0 0 0;
  border-left: 0;
}

.tab-list.type2 .tab:last-child {
  border-radius: 0 20px 0 0;
}

.tab-list.type2 .tab::before {
  content: none;
}

.tab-list.type2 .tab:hover, .tab-list.type2 .tab.active {
  background: #5A7BEF;
  color: #fff;
}

.tab-list.type2 .tab.active::before {
  display: block;
}

.tab-list.type3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.tab-list.type3 .tab {
  min-width: auto;
  background: #2F3A79;
  font-size: 14px;
  color: #C7D7FF;
  padding: 0;
  border: 0;
}

.tab-list.type3 .tab::before {
  content: none;
}

.tab-list.type3 .tab:hover, .tab-list.type3 .tab.active {
  background: #5A7BEF;
  color: #fff;
}

.tab-list.type3 .tab:first-child, .tab-list.type3 .tab:last-child {
  border-radius: 0;
}

.tab-content {
  padding: 20px 0;
}

.sub-tab-area {
  width: 100%;
  margin-bottom: 20px;
}

.sub-tab-area .tab-bar {
  display: flex;
  align-items: center;
  width: 100%;
}

.sub-tab-area .tab-bar .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 15px;
  border-left: 1px solid #D9D9D9;
  font-size: 16px;
  color: rgba(59, 62, 69, 0.5);
  font-weight: 500;
}

.sub-tab-area .tab-bar .tab:first-child {
  border-left: 0;
}

.sub-tab-area .tab-bar .tab .num {
  margin-left: 5px;
}

.sub-tab-area .tab-bar .tab:hover .txt,
.sub-tab-area .tab-bar .tab:hover .num, .sub-tab-area .tab-bar .tab.on .txt,
.sub-tab-area .tab-bar .tab.on .num {
  color: #5A7BEF;
}

.sub-tab-area .srch-inp {
  flex-shrink: 0;
  width: 350px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #1E1E1E;
}

.sub-tab-area .info-bar {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: rgba(59, 62, 69, 0.5);
  font-weight: 500;
}

.sub-tab-area .info-bar .num {
  margin-left: 5px;
}

.sub-tab-area .info-bar .info-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.sub-tab-area .info-bar .info-list > li {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.sub-tab-area .info-bar .info-list > li + li {
  border-left: 1px solid #D9D9D9;
}

.sub-tab-area.type2 {
  margin-bottom: 0;
  margin-left: 10px;
}

.sub-tab-area.type2 .tab-bar .tab {
  width: auto;
  max-width: inherit;
  padding: 0 10px;
}

.necessary::after {
  content: '＊';
  font-size: 16px;
  color: #ff1b71;
}

.error-txt {
  font-size: 14px;
  color: #ff1b71;
}

.status-arr-set {
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-arr {
  display: flex;
  justify-content: center;
}

.status-arr.down::before {
  content: '↓';
  color: #5A7BEF;
}

.status-arr.up::before {
  content: '↑';
  color: #F04953;
}

.info-txt > li {
  display: flex;
  margin: 2px 0;
  font-size: 12px;
  color: #5A7BEF;
}

.info-txt > li::before {
  content: 'ㆍ';
  flex-shrink: 0;
  margin: -5px 3px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.info-txt.type2 > li {
  font-size: 13px;
  color: #9197B3;
}

.info-txt.type2 > li::before {
  content: '※';
  flex-shrink: 0;
  margin: 0 3px 0 0;
  font-size: 13px;
  font-weight: 400;
}

/* 그래프 관련 */
.graph-area {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.graph-area .legend-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.graph-area .legend-top > li {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.graph-area .legend-top > li:first-child {
  margin-left: 0;
}

.graph-area .legend-top > li::before {
  content: '';
  width: 20px;
  height: 4px;
  margin-right: 5px;
  border-radius: 5px;
}

.graph-area .legend-top.sales > li:nth-child(1)::before {
  background: rgba(133, 179, 255, 0.7);
}

.graph-area .legend-top.sales > li:nth-child(2)::before {
  background: rgba(250, 100, 140, 0.7);
}

.graph-area .legend-top.sales > li:nth-child(3)::before {
  background: rgba(155, 180, 20, 0.7);
}

.graph-area .legend-top.hospital > li:nth-child(1)::before {
  background: rgba(133, 179, 255, 0.7);
}

.graph-area .legend-top.hospital > li:nth-child(2)::before {
  background: rgba(250, 100, 140, 0.7);
}

.graph-area .legend-top.emr > li:nth-child(1)::before {
  background: #70A5DB;
}

.graph-area .legend-top.emr > li:nth-child(2)::before {
  background: #EB6D69;
}

.graph-area .legend-top.emr > li:nth-child(3)::before {
  background: #47BD86;
}

.graph-area .legend-top.emr > li:nth-child(4)::before {
  background: #9A78F5;
}

.graph-area .legend-top.emr > li:nth-child(5)::before {
  background: #EBE525;
}

.graph-area .graph-set {
  width: 100%;
  height: 350px;
}

.graph-area .graph-set canvas {
  width: 100% !important;
  height: 100% !important;
}

.graph-area .chart-box {
  width: 100%;
  height: 350px;
}

.graph-area .chart-box.row {
  display: flex;
}

.graph-area .chart-box.row .lft-box {
  position: relative;
  width: 50%;
}

.graph-area .chart-box.row .lft-box canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px !important;
  height: 300px !important;
}

.graph-area .chart-box.row .rgt-box {
  position: relative;
  width: 50%;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.graph-area .chart-box.row .rgt-box .top-info {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.graph-area .chart-box.row .rgt-box .legend-list {
  padding: 45px 20px;
}

.graph-area .chart-box.row .rgt-box .legend-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.graph-area .chart-box.row .rgt-box .legend-list > li .txt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #3B3E45;
}

.graph-area .chart-box.row .rgt-box .legend-list > li .txt::before {
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 4px;
}

.graph-area .chart-box.row .rgt-box .legend-list > li .num {
  flex-shrink: 0;
  font-size: 16px;
  color: #3B3E45;
}

.graph-area .chart-box.row .rgt-box .legend-list > li:nth-child(1) .txt::before {
  background: #3B3E45;
}

.graph-area .chart-box.row .rgt-box .legend-list > li:nth-child(2) .txt::before {
  background: #70A5DB;
}

.graph-area .chart-box.row .rgt-box .legend-list > li:nth-child(3) .txt::before {
  background: #EB6D69;
}

.graph-area .chart-box.row .rgt-box .legend-list > li:nth-child(4) .txt::before {
  background: #47BD86;
}

.graph-area .chart-box.row .rgt-box .legend-list > li:nth-child(5) .txt::before {
  background: #9A78F5;
}

.graph-area .chart-box.row .rgt-box .legend-list > li:nth-child(6) .txt::before {
  background: #EBE525;
}

.graph-area .no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #3B3E45;
}

.graph-box {
  padding: 20px 0 0;
}

.graph-box .graph-set {
  width: 100%;
  height: 300px;
}

.graph-box .graph-set canvas {
  width: 100% !important;
  height: 100% !important;
}

/*******************************************************************
	tables
********************************************************************/
.table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  word-break: break-all;
}

.table th {
  padding: 5px 10px;
  word-break: break-all;
}

.table td {
  padding: 5px 10px;
  word-break: break-all;
}

.table td .txt-con {
  display: flex;
  align-items: center;
}

.table td .txt-con .txt {
  width: calc(100% - 60px);
  word-break: break-all;
}

.table td .status {
  font-size: 12px;
  font-weight: 700;
}

.table td .status.update {
  color: #14D2B8;
}

.table td .status.update::before {
  content: 'UPDATE';
}

.table td .status.new {
  color: #5932EA;
}

.table td .status.new::before {
  content: 'NEW';
}

.table td .arr::before {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
}

.table td .arr.up::before {
  content: '↑';
  color: #F04953;
}

.table td .arr.down::before {
  content: '↓';
  color: #5A7BEF;
}

.table td.sm {
  font-size: 13px;
  color: #3B3E45;
  font-weight: 500;
}

.table tr.no-data td {
  height: 200px;
}

.table .bg-color1 {
  background: rgba(161, 181, 206, 0.1) !important;
}

.table .bg-color2 {
  background: rgba(90, 123, 239, 0.2) !important;
  color: #1E1E1E !important;
}

.table .bg-color3 {
  background: #6B3FEB !important;
  color: #fff !important;
}

.table .bg-color4 {
  background: #F6F8FB !important;
}

.table .bg-color5 {
  background: #DEE5FC !important;
}

.table .essential {
  background: rgba(90, 123, 239, 0.2);
}

.table .fc-primary {
  color: #2F3A79 !important;
}

.table .tb-link {
  color: #3B3E45;
  font-weight: 500;
}

.table .link-txt {
  color: #5A7BEF;
  text-decoration: underline;
}

.table .link-txt.type2 {
  color: #3B3E45;
}

.table .link-txt.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.table .file-link {
  color: #2F3A79;
  font-weight: 500;
  text-decoration: underline;
}

.table .btn-set {
  display: flex;
  align-items: center;
}

.table .btn-set .btn,
.table .btn-set .btn-icon {
  margin-left: 10px;
}

.table .btn-set .btn:first-child,
.table .btn-set .btn-icon:first-child {
  margin-left: 0;
}

.table-form {
  font-size: 15px;
  color: #3B3E45;
}

.table-form th {
  padding: 8px 20px;
  color: #3B3E45;
  font-weight: 700;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}

.table-form td {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}

.table-form tr th,
.table-form tr td {
  height: 60px;
}

.table-form .type-txt {
  font-size: 15px;
  color: #9197B3;
  font-weight: 500;
}

.table-list {
  border-top: 2px solid #E8EDF1;
  font-size: 14px;
  color: #1E1E1E;
  text-align: center;
}

.table-list th {
  padding: 10px 15px;
  background: #fff;
  color: #3B3E45;
  font-weight: 400;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}

.table-list th .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}

.table-list th .txt.sort {
  cursor: pointer;
}

.table-list th .txt.sort::after {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url("../images/icon/icon_sort.svg") no-repeat 0 0;
  background-size: 100%;
}

.table-list th .txt.sort.up::after {
  transform: rotate(-180deg);
}

.table-list td {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  word-break: keep-all;
  background: #fff;
  transition: all 0.2s;
  color: #777;
}

.table-list td .type-txt {
  font-size: 16px;
  color: #9197B3;
}

.table-list td .answer {
  color: #9197B3;
}

.table-list td .answer.comp {
  color: #2F3A79;
  font-weight: 700;
}

.table-list td .file-down {
  font-size: 16px;
  color: #5A7BEF;
  text-decoration: underline;
}

.table-list td .btn-round.outline {
  min-width: auto;
  width: 70px;
  margin: 0 auto;
  padding: 0;
}

.table-list td .result {
  display: none;
}

.table-list td .status-set {
  display: flex;
  align-items: center;
}

.table-list td .status-set .txt {
  width: 100%;
}

.table-list td .status-set .status {
  flex-shrink: 80px;
}

.table-list td.comp .btn-round.outline {
  display: none;
}

.table-list td.comp .result {
  display: block;
}

.table-list tr:hover td {
  background: #f5f7f9;
}

.table-list tr:hover td .tb-link {
  color: #2F3A79;
}

.table-list tr:first-child td {
  border-top: 0;
}

.table-list tr.type2 th,
.table-list tr.type2 td {
  color: #5A7BEF;
}

.table-list tr.type2 th .type-txt,
.table-list tr.type2 td .type-txt {
  color: #5A7BEF;
}

.table-list tr.type2 th .tb-link,
.table-list tr.type2 td .tb-link {
  color: #5A7BEF;
}

.table-list.none {
  border-top: 0;
}

.table-list.line {
  border-top: 2px solid #D9D9D9;
  text-align: left;
}

.table-list.line th {
  padding: 10px 6px;
  border-bottom: 1px solid #D9D9D9;
  color: #9197B3;
  font-weight: 500;
  text-align: center;
}

.table-list.line td {
  padding: 10px 8px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  color: #3B3E45;
}

.table-list.line tbody th {
  border-left: 1px solid #D9D9D9;
}

.table-list.line.h-type tbody td {
  padding: 0.955rem 8px;
}

.table-list.line2 {
  border-top: 2px solid #D9D9D9;
  text-align: center;
}

.table-list.line2 th {
  padding: 10px 6px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  font-size: 13px;
  color: #2F3A79;
  font-weight: 500;
  text-align: center;
}

.table-list.line2 td {
  padding: 10px 6px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  color: #3B3E45;
}

.table-list.line2 tbody th {
  border-left: 1px solid #D9D9D9;
}

.table-list .goal-set {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-list .goal-set .btn-set {
  display: flex;
  align-items: center;
}

.table-list .goal-set .btn-set button + button {
  margin-left: 10px;
}

.table-srch {
  font-size: 14px;
  color: #3B3E45;
}

.table-srch th {
  padding: 8px 15px;
  color: #9197B3;
  font-weight: 400;
}

.table-srch td {
  padding: 8px 20px;
}

.table-guide {
  border: 1px solid #5A7BEF;
}

.table-guide th {
  padding: 10px 5px;
  background: #5A7BEF;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.table-guide td {
  padding: 10px 15px;
  border: 1px solid #5A7BEF;
  font-size: 15px;
  color: #3B3E45;
}

.table-guide td .summary-box {
  overflow-y: auto;
  height: 120px;
  line-height: 1.6;
}

.table-guide tr:last-child th {
  border-top: 1px solid #fff;
}

.table.fixed {
  table-layout: auto;
  min-width: 100%;
  font-size: 14px;
  color: #3B3E45;
  text-align: center;
  border-collapse: separate;
}

.table.fixed thead {
  z-index: 2;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  background: #fff;
}

.table.fixed thead::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.table.fixed thead th {
  padding: 15px 5px;
  box-shadow: inset 0 -1px #E8EDF1;
  border-top: 1px solid #E8EDF1;
  border-left: 1px solid #E8EDF1;
  background: #fff;
  color: #2F3A79;
  font-weight: 500;
}

.table.fixed thead th .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table.fixed thead th .txt.sort {
  cursor: pointer;
}

.table.fixed thead th .txt.sort::after {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 3px;
  margin-right: -10px;
  background: url("../images/icon/icon_sort.svg") no-repeat 0 0;
  background-size: 100%;
}

.table.fixed thead th .txt.sort.up::after {
  transform: rotate(-180deg);
}

.table.fixed tbody {
  z-index: 1;
}

.table.fixed tbody th {
  padding: 12px 5px;
  font-weight: 400;
  border-top: 1px solid #E8EDF1;
  border-left: 1px solid #E8EDF1;
  word-break: keep-all;
  background: #f4f4f4;
  transition: all 0.2s;
  color: #2F3A79;
}

.table.fixed tbody td {
  padding: 12px 5px;
  border-bottom: 1px solid #E8EDF1;
  border-left: 1px solid #E8EDF1;
  word-break: keep-all;
  background: #fff;
  transition: all 0.2s;
  color: #3B3E45;
}

.table.fixed .simulation-set.comp .fraction {
  display: none;
}

.table.fixed .simulation-set.comp .result-val {
  display: block;
}

.table.fixed .fraction {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.table.fixed .fraction .dvs {
  width: 70%;
}

.table.fixed .fraction .dvs + .dvs {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #D9D9D9;
}

.table.fixed .fraction .dvs .inp {
  width: 100%;
  height: 25px;
  text-align: center;
  border-radius: 2px;
  border-color: #D9D9D9;
  font-size: 14px;
  color: #1E1E1E;
  text-decoration: none;
}

.table.fixed .result-val {
  display: none;
}

.table.fixed.border-none thead th {
  padding: 12px 10px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  color: #9197B3;
}

.table.fixed.border-none thead .fc-primary {
  color: #2F3A79;
}

.table.fixed.border-none tbody th {
  background: #fff;
}

.table.fixed.border-none tbody td {
  padding: 12px 20px;
  border-left: 1px solid #D9D9D9;
  border-bottom: none;
}

.table.fixed.border-none tbody .border {
  border-bottom: 1px solid #D9D9D9;
}

.table.fixed.border-none tbody .fc-black9 {
  color: #9197B3;
}

.table.fixed.border-none tbody tr:last-child td {
  border-bottom: 1px solid #D9D9D9;
}

.table.fixed.depth thead th {
  color: #2F3A79;
}

.table.fixed.depth thead th.th-color2 {
  color: #9197B3;
}

.table.center {
  text-align: center;
}

.table-set + .table-set {
  margin-top: 20px;
}

.table-set .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.table-inner + .table-inner {
  margin-top: 10px;
}

.table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.table-top .tit-set {
  display: flex;
  align-items: center;
  width: 100%;
}

.table-top .tit-set .tit {
  flex-shrink: 0;
  font-size: 24px;
  color: #3B3E45;
  font-weight: 500;
  line-height: 1;
}

.table-top .tit-set .tit.necessary-tit {
  display: flex;
  align-items: center;
}

.table-top .tit-set .tit.necessary-tit::after {
  content: '* 필수항목';
  margin-left: 10px;
  font-size: 14px;
  color: #FF7C7C;
  font-weight: 500;
}

.table-top .tit-set .btn-set {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.table-top .tit-set .btn-set .btn {
  width: auto;
  height: 30px;
  font-size: 12px;
  margin-left: 5px;
}

.table-top .tit-set .btn-set .btn:first-child {
  margin-left: 0;
}

.table-top .tit-set .cmt {
  margin-left: 15px;
  font-size: 15px;
  color: rgba(59, 62, 69, 0.5);
}

.table-top .tit-set .slct {
  margin-left: 30px;
}

.table-top .tit-set.block {
  display: block;
}

.table-top .tit-set.block .cmt {
  margin: 8px 0 0;
}

.table-top .tit-set.pop .tit {
  font-size: 16px;
}

.table-top .btn-set {
  display: flex;
  align-items: center;
}

.table-top .btn-set button {
  margin-left: 20px;
}

.table-top .btn-set button:first-child {
  margin-left: 0;
}

.table-top .calc-list {
  display: flex;
  align-items: center;
}

.table-top .calc-list > li {
  display: flex;
  align-items: center;
}

.table-top .calc-list > li + li {
  margin-left: 50px;
}

.table-top .calc-list > li .num-set {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 40px;
  color: #1E1E1E;
  font-weight: 500;
  line-height: 1;
}

.table-top .calc-list > li .num-set .unit {
  margin-left: 10px;
}

.table-top .calc-list > li .chip.score, .table-top .calc-list > li .chip.rating {
  width: 110px;
  height: 40px;
  border-radius: 20px;
}

.table-top .calc-list > li .chip.score.lg, .table-top .calc-list > li .chip.rating.lg {
  width: 126px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
}

.table-top .calc-list > li .cmt {
  margin-left: 20px;
  font-size: 12px;
}

.table-top .total {
  font-size: 15px;
  color: #777;
  font-weight: 500;
}

.table-top .total strong {
  font-weight: 500;
}

.table-top .cmt {
  font-size: 15px;
  color: rgba(59, 62, 69, 0.5);
}

.table-top .info-set {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.table-top .info-set .slct {
  width: 300px;
}

.table-top .info-set .btn-set {
  display: flex;
  align-items: center;
}

.table-top .info-set .btn-set .btn-icon {
  margin-left: 10px;
}

.table-top .info-set .btn-set .btn-icon:first-child {
  margin-left: 0;
}

.table-top .info-set .btn-set .btn-round {
  flex-shrink: 0;
  width: auto;
  max-width: inherit;
}

.table-top .info-set .txt {
  font-size: 12px;
  color: #666;
}

.table-top .info-set .data-txt {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #9197B3;
}

.table-top .info-set .data-txt .cmt {
  margin-left: 5px;
  font-size: 13px;
  color: #9197B3;
}

.table-top .info-set .srch-inp {
  width: 500px;
}

.table-top .info-set .info-txt {
  font-size: 14px;
  color: #5A7BEF;
}

.table-top .info-set .info-txt.gry {
  text-align: right;
  color: #9197B3;
  line-height: 1.6;
}

.table-top .info-set .arr-info {
  display: flex;
  align-items: center;
}

.table-top .info-set .arr-info > li + li {
  margin-left: 20px;
  font-size: 16px;
  color: #3B3E45;
}

.table-top .info-set .arr-info > li.down::before {
  content: '↓';
  color: #5A7BEF;
}

.table-top .info-set .arr-info > li.up::before {
  content: '↑';
  color: #F04953;
}

.table-top .info-set .cmt {
  margin-right: 20px;
}

.table-top .info-set.tab-type {
  width: 30%;
}

.table-top .legend-list {
  display: flex;
  align-items: center;
}

.table-top .legend-list > li {
  font-size: 16px;
  color: #3B3E45;
}

.table-top .legend-list > li + li {
  margin-left: 30px;
}

.table-top .comment-set {
  display: flex;
  align-items: center;
}

.table-top .comment-set .rec-info {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid #D9D9D9;
  background: rgba(90, 123, 239, 0.2);
  font-size: 14px;
  color: #3B3E45;
  text-decoration: underline;
}

.table-top .comment-set .txt {
  font-size: 16px;
  color: #9197B3;
}

.table-top .result-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.table-top .result-set .info-set {
  width: 300px;
}

.table-top .result-txt {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 24px;
  color: #3B3E45;
  font-weight: 500;
}

.table-top .result-txt .calc-set {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.table-top .result-txt .calc-set .txt {
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 34px;
  color: #5A7BEF;
  line-height: 1;
  font-weight: 500;
}

.table-top .result-txt .calc-set .txt + .txt {
  margin-left: 15px;
}

.table-top .user-info {
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-size: 20px;
  color: #3B3E45;
  font-weight: 500;
}

.table-top.rgt {
  justify-content: flex-end;
}

.table-top.line {
  padding: 0 0 10px;
  border-bottom: 1px solid #e1e1e1;
}

.table-top.line-color {
  border-color: #5A7BEF;
}

.table-top.flex-end {
  align-items: flex-end;
}

.table-top.flex-end .info-set {
  width: 100%;
}

.table-top.lg {
  margin-bottom: 20px;
}

.table-top.lg .tit-set .tit {
  font-size: 20px;
  font-weight: 500;
}

.table-top.md {
  margin-bottom: 20px;
}

.table-top.md .tit-set .tit {
  font-size: 18px;
  font-weight: 500;
}

.table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-row .btn-set {
  flex-shrink: 0;
}

.table-bottom {
  margin: 30px 0 0;
}

.table-bottom.border {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.table-bottom .btn-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-bottom .btn-set .btn-list {
  display: flex;
  width: 100%;
}

.table-bottom .btn-set .btn-list .btn {
  width: 80px;
  height: 35px;
  font-size: 14px;
  margin-left: 5px;
}

.table-bottom .btn-set .btn-list .btn:first-child {
  margin-left: 0;
}

.table-bottom .btn-set .btn-list .btn.small {
  width: 55px;
  height: 30px;
  font-size: 12px;
}

.table-bottom .btn-set.rgt {
  justify-content: flex-end;
}

.table-bottom .btn-set.center {
  justify-content: center;
}

.table-bottom .btn-set.center .btn-list {
  justify-content: center;
}

.table-scroll {
  overflow: hidden;
  overflow-x: auto;
  overflow-y: auto;
  width: 1200px;
  min-width: 100%;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.table-scroll .table {
  position: relative;
  border-top: 0;
  border-bottom: 0;
}

.table-scroll .table thead th {
  position: sticky;
  top: 0;
}

.table-scroll.h-patient1 {
  max-height: calc(100vh - 570px);
}

.table-scroll.h-patient2 {
  max-height: calc(100vh - 505px);
}

.table-scroll.h-accumulate1 {
  max-height: calc(100vh - 528px);
}

.paging-bottom {
  position: relative;
  margin: 40px 0;
}

.paging-bottom .lft-set {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.paging-bottom .rgt-set {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.paging-bottom .paging {
  margin: 0;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.paging .btn {
  width: auto;
  min-width: 25px;
  height: 25px;
  margin: 0 6px;
  padding: 0 5px;
  border-radius: 5px;
  background: transparent;
  font-size: 14px;
  color: #6C7B8A;
}

.paging .btn:hover, .paging .btn.active {
  background: #5A7BEF;
  color: #fff;
}

.paging .btn-first, .paging .btn-prev, .paging .btn-next, .paging .btn-last {
  border: 0;
}

.paging .btn-first:hover, .paging .btn-prev:hover, .paging .btn-next:hover, .paging .btn-last:hover {
  background: transparent;
}

.paging .btn-prev {
  margin-right: 15px;
}

.paging .btn-next {
  margin-left: 15px;
}

/*******************************************************************
	Button
********************************************************************/
.btn {
  transition: all 0.2s;
}

.btn-rect {
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #1E1E1E;
  transition: all 0.2s;
}

.btn-rect.gry {
  background: rgba(217, 217, 217, 0.5);
  font-size: 14px;
}

.btn-rect.primary {
  color: #fff;
  background: #2F3A79;
}

.btn-rect.blu {
  color: #fff;
  background: #5A7BEF;
}

.btn-rect.outline {
  color: #2F3A79;
  background: #fff;
  border: 1px solid #2F3A79;
}

.btn-rect.outline.blu {
  color: #5A7BEF;
  border: 1px solid #5A7BEF;
}

.btn-rect:hover {
  opacity: 0.6;
}

.btn-rect:disabled {
  opacity: 0.4;
}

.btn-rect:disabled:hover {
  opacity: 0.4;
}

.btn-round {
  min-width: 120px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #5A7BEF;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  background: #5A7BEF;
  line-height: 1;
}

.btn-round.arrow {
  display: flex;
  align-items: center;
  min-width: auto;
  height: 35px;
  padding: 0 10px 0 15px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #5A7BEF;
}

.btn-round.arrow::after {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url("../images/icon/ico_arr_primary.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-round.arrow.type2 {
  padding: 0 10px 0 15px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-round.arrow.type2::after {
  background: url("../images/icon/ico_arr_wht.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-round.download {
  display: flex;
  align-items: center;
  min-width: auto;
  padding: 0 15px 0 10px;
}

.btn-round.download::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico_download.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-round.outline {
  border: 1px solid #5A7BEF;
  background: #fff;
  color: #5A7BEF;
}

.btn-round.md {
  height: 40px;
}

.btn-round.sm {
  height: 30px;
  font-size: 12px;
}

.btn-round:hover {
  opacity: 0.6;
}

.btn-round:disabled {
  opacity: 0.4;
}

.btn-round:disabled:hover {
  opacity: 0.4;
}

.btn-txt {
  font-size: 16px;
  color: #5A7BEF;
  text-decoration: underline;
}

.btn-first::before, .btn-prev::before, .btn-next::before, .btn-last::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
}

.btn-first::before {
  background: url("../images/icon/ico_page_first.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-prev::before {
  background: url("../images/icon/ico_page_prev.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-next::before {
  background: url("../images/icon/ico_page_next.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-last::before {
  background: url("../images/icon/ico_page_last.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #2F3A79;
  background: #fff;
  font-size: 16px;
  color: #2F3A79;
  font-weight: 500;
  transition: all 0.2s;
}

.btn-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.btn-icon:hover {
  opacity: 0.6;
}

.btn-icon:disabled {
  opacity: 0.4;
}

.btn-icon:disabled::before {
  opacity: 0.2;
}

.btn-icon:disabled:hover {
  opacity: 0.4;
}

.btn-icon.delete::before {
  background: url("../images/btn/btn_trash.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-icon.plus {
  width: 100%;
  height: 30px;
  min-width: auto;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #5A7BEF;
}

.btn-icon.plus::before {
  width: 16px;
  height: 16px;
  background: url("../images/btn/btn_plus.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-icon.plus:hover {
  opacity: 1;
}

.btn-icon.download {
  height: 24px;
  min-width: auto;
  border: 0;
}

.btn-icon.download::before {
  width: 24px;
  height: 24px;
  margin-right: 0;
  background: url("../images/btn/btn_download.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-icon.download:hover {
  opacity: 1;
}

.btn-file-down {
  display: flex;
  align-items: center;
}

.btn-file-down .down-txt {
  font-size: 18px;
  color: #5A7BEF;
  border-bottom: 1px solid #5A7BEF;
}

.btn-file-down::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico_download.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.btn-bottom .btn-list {
  display: flex;
}

.btn-bottom .btn-list button + button {
  margin-left: 10px;
}

.btn-bottom.rgt {
  justify-content: flex-end;
}

.btn-bottom.center {
  justify-content: center;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  z-index: 5;
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("..../images/btn/btn_roll_prev.png");
  left: 30px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("..../images/btn/btn_roll_next.png");
  right: 30px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-fraction {
  width: 87%;
  left: 50%;
  bottom: 13%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  text-align: left;
}

@media all and (max-width: 1600px) {
  .swiper-pagination-fraction {
    font-size: 10px;
  }
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(255, 255, 255, 0.4);
}

.swiper-scrollbar.scroll-type {
  display: none;
}

@media all and (max-width: 1600px) {
  .swiper-scrollbar.scroll-type.scroll-type {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ebedf0 !important;
    transform: inherit;
  }
  .swiper-scrollbar.scroll-type.scroll-type .swiper-scrollbar-drag {
    background: #000;
  }
}

.swiper-scrollbar.scroll-type2 {
  display: none;
}

@media all and (max-width: 1600px) {
  .swiper-scrollbar.scroll-type2.scroll-type2 {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ebedf0 !important;
    transform: inherit;
  }
  .swiper-scrollbar.scroll-type2.scroll-type2 .swiper-scrollbar-drag {
    background: #000;
  }
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 8%;
  z-index: 10;
  height: 3px;
  width: calc(100% - 160px);
  transform: translateX(-50%);
}

@media all and (max-width: 1600px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    width: calc(100% - 120px);
  }
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 1680px;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: white;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.popViewport .swiper-button-prev,
.popViewport .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 70px;
  margin-top: -35px;
  z-index: 5;
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.popViewport .swiper-button-prev.swiper-button-disabled,
.popViewport .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.popViewport .swiper-button-prev,
.popViewport .swiper-container-rtl .popViewport .swiper-button-next {
  background-image: url("..../images/btn/pop_prev.png");
  left: 0;
  right: auto;
}

.popViewport .swiper-button-next,
.popViewport .swiper-container-rtl .popViewport .swiper-button-prev {
  background-image: url("..../images/btn/pop_next.png");
  right: 0;
  left: auto;
}

@media all and (max-width: 1600px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
  .popViewport .swiper-button-prev,
  .popViewport .swiper-button-next {
    width: 25px;
    height: 44px;
    margin-top: -22px;
  }
}

.simple-tree-table-icon {
  display: inline-block;
  width: 1.5em;
  line-height: 1.5em;
  margin: 0.1em;
  background-color: #eee;
  text-align: center;
  cursor: pointer;
}

.simple-tree-table-opened .simple-tree-table-icon:after {
  content: '-';
}

.simple-tree-table-closed .simple-tree-table-icon:after {
  content: '+';
}

/*******************************************************************
	popup
********************************************************************/
.modal {
  z-index: 500;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.popup {
  overflow: hidden;
  z-index: 501;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.popup-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  padding-bottom: 15px;
}

.popup-header .title {
  font-size: 22px;
  color: #1E1E1E;
  font-weight: 700;
}

.popup-header .popup-close {
  display: flex;
  justify-content: flex-end;
  width: 30px;
  height: 30px;
  background: url("../images/btn/btn_pop_close.png") no-repeat 0 0;
  background-size: 100%;
}

.popup-header.end {
  justify-content: flex-end;
  border-bottom: 0;
}

.popup-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 80vh;
  background: #fff;
}

.popup-content .table-form th,
.popup-content .table-form td {
  padding: 5px 10px;
}

.popup-content .table-form td .inp-set .inp {
  width: 100%;
}

.popup-content .table-list th, .popup-content .table-list td {
  padding: 8px 10px;
  font-size: 14px;
}

.popup-content .info-txt {
  margin-top: 15px;
}

.popup-content .pop-section {
  margin-top: 20px;
}

.popup-content .pop-section:first-child {
  margin-top: 0;
}

.popup-content .pop-section .card-box {
  margin-top: 10px;
}

.popup-content .pop-section .btn-set {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}

.popup-content .pop-section .btn-set .btn-icon {
  margin-left: 10px;
}

.popup-content .pop-section .btn-set .btn-icon:first-child {
  margin-left: 0;
}

.popup-content .pop-section .btn-set.al {
  justify-content: flex-start;
}

.popup-content .pop-section .data-txt {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #9197B3;
}

.popup-content .pop-section .data-txt .cmt {
  margin-left: 5px;
  font-size: 13px;
  color: #9197B3;
}

.popup-content .edit-con {
  padding: 20px 0;
}

.popup-content .cmt {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(59, 62, 69, 0.5);
}

.popup-content .cmt.flex-end {
  display: flex;
  justify-content: flex-end;
}

.popup-content .result-info {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.popup-content .result-info .result-total {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.popup-content .result-info .result-total .txt {
  color: #1E1E1E;
}

.popup-content .result-info .result-total .per {
  margin-left: 10px;
  color: #5A7BEF;
}

.popup-content .result-info .formula {
  margin-left: 10px;
  font-size: 16px;
  color: rgba(59, 62, 69, 0.5);
}

.popup-content .result-info.flex-between {
  justify-content: space-between;
}

.popup-content .result-info.flex-between .lft-set {
  display: flex;
  align-items: center;
}

.popup-content .result-info.flex-between .rgt-set .dvs-list {
  display: flex;
  align-items: center;
}

.popup-content .result-info.flex-between .rgt-set .dvs-list > li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1E1E1E;
}

.popup-content .result-info.flex-between .rgt-set .dvs-list > li .label {
  margin-right: 5px;
}

.popup-content .result-info.flex-between .rgt-set .dvs-list > li .txt > span {
  font-weight: 500;
}

.popup-content .result-info.flex-between .rgt-set .dvs-list > li + li {
  margin-left: 15px;
}

.popup-content .stit {
  font-size: 16px;
  color: #3B3E45;
}

.popup-content .stit strong {
  margin-right: 5px;
  color: #5A7BEF;
  font-weight: 700;
}

.popup-content .inner-content {
  padding: 20px 5px;
}

.popup-content .pop-txt-top {
  padding: 20px 0 10px;
  font-size: 16px;
  color: #3B3E45;
  font-weight: 700;
}

.popup-footer {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  margin-top: 20px;
  background: #fff;
}

.popup-footer .btn-icon {
  margin-left: 10px;
}

.popup-footer .btn-icon:first-child {
  margin-left: 0;
}

.popup-footer .btn-set button + button {
  margin-left: 5px;
}

.popup .table-bottom {
  margin: 20px 0;
}

.popup.pop-pw {
  width: 650px;
}

.popup.pop-pw .table-set {
  height: 180px;
}

.popup.pop-graph {
  width: 1000px;
}

.popup.pop-alert, .popup.pop-logout {
  width: 480px;
}

.popup.pop-alert .popup-header, .popup.pop-logout .popup-header {
  justify-content: center;
  border-bottom: 0;
}

.popup.pop-alert .popup-header .title, .popup.pop-logout .popup-header .title {
  font-size: 24px;
  color: #5A7BEF;
}

.popup.pop-alert .popup-content .txt, .popup.pop-logout .popup-content .txt {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  color: #3B3E45;
  text-align: center;
}

.popup.pop-alert .popup-content .txt strong, .popup.pop-logout .popup-content .txt strong {
  color: #5A7BEF;
}

.popup.pop-tooltip {
  width: 640px;
}

.popup.pop-tooltip .popup-content .txt {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  color: #3B3E45;
  text-align: center;
}

.popup.pop-tooltip .popup-content .txt strong {
  color: #5A7BEF;
}

.popup.pop-setting-info {
  width: 500px;
}

.popup.pop-setting-info .info-box {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 430px;
  padding: 15px;
  margin-top: 15px;
  border-radius: 12px;
  background: #EBEFF0;
}

.popup.pop-goal {
  width: 640px;
}

.popup.pop-goal .popup-header {
  border: 0;
}

.popup.pop-goal .popup-content {
  overflow: inherit;
}

.popup.pop-point {
  width: 640px;
}

.popup.pop-point .popup-content {
  overflow: inherit;
}

.popup.pop-point .popup-content .info-txt {
  padding: 10px 0 15px;
  font-size: 16px;
  color: #3B3E45;
}

.popup.pop-indicator {
  width: 640px;
}

.popup.pop-indicator .popup-header {
  border: 0;
}

.popup.pop-indicator .popup-content {
  overflow: inherit;
}

.popup.pop-detail {
  width: 520px;
}

.popup.pop-result-reg, .popup.pop-result-mod {
  width: 620px;
}

.popup.pop-monthly-detail, .popup.pop-local {
  width: 860px;
}

.popup.pop-monthly-detail .popup-content, .popup.pop-local .popup-content {
  overflow: inherit;
}

.popup.pop-monthly-detail .table-scroll, .popup.pop-local .table-scroll {
  overflow-x: hidden;
  width: 100%;
  height: 275px;
  border-top: 0;
}

.popup.pop-monthly-detail .table-scroll .table.fixed-type1, .popup.pop-local .table-scroll .table.fixed-type1 {
  width: 100%;
}

.popup.pop-monthly-detail .detail-info, .popup.pop-local .detail-info {
  margin-top: 20px;
}

.popup.pop-monthly-detail .detail-info .tit, .popup.pop-local .detail-info .tit {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
}

.popup.pop-monthly-detail .detail-info .txt, .popup.pop-local .detail-info .txt {
  overflow-y: auto;
  height: 150px;
  padding: 10px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #3B3E45;
}

.popup.pop-month-graph {
  width: 800px;
}

.popup.pop-month-graph .card-box {
  overflow: hidden;
  padding: 0;
}

.popup.pop-month-graph .card-box .tab-content {
  padding: 20px;
}

.popup.pop-month-graph .card-box .tab-content .graph-set {
  width: 100%;
  height: 150px;
}

.popup.pop-month-graph .card-box .tab-content .graph-set canvas {
  width: 100% !important;
  height: 100% !important;
}

.popup.pop-month-graph .popup-footer {
  margin-top: 0;
}

.popup.pop-structure {
  width: 700px;
}

.popup.pop-claim, .popup.pop-patient {
  width: 700px;
}

.popup.pop-help-info {
  width: 520px;
}

.popup.pop-noti {
  width: 760px;
  padding: 20px;
}

.popup.pop-noti .img-con {
  overflow: hidden;
  width: 100%;
  height: 450px;
  border-radius: 12px;
  background: #EBEFF0;
}

.popup.pop-noti .img-con img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.popup.pop-noti .txt-con {
  overflow-y: auto;
  width: 100%;
  height: 450px;
  padding: 20px;
  border-radius: 12px;
  background: #EBEFF0;
  font-size: 16px;
  color: #3B3E45;
  word-break: break-all;
}

.popup.pop-noti .popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup.pop-noti .popup-footer .btn-rect {
  height: 48px;
  font-size: 14px;
}

.popup.pop-indicator-detail {
  width: 680px;
}

.popup.pop-indicator-detail .analysis-graph.none .graph-flex {
  display: none;
}

.popup.pop-indicator-detail .analysis-graph.none .no-data {
  display: block;
}

.popup.pop-indicator-detail .analysis-graph .no-data {
  display: none;
  padding: 10px 0;
}

.popup.pop-indicator-detail .analysis-graph .no-data .txt {
  font-size: 16px;
  color: #3B3E45;
  line-height: 1.6;
  text-align: center;
}

.popup.pop-explanation {
  width: 860px;
}

.popup.pop-explanation .popup-content {
  overflow: inherit;
}

.popup.pop-explanation .info-txt-area {
  margin: 15px 0;
}

.popup.pop-explanation .info-txt-area .info-set .tit {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 700;
}

.popup.pop-explanation .info-txt-area .info-set .txt {
  margin-top: 5px;
  font-size: 15px;
  color: #8e8e8e;
}

.popup.pop-explanation .info-txt-area .info-set + .info-set {
  margin-top: 15px;
}

.popup.pop-explanation .table-scroll {
  overflow-x: hidden;
  width: 100%;
  height: 275px;
  border-top: 0;
}

.popup.pop-explanation .table-scroll .table.fixed-type1 {
  width: 100%;
}

.popup.pop-explanation .detail-info {
  margin-top: 20px;
}

.popup.pop-explanation .detail-info .tit {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
}

.popup.pop-explanation .detail-info .txt {
  overflow-y: auto;
  height: 350px;
  padding: 10px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #3B3E45;
}

.loading {
  overflow: hidden;
  z-index: 501;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  padding: 40px;
  border-radius: 20px;
  background: #3E4573;
  transform: translate(-50%, -50%);
}

.loading-img {
  width: 270px;
  margin: 0 auto 20px;
}

.loading-img img {
  width: 100%;
  height: auto;
  margin-left: -10px;
}

.loading-txt {
  text-align: center;
}

.loading-txt .cmt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.loading-txt .txt {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */