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

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

blockquote, q {
  quotes: none;
}

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

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

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

ul, ol {
  list-style: none;
}

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

body {
  background: #fff;
}

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

strong {
  font-weight: 700;
}

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

select {
  color: #333;
}

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

button:disabled {
  cursor: default;
}

input[type="button"], input[type="text"], input[type="image"], input[type="submit"], textarea {
  -webkit-appearance: none;
  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;
  background: url("../images/icon/ico_slct_arr.png") no-repeat 97% 50%;
  background-size: 20px auto;
  box-sizing: border-box;
}

select:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pdn {
  padding: 0 !important;
}

.fc-red {
  color: #ff0000;
}

.fc-blu {
  color: #5e97fd;
}

.bg-g {
  background-color: green;
  color: #fff;
}

.bg-y {
  background-color: yellow;
  color: #000;
}

.bg-r {
  background-color: #ff0000;
  color: #fff;
}

@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%;
}

#header {
  z-index: 500;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #333;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
}

#header .tit-set {
  display: flex;
  align-items: center;
}

#header .tit-set .logo {
  flex-shrink: 0;
  width: 120px;
  height: 71px;
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 100% auto;
}

#header .tit-set .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .tit-set .tit {
  margin-left: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

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

#header .info-menu .time-set {
  display: flex;
  align-items: center;
}

#header .info-menu .time-set .time {
  margin-left: 10px;
  font-size: 16px;
  color: #5e97fd;
  font-weight: 700;
}

#header .info-menu .menu-list {
  display: flex;
  align-items: center;
}

#header .info-menu .menu-list > li {
  display: flex;
  align-items: center;
}

#header .info-menu .menu-list > li::before {
  content: '|';
  margin: -2px 8px 0;
  font-size: 12px;
  color: #999;
}

#container {
  width: 100%;
  min-height: 700px;
}

#container .content-row {
  display: flex;
  min-height: 100%;
}

#footer {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  background: #fff;
  border-top: 1px solid #ccc;
}

#footer .footer-txt {
  font-size: 12px;
  color: #666;
}

#footer .footer-txt strong {
  font-weight: 700;
  color: #333;
}

#footer .copyright {
  font-size: 11px;
  color: #666;
}

.lnb {
  flex-shrink: 0;
  z-index: 30;
  position: sticky;
  top: 60px;
  width: 240px;
  height: calc(100vh - 60px);
  padding-right: 3px;
  min-height: 100%;
  background: #222;
  transition: all 0.3s;
}

.lnb .toggle,
.lnb .toggle-sub {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 12px 12px 0;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  transition: all 0.2s;
}

.lnb .toggle::after,
.lnb .toggle-sub::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon/ico_arr_wht.png") no-repeat 0 0;
  background-size: 100%;
  font-size: 14px;
  right: 0;
  transition: all 0.2s;
}

.lnb .toggle.link::after,
.lnb .toggle-sub.link::after {
  content: none;
}

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

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

.lnb .toggle.on::after,
.lnb .toggle-sub.on::after {
  transform: translateY(-50%) rotate(180deg);
}

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

.lnb .toggle.fold::after,
.lnb .toggle-sub.fold::after {
  transform: translateY(-50%) rotate(180deg);
}

.lnb .depth1 {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 10px 20px 30px;
}

.lnb .depth1 > li > .toggle {
  border-top: 1px solid #444;
  font-size: 15px;
}

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

.lnb .depth1 > li > .toggle.on::after {
  transform: translateY(-50%) rotate(180deg);
}

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

.lnb .depth2 > li {
  padding-left: 10px;
}

.lnb .depth2 > li > .toggle,
.lnb .depth2 > li .toggle-sub {
  padding: 8px 12px 8px 0;
}

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

.lnb .depth3 > li > .toggle,
.lnb .depth3 > li .toggle-sub {
  padding: 8px 12px 8px 0;
}

.lnb .depth3 > li > .toggle::before,
.lnb .depth3 > li .toggle-sub::before {
  content: '└';
  margin: 0 5px 0;
  font-size: 12px;
}

.lnb .depth3 > li > .toggle::after,
.lnb .depth3 > li .toggle-sub::after {
  content: none;
}

.lnb .depth3 > li > .toggle:hover,
.lnb .depth3 > li .toggle-sub:hover {
  color: #5e97fd;
}

.lnb .btn-lnb {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100px;
  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);
}

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

.content-top {
  z-index: 20;
  position: sticky;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #333;
}

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

.content-top .tit-set .tit {
  font-size: 18px;
  font-weight: 700;
}

.content-top .rgt-con {
  display: flex;
  align-items: center;
}

.content-top.rgt {
  justify-content: flex-end;
}

.content-top.rgt .data-txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5e97fd;
}

.content-top.rgt .data-txt .cmt {
  margin-left: 5px;
  font-size: 14px;
  color: #333;
}

.content-box {
  position: relative;
  width: 100%;
  padding: 20px;
  min-height: 100%;
}

.content.center {
  height: calc(100vh - 90px);
}

.s-tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.top-tit .s-tit {
  margin-bottom: 0;
}

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

.menu-content .menu-tree {
  width: 800px;
  height: calc(100vh - 180px);
  padding: 10px;
  border-radius: 5px;
  background: #ebebeb;
  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;
}

/*******************************************************************
	login
********************************************************************/
#login-wrap .login {
  position: relative;
  min-height: 100vh;
}

#login-wrap .login .login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#login-wrap .login .login-box .tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#login-wrap .login .login-box .login-form {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#login-wrap .login .login-box .login-form .inp-box {
  width: 100%;
}

#login-wrap .login .login-box .login-form .inp-box .inp {
  height: 50px;
  margin-top: 10px;
  padding: 0 20px;
}

#login-wrap .login .login-box .login-form .inp-box .inp:first-child {
  margin-top: 0;
}

#login-wrap .login .login-box .login-form .btn-blk {
  margin-top: 20px;
}

#login-wrap .login .login-box .login-form.lock {
  min-width: 470px;
}

#login-wrap .login .login-box .login-form.lock .info-txt-set {
  margin-top: 0;
  text-align: center;
}

#login-wrap .login .login-box .login-form.lock .info-txt-set.code {
  text-align: left;
}

#login-wrap .login .login-box .login-form.lock .info-txt-set.code .info-txt-list {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

#login-wrap .login .login-box .login-form.lock .info-txt-set.code .info-txt-list:first-child {
  margin-top: 10px;
}

#login-wrap .login .login-box .login-form.lock .btn-blk {
  margin-top: 40px;
}

#login-wrap .login .login-box .login-form.lock .cmt {
  margin-bottom: 20px;
  text-align: center;
}

#login-wrap .login .login-box .info-txt-set {
  margin-top: 15px;
}

#login-wrap .login .login-box .info-txt-set .info-txt-list {
  margin-top: 10px;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.center-box .tit {
  font-size: 16px;
}

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

.center-box .inp-box .inp {
  height: 50px;
  margin-top: 10px;
  padding: 0 20px;
}

.center-box .btn-blk {
  margin-top: 15px;
}

/*******************************************************************
	forms
********************************************************************/
.form-set .inp,
.form-set .slct {
  width: 300px;
  height: 35px;
}

.form-set.address .inp-set {
  margin-top: 5px;
}

.form-set.address .inp-set:first-child {
  margin-top: 0;
}

.form-set .vc {
  align-items: center;
}

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

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

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

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

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

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

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

.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: 10px;
}

.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: 13px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.chk-box input[type="checkbox"] + label::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

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

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

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

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

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

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

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

.rdo-set .inp-set {
  width: 160px;
  margin: 0 10px;
}

.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: 13px;
  color: #333;
  font-weight: 500;
  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: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 18px;
}

.rdo-box input[type="radio"]:checked + label::before {
  background: #5e97fd url("../images/icon/ico_rdo.png") no-repeat 50%;
  background-size: 14px auto;
  border-color: #5e97fd;
}

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

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

.period-rdo {
  display: flex;
}

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

.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: 60px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rdo-btn input[type="radio"]:checked + label {
  background: #5e97fd;
  border-color: #5e97fd;
  color: #fff;
}

/* textarea 관련 */
.txt-area {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.txt-area.short-type {
  height: auto;
}

.txtarea-count {
  width: 100%;
}

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

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

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

.calendar .cal {
  position: relative;
  width: 120px;
}

.calendar .cal .datepicker {
  width: 100%;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
}

.calendar .cal .datepicker:disabled {
  background: #ebebeb;
}

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

.calendar .dash {
  margin: 0 5px;
}

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

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

.period-set .slct {
  width: 120px !important;
  height: 35px !important;
  margin-right: 5px;
}

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

.period-set .chk-set {
  margin-left: 15px;
}

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

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

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

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

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

.slct-set.btn-type .btn-set .btn {
  padding: 0 15px;
  height: 35px;
  font-size: 13px !important;
}

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

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

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

.slct {
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  background-position: 98% 50%;
}

.slct select {
  height: 100%;
  font-size: 14px;
}

.slct select:disabled {
  background-color: #ebebeb;
}

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

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

.slct-period .wave {
  width: 20px;
  text-align: center;
}

/* chip 관련 */
.chip-hide {
  display: none;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
}

.chip-list .chip {
  margin: 2px 5px 2px 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 700;
}

.chip.blu {
  border-color: #5e97fd;
  color: #5e97fd;
}

.chip.red {
  border-color: #ff0000;
  color: #ff0000;
}

.chip-close .btn-del {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  border-radius: 50%;
  background: url("../images/btn/btn-del.png") no-repeat 0 0;
  background-size: 100%;
}

.chip.prize1, .chip.prize2, .chip.prize3, .chip.prize4, .chip.prize5, .chip.not-used {
  min-width: 100px;
  color: #fff;
  justify-content: center;
}

.chip.prize1 {
  background: #e46c0a;
  border-color: #e46c0a;
}

.chip.prize2 {
  background: #8064a2;
  border-color: #8064a2;
}

.chip.prize3 {
  background: #9bbb59;
  border-color: #9bbb59;
}

.chip.prize4 {
  background: #4f81bd;
  border-color: #4f81bd;
}

.chip.prize5 {
  background: #000000;
  border-color: #000000;
}

.chip.not-used {
  background: #ff0000;
  border-color: #ff0000;
}

.chip.error, .chip.normal {
  width: 60px;
  height: 25px;
  justify-content: center;
  color: #fff;
}

.chip.error {
  background: #ff6262;
  border-color: #ff6262;
}

.chip.normal {
  background: #45c74f;
  color: #fff;
  border-color: #45c74f;
}

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

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

.inp-set.slct-type .inp {
  width: 100%;
}

.inp-set.multi-type .inp {
  flex-shrink: 0;
  width: 90px;
}

.inp-set.multi-type .dash {
  margin: 6px 5px;
}

.inp-set.btn-type .btn-set .btn {
  padding: 0 15px;
  font-size: 14px;
}

.inp-set .btn-set {
  display: flex;
  align-items: center;
  margin-left: 5px;
  flex-shrink: 0;
}

.inp-set .btn-set .btn {
  height: 35px !important;
}

.inp-set .btn-set .chip {
  margin-left: 5px;
}

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

.inp-set .label-cmt {
  margin: 6px 5px 0 0;
}

.inp-set .count-txt {
  margin-left: 5px;
}

.inp-set .ex-txt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}

.inp-set .label {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.inp-set .label + .inp {
  width: 160px;
}

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

.inp-set.row .txt {
  margin-right: 10px;
}

.inp-set.row-txt {
  display: flex;
  align-items: center;
}

.inp-set.row-txt .inp {
  width: 100px;
}

.inp-set.row-txt .cmt {
  margin-left: 10px;
}

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

.inp-set.row-type .unit {
  font-size: 14px;
  margin: 0 10px 0 5px;
}

.inp-set.row-type .inp {
  width: 100%;
  text-align: center;
}

.inp-set.row-type .slct {
  width: 100%;
}

.inp-set.row-type.indicator {
  justify-content: center;
}

.inp-set.row-type.indicator .inp {
  width: 100%;
}

.inp-set.row-type.indicator .inp.bg-blu {
  background-color: #5e97fd;
}

.inp-set.row-type.indicator .inp.bg-red {
  background-color: #ff6262;
}

.inp-set.code {
  position: relative;
  margin-top: 10px;
}

.inp-set.code .code-set {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 15px;
}

.inp-set.code .code-set .time {
  font-size: 14px;
  color: #999;
}

.inp-set.code .code-set .time::after {
  content: '|';
  margin: 0 5px 0 10px;
}

.inp {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  font-size: 14px;
}

.inp:disabled {
  background: #ebebeb;
}

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

.inp.sm {
  width: 100px;
}

.inp-list .inp-set {
  margin-top: 10px;
}

.inp-list .inp-set:first-child {
  margin-top: 0;
}

.filebox {
  display: flex;
}

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

.filebox .upload-name {
  width: calc(100% - 80px);
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  color: #333;
}

.filebox .upload-name:focus {
  outline: none;
}

.filebox .upload-name::placeholder {
  color: #999;
}

.filebox label {
  display: block;
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-radius: 0 5px 5px 0;
  background: #333;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.filebox.md .upload-name {
  width: 320px;
}

.filebox.disabled {
  opacity: 0.6;
  pointer-events: none;
}

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

.file-set .cmt {
  margin: 0 10px;
}

.file-info {
  margin-top: 5px;
}

.file-info .chip {
  border: 0;
  padding: 0;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.file-info .link-txt {
  color: #5e97fd;
  font-weight: 500;
  text-decoration: underline;
}

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

.count-txt.btm {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.add-set {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.add-set:first-child {
  margin-top: 0;
}

.add-set .btn-set {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.add-set .btn-set .btn-add {
  position: relative;
  margin-left: 5px;
}

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

.add-set .btn-set .btn-add::before {
  content: '+';
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #5e97fd;
  font-size: 24px;
  color: #fff;
  transition: all 0.2s;
}

.add-set .btn-set .btn-add:hover::before {
  background: #3965b5;
}

.add-set .btn-set .btn-add.minus::before {
  content: '-';
  background: #ff6262;
}

.add-set .btn-set .btn-add.minus:hover::before {
  background: #c94747;
}

/* tab 관련 */
.tab-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.tab-area .status-txt {
  flex-shrink: 0;
}

.tab-list {
  display: flex;
  width: 100%;
}

.tab-list .tab {
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-left: -1px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.tab-list .tab.on {
  background: #333;
  color: #fff;
  border-color: #333;
}

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

.necessary-txt {
  font-size: 12px;
  color: #666;
}

.necessary-txt::before {
  content: '*';
  margin-right: 2px;
  color: #ff0000;
}

.necessary::before {
  content: '*';
  margin-right: 2px;
  color: #ff0000;
}

.status-txt {
  font-size: 14px;
  color: #5e97fd;
  font-weight: 700;
}

.status-txt.close {
  color: #ff0000;
}

/* coment 관련 */
.cmt-txt {
  font-size: 12px;
  color: #999;
}

.cmt-area {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.cmt-area p {
  margin-top: 15px;
}

.cmt-area p:first-child {
  margin-top: 0;
}

.info-txt-set .info-tit {
  font-size: 14px;
}

.info-txt-list li {
  display: flex;
  font-size: 14px;
  color: #666;
}

.info-txt-list li::before {
  content: '-';
  margin-right: 5px;
  flex-shrink: 0;
}

/* 그래프 관련 */
.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: #333;
}

.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: #333;
}

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

.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 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
}

.card-section {
  width: 100%;
}

.card-section + .card-section {
  margin-top: 40px;
}

.card-section.col-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 15px;
}

.card-section .card {
  border-radius: 10px;
  border: 1px solid #ccc;
}

.card-section .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.card-section .card-head .tit {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.card-section .card-head .info-set {
  flex-shrink: 0;
}

.card-section .card-head .info-set .slct {
  width: 160px;
}

.card-section .card-body {
  display: flex;
}

.card-section .card-body .inner-box {
  width: 100%;
  padding: 20px;
}

.card-section .card-body .inner-box + .inner-box {
  border-left: 1px solid #ccc;
}

.card-section .card-body .inner-box .tit-set {
  margin-bottom: 20px;
  text-align: center;
}

.card-section .card-body .inner-box .tit-set .tit {
  font-size: 16px;
  color: #222;
}

.card-section .card-body .inner-box .tit-set .stit {
  font-size: 14px;
  color: #333;
}

.card-section .card-body .inner-box .graph-box {
  width: 100%;
}

.card-section .card-body .inner-box .graph-box .chart-box {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.card-section .card-body .inner-box .graph-box .chart-box canvas {
  width: 100% !important;
  height: 100% !important;
}

.card-section .card-body .inner-box .legend-box {
  width: 100%;
  margin-top: 20px;
}

.card-section .card-body .inner-box .legend-box .legend-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}

.card-section .card-body .inner-box .legend-box .legend-list > li .txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.card-section .card-body .inner-box .legend-box .legend-list > li .txt::before {
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border-radius: 4px;
}

.card-section .card-body .inner-box .legend-box .legend-list > li .num {
  flex-shrink: 0;
  font-size: 16px;
  color: #333;
}

.card-section .card-body .inner-box .legend-box .legend-list > li .num.error {
  color: #ff0000;
}

.card-section .card-body .inner-box .legend-box .legend-list > li.bg1 .txt::before {
  background: #70A5DB;
}

.card-section .card-body .inner-box .legend-box .legend-list > li.bg2 .txt::before {
  background: #EB6D69;
}

.card-section .card-body .inner-box .legend-box .legend-list > li.bg3 .txt::before {
  background: #47BD86;
}

.card-section .card-body .inner-box .legend-box .legend-list > li.bg4 .txt::before {
  background: #9A78F5;
}

.card-section .card-body .inner-box .legend-box .legend-list > li.bg5 .txt::before {
  background: #EBE525;
}

.card-section .card-body .inner-box .legend-box .legend-list > li.bg6 .txt::before {
  background: #333;
}

.card-section .card-body .inner-box .legend-box.row .legend-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-section .card-body .inner-box .legend-box.row .legend-list > li {
  margin: 0;
}

.card-section .card-body .inner-box .legend-box.row .legend-list > li + li {
  margin-left: 30px;
}

.card-section .card-body .inner-box .legend-box.row .legend-list > li .num {
  margin-left: 10px;
}

.card-section .card-body .inner-box .table thead th {
  background: #333;
  color: #fff;
  height: 50px;
}

.card-section .card-body .inner-box .table tbody td {
  height: 65px;
}

.card-section .card-body .inner-box.bar-chart .graph-box .chart-box {
  width: 100%;
  height: 160px;
}

.card-section .card-body.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.card-section .card-body.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

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

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

/*******************************************************************
	tables
********************************************************************/
.table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #999;
  text-align: left;
  word-break: break-all;
}

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

.table th .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table th .row .chk-box {
  margin-right: 5px;
}

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

.table td .price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table td .price .cmt {
  margin-right: 10px;
}

.table td .price .inp-set {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table td .price .inp-set .inp {
  width: 100px;
  text-align: end;
}

.table td .price.type-al {
  justify-content: flex-start;
}

.table td .price.type-al .inp-set {
  margin-left: 10px;
}

.table td .price.type-al .inp-set span {
  margin-left: 5px;
}

.table td .period {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table td .period .month {
  margin-left: 15px;
}

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

.table td .row-txt.sb {
  justify-content: space-between;
}

.table td .cmt {
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}

.table td .cmt.lft {
  margin-left: 0;
  margin-right: 5px;
}

.table td .inp-set .inp {
  font-size: 14px;
}

.table td .inp-set.center .inp {
  text-align: center;
}

.table td .slct select {
  font-size: 14px;
}

.table td .edit-txt {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  word-break: break-all;
}

.table td .state.hold {
  color: #ff6262;
}

.table td .summary {
  font-size: 14px;
  color: #999;
}

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

.table td .inner-set .inner-component {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.table td .inner-set .inner-component .week-txt {
  margin-right: 10px;
  color: #333;
}

.table td .inner-set .inner-component .week-txt::before {
  content: '|';
  margin-right: 10px;
}

.table td .inner-set .inner-component .slct-set {
  margin-left: 5px;
}

.table td .inner-set .inner-component .slct-set .slct {
  width: 120px;
}

.table td .inner-list > li {
  padding: 6px 0;
  border-top: 1px solid #ebebeb;
  word-break: break-all;
}

.table td .inner-list > li:first-child {
  border-top: 0;
}

.table td .inner-list > li .btn-set {
  display: flex;
  flex-shrink: 0;
  width: 120px;
  margin-left: 15px;
}

.table td .inner-list > li .btn-set .btn {
  width: 50%;
  margin-left: 5px;
}

.table td .inner-list > li .btn-set .btn:first-child {
  margin-left: 0;
}

.table td .stat-txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 700;
}

.table td .stat-txt .num {
  color: #5e97fd;
}

.table td .stat-txt .cmt {
  font-size: 14px;
  color: #666;
}

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

.table tr.all td {
  border-bottom: 1px solid #bbb;
  background: #feffe9;
}

.table .tb-link {
  color: #5e97fd;
  font-weight: 500;
  text-decoration: underline;
}

.table .tb-link.blk {
  color: #222;
}

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

.table .row-set.flex-sb {
  justify-content: space-between;
}

.table-form {
  font-size: 14px;
}

.table-form th {
  padding: 6px 15px;
  background: #ebebeb;
  border-top: 1px solid #fafafa;
}

.table-form td {
  padding: 6px 15px;
  border-top: 1px solid #ebebeb;
}

.table-form td.border-rgt {
  border-right: 1px solid #ebebeb;
}

.table-form td .chk-box input[type="checkbox"] + label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.table-form td .rdo-box input[type="radio"] + label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.table-form td .form-set.jc {
  display: flex;
  justify-content: center;
}

.table-form td .form-set.jc.al {
  justify-content: flex-start;
  margin-left: 15%;
}

.table-form td span.grade-info {
  margin-left: 100px;
  font-size: 12px;
  color: #999;
}

.table-form td span.grade-info.none {
  display: inline-block;
  margin-top: 5px;
  margin-left: 0;
}

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

.table-form tr:first-child th,
.table-form tr:first-child td {
  border-top: 0;
}

.table-form.add {
  margin-top: 20px;
}

.table-form .chk-box input[type="checkbox"] + label {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.table-form .rdo-box input[type="radio"] + label {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.table-form.sm td {
  padding: 4px 8px;
}

.table-form.sm td .inp-set .inp {
  font-size: 14px;
}

.table-form.sm td .inp-set.center .inp {
  padding: 0;
  text-align: center;
}

.table-list {
  font-size: 14px;
  text-align: center;
}

.table-list th {
  padding: 5px 10px;
  background: #ebebeb;
}

.table-list td {
  padding: 5px 10px;
  border-top: 1px solid #ebebeb !important;
  word-break: keep-all;
}

.table-list.line th,
.table-list.line td {
  border-left: 1px solid #ccc;
}

.table-list.line th:first-child,
.table-list.line td:first-child {
  border-left: 0;
}

.table-list.inner {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.table-list.inner thead th {
  height: auto;
  padding: 8px 5px;
  font-size: 12px;
}

.table-list.inner tbody td {
  height: auto;
  padding: 8px 5px;
  font-size: 13px;
}

.table-list.inner tbody td .inp {
  font-size: 13px;
}

.table-list.inner tbody td .txt-area {
  height: 100px;
  font-size: 13px;
}

.table-tree {
  font-size: 14px;
  text-align: center;
}

.table-tree tr.simple-tree-table-empty td .simple-tree-table-icon {
  background: none;
  border: 0;
  pointer-events: none;
}

.table-tree tr.simple-tree-table-empty td span::before {
  content: '└';
  display: block;
  margin: -2px 5px 0;
  font-size: 12px;
}

.table-tree tr.on td {
  background: #5e97fd;
  color: #fff;
}

.table-tree tr.on td .tree-txt {
  color: #fff;
}

.table-tree th {
  padding: 5px 10px;
  background: #ebebeb;
}

.table-tree td {
  padding: 5px 10px;
  border-top: 1px solid #ebebeb;
}

.table-tree td .simple-tree-table-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ccc;
  margin: 0 8px 0 0;
  padding-top: 2px;
  border-radius: 4px;
  vertical-align: text-bottom;
}

.table-tree td .simple-tree-table-icon::after {
  display: block;
  margin-top: -2px;
}

.table-tree td .tree-txt:hover {
  color: #5e97fd;
}

.table-tree td .tree-txt:disabled {
  color: #ccc;
}

.table-tree td .tree-txt:disabled:hover {
  color: #ccc;
}

.table-tree td .tree-txt:disabled .not {
  margin-left: 5px;
  color: #ff0000;
  font-style: normal;
}

.table-tree td .tree-txt.disabled {
  color: #ccc;
}

.table-tree td .tree-txt.disabled:hover {
  color: #ccc;
}

.table-tree td .tree-txt.disabled .not {
  margin-left: 5px;
  color: #ff0000;
  font-style: normal;
}

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

.table-set {
  margin-top: 40px;
}

.table-set:first-child {
  margin-top: 0;
}

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

.table-set .table .label-set .label {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.table-set .table .label-set .label::before {
  content: "|";
  margin: -2px 5px 0 0;
}

.table-set .table .label-set .label:first-child {
  margin-left: 0;
}

.table-set .table .label-set .label:first-child::before {
  content: none;
}

.table-set .table .label-set .label span {
  margin-right: 5px;
}

.table-set .table .label-set.sb {
  justify-content: space-between;
}

.table-set .table .label-set .chip {
  margin-left: 5px;
}

.table-set .table .btn {
  width: auto;
  height: 30px;
  font-size: 13px;
}

.table-set .add-table .add-div {
  margin-top: 20px;
}

.table-set .add-table .add-div:first-child {
  margin-top: 0;
}

.table-set .reverse .tit {
  margin-left: 10px;
}

.table-set .reverse .slct {
  margin-left: 0 !important;
}

.table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.table-top .tit-set {
  display: flex;
  align-items: center;
  width: 50%;
}

.table-top .tit-set.indicator {
  justify-content: space-between;
  width: 100%;
}

.table-top .tit-set.stit {
  display: block;
}

.table-top .tit-set.full {
  width: 100%;
}

.table-top .tit-set .tit {
  font-size: 16px;
  font-weight: 700;
}

.table-top .tit-set .slct {
  width: 140px;
  margin-left: 20px;
}

.table-top .tit-set .btn-set {
  display: flex;
}

.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;
  color: #999;
}

.table-top .tit-set .chk-box {
  margin-right: 8px;
}

.table-top .total {
  font-size: 16px;
  color: #333;
}

.table-top .total strong {
  color: #5e97fd;
  font-weight: 700;
}

.table-top .info-set {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

.table-top .info-set .slct {
  width: 140px;
}

.table-top .info-set .btn {
  width: auto;
  height: 35px;
  padding: 0 20px;
  margin-left: 5px;
  font-size: 14px;
}

.table-top .info-set .btn-set {
  display: flex;
}

.table-top .info-set .btn-set .btn {
  width: auto;
  height: 30px;
  font-size: 12px;
  margin-left: 5px;
}

.table-top .info-set .btn-set .btn:first-child {
  margin-left: 0;
}

.table-top .info-set .txt {
  font-size: 12px;
  color: #666;
}

.table-top .info-set .data-txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5e97fd;
}

.table-top .info-set .data-txt .cmt {
  margin-left: 5px;
  font-size: 14px;
  color: #333;
}

.table-top .info-set .stats-txt-list {
  display: flex;
  align-items: center;
}

.table-top .info-set .stats-txt-list > li {
  font-size: 14px;
  color: #5e97fd;
}

.table-top .info-set .stats-txt-list > li::before {
  content: '|';
  margin: 0 5px;
}

.table-top .info-set .stats-txt-list > li:first-child::before {
  content: none;
}

.table-top .cmt {
  font-size: 12px;
  color: #666;
}

.table-top.rgt {
  justify-content: flex-end;
}

.table-top.count {
  display: block;
  flex: none;
}

.table-top.count .total {
  margin: 5px 0;
}

.table-bottom {
  margin: 10px 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: hidden;
  overflow-y: auto;
  width: 100%;
  height: 200px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #999;
}

.table-scroll .table {
  border-top: 0;
  border-bottom: 0;
}

.table-scroll .table thead th {
  position: sticky;
  top: 0;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.paging .btn {
  width: auto;
  min-width: 35px;
  height: 35px;
  margin: 0 4px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.paging .btn:hover, .paging .btn.active {
  background: #5e97fd;
  color: #fff;
  border-color: #5e97fd;
}

.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: #fff;
}

/*******************************************************************
	Button
********************************************************************/
.btn {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.btn-blk {
  height: 50px;
  padding: 0 10px;
  background: #333;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-blk:hover {
  background: #666;
}

.btn-blk:disabled {
  background: #333;
}

.btn-wht {
  height: 50px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-wht:hover {
  background: #ebebeb;
}

.btn-wht:disabled {
  background: #fff;
}

.btn-wht.small {
  width: 30px;
}

.btn-red {
  height: 50px;
  padding: 0 10px;
  background: #ff6262;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-red:hover {
  background: #c94747;
}

.btn-red:disabled {
  background: #ff6262;
}

.btn-primary {
  height: 50px;
  padding: 0 10px;
  background: #5e97fd;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-primary:hover {
  background: #3965b5;
}

.btn-primary:disabled {
  background: #5e97fd;
}

.btn-time {
  height: 30px;
  padding: 0 8px;
  background: #fff;
  font-size: 12px;
  color: #333;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-time:hover {
  background: #bbb;
}

.btn-txt {
  padding: 5px;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-txt:hover {
  color: #fff;
}

.btn-first, .btn-prev, .btn-next, .btn-last {
  position: relative;
}

.btn-first::before, .btn-prev::before, .btn-next::before, .btn-last::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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-link {
  color: #5e97fd;
  font-weight: 500;
  text-decoration: underline;
}

.btn-line {
  color: inherit;
  text-decoration: underline;
}

.btn-go {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5e97fd;
  line-height: 1;
  transition: all 0.3s;
}

.btn-go::after {
  content: '>';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bbb;
}

.btn-go:hover {
  color: #3965b5;
}

.btn-arrow {
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 15px;
  color: #5e97fd;
  line-height: 1;
  transition: all 0.3s;
}

.btn-arrow::after {
  content: '>';
  flex-shrink: 0;
  margin-left: 10px;
}

.btn-arrow:hover {
  color: #3965b5;
}

.btn-txt {
  padding: 5px;
  font-size: 14px;
  color: #999;
}

.btn-txt:hover {
  color: #bbb;
}

.btn-align {
  display: flex;
  justify-content: center;
  align-items: 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: 300;
  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: 500;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.popup-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #333;
  padding: 15px 20px;
}

.popup-header .title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.popup-header .popup-close {
  width: 30px;
  height: 30px;
  background: url("../images/btn/btn_pop_close.png") no-repeat 0 0;
  background-size: 100%;
}

.popup-header .popup-close:hover {
  background-position: 0 -30px;
}

.popup-header.flex-end {
  justify-content: flex-end;
}

.popup-content {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  background: #fff;
  padding: 15px 20px;
}

.popup-footer {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  background: #fff;
}

.popup-footer .btn {
  width: 130px;
  height: 40px;
  font-size: 15px;
  margin-left: 10px;
}

.popup-footer .btn:first-child {
  margin-left: 0;
}

.popup .table-set {
  margin-top: 20px;
}

.popup .table-top .tit-set .total {
  font-size: 14px;
}

.popup .table td .btn {
  height: 30px;
  font-size: 12px;
}

.popup .table-bottom .btn-set .btn {
  width: auto;
  min-width: 80px;
  padding: 0 10px;
  height: 30px;
  font-size: 12px;
}

.popup .table-bottom .paging .btn {
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 400;
}

.popup.pop-hospital, .popup.pop-hospital-cs, .popup.pop-hospital-assessment, .popup.pop-company-inquiry {
  width: 650px;
}

.popup.pop-hospital .table-scroll, .popup.pop-hospital-cs .table-scroll, .popup.pop-hospital-assessment .table-scroll, .popup.pop-company-inquiry .table-scroll {
  height: 188px;
}

.popup.pop-hospital .table-scroll .table tbody tr.no-data td, .popup.pop-hospital-cs .table-scroll .table tbody tr.no-data td, .popup.pop-hospital-assessment .table-scroll .table tbody tr.no-data td, .popup.pop-company-inquiry .table-scroll .table tbody tr.no-data td {
  height: 150px;
}

.popup.pop-hospital .table .form-set .slct, .popup.pop-hospital-cs .table .form-set .slct, .popup.pop-hospital-assessment .table .form-set .slct, .popup.pop-company-inquiry .table .form-set .slct {
  width: 50%;
}

.popup.pop-hospital .table .form-set .inp-set.slct-type .slct, .popup.pop-hospital-cs .table .form-set .inp-set.slct-type .slct, .popup.pop-hospital-assessment .table .form-set .inp-set.slct-type .slct, .popup.pop-company-inquiry .table .form-set .inp-set.slct-type .slct {
  width: 35%;
}

.popup.pop-hospital-assessment .table-scroll, .popup.pop-company-inquiry .table-scroll, .popup.pop-device-inquiry .table-scroll {
  height: 236px;
}

.popup.pop-group {
  width: 650px;
}

.popup.pop-group .table-scroll {
  height: 320px;
}

.popup.pop-group .table-scroll .table tbody tr.no-data td {
  height: 288px;
}

.popup.pop-termination {
  width: 900px;
}

.popup.pop-termination .cmt-area {
  margin: 20px 0;
}

.popup.pop-reason {
  width: 900px;
}

.popup.pop-indicators {
  width: 650px;
}

.popup.pop-indicators .table-scroll {
  height: 320px;
}

.popup.pop-indicators .table-scroll .table tbody tr.no-data td {
  height: 288px;
}

.popup.pop-product, .popup.pop-device {
  width: 750px;
}

.popup.pop-product .table-scroll, .popup.pop-device .table-scroll {
  height: 320px;
}

.popup.pop-product .table-scroll .table tbody tr.no-data td, .popup.pop-device .table-scroll .table tbody tr.no-data td {
  height: 288px;
}

.popup.pop-apparatus {
  width: 650px;
}

.popup.pop-apparatus .table-scroll {
  height: 320px;
}

.popup.pop-apparatus .table-scroll .table tbody tr.no-data td {
  height: 288px;
}

.popup.pop-equip-device {
  width: 900px;
}

.popup.equipment .table-scroll {
  height: 100%;
  border-bottom: none;
}

.popup.equipment .popup-footer {
  border-top: none;
}

.popup.pop-upload {
  width: 550px;
}

.popup.pop-upload .cmt-list li {
  display: flex;
  align-items: center;
}

.popup.pop-upload .cmt-list li::before {
  display: inline-flex;
  content: '';
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background: #222;
  border-radius: 50%;
}

.popup.pop-upload .btn-area {
  margin-top: 20px;
}

.popup.pop-upload .btn-area .btn {
  width: auto;
  height: 35px;
  padding: 0 20px;
  margin-left: 5px;
  font-size: 14px;
}

.popup.pop-upload .table-set {
  margin-top: 15px;
}

.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: #333;
  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-kafka, .popup.pop-kafka-reg {
  width: 650px;
}

.popup.pop-kafka .table-scroll {
  height: 460px;
}

.popup.pop-alert {
  width: 500px;
}

.popup.pop-alert .txt {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
  word-break: break-all;
}

/*# sourceMappingURL=style.css.map */