/*
---------------------------------------------------------------
*
* base
*
---------------------------------------------------------------
*/
/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, button, table, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

th, b, strong {
  font-weight: normal;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

legend {
  display: none;
}

button, input[type=submit] {
  border: 1px solid #ddd;
  cursor: pointer;
}

/*
---------------------------------------------------------------
*
* common
*
---------------------------------------------------------------
*/
@font-face {
  font-family: "noto-sans-scott-l";
  src: url("../fonts/NotoSansCJKkr-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKkr-Light.woff") format("woff"), url("../fonts/NotoSansCJKkr-Light.otf") format("truetype");
}

@font-face {
  font-family: "noto-sans-scott-dl";
  src: url("../fonts/NotoSansCJKkr-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKkr-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKkr-DemiLight.otf") format("truetype");
}

@font-face {
  font-family: "noto-sans-scott-m";
  src: url("../fonts/NotoSansCJKkr-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKkr-Medium.woff") format("woff"), url("../fonts/NotoSansCJKkr-Medium.otf") format("truetype");
}

@font-face {
  font-family: "noto-sans-scott-b";
  src: url("../fonts/NotoSansCJKkr-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKkr-Bold.woff") format("woff"), url("../fonts/NotoSansCJKkr-Bold.otf") format("truetype");
}

body {
  background: #fff;
  font-family: "noto-sans-scott-dl";
  font-size: 14px;
  color: #222;
}

a {
  color: #222;
}

th, b, strong {
  font-family: "noto-sans-scott-m";
}

::-moz-selection {
  background: #c99a05;
  color: #fff;
}

::selection {
  background: #c99a05;
  color: #fff;
}

::-moz-selection {
  background: #c99a05;
  color: #fff;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbb;
}

::-moz-placeholder {
  font-size: 14px;
  color: #bbb;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #bbb;
}

img {
  max-width: 100%;
}

pre {
  font-family: "noto-sans-scott-dl";
}

button, input[type=submit] {
  border: none;
  background: none;
  font-family: "noto-sans-scott-dl";
}

button:focus, input[type=submit]:focus {
  background: #e4cd85;
  outline: none;
}

textarea, input[type=number], input[type=text], input[type=password], input[type=email], select {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "noto-sans-scott-dl";
}

textarea:focus, input[type=number]:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
  outline: none;
  border-color: #c99a05;
}

textarea.rd_only, input[type=number].rd_only, input[type=text].rd_only, input[type=password].rd_only, input[type=email].rd_only, select.rd_only {
  background: #eee;
}

textarea.rd_only:focus, input[type=number].rd_only:focus, input[type=text].rd_only:focus, input[type=password].rd_only:focus, input[type=email].rd_only:focus, select.rd_only:focus {
  border-color: #ddd;
}

textarea {
  display: block;
  min-height: 50px;
  padding: 5px;
  resize: vertical;
}

textarea:focus {
  outline: none;
  border-color: #c99a05;
}

input[type=number], input[type=text], input[type=password], input[type=email], select {
  height: 35px;
}

input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

input[type=checkbox] + label {
  position: relative;
  line-height: 25px;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox] + label:before, input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox] + label:before {
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

input[type=checkbox] + label:after {
  top: 5px;
  left: 4px;
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + label:before {
  border-color: #c99a05;
}

input[type=checkbox]:checked + label:after {
  border-left: 3px solid #c99a05;
  border-bottom: 3px solid #c99a05;
}

input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/*
---------------------------------------------------------------
*
* LAYOUT
*
---------------------------------------------------------------
*/
.snd_only {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.keyword {
  font-style: normal;
  background: #c99a05;
  color: #fff;
}

.btn_square {
  background: #c99a05;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
}

.btn_square.fill {
  background: none;
  color: #c99a05;
}

.btn_square:focus {
  background: #e4cd85;
}

a.btn_square {
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

.btn_s, .btn_l {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #c99a05;
  font-family: "noto-sans-scott-m";
}

.btn_s.full, .btn_l.full {
  background: #c99a05;
  color: #fff;
}

.btn_s.full.off, .btn_l.full.off {
  background: #888;
}

.btn_s.fill, .btn_l.fill {
  background: #fff;
  color: #c99a05;
}

.btn_s.fill.off, .btn_l.fill.off {
  color: #888;
}

.btn_s.off, .btn_l.off {
  border-color: #888;
}

.btn_s:focus, .btn_l:focus {
  background: #e4cd85;
  border-color: #e4cd85;
}

.btn_s {
  height: 27px;
  padding: 0 15px;
  font-size: 14px;
}

.btn_l {
  width: 120px;
  height: 40px;
  font-size: 17px;
}

a.btn_s, a.btn_l {
  display: inline-block;
  text-align: center;
}

a.btn_s {
  line-height: 25px;
}

a.btn_l {
  line-height: 38px;
}

.form_msg {
  font-size: 12px;
  color: #ff0000;
}

.sub_tit {
  margin-bottom: 15px;
  font-family: "noto-sans-scott-m";
  font-size: 18px;
}

.table_ctrl {
  float: right;
  margin-bottom: 15px;
}

.table_ctrl + table {
  clear: both;
}

.pagination {
  display: table;
  margin: 30px auto 0;
}

.pagination li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  text-align: center;
}

.pagination button {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

.pagination .pg_btn {
  border: 1px solid #c99a05;
  color: #c99a05;
}

.pagination .pg_current {
  background: #c99a05;
  color: #fff;
  cursor: default;
}

.pagination .pg_prev, .pagination .pg_next {
  border: none;
}

#wrap {
  min-width: 1470px;
}

#container {
  min-height: calc(100vh - 106px);
  background: #f9f9f9;
}

#container > div {
  padding: 35px 0 80px;
}

#container.pl-250 > div {
  padding-left: 250px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container.bg {
  padding: 25px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

#wrap2 .container {
  width: 600px;
}

#wrap2 .container.bg {
  padding: 35px;
}

#header {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 1;
}

#header .head-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

#header .head-area:after {
  content: "";
  display: table;
  clear: both;
}

#header h1 {
  float: left;
  display: table;
  width: 250px;
  height: 100%;
  background: #c99a05;
}

#header h1 p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#quickMenu {
  position: relative;
  float: right;
  padding: 20px 0;
}

#quickMenu:after {
  content: "";
  display: table;
  clear: both;
}

#quickMenu > li {
  float: left;
  margin-left: 14px;
}

#quickMenu > li:first-child {
  margin: 0;
}

#quickMenu .btn_adm {
  position: relative;
  padding-bottom: 10px;
}

#quickMenu .btn_adm:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  display: none;
}

#quickMenu .btn_adm ul {
  position: absolute;
  top: 34px;
  min-width: 90px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}

#quickMenu .btn_adm li {
  position: relative;
  text-align: center;
  border-top: 1px solid #ccc;
  z-index: 2;
}

#quickMenu .btn_adm li:first-child {
  border: none;
}

#quickMenu .btn_adm li a {
  display: block;
  padding: 5px 0;
}

#quickMenu .btn_adm li a:hover {
  background: #c99a05;
  color: #fff;
}

#quickMenu .btn_adm i {
  vertical-align: middle;
  font-size: 16px;
}

#quickMenu .btn_adm:hover:before, #quickMenu .btn_adm:hover ul {
  display: block;
}

#quickMenu .btn_logout {
  display: block;
  height: 30px;
  padding: 0 5px;
  font-size: 20px;
  color: #ccc;
}

#quickMenu .btn_logout i {
  vertical-align: middle;
}

.search_form {
  position: relative;
  width: 220px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_form input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0 42px 0 12px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  font-size: 13px;
}

.search_form input[type=text]:focus {
  border-color: #c99a05;
}

.search_form ::-webkit-input-placeholder {
  font-size: 12px;
}

.search_form ::-moz-placeholder {
  font-size: 12px;
}

.search_form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  font-size: 18px;
  color: #ccc;
}

#lnb {
  position: fixed;
  top: 70px;
  left: 0;
  width: 250px;
  height: calc(100% - 70px);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  background: #fff;
  overflow-y: scroll;
}

#lnb dl {
  margin-top: 15px;
}

#lnb dl:first-child {
  margin: 0;
}

#lnb dt, #lnb p, #lnb li {
  height: 22px;
  margin-top: 5px;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

#lnb dt, #lnb p {
  line-height: 22px;
  text-align: center;
  color: #fff;
}

#lnb dt, #lnb dd {
  position: relative;
}

#lnb dt:before, #lnb dd:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#lnb dt.act:before, #lnb dd.act:before {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#lnb dt {
  background: #333;
  cursor: pointer;
}

#lnb dt:first-child {
  margin-top: 0;
}

#lnb dd {
  display: none;
}

#lnb dd.act {
  display: block;
}

#lnb dd.act ul {
  display: block;
}

#lnb p {
  margin: 10px 0;
  background: #888;
  cursor: pointer;
}

#lnb ul {
  display: none;
}

#lnb li {
  position: relative;
  border: 1px solid #333;
  overflow: hidden;
}

#lnb li a {
  display: block;
  padding: 0 8px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  overflow: hidden;
}

#lnb li span {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 65px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  text-align: center;
  background: #333;
  font-family: "noto-sans-scott-l";
  font-size: 11px;
  color: #fff;
}

#lnb li.on {
  border-color: #c99a05;
}

#lnb li.on a {
  color: #c99a05;
}

#lnb li.on span {
  background: #c99a05;
}

#footer {
  border-top: 1px solid #ccc;
  background: #fff;
}

#footer p {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

#wrap #footer {
  padding-left: 250px;
}

/*
---------------------------------------------------------------
*
* LOGIN
*
---------------------------------------------------------------
*/
.login_wrap {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 36px);
}

.login_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #c99a05;
  z-index: -1;
}

.login_wrap > div {
  display: table-cell;
  vertical-align: middle;
}

.login_wrap h1 {
  width: 170px;
  margin: 0 auto 50px;
}

.login_form, .login_box {
  width: 300px;
  margin: 0 auto;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.login_form .form_box {
  position: relative;
  margin-top: 10px;
}

.login_form .form_box.btn {
  margin-top: 25px;
}

.login_form .form_box.btn p {
  margin-top: 5px;
  text-align: center;
}

.login_form .form_box.btn a:hover {
  text-decoration: underline;
}

.login_form label {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
}

.login_form input, .login_form button {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.login_form input {
  width: 100%;
  text-indent: 30px;
}

.login_form button {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background: #c99a05;
  color: #fff;
}

.login_box {
  text-align: center;
}

.login_box h2 {
  font-family: "noto-sans-scott-m";
  font-size: 18px;
}

.login_box h2 i {
  display: block;
  margin-bottom: 15px;
  font-size: 45px;
}

.login_box p {
  margin-top: 45px;
  font-size: 15px;
}

.login_box .btn_link {
  margin-top: 30px;
  font-size: 14px;
}

.login_box .btn_link a {
  display: block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  border-radius: 5px;
  background: #c99a05;
  color: #fff;
}

/*
---------------------------------------------------------------
*
* JOIN
*
---------------------------------------------------------------
*/
.join_wrap .head-area {
  margin-bottom: 25px;
}

.join_wrap .head-area h2 {
  text-align: center;
  font-family: "noto-sans-scott-b";
  font-size: 24px;
}

.join_wrap .step1-area p {
  margin-bottom: 5px;
}

.join_wrap .step2-area:after {
  content: "";
  display: table;
  clear: both;
}

.join_wrap .step2-area > div {
  float: left;
  width: 48%;
}

.join_wrap .step2-area > div:last-child {
  margin-left: 4%;
}

.join_form > div {
  margin-top: 15px;
}

.join_form pre {
  display: block;
  min-height: 115px;
  max-height: 115px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  overflow-y: scroll;
  font-size: 13px;
}

.join_form .chk_box {
  margin-top: 10px;
  text-align: right;
}

.join_form .ipt_box {
  margin-top: 15px;
}

.join_form .ipt_box label {
  display: block;
  margin-bottom: 5px;
}

.join_form .ipt_box input {
  width: 100%;
}

.join_form .ipt_box > div {
  position: relative;
  overflow: hidden;
}

.join_form .ipt_box > div input {
  float: left;
  width: 130px;
}

.join_form .ipt_box > div span {
  float: left;
  width: 20px;
  line-height: 35px;
  text-align: center;
}

.join_form .ipt_box > div button {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
}

.join_form .ipt_box > div .form_msg {
  clear: both;
}

.join_form .form_msg {
  margin-top: 5px;
}

.join_form .btn_box {
  margin: 30px auto 0;
  overflow: hidden;
}

.join_form .btn_box li {
  float: left;
  margin-left: 105px;
}

.join_form .btn_box li:first-child {
  margin: 0;
}

.join_form .btn_box .btn_prev .btn_l, .join_form .btn_box .btn_prev .btn_l {
  width: 100px;
}

.join_form .btn_box .btn_prev .btn_l {
  text-indent: -5px;
}

.join_form .btn_box .btn_next {
  float: right;
}

.join_form .btn_box .btn_next .btn_l {
  text-indent: 5px;
}

/*
---------------------------------------------------------------
*
* MAIN
*
---------------------------------------------------------------
*/
.main_wrap table, .result_wrap table {
  font-size: 13px;
}

.main_wrap .tabs, .edit_wrap .tabs {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.main_wrap .tabs li, .edit_wrap .tabs li {
  float: left;
  margin-left: 15px;
}

.main_wrap .tabs li:first-child, .edit_wrap .tabs li:first-child {
  margin: 0;
}

.main_wrap .tabs button, .main_wrap .tabs a, .edit_wrap .tabs button, .edit_wrap .tabs a {
  height: 35px;
  border-radius: 35px;
  padding: 0 15px;
  font-family: "noto-sans-scott-m";
  font-size: 14px;
  background-color: #222;
  color: #fff;
}

.main_wrap .tabs button:hover, .main_wrap .tabs a:hover, .edit_wrap .tabs button:hover, .edit_wrap .tabs a:hover {
  opacity: .7;
}

.main_wrap .tabs button.on, .main_wrap .tabs a.on, .edit_wrap .tabs button.on, .edit_wrap .tabs a.on {
  background-color: #c99a05;
}

.main_wrap .tabs a, .edit_wrap .tabs a {
  display: block;
  line-height: 35px;
}

.main_wrap .tables {
  overflow: hidden;
}

.main_wrap .tables dl {
  float: left;
  width: 210px;
  margin-top: 7px;
  margin-left: 25px;
}

.main_wrap .tables dl:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}

.main_wrap .tables dt {
  text-align: center;
  background-color: #222;
  color: #fff;
}

.main_wrap .tables dt, .main_wrap .tables dd {
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
}

.main_wrap .tables dd {
  margin-top: 7px;
}

.main_wrap .tables dl:nth-child(5n+1) dd {
  background-color: #cfcfcf;
}

.main_wrap .tables dl:nth-child(5n+2) dd {
  background-color: #f7caac;
}

.main_wrap .tables dl:nth-child(5n+3) dd {
  background-color: #ffe599;
}

.main_wrap .tables dl:nth-child(5n+4) dd {
  background-color: #bdd6ee;
}

.main_wrap .tables dl:nth-child(5n) dd {
  background-color: #c5e0b3;
}

.main_wrap .tables a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_wrap .tables a:hover {
  opacity: .7;
}

.main_wrap .tables span {
  float: left;
  width: 75px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  margin-right: 5px;
  text-align: center;
  font-size: 12px;
  background: #333;
  color: #fff;
}

.main_wrap .tables .sub_comm dt {
  visibility: hidden;
}

.main_wrap .tables .sub_comm dl:nth-child(1) dt, .main_wrap .tables .sub_comm dl:nth-child(2) dt, .main_wrap .tables .sub_comm dl:nth-child(3) dt, .main_wrap .tables .sub_comm dl:nth-child(4) dt, .main_wrap .tables .sub_comm dl:nth-child(5) dt {
  visibility: visible;
}

.sub_cm01 {
  background-color: #cfcfcf;
}

.sub_cm02 {
  background-color: #f7caac;
}

.sub_cm03 {
  background-color: #ffe599;
}

.sub_cm04 {
  background-color: #bdd6ee;
}

.sub_cm05 {
  background-color: #c5e0b3;
}

/*
---------------------------------------------------------------
*
* SEARCH
*
---------------------------------------------------------------
*/
.result_wrap section {
  margin-top: 80px;
}

.result_wrap section:first-child {
  margin-top: 0;
}

.result_wrap table th:nth-child(1) {
  width: 100px;
  text-align: center;
}

.result_wrap table th:nth-child(2) {
  width: 900px;
}

.result_wrap table td {
  color: #888;
}

.result_wrap table td:nth-child(1) {
  text-align: center;
}

.result_wrap table a {
  display: block;
  font-family: "noto-sans-scott-l";
  color: #888;
}

.result_wrap table a:first-child {
  position: relative;
  padding: 0 0 8px 70px;
  font-family: "noto-sans-scott-dl";
}

.result_wrap table span {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  text-align: center;
  background: #333;
  font-size: 11px;
  color: #fff;
}

.result_wrap table b {
  margin-left: 5px;
}

.result_wrap table tr:hover a:first-child {
  color: #c99a05;
}

.result_wrap table tr:hover a:first-child span {
  background: #c99a05;
}

/*
---------------------------------------------------------------
*
* ADD
*
---------------------------------------------------------------
*/
table {
  width: 100%;
}

table th, table td {
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table th {
  background: #c99a05;
  border-top: 2px solid #c99a05;
  border-bottom: 2px solid #c99a05;
  border-left: 2px solid #f2f2f2;
  color: #fff;
}

table th:first-child {
  border-left: 2px solid #c99a05;
}

table th:last-child {
  border-right: 2px solid #c99a05;
}

table td {
  border: 2px solid #f2f2f2;
}

table td.td_num {
  font-size: 16px;
  text-align: center;
  font-family: "noto-sans-scott-m";
}

table input[type=text], table textarea {
  width: 100%;
}

table.tb_cols th {
  border-left: none;
  border-bottom: 2px solid #f2f2f2;
}

table.tb_cols tr:last-child th {
  border-bottom: 2px solid #c99a05;
}

.tb_row3 th:nth-child(1) {
  width: 50px;
}

.tb_row3 th:nth-child(2) {
  width: 230px;
}

.tb_row3 th:nth-child(3) {
  width: 720px;
}

.tb_row3 td:nth-child(1) {
  text-align: center;
}

.tb_row3 td:nth-child(2) {
  word-break: keep-all;
}

.view_wrap .btn_admin, .edit_wrap .btn_admin {
  float: right;
}

.view_wrap .txts, .edit_wrap .txts {
  overflow: hidden;
}

.view_wrap .txts li, .edit_wrap .txts li {
  position: relative;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
  color: #888;
}

.view_wrap .txts li:before, .edit_wrap .txts li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 2px;
  height: 13px;
  margin-top: -6px;
  background: #e8e8e8;
}

.view_wrap .txts li:first-child:before, .edit_wrap .txts li:first-child:before {
  display: none;
}

.view_wrap .head-area, .edit_wrap .head-area {
  margin-bottom: 25px;
  overflow: hidden;
}

.view_wrap .head-area h3, .edit_wrap .head-area h3 {
  float: left;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  font-family: "noto-sans-scott-b";
  font-size: 24px;
}

.view_wrap .head-area h3 span, .edit_wrap .head-area h3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  text-align: center;
  font-family: "noto-sans-scott-m";
  font-size: 12px;
  color: #fff;
}

.view_wrap .head-area .txts, .edit_wrap .head-area .txts {
  float: left;
}

.view_wrap .head-area .btn_admin, .edit_wrap .head-area .btn_admin {
  overflow: hidden;
}

.view_wrap .head-area .btn_admin li, .edit_wrap .head-area .btn_admin li {
  float: left;
  margin-left: 5px;
}

.view_wrap .head-area .btn_admin li:first-child, .edit_wrap .head-area .btn_admin li:first-child {
  margin: 0;
}

.view_wrap .head-area .btn_s, .edit_wrap .head-area .btn_s {
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
}

.view_wrap .tit-area, .edit_wrap .tit-area {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f2f2f2;
  overflow: hidden;
}

.view_wrap .tit-area h4, .edit_wrap .tit-area h4 {
  float: left;
  font-family: "noto-sans-scott-b";
  font-size: 18px;
  color: #c99a05;
}

.view_wrap .sub_tit_area, .edit_wrap .sub_tit_area {
  margin-bottom: 15px;
  overflow: hidden;
}

.view_wrap .sub_tit_area h5, .edit_wrap .sub_tit_area h5 {
  float: left;
  font-family: "noto-sans-scott-m";
  font-size: 16px;
}

.view_wrap .foot-area, .edit_wrap .foot-area {
  margin-top: 5px;
  overflow: hidden;
}

.view_wrap .foot-area .txts, .edit_wrap .foot-area .txts {
  float: right;
}

.view_wrap section {
  margin-bottom: 70px;
}

.view_wrap section:last-child {
  margin: 0;
}

.view_wrap .cont-area {
  margin-top: 45px;
}

.view_wrap .cont-area:nth-child(2) {
  margin: 0;
}

.view_wrap .cont-area .empty {
  color: #888;
}

.view_wrap table li {
  position: relative;
  padding-left: 5px;
}

.view_wrap table li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #333;
}

.view_wrap table .points li {
  padding-left: 15px;
}

.view_wrap table .points li:before {
  width: 4px;
  height: 8px;
  top: 5px;
  left: 3px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  background: none;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.view_wrap .tb_indicator .td_num {
  color: #c99a05;
}

.view_wrap .ta_definition {
  width: 100%;
  min-height: 105px;
}

.view_wrap .tb_cases td {
  border: none;
}

.view_wrap .tb_cases textarea {
  min-height: 105px;
}

.view_wrap .tb_cases dt {
  overflow: hidden;
  margin: 30px 0 15px;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
}

.view_wrap .tb_cases dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.view_wrap .tb_cases dt p:last-child {
  float: left;
  font-family: "noto-sans-scott-m";
  font-size: 16px;
}

.view_wrap .tb_cases .cnt_bytes {
  text-align: right;
  font-size: 12px;
  color: #888;
}

.view_wrap .tb_cases .cnt_bytes:after {
  content: " bytes";
}

.view_wrap .tb_cases .cnt_bytes b {
  color: #333;
}

.view_wrap .tb_cases p {
  margin-top: 10px;
}

.view_wrap .tb_cases p:first-child {
  margin: 0;
}

.view_wrap .tb_abilities ul {
  overflow: hidden;
}

.view_wrap .tb_abilities li {
  float: left;
  width: 25%;
  margin-left: 20px;
}

.view_wrap .tb_abilities li:nth-child(3n+1) {
  clear: both;
  margin: 0;
}

.view_wrap .tb_abilities textarea {
  min-height: 70px;
}

.view_wrap .tb_questions textarea {
  min-height: 150px;
}

.view_wrap .tb_improvements td {
  padding: 10px 15px;
}

.view_wrap .tb_improvements td:nth-child(2), .view_wrap .tb_improvements td:nth-child(3), .view_wrap .tb_improvements td:nth-child(4) {
  text-align: center;
}

.competency_form {
  position: relative;
  padding-bottom: 50px;
}

.competency_form .btns {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.competency_form .btns li {
  float: left;
  margin-left: 5px;
}

.competency_form .btns li:first-child {
  margin: 0;
}

.competency_form .btns:first-child {
  bottom: auto;
  top: -64px;
}

.competency_form .sub_tit_area .btns {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  float: right;
}

.competency_form .btn_input_add {
  position: absolute;
  right: 0;
}

.competency_form .btn_input_add.indicator {
  right: 8px;
  bottom: 18px;
}

.competency_form .btn_input_add.question {
  right: 5px;
  bottom: 75px;
}

.competency_form #btnUpdate {
  display: block;
  margin: 30px auto 0;
}

.edit_wrap form {
  position: relative;
}

.edit_wrap .indicator_box {
  position: relative;
  padding: 10px 35px 10px 8px;
}

.edit_wrap .indicator_box input[type=text] {
  display: block;
  margin-top: 10px;
}

.edit_wrap .indicator_box input[type=text]:first-child {
  margin: 0;
}

.edit_wrap .questions {
  margin-bottom: 10px;
}

.edit_wrap .questions textarea {
  min-height: 150px;
}

.edit_wrap .category-area {
  width: 600px;
}

.edit_wrap .category-area table {
  text-align: center;
}

.edit_wrap .category-area table th, .edit_wrap .category-area table td {
  padding: 5px;
}

.edit_wrap .member-area table {
  text-align: center;
}

.edit_wrap .member-area table th, .edit_wrap .member-area table td {
  padding: 5px;
}

.edit_wrap .member-area table select {
  min-width: 80px;
}
/*# sourceMappingURL=site.css.map */