@charset "UTF-8";
.material-icons,
.ma {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
}
.material-icons.md-18,
.ma.md-18 {
  font-size: 1.8rem;
}
.material-icons.md-24,
.ma.md-24 {
  font-size: 2.4rem;
}
.material-icons.md-36,
.ma.md-36 {
  font-size: 3.6rem;
}
.material-icons.md-48,
.ma.md-48 {
  font-size: 4.8rem;
}
.material-icons.md-dark,
.ma.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive,
.ma.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/*
$iconfont : size(0, 80);
$iconname : $iconname;
$iconsize : ('m':'margin', 'p':'padding');

@mixin font-icon($iconfont, $iconname, $iconsize) {
  font-family:$iconfont;
}
*/
/* position */
/* margin,padding 0~50 */
.m-0 {
  margin: 0 !important;
}

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

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

.mt-0 {
  margin-top: 0 !important;
}

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

.m-1 {
  margin: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

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

.mr-15 {
  margin-right: 15px !important;
}

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

.mb-15 {
  margin-bottom: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.m-23 {
  margin: 23px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.m-24 {
  margin: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.m-27 {
  margin: 27px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.m-28 {
  margin: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.m-29 {
  margin: 29px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.m-30 {
  margin: 30px !important;
}

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

.mr-30 {
  margin-right: 30px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

.m-31 {
  margin: 31px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.m-32 {
  margin: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.m-33 {
  margin: 33px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.m-34 {
  margin: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

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

.mr-35 {
  margin-right: 35px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.m-36 {
  margin: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.m-37 {
  margin: 37px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.m-38 {
  margin: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.m-39 {
  margin: 39px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.m-40 {
  margin: 40px !important;
}

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

.mr-40 {
  margin-right: 40px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

.m-41 {
  margin: 41px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.m-42 {
  margin: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.m-43 {
  margin: 43px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.m-44 {
  margin: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.m-45 {
  margin: 45px !important;
}

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

.mr-45 {
  margin-right: 45px !important;
}

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

.mb-45 {
  margin-bottom: 45px !important;
}

.m-46 {
  margin: 46px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.m-47 {
  margin: 47px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.m-48 {
  margin: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.m-49 {
  margin: 49px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.m-50 {
  margin: 50px !important;
}

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

.mr-50 {
  margin-right: 50px !important;
}

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

.mb-50 {
  margin-bottom: 50px !important;
}

.m-51 {
  margin: 51px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.m-52 {
  margin: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.m-53 {
  margin: 53px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.m-54 {
  margin: 54px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.m-55 {
  margin: 55px !important;
}

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

.mr-55 {
  margin-right: 55px !important;
}

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

.mb-55 {
  margin-bottom: 55px !important;
}

.m-56 {
  margin: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.m-57 {
  margin: 57px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.m-58 {
  margin: 58px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.m-59 {
  margin: 59px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.m-60 {
  margin: 60px !important;
}

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

.mr-60 {
  margin-right: 60px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.m-61 {
  margin: 61px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.m-62 {
  margin: 62px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.m-63 {
  margin: 63px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.m-64 {
  margin: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.m-65 {
  margin: 65px !important;
}

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

.mr-65 {
  margin-right: 65px !important;
}

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

.mb-65 {
  margin-bottom: 65px !important;
}

.m-66 {
  margin: 66px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.m-67 {
  margin: 67px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.m-68 {
  margin: 68px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.m-69 {
  margin: 69px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.m-70 {
  margin: 70px !important;
}

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

.mr-70 {
  margin-right: 70px !important;
}

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

.mb-70 {
  margin-bottom: 70px !important;
}

.m-71 {
  margin: 71px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.m-72 {
  margin: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.m-73 {
  margin: 73px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.m-74 {
  margin: 74px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.m-75 {
  margin: 75px !important;
}

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

.mr-75 {
  margin-right: 75px !important;
}

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

.mb-75 {
  margin-bottom: 75px !important;
}

.m-76 {
  margin: 76px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.m-77 {
  margin: 77px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.m-78 {
  margin: 78px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.m-79 {
  margin: 79px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.m-80 {
  margin: 80px !important;
}

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

.mr-80 {
  margin-right: 80px !important;
}

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

.mb-80 {
  margin-bottom: 80px !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

.p-1 {
  padding: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

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

.pb-5 {
  padding-bottom: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

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

.pb-15 {
  padding-bottom: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

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

.pb-20 {
  padding-bottom: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.pl-21 {
  padding-left: 21px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.pl-23 {
  padding-left: 23px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

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

.pb-25 {
  padding-bottom: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

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

.pb-30 {
  padding-bottom: 30px !important;
}

.p-31 {
  padding: 31px !important;
}

.pl-31 {
  padding-left: 31px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.p-32 {
  padding: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.p-33 {
  padding: 33px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.p-34 {
  padding: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.p-37 {
  padding: 37px !important;
}

.pl-37 {
  padding-left: 37px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.p-38 {
  padding: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.p-39 {
  padding: 39px !important;
}

.pl-39 {
  padding-left: 39px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.p-40 {
  padding: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

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

.pb-40 {
  padding-bottom: 40px !important;
}

.p-41 {
  padding: 41px !important;
}

.pl-41 {
  padding-left: 41px !important;
}

.pr-41 {
  padding-right: 41px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.p-42 {
  padding: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.p-43 {
  padding: 43px !important;
}

.pl-43 {
  padding-left: 43px !important;
}

.pr-43 {
  padding-right: 43px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.p-44 {
  padding: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.p-45 {
  padding: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

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

.pb-45 {
  padding-bottom: 45px !important;
}

.p-46 {
  padding: 46px !important;
}

.pl-46 {
  padding-left: 46px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.p-47 {
  padding: 47px !important;
}

.pl-47 {
  padding-left: 47px !important;
}

.pr-47 {
  padding-right: 47px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.p-48 {
  padding: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.p-49 {
  padding: 49px !important;
}

.pl-49 {
  padding-left: 49px !important;
}

.pr-49 {
  padding-right: 49px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.p-50 {
  padding: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

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

.pb-50 {
  padding-bottom: 50px !important;
}

.p-51 {
  padding: 51px !important;
}

.pl-51 {
  padding-left: 51px !important;
}

.pr-51 {
  padding-right: 51px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.p-52 {
  padding: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.p-53 {
  padding: 53px !important;
}

.pl-53 {
  padding-left: 53px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.p-54 {
  padding: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.p-55 {
  padding: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

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

.pb-55 {
  padding-bottom: 55px !important;
}

.p-56 {
  padding: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.p-57 {
  padding: 57px !important;
}

.pl-57 {
  padding-left: 57px !important;
}

.pr-57 {
  padding-right: 57px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.p-58 {
  padding: 58px !important;
}

.pl-58 {
  padding-left: 58px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.p-59 {
  padding: 59px !important;
}

.pl-59 {
  padding-left: 59px !important;
}

.pr-59 {
  padding-right: 59px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.p-60 {
  padding: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

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

.pb-60 {
  padding-bottom: 60px !important;
}

.p-61 {
  padding: 61px !important;
}

.pl-61 {
  padding-left: 61px !important;
}

.pr-61 {
  padding-right: 61px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.p-62 {
  padding: 62px !important;
}

.pl-62 {
  padding-left: 62px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.p-63 {
  padding: 63px !important;
}

.pl-63 {
  padding-left: 63px !important;
}

.pr-63 {
  padding-right: 63px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.p-64 {
  padding: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.p-65 {
  padding: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

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

.pb-65 {
  padding-bottom: 65px !important;
}

.p-66 {
  padding: 66px !important;
}

.pl-66 {
  padding-left: 66px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.p-67 {
  padding: 67px !important;
}

.pl-67 {
  padding-left: 67px !important;
}

.pr-67 {
  padding-right: 67px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.p-68 {
  padding: 68px !important;
}

.pl-68 {
  padding-left: 68px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.p-69 {
  padding: 69px !important;
}

.pl-69 {
  padding-left: 69px !important;
}

.pr-69 {
  padding-right: 69px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.p-70 {
  padding: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

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

.pb-70 {
  padding-bottom: 70px !important;
}

.p-71 {
  padding: 71px !important;
}

.pl-71 {
  padding-left: 71px !important;
}

.pr-71 {
  padding-right: 71px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.p-72 {
  padding: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.p-73 {
  padding: 73px !important;
}

.pl-73 {
  padding-left: 73px !important;
}

.pr-73 {
  padding-right: 73px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.p-74 {
  padding: 74px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.p-75 {
  padding: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

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

.pb-75 {
  padding-bottom: 75px !important;
}

.p-76 {
  padding: 76px !important;
}

.pl-76 {
  padding-left: 76px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.p-77 {
  padding: 77px !important;
}

.pl-77 {
  padding-left: 77px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.p-78 {
  padding: 78px !important;
}

.pl-78 {
  padding-left: 78px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.p-79 {
  padding: 79px !important;
}

.pl-79 {
  padding-left: 79px !important;
}

.pr-79 {
  padding-right: 79px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.p-80 {
  padding: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

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

.pb-80 {
  padding-bottom: 80px !important;
}

/* flex */
/* gradient */
/*
$breakpoints: (   //px
  'mobile-xsmall': 320,
  'mobile-small': 375,
  'mobile-default': 480,
  'mobile-large': 768,
  'tablet-default': 1024,
  'desktop-small': 1280,
  'desktop-default': 1440,
  'desktop-large': 1920,
  'desktop-xlarge': 2560
) !default;
*/
/*
$breakpoints: ( //rem
  'mobile-xsmall': 32.0,
  'mobile-small': 37.5,
  'mobile-default': 48.0,
  'mobile-large': 76.8,
  'tablet-default': 102.4,
  'desktop-small': 128,
  'desktop-default': 144,
  'desktop-large': 192,
  'desktop-xlarge': 256
) !default;
*/
/* s : global common */
.fa-arrow-right-arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btnToggleDisable:before {
  content: "visibility";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.btn-tooltip.white:before {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.font-bold {
  font-weight: bold;
}

.btn-grey {
  border: 1px solid #aaa;
  color: black;
}
.btn-grey.arw-btn {
  padding-right: 35px;
}

.arw-btn {
  background: url(/humanframe/admin/assets/images/temp/right-arrow.png) no-repeat 90% center;
}

/* e : global common */
.head-span {
  font-size: 1.4rem;
  color: #2e4394;
  font-weight: normal;
  margin-left: 1rem;
}

.tabmenu01 {
  padding: 2.5rem;
}
.tabmenu01:after {
  content: "";
  display: block;
  clear: both;
}
.tabmenu01 li {
  float: left;
  margin-right: 1rem;
}
.tabmenu01 li.on a {
  border-color: #1f2d63;
  background-color: #1f2d63;
  color: #FFF;
}

/***** s: templaite *****/
.templaite-list {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 2rem;
  white-space: nowrap;
}
.templaite-list li {
  display: inline-block;
  margin: 0 2rem 2rem 0;
  white-space: nowrap;
}
.templaite-list li .dum-img {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 21.2rem;
  height: 21.2rem;
  background-color: #fff;
  background-image: url(/humanframe/admin/assets/images/temp/dum_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0.4rem;
  border: 1px solid #eee;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
.templaite-list li .dum-img a:hover::before {
  content: "미리보기";
  display: block;
  padding: 2px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.templaite-list li .dum-img img {
  max-width: 20.4rem;
  max-height: 20.4rem;
}
.templaite-list li .form-radio-wrap {
  display: inline-block;
  position: relative;
  width: 20.4rem;
  height: 20.4rem;
}
.templaite-list li .form-radio-wrap:hover {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.temp-search select {
  display: inline-block;
  width: 10.6rem;
}

.templaite-wrapper {
  display: none;
  margin-top: 2rem;
  /* .templaite-layout& common */
}
.templaite-wrapper .temp-inner-form {
  width: 100%;
}
.templaite-wrapper.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 64em) {
  .templaite-wrapper.active {
    overflow-x: auto;
  }
}
.templaite-wrapper .image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.templaite-wrapper .image-holder img {
  max-width: 100%;
  max-height: 100%;
}
.templaite-wrapper .image-holder + span {
  white-space: nowrap;
  display: inline-block;
  padding: 2px;
  border-radius: 0.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.templaite-wrapper .image-holder.hidden {
  display: none !important;
}
.templaite-wrapper .image-holder.hidden + span {
  opacity: 1;
  color: #333C59;
  background-color: transparent;
}
.templaite-wrapper a:hover .image-holder:not(.hidden) + span {
  opacity: 1;
}
.templaite-wrapper a.bg-on .image-holder.hidden + span {
  opacity: 1;
  color: #fff;
}
.templaite-wrapper .temp-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 20rem;
  border: 2px dashed rgba(51, 60, 89, 0.2);
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
.templaite-wrapper .temp-no span {
  background: url(/humanframe/admin/assets/images/temp/vector.png) no-repeat center 0;
  height: 5rem;
  padding-top: 2.5rem;
}
.templaite-wrapper .templaite-layout {
  width: clamp(30rem, 30rem + 10vw, 50vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(12px, 1.2rem + 0.1vw, 18px);
  background-color: #333C59;
  color: #fff;
  padding: 2rem;
  padding: calc(1.6rem + 0.4vmin);
  overflow: hidden;
  -webkit-box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
          box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
  border-radius: 0.8rem;
  /*@include respond-to('tablet-default'){
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:999;			
  }*/
}
.templaite-wrapper .templaite-layout .is-disabled {
  position: relative;
}
.templaite-wrapper .templaite-layout .is-disabled::before {
  content: "사용안함";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  z-index: 1;
}
.templaite-wrapper .templaite-layout > div + div {
  margin-top: 0.4rem;
}
.templaite-wrapper .templaite-layout div[class^=temp-box][tabindex="0"],
.templaite-wrapper .templaite-layout div[class^=box][tabindex="0"] {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1rem;
  color: #333C59;
  text-align: center;
}
.templaite-wrapper .templaite-layout div[class^=temp-box][tabindex="0"] .sortable > li > a,
.templaite-wrapper .templaite-layout div[class^=box][tabindex="0"] .sortable > li > a {
  border: 1px solid #B1C7F1;
  border-radius: 0.4rem;
}
.templaite-wrapper .templaite-layout div[class^=temp-box].static,
.templaite-wrapper .templaite-layout div[class^=box].static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 0.8rem;
  color: #fff;
  padding: 1rem 0;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] p,
.templaite-wrapper .templaite-layout div[class^=box] p {
  margin-bottom: 1rem;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] > ul,
.templaite-wrapper .templaite-layout div[class^=box] > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.4rem;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] > ul > li,
.templaite-wrapper .templaite-layout div[class^=box] > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] > ul > li > a,
.templaite-wrapper .templaite-layout div[class^=box] > ul > li > a {
  background-color: #fff;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] > ul > li > a img,
.templaite-wrapper .templaite-layout div[class^=box] > ul > li > a img {
  max-width: 100%;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] > ul > li.static,
.templaite-wrapper .templaite-layout div[class^=box] > ul > li.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 0.8rem;
  padding: 1rem 0;
  color: #fff;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] a,
.templaite-wrapper .templaite-layout div[class^=box] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 0;
  border-radius: 0.8rem;
  padding: 0.8rem 0;
  color: #333C59;
  text-align: center;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] a:hover,
.templaite-wrapper .templaite-layout div[class^=box] a:hover {
  color: #333C59;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] a.bg-on,
.templaite-wrapper .templaite-layout div[class^=box] a.bg-on {
  background-color: #B1C7F1;
}
.templaite-wrapper .templaite-layout div[class^=temp-box].active,
.templaite-wrapper .templaite-layout div[class^=box].active {
  background-color: #B1C7F1;
}
.templaite-wrapper .templaite-layout div[class^=temp-box].active .bg-on,
.templaite-wrapper .templaite-layout div[class^=box].active .bg-on {
  background-color: #2E4394;
  color: #fff;
}
.templaite-wrapper .templaite-layout div[class^=temp-box] .btn-move,
.templaite-wrapper .templaite-layout div[class^=box] .btn-move {
  border: 0;
  border-radius: 0;
  margin: 0 1rem;
  padding: 0;
  background-color: transparent;
  color: #00C2DD !important;
  text-decoration: underline;
  text-underline-position: under;
}
.templaite-wrapper .templaite-layout .temp-title {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #fff;
}
.templaite-wrapper .templaite-layout .temp-title a {
  display: block;
  padding: 1rem;
  border-radius: 0.8rem;
  color: #fff;
}
.templaite-wrapper .templaite-layout .temp-title a.bg-on {
  background-color: #B1C7F1;
  color: #333C59;
}
.templaite-wrapper .templaite-layout .temp-title .input-title {
  display: block;
  /*position:absolute;
  left:0;
  top:0;*/
  width: 100%;
  background-color: transparent;
  padding: 1rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 0.8rem;
}
.templaite-wrapper .templaite-layout .temp-title .input-title:focus {
  background-color: #fff;
  color: #333C59;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
}
.templaite-wrapper .templaite-setting {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  min-width: 36rem;
}

.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box01 ul li {
  max-width: 33%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box01 ul li a {
  height: 4rem;
  padding: 0;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box01 ul li a img {
  max-width: 100%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box02 {
  padding: 1rem;
  text-align: center;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box02 span {
  color: #fff;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box03 ul li a {
  padding: 0 0;
  height: calc(10rem + 1vw);
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box03 ul li a .image-holder img {
  max-height: 100%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box03 ul li a > span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box04 ul li a {
  padding: 1rem 0;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box05 ul li {
  width: 49.4%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box05 ul li a {
  height: 8rem;
  padding: 0;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li {
  width: calc(50% - 1rem);
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-01 a {
  height: 11.8rem;
  padding: 1.6rem 0.8rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-02 > ul {
  display: block;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-02 > ul > li {
  display: block;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-02 > ul > li.box06-02-01 {
  border-radius: 0.8rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-02 > ul > li.box06-02-01 a {
  height: 8rem;
  padding: 0;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-02 > ul > li.box06-02-02 a {
  height: 3.4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box06 > ul > li.box06-02 > ul > li + li {
  margin-top: 0.4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box07 a {
  height: 4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box09 ul li:first-of-type {
  width: 79%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box09 ul li:last-of-type {
  width: 20%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box09 ul li a {
  height: 4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box10 ul li a {
  height: 4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box10 ul li.box10-01 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box10 ul li.box10-01 a {
  background-color: #333C59;
  color: #fff;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box10 ul li.box10-01 a.bg-on {
  border: 1px solid #fff;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box10 ul li.box10-02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_A .temp-box10 ul li.box10-03 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box01 > ul > li.box01-01 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box01 > ul > li.box01-02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #333C59;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.4rem;
  padding: 1rem 0;
  text-align: center;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box01 > ul > li.box01-03 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box02 > ul > li {
  height: 4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box02 > ul .box02-01 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box02 > ul .box02-02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box02 > ul .box02-02 > a {
  background-color: #333C59;
  color: #fff;
  border: 1px solid #fff;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box02 > ul .box02-03 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 > ul > li {
  /*float: left; 
  margin-right: 1%;
  text-align: center;*/
  background-color: #333C59;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 > ul > li:first-of-type {
  width: 61%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 > ul > li:last-of-type {
  width: 38%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 .box03-01 {
  background-color: #fff;
  border-radius: 0.8rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 .box03-01 > a {
  padding: 0;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 .box03-02 > div {
  border-radius: 0.8rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 .box03-02 > div.box03-02-02 {
  margin-top: 0.4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 .box03-02 > div ul {
  margin-top: 1rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box03 .box03-02 > div ul li > a {
  color: #333C59;
  font-size: 1.2rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box04 > ul > li:first-of-type {
  width: 61%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box04 > ul > li:last-of-type {
  width: 38%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box04 > ul > li a {
  height: 6rem;
  padding: 0;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box04 > ul > li a > span {
  display: block;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box05 a {
  display: block;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box07 ul li:first-of-type {
  width: 79%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box07 ul li:last-of-type {
  width: 20%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box07 ul li a {
  height: 4rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box08 > ul > li.box08-01 {
  width: 30%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box08 > ul > li.box08-02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_B .temp-box08 > ul > li.box08-03 {
  width: 30%;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_submainA {
  /*
  .temp-box01,
  .temp-box02,
  .temp-box07,
  .temp-box08 {
      a {
          pointer-events: none;
      }
  }*/
}
.templaite-wrapper .templaite-layout.templaite-layout-type_submainA .temp-box03 a {
  height: 8rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_submainA .temp-box04 a {
  height: 6rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_submainA .temp-box05 a {
  height: 6rem;
}
.templaite-wrapper .templaite-layout.templaite-layout-type_submainA .temp-box06 a {
  height: 6rem;
}

.templaite-setting .templaite-setting-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60rem;
  border: 2px dashed rgba(51, 60, 89, 0.2);
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
.templaite-setting .templaite-setting-empty span {
  background: url(/humanframe/admin/assets/images/temp/vector.png) no-repeat center 0;
  height: 5rem;
  padding-top: 2.5rem;
}
.templaite-setting .area-form-group-wrap,
.templaite-setting .templaite-setting-panel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 6rem;
}
.templaite-setting .area-form-group-wrap .panel,
.templaite-setting .templaite-setting-panel-group .panel {
  display: none;
}
.templaite-setting .area-form-group-wrap .panel.acitve,
.templaite-setting .templaite-setting-panel-group .panel.acitve {
  display: block !important;
}
.templaite-setting .area-form-group-wrap .panel.active,
.templaite-setting .templaite-setting-panel-group .panel.active {
  display: block !important;
  margin-top: 0;
  min-height: calc(100% - 9rem);
}
.templaite-setting .area-form-group-wrap .panel-footer,
.templaite-setting .templaite-setting-panel-group .panel-footer {
  background-color: transparent;
  border: none;
  padding: 0;
}
.templaite-setting .ui-sortable-placeholder {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.8rem;
}
.templaite-setting .panel-area {
  display: block;
}
.templaite-setting .panel-area + .panel-area {
  margin-top: 2rem;
}
.templaite-setting .panel-area:first-child .panel-infor {
  padding-top: 0;
  margin-top: 0;
}
.templaite-setting .panel-title {
  position: relative;
}
.templaite-setting .panel-title span {
  color: #2E4394;
}
.templaite-setting .panel-title .min-text {
  font-size: 1.4rem;
}
.templaite-setting .panel-title .btn-info {
  font-size: 2.4rem;
  margin: 0;
  padding: 0;
  font-weight: 300;
  height: 2.4rem;
  width: 2.4rem;
  line-height: 1rem;
  vertical-align: text-bottom;
  color: #fff;
  background-color: #2E4394;
}
.templaite-setting .panel-title .btn-warning {
  position: absolute !important;
  top: 2rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #aaa;
}
.templaite-setting .panel-title .btn-warning i {
  margin-top: 10px;
}
.templaite-setting .panel-text {
  padding: 2rem;
  background-color: #EAECF5;
}
.templaite-setting .panel-text > ul > li {
  display: block;
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
}
.templaite-setting .panel-text > ul > li:before {
  content: "*";
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.7rem;
  z-index: 1;
}
.templaite-setting .panel-text > ul > li > ul > li {
  display: inline-block;
  min-width: 20rem;
  position: relative;
  margin-right: 2rem;
  padding: 0.1rem 0 0.1rem 1.2rem;
  font-size: 1.4rem;
}
.templaite-setting .panel-text > ul > li > ul > li:before {
  content: "-";
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.2rem;
  z-index: 1;
}
.templaite-setting .panel-text > ul > li > ul > li xmp {
  font-family: inherit;
}
.templaite-setting .panel-infor {
  padding: 0;
}
@media only screen and (min-width: 90em) {
  .templaite-setting .panel-infor {
    padding: 2.4rem;
  }
}
.templaite-setting .panel-infor .list-body-wrap {
  overflow-x: auto;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 80em) {
  .templaite-setting .panel-infor .list-body-wrap {
    overflow: hidden;
    -webkit-box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
            box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
  }
}
@media only screen and (max-width: 48em) {
  .templaite-setting .panel-infor .list-body-wrap {
    padding: 0 2.4rem;
  }
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form {
  border: 1px solid #eee;
}
@media only screen and (max-width: 48em) {
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form {
    display: block;
    text-align: left;
    border: 0;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > colgroup {
    display: none !important;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > colgroup col {
    display: none !important;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > thead {
    display: none !important;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > thead > tr > th {
    text-align: center;
    font-weight: 500;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody {
    display: block;
    margin: 0;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr {
    display: block;
    position: relative;
    border-radius: 0.8rem;
    padding: 2.4rem 1.4rem;
    margin: 2.4rem 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
            box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
    border: 1px solid #ddd;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr:hover {
    background-color: transparent;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > th,
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td {
    display: inline-block;
    position: relative;
    background-color: transparent;
    padding: 0.6rem 1.2rem;
    border-width: 0 0 0 0;
    text-align: left;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > th::after,
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td::after {
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ddd;
    margin-top: -0.5rem;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > th:before,
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td:before {
    display: inline-block;
    margin-right: 1.2rem;
    font-weight: 500;
    content: attr(data-label);
  }
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td::after {
  display: none;
}
@media only screen and (max-width: 48em) {
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td {
    display: block;
    text-align: left;
  }
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td.list-item-ordinal {
    display: block;
  }
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td .form-control + .form-control {
  margin-top: 0.4rem;
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td .form-group-row .form-label-title {
  display: block;
}
@media only screen and (min-width: 48em) {
  .templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td .form-group-row .form-label-title {
    display: none;
  }
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr > td .form-control {
  display: block;
  width: 100%;
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr.ui-sortable-row.active {
  background-color: #FEFF9E;
  /*>td,
  >th {
  	background-color:gold;
  }	*/
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr.ui-sortable-row.active > td,
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr.ui-sortable-row.active > th {
  background-color: transparent;
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr.ui-sortable-row.ui-sortable-helpder {
  background-color: gold;
  border-color: #2E4394;
  border: inset;
  border-width: 2px 0 2px 0;
  border-style: solid;
  -webkit-box-shadow: 0px 4px 24px rgba(36, 62, 147, 0.1);
          box-shadow: 0px 4px 24px rgba(36, 62, 147, 0.1);
}
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr.ui-sortable-row.ui-sortable-helpder > td,
.templaite-setting .panel-infor .list-body-wrap .table.table-hover.has-form > tbody > tr.ui-sortable-row.ui-sortable-helpder > th {
  background-color: gold;
}
.templaite-setting .panel-infor .sortable .ui-sortablet-default {
  background-color: #fff;
}
.templaite-setting .panel-infor .sortable .ui-sortable-helpder {
  background-color: hsl(61, 98%, 50%);
}
.templaite-setting .panel-infor .sortable .ui-sortable-row {
  background-color: #fff;
}
.templaite-setting .panel-infor .sortable .ui-sortable-row.active {
  -webkit-box-shadow: 0px 0px 0.4rem 0px rgba(36, 62, 147, 0.15);
          box-shadow: 0px 0px 0.4rem 0px rgba(36, 62, 147, 0.15);
}
.templaite-setting .panel-infor .form-group-row + .form-group-row {
  margin-top: 1rem;
}
.templaite-setting .panel-infor-title {
  position: relative;
  margin: 1.8rem 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.templaite-setting .panel-infor-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.templaite-setting .panel-infor-btn ul {
  display: inline-block;
  vertical-align: middle;
}
.templaite-setting .panel-infor-btn ul:after {
  content: "";
  display: block;
  clear: both;
}
.templaite-setting .panel-infor-btn ul li {
  float: left;
}
.templaite-setting .panel-infor-btn ul li a {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  padding-top: 1px;
  display: block;
  border: 1px solid #aaa;
}
.templaite-setting .panel-infor-btn ul li a i:before {
  color: #2E4394;
}
.templaite-setting .panel-infor-btn ul li:first-of-type a {
  border-right: 0;
  border-radius: 0.4rem 0 0 0.4rem;
}
.templaite-setting .panel-infor-btn ul li:last-of-type a {
  border-radius: 0 0.4rem 0.4rem 0;
}
.templaite-setting .infor-add-btn {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #2E4394;
  border-radius: 0.4rem;
  position: relative;
  vertical-align: middle;
}
.templaite-setting .infor-add-btn:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
}
.templaite-setting .panel-infor .panel-table {
  -webkit-box-shadow: 0px 0px 0.4rem 0px rgba(36, 62, 147, 0.15);
  box-shadow: 0px 0px 0.4rem 0px rgba(36, 62, 147, 0.15);
  border: 1px solid #eee;
  border-radius: 0.8rem;
}
.templaite-setting .panel-infor .radio,
.templaite-setting .panel-infor .checkbox,
.templaite-setting .panel-infor .radio-inline,
.templaite-setting .panel-infor .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .templaite-setting .panel-infor .form-group + .form-group {
    margin-top: 0.4rem;
  }
}

/***** e: templaite *****/
/***** s: login page *****/
.login-body {
  background: url(/humanframe/admin/assets/images/login/login_bg.png) no-repeat;
  background-size: cover;
}

.login-infor {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 56rem;
  width: 100%;
}

.login-infor-center {
  display: table-cell;
  padding-top: 8rem;
}

.login-infor-title {
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}
.login-infor-title h1 {
  margin-bottom: 10px;
}

.login-infor-body {
  background-color: #fff;
  padding: 6rem;
  border-radius: 0.8rem;
}
.login-infor-body .form-group {
  margin-bottom: 2rem;
}
.login-infor-body .form-group label {
  margin-bottom: 1rem;
}
.login-infor-body .form-group .login-form {
  position: relative;
}
.login-infor-body .form-group .login-form input.form-control {
  display: block;
  width: 100%;
  height: 6rem;
}
.login-infor-body .form-group .login-form span {
  display: block;
  width: 6rem;
  height: 6rem;
  background-color: #F8F9FD;
  border: 1px solid #B1C7F1;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0.4rem 0.4rem 0;
}
.login-infor-body .form-group .login-form span.icon-id {
  background: url(/humanframe/admin/assets/images/login/login_id.png) no-repeat center;
}
.login-infor-body .form-group .login-form span.icon-pw {
  background: url(/humanframe/admin/assets/images/login/login_pw.png) no-repeat center;
}
.login-infor-body .login-button-chk {
  margin-bottom: 2rem;
}
.login-infor-body .login-button-chk .checkbox-custom label::before {
  top: 0;
}
.login-infor-body .login-button-btn .btn {
  width: 100%;
  height: 6rem;
  padding: 1.8rem 2.4rem;
  font-size: 1.6rem;
}

.login-alert {
  text-align: center;
  margin-top: 2rem;
}
.login-alert > span {
  color: #CA2C52;
  font-size: 1.2rem;
}
.login-alert p {
  font-size: 1.2rem;
  position: relative;
  margin-top: 3rem;
}
.login-alert p span {
  padding: 1rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.login-alert p:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.login-alert button {
  width: 100%;
  height: 6rem;
  margin-top: 3.5rem;
  border: 1px solid #aaa;
  color: #555;
  font-size: 1.6rem;
}

/***** e: login page *****/
/***** s: 공통 sortable block list *****/
.ui-sortable-block-list {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.ui-sortable-block-list > li {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  padding: 1rem;
  border: 1px solid #EEEEEE;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
          box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
  margin-bottom: 1rem;
}
.ui-sortable-block-list > li:last-child {
  margin-bottom: 0;
}
.ui-sortable-block-list > li .ui-sortable-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-sortable-block-list > li .ui-sortable-block::after {
  content: "swap_vert";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
  color: #2E4394;
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  position: Absolute;
  right: 1rem;
  top: 1rem;
  text-align: center;
  line-height: 4rem;
}
.ui-sortable-block-list > li .ui-sortable-block::before {
  content: "";
  display: inline-block;
  overflow: hidden;
  width: 2px;
  height: auto;
  position: absolute;
  right: 6rem;
  top: 1rem;
  bottom: 1rem;
  background-color: #B1C7F1;
}
.ui-sortable-block-list > li .ui-sortable-block .form-control {
  width: 40%;
  height: 4rem;
  border-radius: 0.4rem !important;
}
.ui-sortable-block-list > li .ui-sortable-block .list-output-item {
  width: 40%;
  margin-left: 1rem;
  line-height: 4rem;
}
.ui-sortable-block-list > li .ui-sortable-block .btn {
  margin-left: 0.8rem;
}

.list-item-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem;
  width: 100%;
}
.list-item-select-wrap .label-title {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
}
.list-item-select-wrap .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20rem;
  padding: 0;
}
.list-item-select-wrap .select-wrap .label-title {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.list-item-select-wrap .select-wrap .form-select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.list-item-select-wrap .sort-wrap {
  width: calc(100% - 22rem);
  margin-left: 2rem;
}

/***** e: 공통 sortable block list *****/
/*****s: 설문조사 *****/
.ques-btn {
  padding: 1rem 2.4rem !important;
  font-size: 1.4rem !important;
}

.ques-nav {
  position: absolute;
  top: 1.5rem;
  right: 0;
}
.ques-nav li.on a {
  padding: 1rem;
  background-color: #2e4394;
  border-radius: 0.8rem;
  color: #fff;
}

.ques-panel-title {
  padding: 2rem 0;
  font-size: 1.6rem;
}

.ques-list > li {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
          box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
.ques-list > li:last-child {
  margin-bottom: 0;
}
.ques-list > li > div {
  padding: 1rem;
}
.ques-list > li > div.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
}
.ques-list > li > div.input-group .input-group-addon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 1.6rem;
  background-color: #fff;
  border: 0;
  width: 4rem;
  height: auto;
}
.ques-list > li > div.input-group .ques-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  vertical-align: middle;
}
.ques-list > li > div.input-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0.4rem !important;
}
.ques-list > li > div.input-group button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ques-list li > div .elps-form {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ques-list li > div .elps-form:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 4rem;
  background-color: #B1C7F1;
  margin-left: 1rem;
  vertical-align: middle;
}
.ques-list li > div .elps-form .elps-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-align: center;
  line-height: 4rem;
}
.ques-list .file-group {
  padding-left: 5rem;
}
.ques-list li .ques-radio {
  background-color: #F8F9FD;
  padding: 1rem;
  border-top: 1px solid #ddd;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ques-list li .ques-radio > span {
  padding-left: 4.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 3rem;
}

/* s : 코드 이동. form 금지어 입력과 충돌 */
.ques-panel-body .ui-sortable {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  /*
  .input-group-addon {
  	font-size: 1.6rem;
  	background-color: #fff;
  	border: 0;
  	display: inline-block;
  	width: 4rem;
  	height: 4rem;
  }
  .ques-text{
  	display: inline-block;
  	width: calc(100% - 10rem);
  	vertical-align: middle;
  	height: 4rem;
  	line-height: 4rem;
  }

  .form-control {
  	width: calc(100% - 36rem);
  	flex: none;
  	//height: 4rem;			
  	border-radius: 0.4rem !important;
  }

  .list-output-item{
  	width:40%;
  }

  button {
  	margin-left:0.8rem;
  }	
  */
}
.ques-panel-body .ui-sortable .ui-sortable-block {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  padding: 1rem;
  border: 1px solid #EEEEEE;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
          box-shadow: 0px 0.4rem 2.4rem rgba(36, 62, 147, 0.1);
}
.ques-panel-body .ui-sortable .ui-sortable-block::after {
  content: "swap_vert";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
  color: #2E4394;
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  position: Absolute;
  right: 1rem;
  top: 1rem;
  text-align: center;
  line-height: 4rem;
}
.ques-panel-body .ui-sortable .ui-sortable-block::before {
  content: "";
  display: inline-block;
  overflow: hidden;
  width: 2px;
  height: auto;
  position: absolute;
  right: 6rem;
  top: 1rem;
  bottom: 1rem;
  background-color: #B1C7F1;
}
.ques-panel-body .ui-sortable .elps-form:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 4rem;
  background-color: #B1C7F1;
  margin-left: 1rem;
  vertical-align: middle;
}
.ques-panel-body .ui-sortable .elps-form .elps-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-align: center;
  line-height: 4rem;
}
.ques-panel-body .ui-sortable .file-group {
  padding-left: 5rem;
}
.ques-panel-body .ui-sortable .ques-radio {
  background-color: #F8F9FD;
  padding: 1rem;
  border-top: 1px solid #ddd;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ques-panel-body .ui-sortable .ques-radio > span {
  padding-left: 4.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 3rem;
}

.ques-panel-body {
  padding: 2.4rem 2.4rem 2.4rem 2.4rem;
  /* s : 코드 이동. form 금지어 입력과 충돌 */
}
.ques-panel-body .tag-editor {
  background-color: none;
}
.ques-panel-body .tag-editor li {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 4rem;
  line-height: 4rem;
  border-radius: 0.8rem;
}
.ques-panel-body .tag-editor li + li {
  margin-left: 1rem;
}
.ques-panel-body .tag-editor .tag-editor-tag,
.ques-panel-body .tag-editor .tag-editor-delete {
  background: none !important;
}

/* 설문조사 */
.detail-ques {
  padding: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  color: #2E4394;
}

.progress-form .ques-progress {
  width: 80%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.progress-form .ques-progress::-webkit-progress-bar {
  background: #fff;
}
.progress-form .ques-progress::-webkit-progress-value {
  background: #00C2DD;
}
.progress-form .progress-text {
  margin-left: 1rem;
}

/*****e: 설문조사 *****/
.page-header .page-text {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  line-height: 140%;
}

.templaite-view {
  border-color: #eee;
}
.templaite-view .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 48em) {
  .templaite-view .tab {
    gap: 5px;
  }
}
.templaite-view .tab li a {
  display: block;
  font-size: 1.6rem;
  color: #888;
  font-weight: bold;
  padding: 9px 12px;
  position: relative;
}
.templaite-view .tab li a::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ddd;
  position: absolute;
  top: 13px;
  left: -15px;
}
@media only screen and (max-width: 48em) {
  .templaite-view .tab li a::after {
    left: 0;
  }
}
.templaite-view .tab li a.active {
  color: #fff;
  background-color: #2E4394;
  border-radius: 8px;
}
.templaite-view .tab li a.active::after {
  display: none;
}
.templaite-view .tab li:first-child a::after {
  display: none;
}
.templaite-view .templaite-view-list {
  padding: 44px 65px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 30em) {
  .templaite-view .templaite-view-list {
    padding: 20px;
  }
}
.templaite-view .templaite-view-list > li {
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
@media only screen and (max-width: 48em) {
  .templaite-view .templaite-view-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
@media only screen and (max-width: 30em) {
  .templaite-view .templaite-view-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.templaite-view .templaite-view-list > li .img {
  border-radius: 10px;
  position: relative;
  border: 1px solid #DEE3E5;
  padding-top: 23px;
}
.templaite-view .templaite-view-list > li .img::before {
  content: "";
  width: 100%;
  height: 24px;
  background-color: #DEE3E5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 6px 6px 0 0;
}
.templaite-view .templaite-view-list > li .img::after {
  content: "";
  width: 36px;
  height: 8px;
  background: url(/humanframe/admin/assets/images/temp/templaite_dot.svg) no-repeat 0 0;
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 2;
}
.templaite-view .templaite-view-list > li .img img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.templaite-view .templaite-view-list > li .img .view-click {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
  padding-top: 24px;
}
.templaite-view .templaite-view-list > li .img .view-click ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  height: 100%;
}
.templaite-view .templaite-view-list > li .img .view-click ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.templaite-view .templaite-view-list > li .img .view-click ul li a {
  display: inline-block;
  color: #555;
  font-weight: bold;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}
.templaite-view .templaite-view-list > li .title {
  margin-top: 16px;
  padding-right: 75px;
  position: relative;
  overflow: hidden;
}
.templaite-view .templaite-view-list > li .title strong {
  font-size: 2rem;
}
.templaite-view .templaite-view-list > li .title strong span {
  display: block;
  color: #555;
  margin-top: 4px;
  font-weight: 400;
  font-size: 1.4rem;
}
.templaite-view .templaite-view-list > li .title .state {
  position: absolute;
  top: 10px;
  right: 0;
  color: #999;
  font-weight: bold;
  padding-left: 21px;
  background: url(/humanframe/admin/assets/images/temp/templaite_check.svg) no-repeat 0 center;
}
.templaite-view .templaite-view-list > li.active .img {
  border-color: #2E4394;
  border-width: 2px;
}
.templaite-view .templaite-view-list > li.active .img::before {
  background-color: #2E4394;
}
.templaite-view .templaite-view-list > li.active .title strong {
  color: #2E4394;
}
.templaite-view .templaite-view-list > li:hover .img {
  -webkit-box-shadow: 0px 4px 24px 0px rgba(36, 62, 147, 0.25);
          box-shadow: 0px 4px 24px 0px rgba(36, 62, 147, 0.25);
}
.templaite-view .templaite-view-list > li:hover .img .view-click {
  display: block;
}

.page-program .program-list li > div {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-program .program-list li .title {
  font-size: 1.8rem;
  color: #222;
  font-weight: bold;
}
.page-program .program-list li .text {
  color: #555;
}
.page-program .program-list li .url {
  width: 601px;
  max-width: 100%;
  font-size: 1.2rem;
  color: #555;
}
.page-program .program-list li .url a {
  color: #2E4394;
}
.page-program .program-list.type1 {
  margin-bottom: 60px;
}
.page-program .program-list.type1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px 18px 20px 69px;
  border-top: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 18px center;
  position: relative;
}
.page-program .program-list.type1 li:last-child {
  border-bottom: 1px solid #ddd;
}
.page-program .program-list.type1 li.ico1 {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo1.svg);
}
.page-program .program-list.type1 li.ico2 {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo2.svg);
}
.page-program .program-list.type1 li.ico3 {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo3.svg);
}
.page-program .program-list.type1 li.ico4 {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo4.svg);
}
.page-program .program-list.type1 li.ico5 {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo17.svg);
}
.page-program .program-list.type1 li.ico6 {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo18.svg);
}
.page-program .program-list.type1 li .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
}
.page-program .program-list.type1 li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 473px;
}
.page-program .program-list.type1 li .popup-btn a {
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: url(/humanframe/admin/assets/images/temp/program_popup.svg) no-repeat center #f8f8f8;
}
.page-program .program-list.type1 li .program-popup {
  width: 94px;
  display: none;
  position: absolute;
  top: 60px;
  right: -10px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.page-program .program-list.type1 li .program-popup a {
  display: block;
  padding: 13px;
}
.page-program .program-list.type1 li .program-popup a:first-child {
  background: url(/humanframe/admin/assets/images/temp/program_popup_arrow.svg) no-repeat 90% center;
}
.page-program .program-list.type1 li .program-popup a:last-child {
  color: #EB5757;
  border-top: 1px solid #e8e8e8;
}
.page-program .program-list.type1 li.active .program-popup {
  display: block;
}
.page-program .program-list.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.page-program .program-list.type2 li {
  width: 32.3%;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 19px 17px 21px 75px;
  background-repeat: no-repeat;
  background-position: 24px 24px;
  margin-bottom: 1.5%;
  position: relative;
}
.page-program .program-list.type2 li:nth-child(1) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo5.svg);
}
.page-program .program-list.type2 li:nth-child(2) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo6.svg);
}
.page-program .program-list.type2 li:nth-child(3) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo7.svg);
}
.page-program .program-list.type2 li:nth-child(4) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo8.svg);
}
.page-program .program-list.type2 li:nth-child(5) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo9.svg);
}
.page-program .program-list.type2 li:nth-child(6) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo10.svg);
}
.page-program .program-list.type2 li:nth-child(7) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo11.svg);
}
.page-program .program-list.type2 li:nth-child(8) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo12.svg);
}
.page-program .program-list.type2 li:nth-child(9) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo13.svg);
}
.page-program .program-list.type2 li:nth-child(10) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo14.svg);
}
.page-program .program-list.type2 li:nth-child(11) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo15.svg);
}
.page-program .program-list.type2 li:nth-child(12) {
  background-image: url(/humanframe/admin/assets/images/temp/program_logo16.svg);
}
.page-program .program-list.type2 li .text {
  margin-top: 8px;
}
.page-program .program-list.type2 li .text span {
  display: block;
  color: #D93D1B;
  font-weight: bold;
}
.page-program .program-list.type2 li .url {
  margin-top: 10px;
}
.page-program .program-list.type2 li .program-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.eng-testing .page-program .program-list.type2 li .program-btn {
  bottom: 13px;
}
.page-program .program-list.type2 li .program-btn a {
  display: inline-block;
  padding: 9px 24px;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #555;
  font-weight: bold;
}
.page-program .program-list.type2 li .program-btn a.modify {
  color: #2E4394;
  border-color: #2E4394;
  margin-left: 5px;
}
.eng-testing .page-program .program-list.type2 li .program-btn a {
  padding: 5px 15px;
}
.page-program .program-list.type01 {
  margin-bottom: 60px;
}
.page-program .program-list.type01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px 18px;
  border-top: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 18px center;
  position: relative;
}
.page-program .program-list.type01 li:last-child {
  border-bottom: 1px solid #ddd;
}
.page-program .program-list.type01 li .img-circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border-width: 0;
  border-radius: 50%;
}
.page-program .program-list.type01 li .img-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.page-program .program-list.type01 li .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
}
.page-program .program-list.type01 li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 473px;
}
.page-program .program-list.type01 li .popup-btn a {
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: url(/humanframe/admin/assets/images/temp/program_popup.svg) no-repeat center #f8f8f8;
}
.page-program .program-list.type01 li .program-popup {
  width: 94px;
  display: none;
  position: absolute;
  top: 60px;
  right: -10px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.page-program .program-list.type01 li .program-popup a {
  display: block;
  padding: 13px;
}
.page-program .program-list.type01 li .program-popup a:first-child {
  background: url(/humanframe/admin/assets/images/temp/program_popup_arrow.svg) no-repeat 90% center;
}
.page-program .program-list.type01 li .program-popup a:last-child {
  color: #EB5757;
  border-top: 1px solid #e8e8e8;
}
.page-program .program-list.type01 li.active .program-popup {
  display: block;
}
.page-program .program-list.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.page-program .program-list.type02 li {
  width: 32.3%;
  margin-bottom: 1.5%;
  position: relative;
}
.page-program .program-list.type02 li .program-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 19px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-program .program-list.type02 li .program-unit > div {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-program .program-list.type02 li .program-unit .img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-program .program-list.type02 li .program-unit .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-program .program-list.type02 li .program-unit .txt-wrap .text span {
  display: block;
  color: #D93D1B;
  font-weight: bold;
}
.page-program .program-list.type02 li .program-unit .txt-wrap .url {
  margin-top: 10px;
}
.page-program .program-list.type02 li .program-unit .btn-wrap {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.eng-testing .page-program .program-list.type02 li .program-unit .btn-wrap {
  bottom: 13px;
}
.page-program .program-list.type02 li .program-unit .btn-wrap > a,
.page-program .program-list.type02 li .program-unit .btn-wrap > button,
.page-program .program-list.type02 li .program-unit .btn-wrap .btn {
  display: inline-block;
  padding: 9px 24px;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #555;
  font-weight: bold;
}
.page-program .program-list.type02 li .program-unit .btn-wrap > a.modify,
.page-program .program-list.type02 li .program-unit .btn-wrap > button.modify,
.page-program .program-list.type02 li .program-unit .btn-wrap .btn.modify {
  color: #2E4394;
  border-color: #2E4394;
  margin-left: 5px;
}
.eng-testing .page-program .program-list.type02 li .program-unit .btn-wrap > a,
.eng-testing .page-program .program-list.type02 li .program-unit .btn-wrap > button,
.eng-testing .page-program .program-list.type02 li .program-unit .btn-wrap .btn {
  padding: 5px 15px;
}
.page-program .program-list.type02 li .program-unit .img-circle {
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border-width: 0;
  border-radius: 50%;
}
.page-program .program-list.type02 li .program-unit .img-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.page-program .program-grid > li > div {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-program .program-grid .title {
  font-size: 1.8rem;
  color: #222;
  font-weight: bold;
}
.page-program .program-grid .text {
  color: #555;
}
.page-program .program-grid .state {
  font-size: 1.2rem;
  color: #2E4394;
}
.page-program .program-grid .color-primary {
  color: #2E4394;
}
.page-program .program-grid .url {
  font-size: 1.2rem;
  color: #555;
}
.page-program .program-grid .url a {
  color: #2E4394;
}
.page-program .program-grid .hd-element {
  display: block;
  position: absolute;
  left: -1000000000000000000px;
  top: -100000000000000000000px;
  height: 0;
  width: 0;
  overflow: hidden;
}
.page-program .program-grid .img-wrap {
  position: relative;
  width: 36px;
  height: 36px;
  border-width: 0;
}
.page-program .program-grid .img-wrap:has(.img-circle) {
  overflow: hidden;
  border-radius: 50%;
}
.page-program .program-grid .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.page-program .program-grid .btn-wrap > a,
.page-program .program-grid .btn-wrap > button,
.page-program .program-grid .btn-wrap .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 24px;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #555;
  font-weight: bold;
}
.page-program .program-grid .btn-wrap > a.modify,
.page-program .program-grid .btn-wrap > button.modify,
.page-program .program-grid .btn-wrap .btn.modify {
  color: #2E4394;
  border-color: #2E4394;
  margin-left: 5px;
}
.eng-testing .page-program .program-grid .btn-wrap > a,
.eng-testing .page-program .program-grid .btn-wrap > button,
.eng-testing .page-program .program-grid .btn-wrap .btn {
  padding: 5px 15px;
}
.page-program .program-grid.grid01 {
  margin-top: 16px;
  margin-bottom: 60px;
  display: grid;
}
.page-program .program-grid.grid01 > li .program-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 16px;
  border-top: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 18px center;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .page-program .program-grid.grid01 > li .program-unit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-program .program-grid.grid01 > li:last-child .program-unit {
  border-bottom: 1px solid #ddd;
}
.page-program .program-grid.grid01 > li .img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-program .program-grid.grid01 > li .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 64em) {
  .page-program .program-grid.grid01 > li .txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-program .program-grid.grid01 > li .txt-wrap .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 64em) {
  .page-program .program-grid.grid01 > li .txt-wrap .title {
    width: 100%;
  }
}
.page-program .program-grid.grid01 > li .txt-wrap .title .img-circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border-width: 0;
  border-radius: 50%;
}
.page-program .program-grid.grid01 > li .txt-wrap .title .img-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.page-program .program-grid.grid01 > li .txt-wrap .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .page-program .program-grid.grid01 > li .txt-wrap .text {
    width: 100%;
  }
}
.page-program .program-grid.grid01 > li .txt-wrap .url {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 40%;
}
@media only screen and (max-width: 64em) {
  .page-program .program-grid.grid01 > li .txt-wrap .url {
    width: 100%;
  }
}
.page-program .program-grid.grid01 > li .popup-btn a,
.page-program .program-grid.grid01 > li .btn-wrap a {
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: url(/humanframe/admin/assets/images/temp/program_popup.svg) no-repeat center #f8f8f8;
}
.page-program .program-grid.grid01 > li .program-popup {
  display: none;
  position: absolute;
  top: 60px;
  right: -10px;
  width: 94px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.page-program .program-grid.grid01 > li .program-popup a {
  display: block;
  padding: 13px;
}
.page-program .program-grid.grid01 > li .program-popup a:first-child {
  background: url(/humanframe/admin/assets/images/temp/program_popup_arrow.svg) no-repeat 90% center;
}
.page-program .program-grid.grid01 > li .program-popup a:last-child {
  color: #EB5757;
  border-top: 1px solid #e8e8e8;
}
.page-program .program-grid.grid01 > li.active .program-popup {
  display: block;
}
.page-program .program-grid.grid02 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 16px;
}
@media only screen and (max-width: 64em) {
  .page-program .program-grid.grid02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 20em) {
  .page-program .program-grid.grid02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-program .program-grid.grid02 li .program-unit {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  .page-program .program-grid.grid02 li .program-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-program .program-grid.grid02 li .program-unit .img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-program .program-grid.grid02 li .program-unit .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-program .program-grid.grid02 li .program-unit .txt-wrap .text span {
  display: block;
  color: #D93D1B;
  font-weight: bold;
}
.page-program .program-grid.grid02 li .program-unit .txt-wrap .url {
  margin-top: 10px;
}
.page-program .program-grid.grid02 li .program-unit .btn-wrap {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media only screen and (max-width: 48em) {
  .page-program .program-grid.grid02 li .program-unit .btn-wrap {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.eng-testing .page-program .program-grid.grid02 li .program-unit .btn-wrap {
  bottom: 13px;
}

.intro-wrap {
  text-align: center;
  height: 100%;
}
.intro-wrap body {
  height: 100%;
}
.intro-wrap .inner {
  max-width: 1660px;
  margin: 0 auto;
}
.intro-wrap .intro-section1 {
  min-height: 948px;
  background: url(/humanframe/admin/assets/images/temp/intro_bg1.png) no-repeat center/cover;
}
.intro-wrap .intro-section1 .inner {
  padding: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}
.intro-wrap .intro-section1 .inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 20px;
}
.intro-wrap .intro-section1 .inner .intro-img2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.intro-wrap .intro-section2 {
  min-height: 1095px;
  background: url(/humanframe/admin/assets/images/temp/intro_bg2.png) no-repeat center/cover;
  position: relative;
}
.intro-wrap .intro-section2 .intro-img4 {
  padding: 90px 0 0;
}
.intro-wrap .intro-section2 .dx-video {
  position: absolute;
  bottom: 75px;
  right: 81px;
}

.page-small-title {
  font-size: 1.6rem;
  color: #2E4394;
  margin-top: 24px;
}

.get-image-list li {
  margin-bottom: 12px;
}
.get-image-list li a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.get-image-list li a:hover span {
  display: block;
}
.get-image-list li a span {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  color: #fff;
}
.get-image-list li a span strong {
  font-weight: 600;
  color: #14CC8C;
  padding-right: 4px;
}

.template-preview-wrap {
  position: relative;
}
.template-preview-wrap .template-preview-head {
  height: 60px;
  background: #242734;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-preview-wrap .template-preview-head .resolution-wrap {
  position: relative;
}
.template-preview-wrap .template-preview-head .resolution-wrap.active .resolution-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-preview-wrap .template-preview-head .resolution-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-preview-wrap .template-preview-head .resolution-wrap > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.template-preview-wrap .template-preview-head .resolution-wrap > a span.ico.pc {
  background-image: url(/humanframe/admin/assets/images/temp/ico_pc.svg);
}
.template-preview-wrap .template-preview-head .resolution-wrap > a span.ico.tablet {
  background-image: url(/humanframe/admin/assets/images/temp/ico_tablet.svg);
}
.template-preview-wrap .template-preview-head .resolution-wrap > a span.ico.mobile {
  background-image: url(/humanframe/admin/assets/images/temp/ico_mobile.svg);
}
.template-preview-wrap .template-preview-head .resolution-wrap > a span.arrow {
  background-image: url(/humanframe/admin/assets/images/temp/ico_arrow_down.svg);
}
.template-preview-wrap .template-preview-head .resolution-wrap .resolution-menu {
  display: none;
  position: absolute;
  left: -30px;
  top: 34px;
  z-index: 1000;
  border-radius: 12px;
  background: #343C5A;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.template-preview-wrap .template-preview-head .resolution-wrap .resolution-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
}
.template-preview-wrap .template-preview-head .resolution-wrap .resolution-menu a span {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.template-preview-wrap .template-preview-head .resolution-wrap .resolution-menu a.pc-resize span {
  background-image: url(/humanframe/admin/assets/images/temp/ico_pc.svg);
}
.template-preview-wrap .template-preview-head .resolution-wrap .resolution-menu a.tablet-resize span {
  background-image: url(/humanframe/admin/assets/images/temp/ico_tablet_off.svg);
}
.template-preview-wrap .template-preview-head .resolution-wrap .resolution-menu a.mobile-resize span {
  background-image: url(/humanframe/admin/assets/images/temp/ico_mobile_off.svg);
}
.template-preview-wrap .template-preview-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  overflow-y: auto;
  z-index: 100;
  height: calc(100vh - 60px);
}
.template-preview-wrap .template-preview-body .inner {
  margin: 0 auto;
}