@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 12px;
}

.wrap-bg-dim {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.btn.mi {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.btn.size-200 {
  width: 200px;
  height: 64px;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  margin-top: 20px;
}

.btn {
  font-size: 12px;
  line-height: 1;
  padding: 0.5rem 0.82rem;
  /*btn테마*/
}
.btn ~ .btn {
  margin-left: 5px;
}
.btn.btn-search {
  background: #333;
  color: #fff;
}
.btn.btn-radius {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-theme-primary {
  color: #fff;
  background-color: #27A598;
  border-color: #27A598;
}
.btn-theme-primary:hover {
  color: #fff;
  background-color: #229085;
  border-color: #229085;
}
.btn-outline-theme-primary {
  color: #27A598;
  border-color: #27A598;
}
.btn-outline-theme-primary:hover {
  color: #fff;
  background-color: #27A598;
  border-color: #27A598;
}
.btn-theme-gray {
  color: #fff;
  background-color: rgb(124, 133, 138);
  border-color: rgb(124, 133, 138);
}
.btn-theme-gray:hover {
  color: #fff;
  background-color: #70787d;
  border-color: #70787d;
}
.btn-outline-theme-gray {
  color: rgb(124, 133, 138);
  border-color: rgb(124, 133, 138);
}
.btn-outline-theme-gray:hover {
  color: #fff;
  background-color: rgb(124, 133, 138);
  border-color: rgb(124, 133, 138);
}
.btn-theme-dark {
  color: #fff;
  background-color: #43425d;
  border-color: #43425d;
}
.btn-theme-dark:hover {
  color: #fff;
  background-color: #38374e;
  border-color: #38374e;
}
.btn-outline-theme-dark {
  color: #43425d;
  border-color: #43425d;
}
.btn-outline-theme-dark:hover {
  color: #fff;
  background-color: #43425d;
  border-color: #43425d;
}
.btn-theme-black {
  color: #fff;
  background-color: #4D4F5C;
  border-color: #4D4F5C;
}
.btn-theme-black:hover {
  color: #fff;
  background-color: #41434e;
  border-color: #41434e;
}
.btn-outline-theme-black {
  color: #4D4F5C;
  border-color: #4D4F5C;
}
.btn-outline-theme-black:hover {
  color: #fff;
  background-color: #4D4F5C;
  border-color: #4D4F5C;
}
.btn-theme-qna {
  background: #dce2e4;
}
.btn-theme-qna:hover {
  background: #ced6d9;
}
.btn-theme-input {
  color: #fff;
  background-color: rgba(57, 88, 159, 0.4);
  border-color: rgba(57, 88, 159, 0.4);
}
.btn-theme-input:hover {
  color: #fff;
  background-color: rgba(50, 78, 140, 0.4);
  border-color: rgba(50, 78, 140, 0.4);
}
.btn-outline-theme-input {
  color: rgba(57, 88, 159, 0.4);
  border-color: rgba(57, 88, 159, 0.4);
}
.btn-outline-theme-input:hover {
  color: #fff;
  background-color: rgba(57, 88, 159, 0.4);
  border-color: rgba(57, 88, 159, 0.4);
}
.btn-theme-cloud {
  color: #fff;
  background-color: #E9EEF4;
  border-color: #E9EEF4;
}
.btn-theme-cloud:hover {
  color: #fff;
  background-color: #d8e1ec;
  border-color: #d8e1ec;
}
.btn-outline-theme-cloud {
  color: #E9EEF4;
  border-color: #E9EEF4;
}
.btn-outline-theme-cloud:hover {
  color: #fff;
  background-color: #E9EEF4;
  border-color: #E9EEF4;
}

td .btn ~ .btn {
  margin-left: 0;
}

html,
body {
  height: 100%;
}
html.login-user .wrap-form-signin,
body.login-user .wrap-form-signin {
  background-image: url(../images/bg-private-5.jpeg);
}
html.login-user .wrap-form-signin .form-signin,
body.login-user .wrap-form-signin .form-signin {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
html.login-user .wrap-form-signin .form-signin .admin-head,
body.login-user .wrap-form-signin .form-signin .admin-head {
  display: none;
}
html.login-user .wrap-form-signin .form-signin .user-head,
body.login-user .wrap-form-signin .form-signin .user-head {
  display: block;
}
html.login-user .wrap-form-signin .form-signin .form-control,
body.login-user .wrap-form-signin .form-signin .form-control {
  background-color: #fff;
  color: #343434;
}
html.login-user .wrap-form-signin .form-signin .form-control::-ms-input-placeholder,
body.login-user .wrap-form-signin .form-signin .form-control::-ms-input-placeholder {
  color: #343434;
}
html.login-user .wrap-form-signin .form-signin .form-control::-webkit-input-placeholder,
body.login-user .wrap-form-signin .form-signin .form-control::-webkit-input-placeholder {
  color: #343434;
}
html.login-user .wrap-form-signin .form-signin .form-control::-moz-input-placeholder,
body.login-user .wrap-form-signin .form-signin .form-control::-moz-input-placeholder {
  color: #343434;
}
html.login-user .wrap-form-signin .footTxt,
body.login-user .wrap-form-signin .footTxt {
  color: rgba(33, 37, 41, 0.6);
}

.wrap-form-signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  background: #666 url(../images/bg-16.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.wrap-form-signin .form-signin {
  width: 100%;
  max-width: 340px;
  padding: 50px 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 10;
}
.wrap-form-signin .form-signin .logo {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #fff url(../images/icon-ai.svg) center center no-repeat;
  background-size: 80px 80px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: none;
}
.wrap-form-signin .form-signin .logo-text {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrap-form-signin .form-signin .checkbox {
  font-weight: 400;
  color: #fff;
}
.wrap-form-signin .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.wrap-form-signin .form-signin .form-control::placeholder {
  color: #fff;
}
.wrap-form-signin .form-signin .form-control:focus {
  z-index: 2;
}
.wrap-form-signin .form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.wrap-form-signin .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wrap-form-signin .form-signin .error-message {
  background: transparent;
  padding: 2px;
  color: red;
  position: absolute;
  right: 30px;
  bottom: 12px;
  border: 0;
  line-height: 1;
  color: #5b96a7;
  padding: 6px 8px;
  border: 1px solid #5b96a7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.wrap-form-signin .form-signin .error-message:hover {
  color: #487987;
}
.wrap-form-signin .form-signin .user-head {
  display: none;
}
.wrap-form-signin .form-signin .user-head .user-logo {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.wrap-form-signin .form-signin .user-head .user-logo img {
  max-width: 65%;
  height: auto;
}
.wrap-form-signin .form-signin .user-head .logo-text {
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
  color: #27A598;
  display: block;
  text-align: center;
  text-shadow: none;
}
.wrap-form-signin .form-signin .footTxt {
  color: #fff;
}
.wrap-form-signin .form-signin .submit-btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-form-signin .form-signin .submit-btn-list li {
  display: block;
}
.wrap-form-signin .form-signin .submit-btn-list li .btn {
  padding: 13px 0;
  font-size: 14px;
}
.wrap-form-signin .form-signin .submit-btn-list li ~ li {
  margin-top: 10px;
}

.wrap-landing-section {
  position: relative;
  background: url("../images/bg-15.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.wrap-landing-section .admin {
  z-index: 10;
}
.wrap-landing-section .admin .card {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.wrap-landing-section .admin .card .card-body .btn {
  width: 150px;
  line-height: 1.2;
  font-size: 14px;
}

/*
    PERSONALITY ADMIN
*/
body {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 12px;
  background: #F1F2F2;
}

p {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #7C858A;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.1em;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

button {
  font-size: 1.1em;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-top .nav-item {
  margin-right: 10px;
  color: #666;
  position: relative;
}
.navbar-top .nav-item:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 3px;
  background: transparent;
}
.navbar-top .nav-item.active {
  color: royalblue;
}
.navbar-top .nav-item.active:before {
  background: royalblue;
}
.navbar-top .nav-item:last-child {
  margin-right: 0;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.side-nav {
  position: relative;
  min-width: 280px;
  max-width: 280px;
  min-height: 100vh;
  height: 100%;
  background: #4D4F5C;
  color: #fff;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.side-nav .sidebar-fixed-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #4D4F5C;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.side-nav .sidebar-toggleBtn {
  position: absolute;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  width: 42px;
  height: 42px;
  top: 28px;
  right: -21px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #7C858A;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  outline: none;
}
.side-nav .sidebar-toggleBtn > span {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.side-nav .sidebar-toggleBtn:hover {
  background-color: #70787d;
}
.side-nav .sidebar-toggleBtn:focus {
  outline: none;
}
.side-nav.active {
  margin-left: -300px;
}
.side-nav.active .sidebar-fixed-area {
  margin-left: -300px;
}
.side-nav.active .sidebar-toggleBtn {
  right: -42px;
}
.side-nav.active .sidebar-toggleBtn > span {
  transform: translate(-50%, -50%) rotate(-495deg);
  -webkit-transform: translate(-50%, -50%) rotate(-495deg);
  -ms-transform: translate(-50%, -50%) rotate(-495deg);
  -moz-transform: translate(-50%, -50%) rotate(-495deg);
  -o-transform: translate(-50%, -50%) rotate(-495deg);
}
.side-nav .sidebar-header {
  padding: 33px 30px 15px;
}
.side-nav .sidebar-header h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.side-nav ul.components {
  padding: 15px 0px;
}
.side-nav ul p {
  color: #fff;
  padding: 10px;
}
.side-nav ul li a {
  display: block;
  padding: 10px 30px;
  color: #F8F7F7;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.side-nav ul li a:hover {
  color: #F8F7F7;
  background: #27A598;
}
.side-nav ul li a[aria-expanded=true] {
  color: #F8F7F7;
  background: #2d324a;
}
.side-nav ul li a[data-toggle=collapse] {
  position: relative;
}
.side-nav ul li a.download {
  color: #27A598;
  border: 1px solid #27A598;
  line-height: 1.5;
}
.side-nav ul li a.download:hover {
  background: #27A598;
  color: #F8F7F7;
}
.side-nav ul li a.article {
  background: #6d7fcc !important;
  color: #fff !important;
}
.side-nav ul li a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}
.side-nav ul li.active > a {
  color: #F8F7F7;
  background: #27A598;
}
.side-nav ul.CTAs {
  padding: 20px;
}
.side-nav ul.CTAs a {
  text-align: center;
  font-size: 1.1em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.contents {
  width: calc(100% - 250px);
  padding: 35px 50px;
  margin: 0 auto;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}
.contents .contents-box {
  position: relative;
  width: 100%;
  min-width: 500px;
  padding: 40px 50px 40px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
}
.contents .contents-box.project-management-box {
  max-width: 100%;
}
.contents.active {
  width: 100%;
}
.contents .top-nav {
  padding: 10px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contents .top-nav .pull-left {
  display: inline-block;
}
.contents .top-nav .pull-right {
  display: inline-block;
}
.contents .bcrumb .link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #666;
}
.contents .bcrumb .link .txt {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.contents .pson-list-table-header {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 60px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.contents .pson-list-table-header.border-type-header {
  border-bottom: 2px solid #27a598;
}
.contents .pson-list-table-header .title {
  display: inline-block;
  color: #27A598;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contents .pson-list-table-header .title .project-name {
  font-size: 20px;
  margin-left: 10px;
}
.contents .pson-list-table-header .round-title {
  display: inline-block;
  color: #27A598;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #27A598;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
}
.contents .pson-list-table-header .nav-tabs {
  border-bottom: none;
}
.contents .pson-list-table-header .nav-tabs .nav-item {
  margin-bottom: 0;
}
.contents .pson-list-table-header .nav-tabs .nav-item .nav-link {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  padding: 0 16px;
  min-width: 140px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #A5A6AD;
  font-weight: 500;
  text-align: center;
}
.contents .pson-list-table-header .nav-tabs .nav-item .nav-link:hover {
  border-color: #a9d4cf;
  border-bottom-color: transparent;
}
.contents .pson-list-table-header .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #27A598;
  border-color: #27A598;
}
.contents .pson-list-table-header .title-fn-ui {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.contents .pson-list-table-header .title-fn-ui .pson-fn-btn {
  margin-right: 20px;
}
.contents .pson-list-table-header .title-fn-ui .pson-fn-btn .btn {
  font-size: 12px;
}
.contents .pson-list-table-header .title-fn-ui .pson-fn-btn:last-of-type {
  margin-right: 0;
}
.contents .pson-list-table-header .title-fn-ui .pson-check-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contents .pson-list-table-header .title-fn-ui .pson-check-group .title {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  color: #4D4F5C;
}
.contents .pson-list-table-header .title-fn-ui .pson-check-group .form-check:last-of-type {
  margin-right: 0;
}
.contents .pson-list-table-header .title-fn-ui .pson-list-table-search {
  display: inline-block;
}
.contents .pson-list-table {
  width: 100%;
}
.contents .pson-list-table .table {
  color: #4D4F5C;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  table-layout: fixed;
}
.contents .pson-list-table .table tr th {
  white-space: nowrap;
  padding: 10px;
  vertical-align: middle;
  font-size: 12px;
}
.contents .pson-list-table .table tr td {
  padding: 10px;
  vertical-align: middle;
}
.contents .pson-list-table .table thead tr th {
  padding: 14px;
  font-size: 13px;
  color: #7C858A;
  font-weight: 500;
  background-color: #E9EEF4;
  text-align: center;
  border-top: none;
  border-bottom: none;
}
.contents .pson-list-table .table thead tr th.thColorA {
  background-color: #A0BFD1;
  color: #fff;
}
.contents .pson-list-table .table thead tr th.thColorA-head {
  background-color: #2A668A;
  color: #fff;
}
.contents .pson-list-table .table thead tr th.thColorB {
  background-color: #70a9ce;
  color: #fff;
}
.contents .pson-list-table .table thead tr th.thColorC {
  background-color: #27A598;
  color: #fff;
}
.contents .pson-list-table .table thead tr th .formDownloadLink {
  display: inline-block;
  margin: 5px auto 0;
  background: #fff;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1;
  color: #666;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contents .pson-list-table .table thead tr th .formDownloadLink:hover {
  color: #333;
  border-color: rgba(0, 0, 0, 0.3);
}
.contents .pson-list-table .table tbody tr th {
  padding: 10px;
  color: #4D4F5C;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #E9EEF4;
  border-top: none;
}
.contents .pson-list-table .table tbody tr td {
  padding: 10px;
  color: #4D4F5C;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #E9EEF4;
  border-top: none;
  word-break: break-all;
}
.contents .pson-list-table .table tbody tr td input[type=text],
.contents .pson-list-table .table tbody tr td select {
  color: #4D4F5C;
  font-size: 13px;
  font-weight: 500;
  padding: 0 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E9EEF4;
  background-color: #FBFBFB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.contents .pson-list-table .table tbody tr td .target-select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contents .pson-list-table .table tbody tr td .target-select select {
  width: auto;
  font-size: 13px;
}
.contents .pson-list-table .table tbody tr td .target-select select ~ .btn {
  white-space: nowrap;
  margin-left: 5px;
}
.contents .pson-list-table .table tbody tr td .uploaded-file {
  margin-top: 5px;
}
.contents .pson-list-table .table tbody tr td .uploaded-file a {
  font-size: 12px;
}
.contents .pson-list-table .table tbody tr td .payment-history-link {
  font-size: 12px;
  color: #333;
}
.contents .pson-list-table .table tbody tr td .payment-history-link .respara {
  display: inline;
  font-weight: normal;
}
.contents .pson-list-table .table tbody tr td .payment-history-link:hover {
  color: #000;
  text-decoration: underline;
}
.contents .pson-list-table .table.detail-table {
  border: 1px solid #D7DADC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.contents .pson-list-table .table.detail-table tbody tr th, .contents .pson-list-table .table.detail-table tbody tr td {
  border-color: #D7DADC;
}
.contents .pson-list-table .table.detail-table tbody tr th {
  background-color: #E9EEF4;
}
.contents .pson-list-table .table.detail-table tbody tr td input[type=text], .contents .pson-list-table .table.detail-table tbody tr td input[type=password], .contents .pson-list-table .table.detail-table tbody tr td select {
  color: #7C858A;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  background-color: #fff;
  border-color: rgba(124, 133, 138, 0.3);
}
.contents .pson-list-table .table.detail-table tbody tr:last-child tr, .contents .pson-list-table .table.detail-table tbody tr:last-child td {
  border-bottom: none;
}
.contents .pson-list-table .table.part-tab tr td {
  color: #A5A6AD;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 13px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #A5A6AD;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.contents .pson-list-table .table.part-tab tr td.active {
  background-color: #A5A6AD;
  color: #fff;
}
.contents .pson-list-table .table.part-tab tr td:hover {
  background-color: #cdced1;
  color: #fff;
}
.contents .pson-list-table-footer {
  position: relative;
  margin-top: 15px;
  width: 100%;
  min-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.contents .pson-list-table-footer .pson-list-table-paging {
  position: relative;
  display: inline-block;
  font-size: 12px;
}
.contents .pson-list-table-footer .pson-list-table-paging .pagination {
  margin: 0;
}
.contents .pson-list-table-footer .pson-list-table-paging .pagination .page-item .page-link {
  padding: 0.31rem 0.66rem;
  font-size: 13px;
  color: #4D4F5C;
  cursor: pointer;
}
.contents .pson-list-table-footer .pson-list-table-paging .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #27A598;
  border-color: #27A598;
}
.contents .pson-list-table-footer .regist-new {
  display: inline-block;
}

.form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0;
}
.form-check label.custom-radio-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  z-index: 1;
  font-size: 13px;
  color: #43425d;
  cursor: pointer;
}
.form-check label.custom-radio-wrap .custom-input {
  display: none;
}
.form-check label.custom-radio-wrap .custom-input + .custom-radio {
  position: relative;
  display: inline-block;
  margin: 0 4px 0 0;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 2px solid #AAABB2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  cursor: pointer;
}
.form-check label.custom-radio-wrap .custom-input + .custom-radio::before {
  position: absolute;
  display: none;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #27A598;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.form-check label.custom-radio-wrap .custom-input:checked + .custom-radio::before {
  display: inline-block;
}

.inspection-question {
  position: relative;
  margin-top: 30px;
}
.inspection-question:first-of-type {
  margin-top: 0;
}
.inspection-question h4.question {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #4D4F5C;
  line-height: 1.4;
}
.inspection-question .example-box {
  position: relative;
  display: block;
  padding: 15px 0 25px;
}
.inspection-question .example-box .form-check {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 5px 0;
}
.inspection-question .example-box .form-check .custom-radio-wrap {
  font-size: 18px;
  font-weight: 400;
}
.inspection-question .example-box .form-check .custom-radio-wrap .form-check-label {
  margin-right: 10px;
}

/*문항 바로가기 레이어*/
.shortcuts-layer-wrap {
  position: fixed;
  transition: all 0.3s;
  right: 30px;
  top: 35px;
  /*
  width: calc(100% - 300px);
  left: 0;
  height: 0;
  */
}
.shortcuts-layer-wrap .shortcuts-layer-box {
  position: relative;
  width: 100%;
  /*
  max-width: 1200px;
  min-width: 900px;
  padding:40px 50px;
  */
  margin: 0 auto;
  height: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.shortcuts-layer-wrap ~ .contents {
  margin: 0;
}

.shortcuts-layer {
  display: inline-block;
  top: 0px;
  right: -283px;
  width: 243px;
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-top: 2px solid #27A598;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  z-index: 1;
}
.shortcuts-layer .shortcuts-header {
  position: relative;
  height: 110px;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.shortcuts-layer .shortcuts-header .shortcuts-title {
  text-align: center;
}
.shortcuts-layer .shortcuts-header .shortcuts-title h3 {
  margin: 0;
  padding: 0;
  color: #4D4F5C;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.shortcuts-layer .shortcuts-header .shortcuts-title p {
  margin: 0;
  padding: 0;
  color: #FF8667;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.shortcuts-layer .shortcuts-body .shortcuts-table {
  border-bottom: 2px solid #27a598;
}
.shortcuts-layer .shortcuts-body .shortcuts-table:last-child {
  border-bottom: none;
}
.shortcuts-layer .shortcuts-body .shortcuts-table table {
  table-layout: fixed;
  width: 100%;
}
.shortcuts-layer .shortcuts-body .shortcuts-table table tr td {
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
}
.shortcuts-layer .shortcuts-body .shortcuts-table table tr td.complete {
  color: #fff;
  background-color: #dcdcdc;
}
.shortcuts-layer .shortcuts-body .shortcuts-table table tr td.active, .shortcuts-layer .shortcuts-body .shortcuts-table table tr td:hover {
  color: #fff;
  background-color: #27A598;
}
.shortcuts-layer .shortcuts-body .shortcuts-table table tr.col-3 td {
  width: 80px;
}
.shortcuts-layer .shortcuts-footer {
  display: block;
  width: 100%;
}
.shortcuts-layer .shortcuts-footer .shortcuts-btn {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #276da5;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.shortcuts-layer .shortcuts-footer .shortcuts-btn:hover {
  background-color: #225f90;
}

.time-limit {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -moz-inline-flex;
  display: -o-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 8px 21px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.time-limit .material-icons {
  font-size: 22px;
  font-weight: 500;
  color: #27A598;
  margin-right: 8px;
}
.time-limit .time-cont {
  font-size: 18px;
  font-weight: 400;
  color: #27A598;
  line-height: 1;
}

.default-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(124, 133, 138, 0.3);
  word-break: keep-all;
  color: #4d4f5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.default-box:first-of-type {
  margin-top: 0;
}

.table-bottom-btn {
  padding: 0 18px;
  min-width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------------------------------------------------
    FORM CONTROL
----------------------------------------------------- */
.form-group {
  margin-bottom: 0;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=date],
.form-group input[type=text],
.form-group input[type=search] {
  font-size: 12px;
}
.form-group input[type=text]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=date]::placeholder,
.form-group input[type=text]::placeholder,
.form-group input[type=search]::placeholder {
  font-size: 12px;
}

.inline-ui {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.inline-ui ~ .inline-ui {
  margin-top: 10px;
}
.inline-ui .form-check-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.inline-ui .form-check-label [type=checkbox],
.inline-ui .form-check-label [type=radio] {
  margin-right: 5px;
  height: auto;
}
.inline-ui .form-check-label ~ .form-check-label {
  margin-left: 10px;
}
.inline-ui .title {
  white-space: nowrap;
  margin-right: 10px;
}
.inline-ui .mes {
  display: inline-block;
  margin: 0 10px;
}
.inline-ui .form-control ~ .form-control {
  margin-left: 5px;
  padding: 0 10px;
}

.form-file-upload {
  line-height: 1;
  height: auto;
}
.form-file-upload .form-control-file {
  background: #f9f9f9;
  line-height: 1;
}

.input-group > .table-header-input {
  color: #4D4F5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 12px;
  min-width: 240px;
  height: 40px;
  border-color: #E9EEF4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
}
.input-group > .table-header-input:not(textarea) {
  height: 40px;
}
.input-group > .table-header-input::-ms-input-placeholder {
  color: rgba(124, 133, 138, 0.5);
}
.input-group > .table-header-input::-webkit-input-placeholder {
  color: rgba(124, 133, 138, 0.5);
}
.input-group > .table-header-input::-moz-input-placeholder {
  color: rgba(124, 133, 138, 0.5);
}
.input-group > .input-group-append > .btn {
  padding: 0.25rem 1.2rem;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  justify-content: center !important;
}
.justify-content-left {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  -webkit-justify-content: left !important;
  -moz-justify-content: left !important;
  justify-content: left !important;
}
.justify-content-flex-end {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.justify-content-space-between {
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  justify-content: space-between !important;
}

.d-inline-flex {
  display: inline-flex !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flex !important;
  display: -moz-inline-flex !important;
  display: -o-inline-flex !important;
}

/*텍스트 컬러 테마*/
.text-theme-primary {
  color: #27A598 !important;
}
.text-theme-gray {
  color: rgb(124, 133, 138) !important;
}
.text-theme-dark {
  color: #43425d !important;
}
.text-theme-black {
  color: #4D4F5C !important;
}
.text-theme-input {
  color: rgba(57, 88, 159, 0.4) !important;
}
.text-theme-cloud {
  color: #E9EEF4 !important;
}

.hover-primary:hover {
  color: #27A598 !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* ---------------------------------------------------
    MODAL
----------------------------------------------------- */
.modal-lg {
  max-width: 1000px;
}

.modal-content .modal-header {
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.modal-content .modal-header-type2 {
  padding: 1rem;
  padding-top: 30px;
  margin: 0 auto;
}
.modal-content .modal-header-type2 .modal-title {
  display: block;
  padding: 0;
  margin: 0;
  color: #27A598;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.modal-content .modal-header-type2 .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-content .modal-header-type3 {
  padding: 1rem;
  padding-top: 30px;
}
.modal-content .modal-header-type3 .modal-title {
  display: block;
  padding: 0 40px;
  margin: 0;
  color: #27A598;
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
}
.modal-content .modal-header-type3 .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-content .modal-body {
  font-size: 14px;
}
.modal-content .modal-body .container-fluid {
  margin: 0;
  padding: 0 40px;
}
.modal-content .modal-body .container-fluid p {
  text-align: center;
}
.modal-content .modal-body .container-fluid p.pull {
  width: 100%;
  box-sizing: border-box;
}
.modal-content .modal-body .container-fluid .table {
  border: 1px solid #D7DADC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.modal-content .modal-body .container-fluid .table tbody tr:first-child th {
  border-top: none;
}
.modal-content .modal-body .container-fluid .table tbody tr:first-child td {
  border-top: none;
}
.modal-content .modal-body .container-fluid .table tbody tr th, .modal-content .modal-body .container-fluid .table tbody tr td {
  border-top: 1px solid #D7DADC;
  text-align: center;
  color: #4D4F5C;
  font-size: 14px;
}
.modal-content .modal-body .container-fluid .table tbody tr th {
  background-color: #E9EEF4;
  font-weight: 500;
}
.modal-content .modal-body .container-fluid .table tbody tr td input, .modal-content .modal-body .container-fluid .table tbody tr td select, .modal-content .modal-body .container-fluid .table tbody tr td textarea {
  color: #7C858A;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  border-color: rgba(124, 133, 138, 0.3);
}
.modal-content .modal-body .container-fluid .table tbody tr td input:not(textarea), .modal-content .modal-body .container-fluid .table tbody tr td select:not(textarea), .modal-content .modal-body .container-fluid .table tbody tr td textarea:not(textarea) {
  height: 40px;
}
.modal-content .modal-body .container-fluid .table tbody tr td input::-ms-input-placeholder, .modal-content .modal-body .container-fluid .table tbody tr td select::-ms-input-placeholder, .modal-content .modal-body .container-fluid .table tbody tr td textarea::-ms-input-placeholder {
  color: rgba(124, 133, 138, 0.7);
}
.modal-content .modal-body .container-fluid .table tbody tr td input::-webkit-input-placeholder, .modal-content .modal-body .container-fluid .table tbody tr td select::-webkit-input-placeholder, .modal-content .modal-body .container-fluid .table tbody tr td textarea::-webkit-input-placeholder {
  color: rgba(124, 133, 138, 0.7);
}
.modal-content .modal-body .container-fluid .table tbody tr td input::-moz-input-placeholder, .modal-content .modal-body .container-fluid .table tbody tr td select::-moz-input-placeholder, .modal-content .modal-body .container-fluid .table tbody tr td textarea::-moz-input-placeholder {
  color: rgba(124, 133, 138, 0.7);
}
.modal-content .modal-body .container-fluid .table tbody tr td textarea {
  width: 100%;
  line-height: 28px;
  padding: 15px 20px;
}
.modal-content .modal-body .container-fluid .form-file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.3em + 0.8rem + 2px);
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.modal-content .modal-body .container-fluid input[type=file] {
  border-color: rgba(124, 133, 138, 0.3);
  height: calc(1.3em + 0.8rem + 2px);
}
.modal-content .modal-body .container-fluid input[type=file].custom-file-input {
  cursor: pointer;
  height: 100%;
}
.modal-content .modal-body .container-fluid input[type=file] + .custom-file-label {
  display: inline-block;
  margin: 0;
  padding: 5px 1rem;
  height: 100%;
  border-color: rgba(124, 133, 138, 0.3);
  color: #4d4f5c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.modal-content .modal-body .container-fluid input[type=file] + .custom-file-label::after {
  margin-top: -1px;
  padding: 0.55rem 0.75rem;
  right: -1px;
  height: calc(100% + 2px);
  background-color: #7C858A;
  color: #fff;
  font-size: 13px;
}
.modal-content .modal-body .container-fluid input[type=file] + .custom-file-label::after:hover {
  background-color: #70787d;
}
.modal-content .modal-body .container-fluid input[type=file]::-ms-input-placeholder {
  color: #7C858A;
}
.modal-content .modal-body .container-fluid input[type=file]::-webkit-input-placeholder {
  color: #7C858A;
}
.modal-content .modal-body .container-fluid input[type=file]::-moz-placeholder {
  color: #7C858A;
}
.modal-content .modal-footer {
  border: none;
  padding-bottom: 25px;
}

.regist-modal .regist-table {
  margin-bottom: 0;
}
.regist-modal .regist-table tr th {
  vertical-align: middle;
  color: #4D4F5C;
}
.regist-modal .regist-table tr td {
  vertical-align: middle;
  color: #4D4F5C;
}

.export-profile-modal .form-check .form-check-label {
  font-size: 15px;
}
.export-profile-modal .export-btn {
  padding: 10px 30px;
  line-height: 1.4;
}

.row {
  margin: 0;
}

.page-blocking-layer {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.page-blocking-layer .page-blocking-box {
  position: relative;
  display: inline-block;
  text-align: center;
}
.page-blocking-layer .page-blocking-box img {
  display: block;
  margin: 0 auto;
  border: none;
  width: 120px;
  height: 120px;
}
.page-blocking-layer .page-blocking-box h3 {
  color: #4D4F5C;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 40px 0 20px;
}
.page-blocking-layer .page-blocking-box p {
  color: #4D4F5C;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.page-blocking-layer .page-blocking-box p b {
  font-weight: 500;
}
.page-blocking-layer .page-blocking-box .footer {
  margin-top: 10px;
  text-align: center;
}
.page-blocking-layer .page-blocking-box .footer .btn.btn-back {
  text-align: center;
  padding: 8px 10px;
  background: #666;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 18px;
}
.page-blocking-layer .page-blocking-box .footer .btn.btn-back:hover {
  background: #4d4d4d;
}

.loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loading .ui.dimmer {
  background-color: rgba(0, 0, 0, 0.4);
}

.loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading .ui.dimmer {
  background-color: rgba(0, 0, 0, 0.4);
}

.ui.modal.custom > .close {
  right: 5px;
  top: 5px;
  color: #666;
  border-radius: initial;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.ui.modal.custom .header {
  border-bottom-color: transparent;
}
.ui.modal.custom .content .paragraph dt {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.ui.modal.custom .content .paragraph dt .careercare-calas-logo {
  content: "";
  display: inline-block;
  line-height: 1;
  background: url("../images/leadership/careercare-calas-logo.png") center center no-repeat;
  background-size: cover;
  width: 250px;
  height: 49px;
  margin: 0 auto;
}
.ui.modal.custom .content .paragraph dd {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}
.ui.modal.custom .content .paragraph dd .para {
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
.ui.modal.custom .content .paragraph dd .para strong {
  font-weight: bold;
  color: #6435c9;
}
.ui.modal.custom .content .paragraph dd .para ~ .para {
  margin-top: 1em;
}
.ui.modal.custom .content .paragraph.center dt, .ui.modal.custom .content .paragraph.center dd {
  text-align: center;
}
.ui.modal.custom .content .examTargetList {
  margin-top: 20px;
}
.ui.modal.custom .content .examTargetList li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ui.modal.custom .content .examTargetList li ~ li {
  margin-top: 5px;
}
.ui.modal.custom .content .examTargetList li .tgLabel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.ui.modal.custom .content .examTargetList li .tgLabel input[type=radio] {
  margin-right: 5px;
}
.ui.modal.custom .content .examTargetList li .tgLabel .txt {
  display: inline-block;
}
.ui.modal.custom .content .examTargetList li .tgStatus {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  line-height: 1;
  padding: 8px 10px;
  background: #6435c9;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}
.ui.modal.custom .content .examTargetList li .tgStatus.st-1 {
  background: #29b329;
}
.ui.modal.custom .content .examTargetList li .tgStatus.st-2 {
  background: #746b87;
}
.ui.modal.custom .content .examTargetList li .tgStatus.st-3 {
  background: #1cace3;
}
.ui.modal.custom .content .uncomplete-list .item {
  cursor: pointer;
}
.ui.modal.custom .content .uncomplete-list .item:hover {
  color: #333;
}
.ui.modal.custom .actions {
  text-align: center;
}
.ui.modal.custom .actions .ui.button.ok {
  background: #6435c9;
  color: #fff;
}
.ui.modal.custom .actions .ui.button.cancel {
  background: #eee;
  color: #666;
}

.layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: none;
}
.layer .layer-contents {
  position: relative;
  display: inline-block;
  min-width: 240px;
}
.layer .layer-contents .layer-header {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #21338b;
  color: #fff;
  height: 50px;
}
.layer .layer-contents .layer-header .title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.layer .layer-contents .layer-header .close-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0.6;
}
.layer .layer-contents .layer-header .close-btn .material-icons {
  font-size: 18px;
}
.layer .layer-contents .layer-body {
  padding: 20px;
  background: #fff;
}
.layer .layer-contents .layer-body .guide-txt {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  color: royalblue;
}
.layer .layer-contents .layer-body .organization {
  margin: 20px auto 0;
  width: 260px;
}
.layer .layer-contents .layer-body .organization dt {
  font-size: 14px;
  margin: 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.layer .layer-contents .layer-body .organization dt .group-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layer .layer-contents .layer-body .organization dt .toggle-btn {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
.layer .layer-contents .layer-body .organization dd .organ-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.layer .layer-contents .layer-body .organization dd .organ-list li {
  margin: 5px;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label {
  position: relative;
  width: 120px;
  height: 36px;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label .txt {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label .check-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  padding: 2px;
  z-index: 5;
  right: -8px;
  top: -8px;
  background: #21338b;
  color: #fff;
  border-radius: 50%;
  display: none;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label .check-icon .material-icons {
  font-size: 16px;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label input[type=radio] {
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label input[type=radio]:checked ~ .check-icon {
  display: inline-block;
}
.layer .layer-contents .layer-body .organization dd .organ-list li .organ-label input[type=radio]:checked ~ .txt {
  background: #e9edff;
  border-color: #acb1c9;
  color: #21338b;
}
.layer .layer-contents .layer-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #f9f9f9;
}
.layer .layer-contents .layer-footer .btn {
  padding: 10px 20px;
}
.layer .layer-contents .layer-footer .btn.submit {
  background: #464c68;
  color: #fff;
  min-width: 120px;
}
.layer .layer-contents .layer-footer .btn.submit:hover {
  background: #31364a;
}

/*얼럿 확인 레이어*/
.confirm-layer {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.confirm-layer .layer-inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.confirm-layer .layer-inner .layer-contents {
  position: relative;
  background: #fff;
  min-width: 240px;
  max-width: calc(100vw - 20px);
  padding: 30px;
}
.confirm-layer .layer-inner .layer-contents .close-btn {
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para {
  line-height: 1.6;
  font-size: 14px;
  color: #444;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para.text-left {
  text-align: left;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para.text-right {
  text-align: right;
}
.confirm-layer .layer-inner .layer-contents .paragraph .para.text-center {
  text-align: center;
}
.confirm-layer .layer-inner .layer-contents .footer {
  margin-top: 20px;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn {
  border: 1px solid transparent;
  padding: 8px 20px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 5px;
  line-height: 1;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn ~ .btn {
  margin-left: 5px;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn-confirm {
  color: royalblue;
  border-color: royalblue;
}
.confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn-close, .confirm-layer .layer-inner .layer-contents .footer .fns-btns .btn-cancel {
  background: #f9f9f9;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.confirm-layer .layer-inner .layer-contents .payment-method-wrap {
  width: 640px;
}
.confirm-layer .layer-inner .layer-contents .payment-method-wrap .footer .fns-btns .btn.btn-confirm {
  padding: 12px 24px;
  font-size: 16px;
}
.confirm-layer .layer-inner .layer-contents .payment-method-wrap .footer .fns-btns .btn.btn-confirm:hover {
  background: aliceblue;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap {
  width: 250px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap.admin {
  width: 400px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .header {
  font-size: 18px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list {
  margin-top: 20px;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result {
  width: 100%;
  border-collapse: collapse;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result thead tr th, .confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result thead tr td,
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result tbody tr th,
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result tbody tr td {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result thead tr th, .confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result tbody tr th {
  background: #f9f9f9;
}
.confirm-layer .layer-inner .layer-contents .exam-result-wrap .table-rs-list .tb-result .btn.btn-report-view {
  background: #736bdb;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}

/*이용약관 레이어*/
.privacy-layer {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.privacy-layer .layer-inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.privacy-layer .layer-inner .layer-contents {
  position: relative;
  background: #fff;
  min-width: 240px;
  width: 760px;
  max-width: calc(100vw - 20px);
  padding: 40px 30px;
}
.privacy-layer .layer-inner .layer-contents .close-btn {
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.privacy-layer .layer-inner .layer-contents .privacy-detail {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(80vh - 100px);
  padding-right: 30px;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para {
  line-height: 1.6;
  font-size: 14px;
  color: #444;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para.text-left {
  text-align: left;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para.text-right {
  text-align: right;
}
.privacy-layer .layer-inner .layer-contents .paragraph .para.text-center {
  text-align: center;
}
.privacy-layer .layer-inner .layer-contents .footer {
  margin-top: 20px;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn {
  border: 1px solid transparent;
  padding: 8px 20px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 5px;
  line-height: 1;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn ~ .btn {
  margin-left: 5px;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn-confirm {
  color: royalblue;
  border-color: royalblue;
}
.privacy-layer .layer-inner .layer-contents .footer .fns-btns .btn-cancel {
  background: #f9f9f9;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

/*# sourceMappingURL=personality.css.map */
