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

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

@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: 500;
  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: 600;
  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: 1400px;
  min-height: 100%; }

#login-wrap {
  position: relative;
  width: 100%;
  min-height: 100%; }
  #login-wrap .login {
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1100px;
    padding: 0;
    border-radius: 40px; }
    #login-wrap .login .lft-box {
      display: block;
      width: 50%;
      padding: 50px 0 50px 80px;
      background: url("../images/bg/bg_w_login.png") no-repeat 10px 70px, linear-gradient(180deg, #928dcf, #8face1);
      background-size: 100%; }
      #login-wrap .login .lft-box .tit {
        margin-bottom: 30px;
        font-size: 60px;
        color: #fff;
        font-weight: 700; }
    #login-wrap .login .rgt-box {
      width: 50%;
      margin-top: 0;
      padding: 50px 30px 30px;
      border-radius: 0;
      background: #fff; }
      #login-wrap .login .rgt-box .title {
        margin-bottom: 20px;
        padding: 0;
        border: none;
        font-size: 18px;
        color: #333;
        font-weight: 700; }
      #login-wrap .login .rgt-box .login-inp .form-list > li {
        margin-top: 30px;
        display: flex; }
        #login-wrap .login .rgt-box .login-inp .form-list > li .label {
          width: 130px;
          padding-right: 5px;
          margin-top: 12px;
          font-size: 14px;
          font-weight: 700; }
        #login-wrap .login .rgt-box .login-inp .form-list > li .inp-set {
          width: calc(100% - 140px); }
          #login-wrap .login .rgt-box .login-inp .form-list > li .inp-set .inp {
            width: 100%;
            height: 42px;
            background: #edf1f8;
            border: none;
            border-radius: 10px;
            padding: 10px 16px;
            font-size: 12px; }
          #login-wrap .login .rgt-box .login-inp .form-list > li .inp-set .error-txt {
            margin-top: 8px;
            font-size: 12px;
            color: #ff6060; }
      #login-wrap .login .rgt-box .login-inp .btn-area {
        margin-top: 30px; }
        #login-wrap .login .rgt-box .login-inp .btn-area .btn-login {
          width: 100%;
          height: 45px;
          padding: 0 15px;
          border-radius: 8px;
          border: none;
          background: #5193ff;
          font-size: 16px;
          color: #fff;
          font-weight: 700; }
      #login-wrap .login .rgt-box .login-info-txt {
        margin-top: 15px; }
        #login-wrap .login .rgt-box .login-info-txt .cmt {
          font-size: 12px;
          color: #8f959e; }
        #login-wrap .login .rgt-box .login-info-txt .email {
          display: flex;
          align-items: center;
          margin-top: 5px;
          font-size: 12px;
          color: #8f959e; }
          #login-wrap .login .rgt-box .login-info-txt .email .link-txt {
            margin-left: 5px;
            text-decoration: underline;
            font-size: 12px;
            color: #007bff; }
      #login-wrap .login .rgt-box .login-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px; }
        #login-wrap .login .rgt-box .login-bottom .cmt {
          font-size: 12px;
          color: #8f959e; }
        #login-wrap .login .rgt-box .login-bottom .btn-join-info {
          width: 100px;
          height: 30px;
          margin-left: 10px;
          background: #333;
          font-size: 14px;
          color: #fff; }

#container {
  min-height: 580px; }

.content {
  padding: 25px 30px 30px; }
  .content .info-tit {
    padding: 20px 0; }
    .content .info-tit strong {
      font-weight: 700;
      color: #007bff; }
    .content .info-tit span {
      margin: 0 5px; }
  .content-box {
    background: #fff;
    padding: 20px;
    margin-top: 25px;
    border-radius: 10px; }

.top-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbfc5; }
  .top-title .tit-set {
    display: flex;
    align-items: center; }
    .top-title .tit-set .tit {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2; }
    .top-title .tit-set .step-tit {
      display: flex;
      align-items: center;
      margin-left: 15px; }
      .top-title .tit-set .step-tit .step.disabled {
        color: #ccc; }
      .top-title .tit-set .step-tit .step::after {
        content: ">";
        margin: 0 10px; }
      .top-title .tit-set .step-tit .step:last-child::after {
        content: none; }
    .top-title .tit-set .btn-set {
      margin-left: 10px; }
      .top-title .tit-set .btn-set .btn {
        width: auto;
        height: 35px;
        padding: 0 15px; }
  .top-title .step-info {
    display: flex;
    align-items: center;
    margin-left: 15px; }
    .top-title .step-info .step.disabled {
      color: #ccc; }
    .top-title .step-info .step::after {
      content: ">";
      margin: 0 10px; }
    .top-title .step-info .step:last-child::after {
      content: none; }

.top-info-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999; }
  .top-info-set .rgt-box .btn-set .btn-icon {
    width: auto;
    min-width: 150px;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    white-space: nowrap;
    background: #333;
    transition: all 0.2s; }
    .top-info-set .rgt-box .btn-set .btn-icon.blu {
      background: #007bff; }
    .top-info-set .rgt-box .btn-set .btn-icon .ic {
      font-size: 14px;
      color: #fff; }
    .top-info-set .rgt-box .btn-set .btn-icon:hover {
      opacity: 0.8; }

.project-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px; }
  .project-list > li {
    width: 100%; }
    .project-list > li .prj-box {
      overflow: hidden;
      position: relative;
      display: block;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 8px;
      background: #fff; }
      .project-list > li .prj-box .thumb {
        position: relative;
        height: 250px; }
        .project-list > li .prj-box .thumb .txt {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          font-size: 22px;
          color: #333;
          text-align: center; }
        .project-list > li .prj-box .thumb .info {
          position: absolute;
          bottom: 10px;
          left: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 12px;
          color: #333; }
          .project-list > li .prj-box .thumb .info .date {
            display: flex;
            align-items: center;
            margin-left: 10px; }
            .project-list > li .prj-box .thumb .info .date::before {
              content: "";
              width: 1px;
              height: 12px;
              margin-right: 10px;
              background: #ccc; }
      .project-list > li .prj-box .bot-box {
        padding: 10px 20px;
        background: #333; }
        .project-list > li .prj-box .bot-box .info {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          color: #fff; }
          .project-list > li .prj-box .bot-box .info .date {
            display: flex;
            align-items: center;
            margin-left: 10px; }
            .project-list > li .prj-box .bot-box .info .date::before {
              content: "";
              width: 1px;
              height: 12px;
              margin-right: 10px;
              background: rgba(255, 255, 255, 0.4); }
      .project-list > li .prj-box .btn-box {
        display: flex;
        align-items: center; }
        .project-list > li .prj-box .btn-box .btn-icon {
          position: relative;
          display: flex;
          align-items: center;
          width: 100%;
          height: 50px;
          justify-content: center;
          background: #333;
          transition: all 0.2s; }
          .project-list > li .prj-box .btn-box .btn-icon::before {
            content: '';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            width: 1px;
            height: 20px;
            background: rgba(255, 255, 255, 0.4); }
          .project-list > li .prj-box .btn-box .btn-icon:first-child::before {
            content: none; }
          .project-list > li .prj-box .btn-box .btn-icon:hover {
            opacity: 0.8; }
      .project-list > li .prj-box .use-num {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 0 0 5px 0;
        background: #333;
        font-size: 14px;
        color: #fff;
        text-align: center; }
      .project-list > li .prj-box .listen-num {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        height: 30px;
        padding: 0 10px;
        background: #fff;
        border: 1px solid #ccc;
        border-top: 0;
        border-right: 0;
        border-radius: 0 0 0 5px;
        font-size: 14px;
        color: #333; }
        .project-list > li .prj-box .listen-num::before {
          content: "";
          width: 18px;
          height: 18px;
          margin-right: 8px;
          background: url("../images/icon/ico_sound.png") no-repeat 0 0;
          background-size: 100%; }
      .project-list > li .prj-box .category {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 30px;
        background: #fff;
        border: 1px solid #ccc;
        border-top: 0;
        border-right: 0;
        border-radius: 0 0 0 5px;
        font-size: 14px;
        color: #333; }

.actor-area {
  margin-top: 20px; }
  .actor-area .actor-tit {
    display: flex; }
    .actor-area .actor-tit .lft-box {
      flex-shrink: 0;
      width: 200px;
      padding: 10px;
      background: #007aff;
      border-radius: 5px 5px 0 0;
      font-size: 16px;
      color: #fff; }
    .actor-area .actor-tit .rgt-box {
      width: calc(100% - 348px);
      margin-left: 10px;
      padding: 10px;
      background: #007aff;
      border-radius: 5px 5px 0 0;
      font-size: 16px;
      color: #fff; }
  .actor-area .actor-list {
    position: relative; }
    .actor-area .actor-list > li {
      display: flex; }
      .actor-area .actor-list > li .info-rac {
        position: relative;
        flex-shrink: 0;
        width: 200px;
        padding: 10px;
        border: 1px solid #ccc; }
        .actor-area .actor-list > li .info-rac span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          text-align: center;
          font-size: 20px; }
        .actor-area .actor-list > li .info-rac .inp-set {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 90%;
          text-align: center; }
        .actor-area .actor-list > li .info-rac .cmt {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translate(-50%);
          bottom: 20px; }
      .actor-area .actor-list > li .swiper-area {
        position: relative;
        margin: 0 10px;
        width: calc(100% - 348px);
        padding: 10px 70px;
        border: 1px solid #ccc; }
        .actor-area .actor-list > li .swiper-area .swiper-button-prev::after {
          content: "";
          width: 22px;
          height: 40px;
          background: url("../images/btn/btn_prev.png") no-repeat 0 0; }
        .actor-area .actor-list > li .swiper-area .swiper-button-next::after {
          content: "";
          width: 22px;
          height: 40px;
          background: url("../images/btn/btn_next.png") no-repeat 0 0; }
      .actor-area .actor-list > li .actor-swiper,
      .actor-area .actor-list > li .actor-swiper2 {
        overflow: hidden;
        width: 100%; }
        .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set,
        .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set {
          position: relative;
          width: 180px;
          height: 200px;
          margin-left: 10px; }
          .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set:first-child,
          .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set:first-child {
            margin-left: 0; }
          .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set:hover .hover,
          .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set:hover .hover {
            display: block; }
          .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .rdo-box,
          .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .rdo-box {
            position: absolute;
            top: 5px;
            left: 5px;
            margin-left: 0; }
          .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def,
          .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def {
            position: relative;
            width: 100%;
            height: 100%;
            border: 1px solid #ccc; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def .name,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def .name {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              background: #fff;
              text-align: center; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def::before,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 100%;
              height: 100%; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor1,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor1 {
              background: url("../images/actor1.png") no-repeat 0 0;
              background-size: 100% auto; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor2,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor2 {
              background: url("../images/actor2.png") no-repeat 0 0;
              background-size: 100% auto; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor3,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor3 {
              background: url("../images/actor3.png") no-repeat 0 0;
              background-size: 100% auto; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor4,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor4 {
              background: url("../images/actor4.png") no-repeat 0 0;
              background-size: 100% auto; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor5,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor5 {
              background: url("../images/actor5.png") no-repeat 0 0;
              background-size: 100% auto; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor6,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor6 {
              background: url("../images/actor6.png") no-repeat 0 0;
              background-size: 100% auto; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .def.actor7,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .def.actor7 {
              background: url("../images/actor7.png") no-repeat 0 0;
              background-size: 100% auto; }
          .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .hover,
          .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .hover {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 15px 15px;
            background: rgba(0, 0, 0, 0.8); }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .hover .tit,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .hover .tit {
              width: 100%;
              text-align: center;
              font-size: 16px;
              color: #fff; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .hover .txt,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .hover .txt {
              overflow: hidden;
              overflow-x: hidden;
              overflow-y: auto;
              height: 80px;
              margin-top: 20px;
              font-size: 14px;
              color: #fff; }
            .actor-area .actor-list > li .actor-swiper .swiper-wrapper .slide-set .hover .btn-preview,
            .actor-area .actor-list > li .actor-swiper2 .swiper-wrapper .slide-set .hover .btn-preview {
              width: 100%;
              height: 30px;
              margin-top: 20px;
              background: #007bff;
              text-align: center;
              font-size: 14px;
              color: #fff; }

.info-detail-box {
  width: 100%;
  padding: 10px;
  margin: 20px 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  color: #666; }

.info-txt {
  font-size: 14px;
  color: #666; }

/*******************************************************************
	forms
********************************************************************/
.inp {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  background: #fff; }

.srch-set {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff; }
  .srch-set .inp {
    width: 100%;
    height: 100%; }
  .srch-set .btn-srch {
    position: relative;
    width: 40px;
    height: 40px; }
    .srch-set .btn-srch::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 22px;
      height: 22px;
      background: url("../images/icon/icon_search.png") no-repeat 0 0;
      background-size: 100% auto; }

.slct {
  position: relative;
  width: 100px;
  height: 40px; }
  .slct::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/icon/ico_slct_arr.png") no-repeat 0 0;
    background-size: 100% auto; }
  .slct select {
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px; }

.slct-set {
  display: flex; }
  .slct-set .slct {
    width: 100%;
    margin-left: 10px; }
    .slct-set .slct select {
      background-position: 98% 50%; }
    .slct-set .slct:first-child {
      margin-left: 0; }
  .slct-set.type2 {
    align-items: center; }
    .slct-set.type2 .label-cmt {
      font-size: 16px;
      flex-shrink: 0; }
    .slct-set.type2 .slct {
      width: 100px; }

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

.chk-box {
  position: relative; }
  .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: 15px;
      color: #333;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      .chk-box input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        margin-right: 8px;
        background: url("../images/icon/ico_chk.png") no-repeat 0 0;
        background-size: 100%; }
    .chk-box input[type="checkbox"]:checked + label:before {
      background-position: 0 -22px; }
    .chk-box input[type="checkbox"]:checked:disabled + label:before {
      background-position: 0 -66px; }
    .chk-box input[type="checkbox"]:disabled + label:before {
      background-position: 0 -44px; }

.rdo-set {
  display: flex;
  flex-wrap: wrap; }
  .rdo-set .rdo-box {
    margin: 2px 15px 2px 0; }
    .rdo-set .rdo-box input[type="radio"] + label::before {
      margin-right: 5px; }

.rdo-box {
  display: flex;
  position: relative;
  margin-left: 10px; }
  .rdo-box:first-child {
    margin-left: 0; }
  .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;
      cursor: pointer;
      font-size: 15px;
      color: #333;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      .rdo-box input[type="radio"] + label:before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        margin-right: 8px;
        background: url("../images/icon/ico_rdo2.png") no-repeat 0 0;
        background-size: 100%; }
    .rdo-box input[type="radio"]:checked + label:before {
      background-position: 0 -22px; }
    .rdo-box input[type="radio"]:checked:disabled + label:before {
      background-position: 0 -66px; }
    .rdo-box input[type="radio"]:disabled + label:before {
      background-position: 0 -44px; }

.rdo-btn {
  display: flex;
  position: relative; }
  .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: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 100%;
      height: 40px;
      font-size: 14px;
      color: #333;
      text-align: center;
      background: #fff;
      border: 1px solid #333;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    .rdo-btn input[type="radio"]:checked + label {
      background: #007bff;
      color: #fff; }
    .rdo-btn input[type="radio"]:checked:disabled + label {
      opacity: 0.6;
      cursor: default; }
    .rdo-btn input[type="radio"]:disabled + label {
      opacity: 0.6;
      cursor: default; }

.form-section {
  padding: 20px 30px; }
  .form-section .form-list {
    overflow: hidden; }
    .form-section .form-list > li {
      display: flex;
      margin-top: 30px; }
      .form-section .form-list > li:first-child {
        margin-top: 0; }
      .form-section .form-list > li .label {
        flex-shrink: 0;
        width: 120px;
        margin-top: 6px;
        font-size: 18px;
        font-weight: 700; }
      .form-section .form-list > li .form-set {
        width: 100%; }
        .form-section .form-list > li .form-set .inp {
          border: 1px solid #ccc;
          border-radius: 5px; }
        .form-section .form-list > li .form-set .info-txt {
          margin-top: 5px; }
      .form-section .form-list > li .inner-div {
        margin-top: 10px; }
        .form-section .form-list > li .inner-div:first-child {
          margin-top: 0; }
        .form-section .form-list > li .inner-div .btn-rac {
          width: 120px;
          height: 35px;
          background: #fff;
          border-radius: 5px;
          border: 1px solid #ccc;
          font-size: 14px;
          color: #000; }
        .form-section .form-list > li .inner-div.row {
          display: flex;
          align-items: center; }
          .form-section .form-list > li .inner-div.row .btn-icon {
            width: auto;
            min-width: 150px;
            height: 40px;
            padding: 0 20px;
            margin-left: 10px;
            border-radius: 5px;
            white-space: nowrap;
            background: #333;
            transition: all 0.2s; }
            .form-section .form-list > li .inner-div.row .btn-icon.blu {
              background: #007bff; }
            .form-section .form-list > li .inner-div.row .btn-icon.wht {
              background: #fff;
              border: 1px solid #ccc; }
              .form-section .form-list > li .inner-div.row .btn-icon.wht .ic {
                color: #333; }
            .form-section .form-list > li .inner-div.row .btn-icon .ic {
              font-size: 14px;
              color: #fff; }
            .form-section .form-list > li .inner-div.row .btn-icon:hover {
              opacity: 0.8; }

.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 input[type="file"]:disabled + label {
      cursor: default;
      background: #eaeaea;
      color: #999;
      border: 1px solid #ccc;
      border-left: 0; }
  .filebox .upload-name {
    width: calc(100% - 80px);
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    color: #333; }
    .filebox .upload-name:focus {
      outline: none; }
    .filebox .upload-name::placeholder {
      color: #999; }
    .filebox .upload-name:disabled {
      color: #999;
      background: #eaeaea; }
  .filebox label {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 5px 5px 0;
    box-sizing: border-box;
    background: #333;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .filebox label:disabled {
      background: #eaeaea;
      color: #999; }
  .filebox.md .upload-name {
    width: 400px; }

.tab-area {
  display: flex; }
  .tab-area .tab {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 18px;
    color: #999;
    font-weight: 500; }
    .tab-area .tab::before {
      content: '';
      width: 1px;
      height: 12px;
      margin-right: 10px;
      background: #666; }
    .tab-area .tab:first-child {
      margin-left: 0; }
      .tab-area .tab:first-child::before {
        content: none; }
    .tab-area .tab.act {
      color: #333; }

/*******************************************************************
	tables
********************************************************************/
.table {
  width: 100%; }
  .table tr.act td {
    background: #007bff;
    color: #fff; }
  .table th {
    padding: 15px 5px;
    border-bottom: none;
    background: #333;
    font-size: 15px;
    color: #fff;
    font-weight: 400; }
    .table th .chk-box.none label::before {
      margin: 0 auto; }
  .table td {
    padding: 10px 5px;
    border-top: none !important;
    border-bottom: 1px solid rgba(143, 149, 158, 0.3);
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all; }
    .table td .tb-btn {
      width: 70px;
      height: 35px;
      background: #8f959e;
      border-radius: 5px;
      font-size: 14px;
      color: #fff; }
    .table td .chk-box.none label::before {
      margin: 0 auto; }
    .table td .inner-form {
      display: flex;
      align-items: center;
      justify-content: center; }
      .table td .inner-form .inp-set {
        width: 100px; }
        .table td .inner-form .inp-set .inp {
          padding: 0 10px;
          border: 1px solid #ccc;
          border-radius: 5px; }
      .table td .inner-form .chk-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 5px; }
        .table td .inner-form .chk-inner .chk-box {
          margin-left: 10px; }
        .table td .inner-form .chk-inner .btn-change {
          position: relative;
          width: 40px;
          height: 40px;
          border-left: 1px solid #ccc; }
          .table td .inner-form .chk-inner .btn-change::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 10px;
            height: 12px;
            background: url("../images/icon/btn_reset.png") no-repeat 0 0;
            background-size: 100% auto; }
      .table td .inner-form .slct {
        margin-left: 5px; }
      .table td .inner-form .btn-control {
        display: flex; }
        .table td .inner-form .btn-control .btn {
          width: 85px;
          margin-left: 5px; }
          .table td .inner-form .btn-control .btn:first-child {
            margin-left: 0; }
      .table td .inner-form .btn-play {
        width: 30px;
        height: 30px;
        background: url("../images/btn/btn_w_start_active.png") no-repeat 0 0;
        background-size: 100%; }
      .table td .inner-form .btn-set {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px; }
        .table td .inner-form .btn-set .btn-icon {
          width: 40px;
          height: 40px;
          margin-left: 5px;
          border: 1px solid #ccc;
          background: #fff;
          border-radius: 5px; }
          .table td .inner-form .btn-set .btn-icon:first-child {
            margin-left: 0; }
          .table td .inner-form .btn-set .btn-icon .ic::before {
            margin: 0; }
          .table td .inner-form .btn-set .btn-icon.play {
            display: block; }
          .table td .inner-form .btn-set .btn-icon.pause {
            display: none; }
        .table td .inner-form .btn-set.play .btn-icon {
          margin-left: 0; }
          .table td .inner-form .btn-set.play .btn-icon.play {
            display: none; }
          .table td .inner-form .btn-set.play .btn-icon.pause {
            display: block; }
    .table td .script-txt .inp-set {
      display: none; }
      .table td .script-txt .inp-set .inp {
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #fff; }
    .table td .script-txt.on .txt {
      display: none; }
    .table td .script-txt.on .inp-set {
      display: block; }

.table-set {
  margin-top: 20px; }
  .table-set .table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0; }
    .table-set .table-top .tit-set .slct-info-area {
      display: flex;
      align-items: center; }
      .table-set .table-top .tit-set .slct-info-area .slct-box {
        display: flex;
        align-items: center; }
        .table-set .table-top .tit-set .slct-info-area .slct-box .slct {
          margin: 0 5px 0 10px; }
      .table-set .table-top .tit-set .slct-info-area .btn-set {
        margin-left: 10px; }
        .table-set .table-top .tit-set .slct-info-area .btn-set .btn {
          width: 80px; }
    .table-set .table-top.rgt {
      justify-content: flex-end; }

.table-bottom {
  margin-top: 15px; }
  .table-bottom .info-txt {
    font-size: 14px;
    color: #ff0000; }

/* 페이징 */
.paging {
  width: 100%;
  text-align: center; }
  .paging > * {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    vertical-align: top; }
  .paging strong {
    background: #5b6571;
    color: #fff; }
  .paging button {
    color: #8f959e; }
    .paging button:hover {
      background: #5b6571;
      color: #fff; }
    .paging button.btn {
      width: 40px;
      height: 40px;
      border: 0; }
    .paging button.first {
      background: #fff url("../images/icon/ico_page_pprev.png") no-repeat 0 0;
      background-size: 100%; }
    .paging button.prev {
      margin-right: 10px;
      background: #fff url("../images/icon/ico_page_prev.png") no-repeat 0 0;
      background-size: 100%; }
    .paging button.next {
      margin-left: 10px;
      background: #fff url("../images/icon/ico_page_next.png") no-repeat 0 0;
      background-size: 100%; }
    .paging button.last {
      background: #fff url("../images/icon/ico_page_nnext.png") no-repeat 0 0;
      background-size: 100%; }
    .paging button:disabled {
      opacity: 0.3; }

/*******************************************************************
	Button
********************************************************************/
.btn {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.2s; }
  .btn:hover {
    opacity: 0.8; }
  .btn-wht {
    background: #fff;
    border: 1px solid #ccc;
    color: #333; }
    .btn-wht:hover {
      opacity: 1;
      background: #eaeaea; }
  .btn-blu {
    background: #007bff;
    color: #fff; }
  .btn-blk {
    background: #333;
    color: #fff; }
  .btn-red {
    background: #ff6262;
    color: #fff; }

.btn-icon {
  position: relative; }
  .btn-icon .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333; }
    .btn-icon .ic::before {
      content: '';
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    .btn-icon .ic-listen {
      color: #fff; }
      .btn-icon .ic-listen::before {
        background: url("../images/icon/ico_headphones_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
    .btn-icon .ic-modfy {
      color: #fff; }
      .btn-icon .ic-modfy::before {
        background: url("../images/icon/ico_modfy_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
      .btn-icon .ic-modfy.blk::before {
        background: url("../images/icon/ico_modfy.png") no-repeat 0 0;
        background-size: 100% auto; }
    .btn-icon .ic-del {
      color: #fff; }
      .btn-icon .ic-del::before {
        background: url("../images/icon/ico_del_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
      .btn-icon .ic-del.blk::before {
        background: url("../images/icon/ico_del.png") no-repeat 0 0;
        background-size: 100% auto; }
    .btn-icon .ic-play {
      color: #fff; }
      .btn-icon .ic-play::before {
        background: url("../images/icon/ico_play_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
      .btn-icon .ic-play.blk::before {
        background: url("../images/icon/ico_play.png") no-repeat 0 0;
        background-size: 100% auto; }
    .btn-icon .ic-pause {
      color: #fff; }
/*      
      .btn-icon .ic-pause::before {    
        background: url("../images/icon/ico_volume_up_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
*/     
      .btn-icon .ic-pause.blk::before {
        background: url("../images/icon/ico_volume_up.png") no-repeat 0 0;
        background-size: 100% auto; }
    .btn-icon .ic-download {
      color: #fff; }
      .btn-icon .ic-download::before {
        background: url("../images/icon/ico_download_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
      .btn-icon .ic-download.blk::before {
        background: url("../images/icon/ico_download.png") no-repeat 0 0;
        background-size: 100% auto; }
    .btn-icon .ic-peech {
      color: #fff; }
      .btn-icon .ic-peech::before {
        background: url("../images/icon/ico_peech_wht.png") no-repeat 0 0;
        background-size: 100% auto; }
      .btn-icon .ic-peech.blk::before {
        background: url("../images/icon/ico_peech.png") no-repeat 0 0;
        background-size: 100% auto; }

.btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px 0; }
  .btn-area .btn {
    width: 150px;
    height: 40px; }
    .btn-area .btn-blu {
      margin-left: 10px; }
    .btn-area .btn-blk {
      margin-left: 10px; }

.btn-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; }
  .btn-bottom .btn {
    width: 80px;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    color: #000; }
    .btn-bottom .btn-red {
      background: #ff6060;
      color: #fff; }
    .btn-bottom .btn-blu {
      margin-left: 10px;
      background: #007bff;
      color: #fff; }
    .btn-bottom .btn-blk {
      margin-left: 10px;
      background: #333;
      color: #fff; }

.btn-edit {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("../images/icon/icon_edit_off.svg") no-repeat 0 0;
  background-size: 100%; }

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/*******************************************************************
	popup
********************************************************************/
.popup {
  z-index: 900;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  background: #fff; }
  .popup .pop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 10px; }
    .popup .pop-header .tit {
      font-size: 24px;
      font-weight: 700; }
    .popup .pop-header .btn-pop-close {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      background: url("../images/btn/btn_pop_close.png") no-repeat 0 0;
      background-size: 100%; }
  .popup .pop-content {
    padding: 20px 0; }
    .popup .pop-content .role-tit {
      font-size: 18px; }
    .popup .pop-content .role-form {
      margin-top: 20px; }
      .popup .pop-content .role-form > li {
        margin-top: 20px; }
        .popup .pop-content .role-form > li:first-child {
          margin-top: 0; }
        .popup .pop-content .role-form > li .label {
          font-size: 14px; }
        .popup .pop-content .role-form > li .inp {
          width: 100%;
          margin-top: 10px;
          border-radius: 5px;
          border: 1px solid #ccc; }
          .popup .pop-content .role-form > li .inp:disabled {
            background: #eee;
            color: #999; }
        .popup .pop-content .role-form > li .slct {
          width: 100%;
          margin-top: 10px; }
          .popup .pop-content .role-form > li .slct select {
            background-position: 95% 50%; }
    .popup .pop-content .chk-box {
      margin-top: 20px; }
  .popup .pop-footer {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .popup .pop-footer button {
      width: 50%;
      height: 40px;
      border-radius: 5px;
      margin-left: 10px;
      font-size: 16px; }
      .popup .pop-footer button:first-child {
        margin-left: 0; }
    .popup .pop-footer .btn-wht {
      border: 1px solid #ccc;
      background: #fff; }
    .popup .pop-footer .btn-blu {
      background: #007bff;
      color: #fff; }
  .popup.pop-role {
    width: 800px;
    padding: 20px; }
  .popup.pop-type1 {
    width: 750px;
    padding: 10px; }
    .popup.pop-type1 .inp-num-box {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 0 10px;
      border: 2px solid #333; }
      .popup.pop-type1 .inp-num-box .cmt {
        width: 100%;
        font-size: 16px;
        color: #333; }
      .popup.pop-type1 .inp-num-box .inp-set {
        flex-shrink: 0;
        width: 100px;
        border-left: 2px solid #333; }
    .popup.pop-type1 .pop-content {
      padding: 0; }
      .popup.pop-type1 .pop-content .top-set {
        margin: 10px 0; }
        .popup.pop-type1 .pop-content .top-set .btn {
          width: 100%; }
      .popup.pop-type1 .pop-content .info-form {
        position: relative;
        width: 100%;
        margin-bottom: 10px; }
        .popup.pop-type1 .pop-content .info-form .change-list {
          display: flex;
          align-items: center; }
          .popup.pop-type1 .pop-content .info-form .change-list > li {
            position: relative;
            width: 50%;
            justify-content: center; }
            .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .txt-row {
              display: flex;
              align-items: center;
              justify-content: center; }
              .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .txt-row .txt-info {
                margin-left: 20px; }
                .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .txt-row .txt-info:first-child {
                  margin-left: 0; }
            .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .txt-info {
              display: flex;
              align-items: center;
              justify-content: center; }
              .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .txt-info .label {
                margin-right: 15px;
                font-size: 14px; }
              .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .txt-info .txt {
                padding: 5px;
                min-width: 100px;
                border: 1px solid #ccc;
                border-radius: 5px;
                background: #fff;
                text-align: center;
                font-size: 14px; }
            .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .rdo-set {
              align-items: center;
              justify-content: center; }
              .popup.pop-type1 .pop-content .info-form .change-list > li .form-set .rdo-set .label {
                margin-right: 10px; }
            .popup.pop-type1 .pop-content .info-form .change-list > li::before {
              content: '';
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              left: -12px;
              width: 24px;
              height: 24px;
              background: url("../images/icon/ico_change_arr.png") no-repeat 0 0;
              background-size: 100%; }
            .popup.pop-type1 .pop-content .info-form .change-list > li:first-child::before {
              content: none; }
      .popup.pop-type1 .pop-content .pop-card-list {
        display: flex;
        flex-wrap: wrap; }
        .popup.pop-type1 .pop-content .pop-card-list > li {
          position: relative;
          width: calc(25% - 7.5px);
          height: 200px;
          margin-left: 10px;
          margin-bottom: 10px;
          border: 1px solid #ccc; }
          .popup.pop-type1 .pop-content .pop-card-list > li:nth-child(4n+1) {
            margin-left: 0; }
          .popup.pop-type1 .pop-content .pop-card-list > li:hover .hover {
            display: block; }
          .popup.pop-type1 .pop-content .pop-card-list > li .rdo-box {
            position: absolute;
            top: 5px;
            left: 5px;
            margin-left: 0; }
          .popup.pop-type1 .pop-content .pop-card-list > li .def {
            position: relative;
            width: 100%;
            height: 100%; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def .name {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              background: #fff;
              text-align: center; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 100%;
              height: 100%; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor1 {
              background: url("../images/actor1.png") no-repeat 0 0;
              background-size: cover; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor2 {
              background: url("../images/actor2.png") no-repeat 0 0;
              background-size: cover; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor3 {
              background: url("../images/actor3.png") no-repeat 0 0;
              background-size: cover; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor4 {
              background: url("../images/actor4.png") no-repeat 0 0;
              background-size: cover; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor5 {
              background: url("../images/actor5.png") no-repeat 0 0;
              background-size: cover; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor6 {
              background: url("../images/actor6.png") no-repeat 0 0;
              background-size: cover; }
            .popup.pop-type1 .pop-content .pop-card-list > li .def.actor7 {
              background: url("../images/actor7.png") no-repeat 0 0;
              background-size: cover; }
          .popup.pop-type1 .pop-content .pop-card-list > li .hover {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 15px 15px;
            background: rgba(0, 0, 0, 0.8); }
            .popup.pop-type1 .pop-content .pop-card-list > li .hover .tit {
              width: 100%;
              text-align: center;
              font-size: 16px;
              color: #fff; }
            .popup.pop-type1 .pop-content .pop-card-list > li .hover .txt {
              overflow: hidden;
              overflow-x: hidden;
              overflow-y: auto;
              height: 80px;
              margin-top: 20px;
              font-size: 14px;
              color: #fff; }
            .popup.pop-type1 .pop-content .pop-card-list > li .hover .btn-preview {
              width: 100%;
              height: 30px;
              margin-top: 20px;
              background: #007bff;
              text-align: center;
              font-size: 14px;
              color: #fff; }
      .popup.pop-type1 .pop-content .pop-txt-list {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc; }
        .popup.pop-type1 .pop-content .pop-txt-list > li {
          margin: 15px 0;
          font-size: 18px; }
    .popup.pop-type1 .pop-footer {
      margin-top: 0; }
      .popup.pop-type1 .pop-footer .cmt-txt {
        font-size: 16px;
        color: #ff0000; }
  .popup.pop-type2 {
    width: 700px;
    min-height: 500px;
    padding: 10px; }
    .popup.pop-type2 .inp-num-box {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 0 10px;
      border: 2px solid #333; }
      .popup.pop-type2 .inp-num-box .cmt {
        width: 100%;
        font-size: 16px;
        color: #333; }
      .popup.pop-type2 .inp-num-box .inp-set {
        flex-shrink: 0;
        width: 100px;
        border-left: 2px solid #333; }
    .popup.pop-type2 .pop-content {
      padding: 0; }
      .popup.pop-type2 .pop-content .change-box.before {
        min-height: 300px; }
      .popup.pop-type2 .pop-content .top-set {
        margin: 10px 0; }
        .popup.pop-type2 .pop-content .top-set .btn {
          width: 100%; }
      .popup.pop-type2 .pop-content .info-form {
        position: relative;
        width: 100%;
        margin-bottom: 10px; }
        .popup.pop-type2 .pop-content .info-form .change-list {
          display: flex;
          align-items: center; }
          .popup.pop-type2 .pop-content .info-form .change-list > li {
            width: 50%;
            justify-content: center; }
            .popup.pop-type2 .pop-content .info-form .change-list > li .form-set .rdo-set {
              align-items: center;
              justify-content: center; }
              .popup.pop-type2 .pop-content .info-form .change-list > li .form-set .rdo-set .label {
                margin-right: 10px; }
        .popup.pop-type2 .pop-content .info-form::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 20px;
          height: 20px;
          background: url("../images/icon/ico_change_arr.png") no-repeat 0 0;
          background-size: 100%; }
        .popup.pop-type2 .pop-content .info-form.none::before {
          content: none; }
        .popup.pop-type2 .pop-content .info-form .rdo-btn-list {
          display: flex;
          width: 100%; }
          .popup.pop-type2 .pop-content .info-form .rdo-btn-list > li {
            width: 100%; }
            .popup.pop-type2 .pop-content .info-form .rdo-btn-list > li .cmt {
              width: 100%;
              margin-bottom: 5px;
              text-align: center;
              font-size: 14px;
              color: #333; }
          .popup.pop-type2 .pop-content .info-form .rdo-btn-list.disabled {
            opacity: 0.6;
            pointer-events: none; }
      .popup.pop-type2 .pop-content .pop-txt-list {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc; }
        .popup.pop-type2 .pop-content .pop-txt-list > li {
          margin: 15px 0;
          font-size: 18px; }
    .popup.pop-type2 .pop-footer {
      margin-top: 0; }
      .popup.pop-type2 .pop-footer .cmt-txt {
        font-size: 16px;
        color: #ff0000; }
  .popup.pop-alert {
    width: 500px; }
    .popup.pop-alert .pop-content {
      position: relative;
      padding: 30px 20px; }
      .popup.pop-alert .pop-content .alert-box {
        width: 100%; }
        .popup.pop-alert .pop-content .alert-box .alert-tit {
          font-size: 18px;
          color: #333;
          text-align: center; }
        .popup.pop-alert .pop-content .alert-box .btn-set {
          display: flex;
          justify-content: center;
          margin-top: 30px; }
          .popup.pop-alert .pop-content .alert-box .btn-set .btn {
            margin-left: 10px; }
            .popup.pop-alert .pop-content .alert-box .btn-set .btn:first-child {
              margin-left: 0; }
    .popup.pop-alert .pop-footer {
      margin-top: 0; }
      .popup.pop-alert .pop-footer .pop-chk {
        width: 100%;
        padding: 8px 10px;
        border-top: 1px solid #ccc; }

/* 모달 BG */
.modal {
  z-index: 300;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8; }

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