﻿@charset "utf-8";
/* 초기화 코드 */
@import "/Content/fonts.css";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-size: 100%;
  text-decoration: none;
  line-height: inherit;
}
.hidden {
  display: none;
}
.w100p {
  width: 100%;
}
body,
html {
  font-family: "Noto Sans KR", "맑은 고딕", "돋움", tahoma, verdana;
}
strong,
button,
p {
  margin: 0;
  padding: 0;
}
dl,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
  overflow: hidden;
  height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
input,
select {
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
/* Start */
body {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.wrap {
  position: relative;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
}
header {
  background-color: #f3f3f3;
}
header .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
header .logo a {
  display: inline-block;
  width: 280px;
  height: 100px;
  font-size: 14px;
}
header .logo a .logo-bak-top {
  height: 100px;
  background-color: #1464ab;
}
header .logo a .logo-bak-top img {
  padding: 25px 0 0 20px;
}
header .logo-bak-bottom {
  position: absolute;
  left: 0;
  top: 100px;
  width: 280px;
  z-index: 96;
  height: 55px;
  background-color: rgba(16, 84, 143, 0.7);
}
header .logo-bak-bottom h2.logo-title {
  text-align: center;
  font-size: 23px;
  color: #fff;
  padding-top: 8px;
}
header .util {
  display: block;
  height: 25px;
  margin: 0;
  padding: 0;
}
header .util ul {
  list-style: none;
  float: right;
  height: 25px;
  margin: 0;
  padding: 0;
}
header .util ul li {
  list-style: none;
  display: inline-block;
  height: 25px;
  margin-left: -3px;
  border-left: 1px solid #bbb;
  margin-top: -4px;
}
header .util ul li a {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
header .util ul li a:hover {
  color: #000;
}
header .util ul li a i {
  color: #fff;
  padding-left: 5px;
  font-size: 11px;
  vertical-align: 0px;
}
header .util ul .zoom-in,
header .util ul .zoom-out {
  background-color: #626262;
}
header .util ul .zoom-in a,
header .util ul .zoom-out a {
  font-size: 14px;
  color: #fff !important;
}
header .util ul .zoom-in a i,
header .util ul .zoom-out a i {
  color: #fff !important;
}
header .util ul .zoom-in:hover,
header .util ul .zoom-out:hover {
  color: #fff !important;
  background-color: #222;
}
header .gnb {
  z-index: 98;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #1464ab;
}
header .gnb nav {
  position: relative;
}
header .gnb nav > ul {
  display: flex;
  justify-content: right;
  list-style: none;
  padding: 0;
}
header .gnb nav > ul > li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
header .gnb nav > ul > li > a {
  display: block;
  padding: 27px 8px;
  font-size: 14px;
  text-align: center;
  color: #282828;
}
header .gnb nav > ul > li > a:after {
  content: "|";
  padding-left: 18px;
  color: #ccc;
}
header .gnb nav > ul > li > a:hover {
  color: #1464ab;
}
header .gnb nav > ul > li:last-child a:after {
  content: "";
}
header .gnb nav .gnb-dep1 {
  position: relative;
  width: 100%;
}
header .gnb nav .gnb-dep2 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 160px;
  background-color: #fff;
  margin-top: 0px;
  margin-left: -5%;
  border: 1px solid #ccc;
  padding: 15px 0;
}
header .gnb nav .gnb-dep2 > li {
  list-style: none;
  width: 100%;
  display: block;
  padding: 4px 0 8px;
  text-align: center;
}
header .gnb nav .gnb-dep2 > li:after {
  content: "";
  padding-left: 0;
}
header .gnb nav .gnb-dep2 > li > a {
  width: 150px;
  padding: 0;
  font-size: 14px;
  color: #444;
}
header .gnb nav .gnb-dep2 > li > a:hover {
  color: #1464ab;
}
header .mobile-btn {
  display: none;
  z-index: 100;
}
.maxW100 {
  max-width: 100% !important;
}
section {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.sub-top {
  position: relative;
}
.sub-top .sub-opac {
  position: absolute;
  width: 100%;
  height: 200px;
  padding-top: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align: center;
}
.sub-top .sub-opac span {
  color: #fff;
}
.sub-top .sub-opac h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
}
.sub-top .sub-top-txt1 {
  font-size: 30px;
  z-index: 3;
}
.sub-top .sub-top-txt2 {
  font-size: 18px;
  z-index: 3;
}
.sub-top .sub-img {
  background: url(/Content/gnet/images/sub_img_background01.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.left-side {
  display: inline-block;
  width: 280px;
  margin-right: 40px;
  min-height: 600px;
}
.left-info {
  background: url(/Content/gnet/images/sub_info_logo.png) no-repeat;
  background-color: #1464ab;
  height: 170px;
  text-align: center;
}
.left-info h2 {
  font-size: 30px;
  color: #fff;
  padding: 45px 0 5px;
}
.left-etit {
  color: #fff;
  font-size: 14px;
  opacity: 0.2;
}
.left-menu li {
  display: block;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  transition: 0.2s;
  list-style: none;
}
.left-menu li a {
  display: block !important;
  padding: 17px 20px;
  font-size: 14px;
  color: #666;
  margin-left: 15px;
  text-indent: -16px;
  transition: 0.2s;
}
.left-menu li a::before {
  content: "·";
  padding-right: 10px;
  color: #333;
}
.left-menu li:hover {
  background-color: #f2f9ff;
  transition: 0.2s;
}
.left-menu li:hover a {
  color: #1464ab;
  transition: 0.2s;
}
.left-menu li:hover a::before {
  color: #1464ab;
}
.left-menu li.active {
  background-color: #3f8dd3;
}
.left-menu li.active a {
  color: #fff;
  font-weight: 600;
}
.left-menu li.active a::before {
  color: #fff;
}
.contents {
  display: inline-block;
  width: 850px;
  vertical-align: top;
  min-height: 600px;
}
.sub-info {
  width: 100%;
  margin-top: 45px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.sub-info h2 {
  display: inline-block;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  margin-bottom: 0;
}
.sub-info .path {
  float: right;
  margin-top: 4px;
  width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.sub-info .path li {
  list-style: none;
  display: inline;
}
.sub-info .path li a {
  font-size: 14px;
  color: #666;
  margin-right: 8px;
  vertical-align: baseline;
}
.sub-info .path li a:after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #999;
  margin-left: 12px;
}
.sub-info .path li a:hover {
  color: #333;
}
.sub-info .path li a:hover i {
  color: #333;
}
.sub-info .path li:last-child a {
  margin-right: 0;
}
.sub-info .path li:last-child a:after {
  content: "";
  margin-left: 0;
}
.sub-info .path .home i {
  color: #666;
}
.sub-con {
  width: 100%;
  min-height: 500px;
  margin-bottom: 50px;
}
.board {
  width: 100%;
  box-sizing: content-box;
  word-break: keep-all;
}
.board-login {
  margin: 10px 0 5px;
}
.board-login .form-group {
  display: inline-block;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 30px 0;
}
.board-login .form-group .form-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 40%;
  border: none;
  padding: 5px 10px;
}
.board-login .form-group .form-box .form-input {
  display: block;
  width: 99%;
  margin: 0;
  border-radius: 0;
  padding: 10px 10px;
  border: 1px solid #999;
}
.board-login .form-group .form-box .form-input::placeholder {
  color: #666;
}
.board-login .form-group .form-box .form-btn {
  display: block;
  width: 98%;
  margin: 0;
  letter-spacing: 1px;
  padding: 5px 1px;
}
.board-form {
  margin: 15px 0 10px;
}
.board-form ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-top: 2px solid #1a75c6;
}
.board-form ul > li {
  width: 100%;
  list-style: none;
}
.board-form ul > li:last-child .form-group .form-box {
  border-bottom: 1px solid #1a75c6;
}
.board-form ul > li:last-child .form-group .form-box.form-contents {
  display: block;
}
.board-form ul > li:last-child .form-block-4 .form-block-2:nth-child(1) .form-box {
  border-right: none;
  border-bottom: 1px solid #1a75c6;
}
.board-form ul > li .form-block-4 .form-block-2:nth-child(1) .form-box {
  border-right: none;
}
.board-form ul > li .form-contents {
  display: block;
}
.board-form ul > li .form-contents ul,
.board-form ul > li .form-contents ol,
.board-form ul > li .form-contents dl {
  border-top: none;
}
.board-form ul > li .form-contents ul li,
.board-form ul > li .form-contents ol li,
.board-form ul > li .form-contents dl li {
  margin-left: 20px;
}
.board-form ul > li .form-contents ul > li {
  list-style: circle;
}
.form-tit {
  display: inline-block;
  padding: 7px 20px 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #1a75c6;
  margin-bottom: 0px;
  border-radius: 0 7px 0 0;
}
.form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 0;
}
.form-box {
  padding: 7px 3px;
}
.form-box p,
.form-box span {
  font-size: 14px;
  color: #333;
}
.form-box a {
  font-size: 14px;
  color: #333;
}
.form-contents {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.form-contents p,
.form-contents a {
  display: block;
  height: auto;
  width: 100%;
}
.form-contents span {
  display: inline;
}
.form-contents p,
.form-contents a,
.form-contents span {
  font-size: inherit;
}
.form-edit-reset img {
  max-width: 100%;
}
.form-edit-reset iframe {
  max-width: 100%;
}
.form-edit-reset p,
.form-edit-reset a {
  display: block;
}
.form-edit-reset span {
  display: inline;
}
.form-edit-reset p,
.form-edit-reset a,
.form-edit-reset span {
  font-size: inherit;
}
.form-edit-reset ul li,
.form-edit-reset ol li,
.form-edit-reset dl li {
  margin-left: 20px;
}
.form-edit-reset > ul {
  border-top: none;
}
.form-edit-reset > ul li {
  list-style: initial;
}
.form-box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: left;
  min-height: 55px;
  padding: 7px 2px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.form-box-info {
  background-color: #f3f3f3;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  padding: 0 2px;
  min-height: 30px;
  border-left: 1px solid #ddd;
  border-right: none;
}
.form-box-info p {
  font-size: 14px;
}
.form-box-info span {
  font-size: 14px;
}
.form-contentbox {
  padding: 5px 10px;
  line-height: 140%;
}
.form-contentbox img {
  width: 100%;
}
.board-no-wrap li {
  list-style: none;
}
.board-no-wrap li .form-box-info {
  padding: 7px 2px;
}
.board-no-wrap li .form-group {
  flex-wrap: nowrap !important;
}
.form-block {
  display: block;
}
.form-box-inline {
  display: flex;
  align-items: center;
}
 > .form-block-4 .form-block-2:nth-child(1) .form-box {
  border-right: none;
}
.form-block-2 {
  width: 100%;
  display: flex;
}
.form-group-title {
  font-size: 16px;
}
.flex-wrap-w p {
  width: 100%;
}
.flex-wrap-w a {
  width: 100%;
}
.vertical-style {
  border-right: 1px solid #ddd;
}
.vertical-style li {
  list-style: none;
}
.vertical-style li .form-group .form-box.form-box-info {
  height: 40px;
}
.vertical-style li .form-group .form-box {
  height: 80px;
  border-right: none;
}
.vertical-style li.vertical-etc .form-group .form-box {
  height: auto;
}
.total-height {
  height: 240px !important;
}
.board-default {
  word-break: break-all;
}
.board-default > ul > li {
  list-style: none;
}
.board-default > ul > li ul li,
.board-default > ul > li ol li,
.board-default > ul > li dl li {
  margin-left: 20px;
}
.board-default .form-box {
  min-height: auto;
  display: block;
  justify-content: inherit;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  margin: -0.5px 0;
  white-space: nowrap;
  overflow: hidden;
}
.board-default .form-group-title {
  border-top: 2px solid #555;
}
.board-default .form-box-info {
  text-align: center;
}
.board-default .form-box-info .form-text {
  color: #333;
}
.board-default .form-box-info .form-text i {
  color: #333;
}
.board-default-hover .form-group {
  transition: 0.2s;
}
.board-default-hover .form-group:hover {
  background-color: #f9f9f9;
  transition: 0.2s;
}
.pagination {
  display: block;
  width: 100%;
}
.pagination-pages {
  text-align: center;
}
.pagination-pages li {
  list-style: none;
  display: inline-block;
}
.pagination-pages li a {
  display: block;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #4e4e4e;
  margin: 0;
  padding: 0 11px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.pagination-pages li a:hover {
  background-color: #f7f7f7;
}
.pagination-pages > .active a {
  border: 0;
  color: #545861;
  background-color: #eaeaea;
}
.pagination-pages .disabled a {
  color: #ccc;
}
.pagination-pages .disabled:hover a {
  background-color: #fff !important;
}
.notice-import .form-r-num p {
  color: #fff !important;
  background-color: #eb1717;
  font-weight: 500;
  border-radius: 5px;
  padding: 0px 3px 2px !important;
  font-size: 12px !important;
  white-space: inherit !important;
  overflow: inherit !important;
  text-overflow: inherit !important;
}
.notice-import .form-r-num p:after {
  content: "" !important;
  padding-left: 0 !important;
}
.notice-import .form-r-tit a {
  display: block;
}
.notice-import .form-r-tit a p {
  color: #f73a3a;
  font-weight: 500;
}
.notice-import .form-r-tit a span {
  color: #f73a3a;
  font-weight: 500;
}
.new-icon {
  display: inline-block;
  background-color: #f7503a;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  margin-left: 5px;
  border-radius: 5px;
  padding: 0 5px 1px !important;
  letter-spacing: 1px;
}
.sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.sitemap > li {
  list-style: none;
  width: 180px;
  text-align: center;
  vertical-align: top;
  margin: 20px 0 40px;
}
.sitemap > li > a {
  display: block;
  color: #083358;
  font-size: 18px;
  font-weight: 500;
  background-color: #e7f3ff;
  border-top: 2px solid #0c5799;
  border-bottom: 1px solid #c9e6ff;
  padding: 15px 10px;
}
.sitemap > li > a:hover {
  color: #2d9dff;
}
.sitemap > li > ul {
  list-style: none;
  background-color: #fff;
}
.sitemap > li > ul li {
  list-style: none;
  display: block;
}
.sitemap > li > ul li a {
  display: block;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 10px;
}
.sitemap > li > ul li a:hover {
  color: #2d9dff;
}
.form-score {
  border-top: none !important;
}
.form-score li {
  width: 33.333% !important;
  border-top: 2px solid #1a75c6 !important;
  list-style: none;
}
.form-score li:nth-child(1) .score-data {
  border-right: none;
}
.form-score li:nth-child(1) .form-group .form-box:nth-last-child(2) {
  border-bottom: 1px solid #1a75c6 !important;
}
.form-score li:nth-child(1) .form-group .form-box:last-child {
  border-bottom: 1px solid #1a75c6 !important;
}
.form-score li:nth-child(2) .score-data {
  border-right: none;
}
.form-score li:nth-child(2) .form-group .form-box:nth-last-child(2) {
  border-bottom: 1px solid #1a75c6 !important;
}
.form-score li:nth-child(2) .form-group .form-box:last-child {
  border-bottom: 1px solid #1a75c6 !important;
}
.form-score li:nth-child(3) .form-full {
  border-right: 1px solid #ddd;
}
.form-score li:nth-child(3) .form-box {
  border-bottom: 1px solid #ddd !important;
}
.form-score li:nth-child(3) .form-group .form-box:nth-last-child(2) {
  border-bottom: 1px solid #1a75c6 !important;
}
.form-score li:nth-child(3) .form-group .form-box:last-child {
  border-bottom: 1px solid #1a75c6 !important;
}
.form-score .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  width: 100%;
}
.form-score .form-group .form-box {
  min-height: 45px;
  padding: 6px 0;
  text-align: center;
}
.form-score .form-group .form-box select {
  text-align: center;
  margin: 0 auto;
}
.form-score .form-group .form-box .form-check {
  margin: 12.5px auto;
  text-align: center;
}
.form-score .form-group .form-full {
  width: 100%;
}
.form-score .form-group .form-half {
  width: 50%;
}
.form-score .form-group .score-label:last-child {
  border-bottom: none;
}
.form-score .form-group .score-label .form-text {
  padding: 7px 0 !important;
}
.form-score .form-group .score-data {
  height: 45px;
  text-align: center;
}
.form-score .form-group .form-box {
  /*            &:nth-last-child(2){
                border-bottom:none;
            }
            &:last-child{
                border-bottom:none;
            }*/
}
.qual-score {
  display: flex;
  flex-wrap: nowrap !important;
}
.qual-score > li {
  list-style: none;
}
.qual-score > li:last-child .form-box-info {
  border-bottom: none;
  border-bottom-color: #ddd !important;
  border-right: 1px solid #ddd;
}
.qual-score > li:last-child .form-box:nth-child(2) {
  border-right: 1px solid #ddd !important;
}
.qual-score .form-group {
  display: flex;
  flex-wrap: wrap;
}
.qual-score .form-group .form-box-info {
  min-height: 40px;
}
.qual-score .form-group .form-box-info:nth-child(2) {
  min-height: 54px;
}
.qual-score .form-group .form-box:nth-child(2) {
  border-right: none;
  border-bottom: 1px solid #1a75c6;
}
.qual-score .form-group .score-data {
  justify-content: center;
}
.form-text {
  padding: 7px 6px;
  color: #333;
  margin: 2px 5px;
}
.form-input {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px !important;
  color: #333;
  padding: 5px 6px;
  margin: 3px 6px;
}
.form-input:focus,
.form-input:hover {
  border: 1px solid #2082d8;
}
.form-input::placeholder {
  color: #aaa;
}
.form-input[disabled='disabled'] {
  background-color: #ddd;
  border: 1px solid #bbb;
}
.form-input[readonly='readonly'] {
  background-color: #eee;
}
.form-input[readonly='true'] {
  background-color: #eee;
}
.form-radio {
  cursor: pointer;
  margin: 7px 3px 0 7px;
}
.form-check {
  cursor: pointer;
  margin: 5px 2px 0 6px;
}
.form-label {
  font-size: 14px;
  color: #333;
  vertical-align: -4px;
  margin: 2px 5px 0 0;
  cursor: pointer;
}
.form-label:hover {
  color: #00284b;
}
.form-label-check {
  font-size: 14px;
  color: #333;
  vertical-align: 1px;
  cursor: pointer;
}
.form-label-check:hover {
  color: #00284b;
}
.form-flex-center {
  justify-content: center;
}
.form-flex-right {
  justify-content: right;
}
.form-flex-vcenter {
  align-items: center;
}
.form-download {
  display: block;
  color: #001629 !important;
}
.form-download::before {
  font: var(--fa-font-solid);
  content: "\f019";
  color: #001629;
  margin: 0px 5px 0 0;
  padding-right: 5px;
  line-height: 170%;
}
.form-download:hover {
  color: #0c5799 !important;
}
.form-download:hover::before {
  color: #0c5799;
}
.form-date-group {
  position: relative;
  display: inline-block;
}
.form-input-date {
  z-index: 0;
}
.form-input-date-icon {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 11px;
  font-size: 16px;
  color: #96acc1;
}
.form-btn {
  display: inline-block;
  padding: 5px 12px;
  margin: 2px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #111;
  transition: 0.2s;
}
.form-btn:hover {
  background-color: #f7f7f7;
  transition: 0.2s;
}
.form-btn-sm {
  padding: 2px 7px;
  font-size: 11px;
}
.form-btn-lg {
  padding: 10px 17px;
  font-size: 16px;
}
.form-btn-gray {
  background-color: #eaeaea;
  border: 1px solid #d8d8d8;
}
.form-btn-gray:hover {
  border: 1px solid #777;
  background-color: #777;
  color: #fff;
}
.form-btn-gray:hover i {
  color: #fff;
}
.form-btn-blue {
  background-color: #1a75c6;
  border: 1px solid #0c5799;
  color: #fff !important;
}
.form-btn-blue:hover {
  border: 1px solid #2082d8;
  background-color: #2082d8;
  color: #fff;
}
.form-btn-blue:hover i {
  color: #fff;
}
.form-btn-green {
  background-color: #118d11;
  border: 1px solid #13661a;
  color: #fff !important;
}
.form-btn-green:hover {
  border: 1px solid #39a839;
  background-color: #39a839;
  color: #fff;
}
.form-btn-green:hover i {
  color: #fff;
}
.form-btn-red {
  background-color: #c50f0f;
  border: 1px solid #af0a0a;
  color: #fff !important;
}
.form-btn-red:hover {
  border: 1px solid #ee1d1d;
  background-color: #ee1d1d;
  color: #fff;
}
.form-btn-red:hover i {
  color: #fff;
}
.board-description {
  border: 1px solid #ccc;
  padding: 13px 20px;
  line-height: 140%;
}
.board-description a,
.board-description p,
.board-description b,
.board-description span,
.board-description strong {
  font-size: 14px;
  color: #333;
  vertical-align: top;
}
.board-action {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
}
.board-table {
  border-top: 2px solid #1a75c6;
  word-break: normal;
}
.board-tr {
  display: flex;
  width: 100%;
  margin: -0.5px;
}
.board-th {
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding: 5px 10px;
  font-size: 14px;
  color: #083358;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-td {
  display: flex;
  min-width: 0;
  align-items: center;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
}
.board-td .board-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-r-hide {
  display: none;
}
.table {
  width: 100%;
  font-size: 14px;
  border-top: 2px solid #0c5799;
  scrollbar-width: auto;
  border-collapse: collapse;
}
.table thead tr th {
  background-color: #f5f5f5;
  border: 1px solid #869caf;
  padding: 6px 8px;
  border-collapse: collapse;
  font-size: 14px;
}
.table tbody tr td {
  background-color: #fff;
  border: 1px solid #869caf;
  padding: 6px 8px;
  border-collapse: collapse;
  font-size: 14px;
}
.table tbody ul li {
  list-style: none;
}
.ui-dialog {
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 2px !important;
}
.ui-resizable-handle {
  display: none !important;
}
.ui-widget-header {
  border: none !important;
}
.ui-dialog-titlebar {
  background-color: #2082d8 !important;
  border-radius: 2px 2px 0 0 !important;
  padding: 10px 15px !important;
}
.ui-dialog-titlebar-close {
  right: 15px !important;
}
.ui-dialog-title {
  color: #fff;
}
.ui-dialog-content {
  padding: 10px 15px !important;
}
.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.6 !important;
}
footer {
  background-color: #ededed;
}
.footer-info ul {
  list-style: none;
  display: inline-block;
}
.footer-info ul li {
  list-style: none;
  display: inline-block;
  padding: 13px 0 15px;
}
.footer-info ul li a {
  font-size: 14px;
  color: #434343;
}
.footer-info ul li a:hover {
  color: #1464ab;
}
.footer-info ul li:after {
  content: "|";
  color: #434343;
  margin: 0 20px;
  font-size: 14px;
}
.footer-info ul li:last-child:after {
  content: " ";
}
.footer-info .footer-link {
  margin-top: 12px;
}
.footer-info .footer-link a {
  display: inline-block;
  background-color: #fff;
  padding: 6px 9px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #444;
}
.footer-info .footer-link a i {
  padding-left: 30px;
  color: #444;
}
.footer-info .footer-link a:hover {
  background-color: #efefef;
  color: #000;
}
.footer-info .footer-link a:hover i {
  color: #000;
}
.footer-content {
  background-color: #555555;
}
.footer-logo {
  display: inline-block;
  margin-right: 35px;
}
.footer-bottom {
  display: inline-block;
  padding: 40px 0;
}
.footer-bottom address {
  color: #fff;
  line-height: 100%;
  letter-spacing: 1px;
  font-style: normal;
}
.footer-bottom span {
  color: #fff;
  line-height: 130%;
}
.footer-bottom p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 130%;
}
.footer-bottom strong {
  color: #fff;
  line-height: 150%;
  letter-spacing: 1px;
  vertical-align: 0;
}
.file-input {
  width: 100%;
  padding: 0 30px 0 10px;
}
.file-drop-zone {
  height: 100px;
  overflow-y: auto;
}
.file-drop-zone-title {
  padding: 25px 10px !important;
}
.input-group {
  display: flex !important;
}
.file-caption {
  display: inline-block;
  vertical-align: middle !important;
  width: 70% !important;
  background-color: #fff;
  border: 1px solid #adadad !important;
  border-radius: 3px;
  font-size: 14px !important;
  color: #333 !important;
  padding: 6px 10px !important;
}
.file-caption:focus {
  border: 1px solid #1560a1;
}
.file-caption::placeholder {
  color: #aaa;
}
.input-group-btn {
  width: 25% !important;
  margin-left: 5px;
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}
.input-group-btn button {
  display: none !important;
  font-size: 12px !important;
}
.input-group-btn .btn {
  display: inline-block;
  padding: 5px 10px !important;
  font-size: 12px !important;
  border-radius: 3px;
  color: #fff !important;
}
.input-group-btn .btn span {
  font-size: 12px !important;
}
.input-group-btn .btn:hover {
  background-color: #f3f3f3;
  border: 1px solid #888;
  transition: 0.2s;
}
.input-group-btn .btn-file {
  background-color: #1a75c6;
  border: 1px solid #0c5799;
  color: #fff !important;
  top: 2px;
  cursor: pointer !important;
}
.input-group-btn .btn-file:hover {
  border: 1px solid #2082d8;
  background-color: #2082d8;
  color: #fff;
}
.input-group-btn .btn-file:hover i {
  color: #fff;
}
.input-group-btn .btn-file i {
  padding-top: 2px;
  color: #fff;
  cursor: pointer;
}
.input-group-btn .btn-file span {
  color: #fff;
  cursor: pointer;
}
.input-group-btn .btn-file input[type=file] {
  color: #fff !important;
}
#kvFileinputModal {
  display: none !important;
}
.file-actions-cell {
  display: none;
}
.xdsoft_calendar table th {
  background-color: #e0f0ff !important;
  color: #333 !important;
  font-weight: 600;
  border-bottom: 1px solid #bde0ff !important;
}
.xdsoft_calendar table td div {
  text-align: center;
  padding-right: 0 !important;
}
.xdsoft_calendar .xdsoft_current div {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .wrap {
    width: 100% !important;
  }
  .left-side {
    margin-right: 2%;
  }
  .left-side .left-info h2 {
    font-size: 27px;
  }
  .left-side .left-menu li a {
    font-size: 14px;
    padding: 14px 18px;
  }
  .contents {
    width: calc(100% - 330px);
  }
  .contents .sub-info h2 {
    display: block;
  }
  .contents .sub-info .path {
    display: block;
    text-align: left;
    float: none;
    width: 100%;
    margin-top: 7px;
  }
  footer .footer-info {
    margin: 0 35px;
  }
  footer .footer-info ul li a {
    font-size: 14px;
  }
  footer .footer-info ul li:after {
    margin: 0 10px;
  }
  footer .footer-content {
    padding: 0 35px;
  }
}
@media all and (max-width: 1000px) {
  header {
    width: 100%;
  }
  header .logo a {
    width: 200px !important;
  }
  header .logo a .logo-bak-top img {
    width: 180px;
    padding: 30px 0 0 10px;
  }
  header .logo-bak-bottom {
    width: 200px !important;
  }
  header .logo-bak-bottom h2.logo-title {
    font-size: 19px;
    padding-top: 15px;
  }
  header .gnb nav {
    padding-left: 200px;
  }
  header .gnb nav > .gnb-dep1 {
    justify-content: space-between;
  }
  header .gnb nav > .gnb-dep1 > li {
    width: 100%;
  }
  header .gnb nav > .gnb-dep1 > li > a {
    padding: 27.5px 3px;
    text-align: center;
    font-size: 13px;
  }
  header .gnb nav > .gnb-dep1 > li > a:after {
    content: "";
    padding-left: 0;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 {
    margin-left: -8% !important;
  }
  .left-side {
    display: none;
  }
  .contents {
    width: 100%;
    padding: 0 20px;
  }
  .contents .sub-info .path {
    display: none;
  }
  .sub-info {
    margin-top: 20px;
  }
  .sub-info h2 {
    width: 100%;
  }
  .form-r-block {
    display: block;
  }
  .form-r-block .form-input {
    display: block;
    width: 97%;
  }
  .form-input {
    display: block;
    width: 97%;
  }
  .form-r-iblock {
    display: inline-block !important;
  }
  .form-block-4 {
    display: block;
    width: 100%;
  }
  .form-block-4 .form-block-2 {
    display: flex;
    flex-wrap: nowrap;
  }
  .form-block-4 .form-block-2 .form-box:nth-child(1) {
    width: 20%;
  }
  .form-block-4 .form-block-2 .form-box:nth-child(2) {
    width: 80%;
  }
  .form-block-4 .form-block-2:nth-child(1) .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .form-block-4 .form-block-2:nth-child(1) .form-box:nth-child(2) {
    border-right: 1px solid #ddd !important;
  }
  .form-search {
    display: inline-block;
    width: 180px !important;
  }
  .form-score li {
    width: 49.6% !important;
    margin-bottom: 10px;
  }
  .form-score li:nth-child(2) .form-box-info {
    border-right: none !important;
  }
  .form-score li:nth-child(2) .form-box {
    border-right: 1px solid #ddd;
  }
}
@media all and (max-width: 768px) {
  .wrap {
    min-width: 400px;
  }
  header {
    background-color: #fff;
    min-width: 376px;
  }
  header .mobile-btn {
    position: absolute;
    display: block;
    right: 30px;
    top: 30px;
  }
  header .mobile-btn i {
    font-size: 35px;
  }
  header .mobile-btn i:hover {
    color: #1a75c6;
  }
  header .logo-bak-bottom {
    height: 35px !important;
  }
  header .logo-bak-bottom .logo-title {
    font-size: 17px !important;
    padding-top: 6px !important;
  }
  header .util {
    position: relative;
    top: 99px;
    width: 300px;
    z-index: 1000;
    height: 25px;
    float: right;
  }
  header .util ul {
    display: none;
    height: 25px;
    width: 300px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  header .util ul li {
    background-color: #444;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    border-left: none;
    border-right: 1px solid #fff;
  }
  header .util ul li:hover {
    background-color: #555;
  }
  header .util ul li:nth-child(3) {
    border-right: none;
  }
  header .util ul li a {
    display: block;
    height: 100%;
    color: #fff;
    padding-top: 3px;
    font-size: 11px;
  }
  header .util ul li a:hover {
    color: #fff;
  }
  header .util ul .zoom-in {
    display: none;
  }
  header .util ul .zoom-out {
    display: none;
  }
  header .gnb {
    height: 99px;
  }
  header .gnb nav {
    display: none;
    position: absolute !important;
    z-index: 999;
    top: 74px;
    right: 0;
    height: 100vh;
  }
  header .gnb nav > .gnb-dep1 {
    display: block;
    width: 300px;
    min-height: 100%;
    margin-top: 50px;
    border-left: 1px solid #aaa;
    background-color: #fff;
  }
  header .gnb nav > .gnb-dep1 > li {
    border-bottom: 1px solid #dedede;
    background-color: #f9f9f9;
  }
  header .gnb nav > .gnb-dep1 > li:hover {
    background-color: #f2f9ff !important;
  }
  header .gnb nav > .gnb-dep1 > li > a {
    width: 100%;
    display: block;
    padding: 10px 0 !important;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 {
    position: relative;
    border: none;
    width: 100%;
    margin: 0 !important;
    border-top: 1px dashed #ccc;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li {
    width: 100%;
    text-align: left;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li > a {
    display: inline-block;
    width: 90%;
    text-align: left;
    color: #666;
    padding: 10px 15px;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li:hover {
    background-color: #2082d8;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li:hover a {
    color: #fff;
  }
  header .gnb nav > .gnb-dep1 .m-arr > a {
    position: relative;
  }
  header .gnb nav > .gnb-dep1 .m-arr > a::after {
    position: absolute;
    top: 17px;
    right: 0;
    font: var(--fa-font-solid);
    content: "\2b";
    color: #333;
    font-size: 10px;
    margin-right: 15px;
  }
  header .gnb nav > .gnb-dep1 .m-arr.on > a {
    color: #1464ab;
    background-color: #e9f5ff;
  }
  header .gnb nav > .gnb-dep1 .m-arr.on > a::after {
    content: "\f068";
  }
  .sub-opac {
    padding-top: 60px !important;
  }
  .sub-opac h2 {
    font-size: 40px !important;
  }
  .sub-top-txt1 {
    font-size: 24px !important;
  }
  .sub-top-txt2 {
    font-size: 14px !important;
  }
  .left-side {
    display: none;
  }
  .contents {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contents .sub-info {
    margin-top: 20px;
    width: 95%;
    margin: 3%;
  }
  .contents .sub-con {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .form-group {
    flex-wrap: wrap;
  }
  .form-box {
    width: 100%;
  }
  .form-box-info {
    padding: 0px 10px;
  }
  .form-box-inline {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .form-input {
    width: calc(100% - 13px);
  }
  .form-input.nospan.w-60 {
    width: 60px !important;
  }
  .form-input.nospan.w-40 {
    width: 40px !important;
  }
  .board-form {
    margin: 0;
    width: 100%;
  }
  .form-radio {
    vertical-align: 0;
    margin-top: 7px;
    margin-right: 2px;
  }
  .form-label {
    vertical-align: -3px;
  }
  .form-block-2 {
    flex-wrap: wrap !important;
  }
  .form-block-2 .form-box {
    width: 100% !important;
  }
  .form-search {
    display: inline-block;
    width: 180px !important;
  }
  .board.board-list ul li:first-child {
    border-top: 1px solid #666;
  }
  .board.board-list ul li .form-box {
    display: inline-block;
    border: none;
    width: auto;
    padding: 3px 5px;
  }
  .board.board-list ul li .form-box p {
    font-size: 12px;
    color: #999;
  }
  .board.board-list ul li .form-box p i {
    color: #999;
  }
  .board.board-list ul li .form-box p::after {
    content: "|";
    padding-left: 7px;
  }
  .board.board-list .form-group {
    border-bottom: 1px solid #ddd;
    justify-content: left;
  }
  .board.board-list .form-group-title {
    display: none;
  }
  .board.board-list .form-r-num {
    opacity: 0;
    height: 0;
  }
  .board.board-list .form-r-tit {
    display: block !important;
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 0px !important;
  }
  .board.board-list .form-r-tit a p {
    font-size: 14px !important;
    color: #333;
  }
  .board.board-list .form-r-tit a p::after {
    content: "" !important;
  }
  .board.board-list .form-r-count {
    margin-bottom: 15px !important;
  }
  .board.board-list .form-r-count p::after {
    content: "" !important;
  }
  .board.board-list .form-r-count p::before {
    content: "조회";
    margin-right: 3px;
  }
  .board.board-list .form-r-att {
    display: none !important;
  }
  .notice-import {
    padding-top: 10px;
  }
  .notice-import .form-r-num {
    position: absolute;
    opacity: 1 !important;
    height: inherit !important;
    padding-top: 9px !important;
  }
  .notice-import .form-r-num p {
    color: #fff !important;
    background-color: #eb1717;
    border-radius: 5px;
    padding: 0px 5px 1px !important;
  }
  .notice-import .form-r-num p:after {
    content: "" !important;
    padding-left: 0 !important;
  }
  .notice-import .form-r-tit {
    padding-left: 45px !important;
  }
  .notice-import .form-r-tit a p {
    color: #eb1717 !important;
  }
  .board.board-read ul li:first-child {
    border-top: 1px solid #666;
  }
  .board.board-read .form-group {
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
  }
  .board.board-read .form-column {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: left !important;
  }
  .board.board-read .form-column .form-column-tit {
    width: 20% !important;
  }
  .board.board-read .form-column .form-column-con {
    width: 80% !important;
  }
  .board.board-read .form-box {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: inherit;
    overflow: inherit;
    word-wrap: wrap;
  }
  .board.board-read .form-box p {
    font-size: 14px;
    color: #333;
  }
  .board.board-read .form-box p::after {
    content: "";
  }
  .board.board-write ul li:first-child {
    border-top: 1px solid #666;
  }
  .board.board-write .form-group {
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
  }
  .board.board-write .form-column {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: left !important;
  }
  .board.board-write .form-column .form-column-tit {
    width: 20% !important;
  }
  .board.board-write .form-column .form-column-con {
    width: 80% !important;
  }
  .board.board-write .form-box {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px !important;
    white-space: inherit;
    overflow: inherit;
    word-wrap: wrap;
  }
  .board.board-write .form-box p {
    font-size: 14px;
    color: #333;
  }
  .board.board-write .form-box p::after {
    content: "";
  }
  .board.board-result ul .board-tr-header {
    display: none !important;
  }
  .board.board-result ul .board-tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding: 2px 0;
  }
  .board.board-result ul .board-tr .board-td {
    display: flex !important;
    justify-items: center;
    justify-content: left;
    min-width: 0;
    width: 48%;
    text-align: left;
    border: none;
    padding: 3px 5px;
  }
  .board.board-result ul .board-tr .board-td::before {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #00284b;
    width: 90px;
    text-align: justify;
    text-align-last: justify;
    text-justify: auto;
    margin-right: 10px;
  }
  .board.board-result ul .board-tr .board-r-w100 {
    width: 100%;
  }
  .board.board-result ul .board-tr .board-r-hide {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #00284b;
    width: 90px;
    min-width: 90px;
    text-align: right;
    margin-right: 10px;
  }
  .board-form ul > li .form-group .form-box-info:nth-child(2n+1) {
    border-right: 1px solid #ddd;
  }
  .board-form ul > li:last-child .form-group {
    border-bottom: 1px solid #1a75c6;
  }
  .board-form ul > li:last-child .form-group .form-box-info {
    border-bottom: 1px solid #ddd !important;
  }
  .board-form ul > li:last-child .form-group .form-box {
    border-bottom: none;
  }
  .board-form ul > li > .form-box-info {
    border-right: 1px solid #ddd;
  }
  .board-form ul > li .form-block-4 .form-block-2:nth-child(1) .form-box-info:nth-child(2n+1) {
    border-right: 1px solid #ddd;
  }
  .board-form ul > li .form-block-4 .form-block-2:nth-child(1) .form-box {
    border-right: 1px solid #ddd;
  }
  .form-score li {
    width: 100% !important;
  }
  .form-score li:nth-child(1) .form-group .form-full {
    border-right: 1px solid #ddd;
  }
  .form-score li:nth-child(1) .form-group .score-data {
    border-right: 1px solid #ddd;
  }
  .form-score li:nth-child(2) .form-group .form-full {
    border-right: 1px solid #ddd;
  }
  .form-score li:nth-child(3) .form-group .form-box-info {
    border-right: none;
  }
  .form-score li:nth-child(3) .form-group .form-box:nth-last-child(2) {
    border-bottom: none !important;
  }
  .form-score li:nth-child(3) .form-group .form-box:last-child {
    border-bottom: none !important;
  }
  .qual-score {
    display: flex;
    flex-wrap: wrap !important;
  }
  .qual-score > li:last-child .form-box-info {
    border-bottom: none;
    border-bottom-color: #ddd !important;
    border-right: 1px solid #ddd;
  }
  .qual-score > li:last-child .form-box:nth-child(2) {
    border-right: 1px solid #ddd;
  }
  .qual-score .form-group {
    display: flex;
    flex-wrap: nowrap;
  }
  .qual-score .form-group .form-box-info {
    min-height: 40px;
    border-right: none !important;
  }
  .qual-score .form-group .form-box-info:nth-child(2) {
    min-height: 54px ;
    border-right: 1px solid #ddd !important;
  }
  .qual-score .form-group .form-box {
    width: 50% !important;
  }
  .qual-score .form-group .form-box:nth-child(2) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .vertical-style li {
    width: 33.3333% !important;
  }
  .vertical-style li .form-group .form-box.form-box-info {
    height: 40px;
  }
  .vertical-style li .form-group .form-box {
    height: 80px;
    border-right: none;
  }
  .vertical-style li.vertical-total {
    width: 100% !important;
  }
  .vertical-style li.vertical-total .form-box.form-box-info {
    height: 40px;
    width: 66.666%;
  }
  .vertical-style li.vertical-total .form-box {
    height: 40px !important;
    width: 33.333%;
  }
  .vertical-style li.vertical-etc {
    width: 100% !important;
  }
  .vertical-style li.vertical-etc .form-group .form-box-info {
    border-right: none !important;
  }
  .total-height {
    height: 240px !important;
  }
  .board-description {
    margin-top: 10px;
    width: 100%;
  }
  footer .footer-info {
    margin: 0 20px;
  }
  footer .footer-content {
    padding: 0 20px;
  }
  footer .footer-content .footer-logo {
    display: inline-block;
    margin-top: 20px;
  }
  footer .footer-content .footer-bottom {
    padding: 10px 0 20px;
  }
}
@media all and (max-width: 399px) {
  .wrap {
    min-width: 100% !important;
    width: 100%;
  }
  .wrap .contents {
    width: 100%;
    padding: 0;
  }
  .wrap .contents .sub-con {
    width: 100%;
  }
  .wrap .contents .sub-info .path {
    display: none;
  }
}
@media print {
  header {
    display: none;
  }
  .sub-top {
    display: none;
  }
  .left-side {
    display: none;
  }
  .contents {
    width: 100%;
  }
  .contents .sub-info .path {
    display: none;
  }
  .form-score {
    flex-wrap: nowrap !important;
  }
  .board-action {
    display: none;
  }
  .form-r-block {
    display: inherit;
  }
  .form-input {
    width: auto;
  }
  .form-box-info {
    background-color: #efefef !important;
    -webkit-print-color-adjust: exact;
  }
  .form-block-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 0;
  }
  .form-block-4 .form-block-2 {
    width: 100%;
    display: flex;
  }
  .form-block-4 .form-block-2 .form-box-info {
    display: flex;
    justify-content: center;
  }
  .form-block-4 .form-block-2:nth-child(2) .form-box-info {
    border-left: none;
  }
  .form-block-4 .form-block-2:nth-child(2) .form-box {
    border-bottom-color: #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w-45 {
    width: 45px !important;
  }
  footer {
    display: none;
  }
}
.result-wrap .board {
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .result-wrap .board {
    width: 100%;
  }
}
.result-wrap .board-description {
  margin-top: 30px;
}
.result-wrap .board-description > p {
  font-size: 18px;
}
.result-wrap .board-description > ul {
  margin-top: 15px;
}
.result-wrap .board-description > ul > li {
  list-style: none;
}
.result-wrap .board-description > ul > li > p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.result-wrap .board-description > ul > li > ul {
  margin-bottom: 15px;
}
.result-wrap .board-description > ul > li > ul > li {
  list-style: none;
  font-size: 15px;
  margin-left: 20px;
  color: #444;
}
.result-box {
  padding: 50px 0 30px;
}
.result-box h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}
.result-box h3 span {
  vertical-align: top;
}
.result-box h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #1a75c6;
}