@charset "UTF-8";
/* =======================

  로그인

======================= */
.login {
  width: 380px;
  margin: 0 auto; }

.login .form-input {
  height: 50px;
  padding: 15px;
  border-color: #c1c8d1;
  margin-bottom: 10px; }

.login .form-input::placeholder {
  color: #838383; }

.login__tit {
  position: relative;
  margin-bottom: 55px;
  padding-top: 20px;
  font-size: 29px;
  font-family: 'KoPubDotumMedium'; }

.login__tit::before, .login__tit::after {
  content: '';
  position: absolute;
  left: 0; }

.login__tit::before {
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5; }

.login__tit::after {
  top: -4px;
  width: 20px;
  height: 4px;
  background-color: #284d9e; }

.login__txt {
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'KoPubDotumMedium'; }

.login__txt span {
  color: #2879ff; }

.login__btn {
  margin-bottom: 13px; }

.login__btn::after {
  display: block;
  content: '';
  clear: both; }

.login__btn > * {
  float: left;
  width: calc((100% - 5px) / 2);
  height: 60px;
  line-height: 60px;
  font-size: 14px; }

.login__btn .btn-login {
  margin-left: 4px; }

.login__link {
  margin-bottom: 25px;
  border: 1px solid #c1c8d1; }

.login__link::after {
  display: block;
  content: '';
  clear: both; }

.login__link > * {
  float: left;
  width: calc((100% - 3px) / 3);
  height: 46px;
  line-height: 46px;
  border-left: 1px solid #c1c8d1;
  font-size: 15px;
  text-align: center; }

.login__link > *:first-child {
  border-left: none; }

.login__info {
  line-height: 25px;
  letter-spacing: -0.5px; }

.mt-0 {
  margin-top: 0 !important; }

/* =======================

  게시판 (질문과 답변)

======================= */
.board-paging {
  margin: 0 auto;
  text-align: center; }

.board-paging::after {
  display: block;
  content: '';
  clear: both; }

.board-paging div {
  display: inline-block; }

.board-paging div::after {
  display: block;
  content: '';
  clear: both; }

.board-paging a, .board-paging strong {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dedede;
  border-left: 0;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center; }

.board-paging a:first-child, .board-paging strong:first-child {
  border-left: 1px solid #dedede; }

.board-paging strong {
  background: #2465c8;
  border-left: 1px solid #dedede;
  color: #fff; }

.board-paging .paging-first {
  background: no-repeat center url("../../images/eais/board/paging-first.png"); }

.board-paging .paging-last {
  background: no-repeat center url("../../images/eais/board/paging-last.png"); }

.board-paging .paging-prev {
  background: no-repeat center url("../../images/eais/board/paging-prev.png");
  margin-right: 4px; }

.board-paging .paging-next {
  background: no-repeat center url("../../images/eais/board/paging-next.png");
  margin-left: 3px; }

.board-btns {
  text-align: right;
  margin-top: 30px; }

.board-btns > * {
  min-width: 120px;
  height: 46px;
  line-height: 46px;
  margin-left: 5px; }

.board .board-paging {
  margin-top: 70px; }

.board__info {
  margin-bottom: 40px;
  padding: 25px 0 25px 140px;
  border: 1px solid #d8dadd; }

.board__info p {
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 20px; }

.board__info p::before {
  content: '';
  display: block;
  position: absolute;
  top: 74px;
  left: -80px;
  width: 43px;
  height: 43px;
  background: url("../../images/eais/board/notice.png"); }

.board-search {
  text-align: center;
  margin-bottom: 40px;
  padding: 19px 0;
  background: #e6edf3; }

.board-search .__wrap {
  display: inline-block;
  vertical-align: top; }

.board-search .__wrap::after {
  content: '';
  display: block;
  clear: both; }

.board-search .__condition, .board-search .__text, .board-search .__btn {
  float: left; }

.board-search .__condition {
  width: 109px;
  background-image: url("../../images/eais/icon-select.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.board-search .__text {
  width: calc(100% - 233px);
  margin-left: 5px; }

.board-search .__btn {
  width: 113px;
  min-width: auto;
  margin-left: 5px;
  font-size: 16px; }

.board-search legend {
  font-size: 0; }

.board-search-v2 {
  text-align: right;
  margin-bottom: 20px; }

.board-search-v2 .__wrap {
  padding: 8px;
  background: #e6edf3;
  display: inline-block;
  vertical-align: top; }

.board-search-v2 .__wrap::after {
  content: '';
  display: block;
  clear: both; }

.board-search-v2 .__condition, .board-search-v2 .__text, .board-search-v2 .__btn {
  float: left; }

.board-search-v2 .__condition {
  width: 109px;
  background-image: url("../../images/eais/icon-select.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.board-search-v2 .__text {
  width: calc(100% - 233px); }

.board-search-v2 .__btn {
  width: 80px;
  min-width: auto;
  margin-left: 5px;
  font-size: 16px; }

.board-search-v2 legend {
  font-size: 0; }

.board-search-v3 {
  position: absolute;
  right: 0;
  top: 12px; }

.board-search-v3 .__wrap {
  display: inline-block;
  vertical-align: top; }

.board-search-v3 .__wrap::after {
  content: '';
  display: block;
  clear: both; }

.board-search-v3 .__condition, .board-search-v3 .__text, .board-search-v3 .__btn {
  float: left; }

.board-search-v3 .__text {
  width: 180px;
  font-size: 14px;
  height: 30px;
  letter-spacing: -0.025em; }

.board-search-v3 .__btn {
  width: 60px;
  min-width: auto;
  margin-left: 5px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  padding-right: 0; }

.board-search-v3 legend {
  font-size: 0; }

.board-notice {
  position: relative;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 12px;
  color: #999999; }

.board-notice::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/eais/board/icon-msg.png"); }

.board-total {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 14px;
  color: #000000; }

.board-total::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url("../../images/eais/board/total.png"); }

.board-total .mb {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px; }

.board-list-text {
  border-top: 2px solid #070002; }

.board-list-text caption {
  font-size: 0;
  color: transparent; }

.board-list-text table {
  width: 100%; }

.board-list-text th, .board-list-text td {
  height: 50px;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center; }

.board-list-text a {
  display: inline-block;
  font-weight: 500; }

.board-list-text a:hover, .board-list-text a:focus {
  color: #0c76c0; }

.board-list-text .board-title {
  padding-left: 50px;
  text-align: left; }

.reply_item-1 .board-title a {
  position: relative;
  padding-left: 40px; }

.reply_item-1 .board-title a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 18px;
  background-image: url("../../images/eais/board/reple.png"); }

.reply_item-2 .board-title a {
  position: relative;
  padding-left: 40px; }

.reply_item-2 .board-title a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 16px;
  height: 18px;
  background-image: url("../../images/eais/board/reple.png"); }

th.tal {
  text-align: left !important;
  padding-left: 20px; }

tr.tac td {
  text-align: center; }

td.tal {
  text-align: left !important; }

.board-table {
  border-top: 2px solid #2a2a2a; }

.board-table caption {
  font-size: 0; }

.board-table table {
  width: 100%;
  table-layout: fixed; }

.board-table th, .board-table td {
  border-bottom: 1px solid #dfdfdf;
  height: 50px;
  padding: 5px 15px;
  box-sizing: border-box; }

.board-table th {
  white-space: nowrap;
  background: #e9edf6; }

.board-table a {
  word-break: break-all; }

.board-view-cont {
  min-height: 350px;
  padding: 40px 5px; }

.board-view-cont img {
  max-width: 100%; }

td.no-data, div.no-data {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }

td.no-data strong, div.no-data strong {
  display: block;
  margin-top: 20px;
  font-weight: 300; }

.cs-list-nomal, .cs-list-nomal li {
  margin: 0;
  padding: 0;
  list-style: none; }

.cs-list-nomal li {
  margin-top: 7px; }

.cs-list-nomal li:first-child {
  margin-top: 0; }

.doc-warp {
  margin-top: 30px;
  border-top: 1px solid #000000; }

.doc-warp > div {
  border-bottom: 1px solid #d9d9d9; }

.doc-warp > div::after {
  display: block;
  content: '';
  clear: both; }

.doc-warp > div > * {
  float: left; }

.doc-warp p {
  padding: 0;
  margin: 0;
  width: 210px;
  text-align: center;
  line-height: 50px; }

.doc-warp i {
  padding-left: 50px; }

.doc-warp a {
  display: block;
  width: calc(100% - 211px);
  padding: 15px 0; }

.doc-warp .__next i::before {
  transform: rotate(180deg); }

td.pl0 {
  padding-left: 0; }

td.pr0 {
  padding-right: 0; }

table.th-pl20 th {
  text-align: left;
  padding-left: 20px; }

table.td-pl30 td {
  padding-left: 30px; }

table.color-gray td {
  color: #999; }

.board-vertical {
  border-top: 2px solid #000; }

.board-vertical .table {
  width: 100%; }

.board-vertical th,
.board-vertical td {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px; }

.board-vertical th {
  background-color: #e9edf6;
  text-align: center; }

.board-horizontal {
  border-top: 2px solid #000; }

.board-horizontal .table {
  width: 100%; }

.board-horizontal th,
.board-horizontal td {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px; }

.board-horizontal th {
  background-color: #e9edf6;
  text-align: center; }

.board-horizontal td {
  padding-left: 10px;
  padding-right: 10px; }

.nodata {
  display: inline-block;
  background-image: url("../../images/eais/icon-nodata.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #666666;
  padding-left: 45px;
  line-height: 30px;
  height: 30px; }

.map-sort {
  overflow: hidden; }

.map-sort a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0; }

.map-sort a + a {
  margin-left: 5px; }

.map-sort .type-1 {
  background-image: url("../../images/eais/icon-sort-map-1.png"); }

.map-sort .type-2 {
  background-image: url("../../images/eais/icon-sort-map-2.png"); }

.map-sort .type-3 {
  background-image: url("../../images/eais/icon-sort-map-3.png"); }

.map-sort .type-4 {
  background-image: url("../../images/eais/icon-sort-map-4.png"); }

.preview-map {
  height: 460px;
  background-color: #f8f8f8; }

.preview-btn {
  font-size: 0;
  text-align: center; }

.preview-btn a + a {
  margin-left: 10px; }

.modal-download-notice {
  padding-top: 20px; }

.modal-download-notice p.bold {
  color: #f95b0d; }

.modal-download-notice p {
  line-height: 1.5;
  font-size: 14px; }

.sourcecode {
  border: 1px solid #cecece;
  height: 300px;
  background: #eeeeee;
  text-align: center; }

.sourcecode::after {
  content: '소스코드';
  line-height: 300px; }

.icon-preview {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
  position: relative;
  margin-left: 5px;
  margin-top: -4px; }

.icon-preview::after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: 5px;
  left: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid none;
  border-left: 5px solid #2a78e1; }

.icon-file {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  vertical-align: middle;
  background: url("../../images/eais/icon_file_file.png") no-repeat center;
  background-size: 24px; }

.icon-chart {
  display: inline-block;
  width: 20px;
  height: 13px;
  font-size: 0;
  vertical-align: middle;
  background: url("../../images/eais/icon-chart.png") no-repeat center; }

.gallery {
  margin-top: 30px; }

.gallery-item {
  border: 1px solid #d9d9d9;
  border-top: 2px solid #000;
  padding: 10px;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 30px; }

.gallery-thumb {
  float: left;
  width: 290px;
  height: 202px;
  background-color: #f8f8f8; }

.gallery-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.gallery-thumb a:hover span, .gallery-thumb a:hover:after {
  opacity: 1;
  visibility: visible; }

.gallery-thumb a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s; }

.gallery-thumb a span {
  transition: all 0.25s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  color: #fff; }

.gallery-thumb a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.gallery-caption {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  height: 202px;
  width: calc(100% - 290px); }

.gallery-caption .tit {
  height: 42px;
  border-bottom: 1px dashed #ddd; }

.gallery-caption .tit .cate {
  display: inline-block;
  color: #fff;
  background: #1e5caf url("../../images/eais/board/icon-gallry-cate.png") no-repeat 8px 50%;
  font-size: 14px;
  padding-left: 28px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px; }

.gallery-caption .tit a {
  color: #1e5caf;
  font-size: 20px; }

.gallery-caption .detail {
  height: 130px;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-right: 10px; }

.gallery-caption .detail dl {
  position: relative;
  padding-left: 40px; }

.gallery-caption .detail dl dt {
  position: absolute;
  left: 0;
  top: 0;
  color: #1e5caf;
  font-size: 16px; }

.gallery-caption .detail dl dd {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 40px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden; }

.gallery-caption .detail dl + dl {
  margin-top: 10px; }

.gallery-caption .info {
  position: relative;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  color: #666666; }

.gallery-caption .info .left {
  position: absolute;
  left: 0; }

.gallery-caption .info .right {
  position: absolute;
  right: 10px;
  border-left: 1px solid #ddd;
  padding-left: 10px; }

.info-item {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
  position: relative;
  vertical-align: top; }

.info-item + .info-item {
  margin-left: 30px; }

.info-item + .info-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 10px;
  width: 1px;
  height: 12px;
  background-color: #747474; }

.info-down {
  background-image: url("../../images/eais/board/icon-download.png"); }

.info-copy {
  background-image: url("../../images/eais/board/icon-copy.png"); }

.info-like {
  background-image: url("../../images/eais/board/icon-like.png"); }

.atlas-header {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-top: 2px solid #000;
  padding: 0 24px; }

.atlas-header .info-item + .info-item:after {
  top: 3px; }

.atlas-header .left {
  height: 47px;
  float: left;
  padding-top: 17px; }

.atlas-header .like-push {
  float: right;
  padding-top: 8px; }

.atlas-header .like-push span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  vertical-align: top; }

.atlas-header .like-push .btn-like-push {
  display: inline-block;
  width: 100px;
  height: 30px;
  vertical-align: top;
  background: url("../../images/eais/board/btn-like.png") no-repeat 0 0;
  font-size: 0;
  margin-left: 5px; }

.atlas-content {
  border: 1px solid #555555;
  border-top: 0; }

.atlas-tab {
  display: block; }

.atlas-tab-menu {
  overflow: hidden;
  margin: 35px 0 40px;
  border: 1px solid #ddd; }

.atlas-tab-menu a {
  display: block;
  float: left;
  width: 20%;
  background-color: #f8fafc;
  text-align: center;
  color: #333333;
  font-size: 16px;
  height: 48px;
  line-height: 48px; }

.atlas-tab-menu a + a {
  border-left: 1px solid #dddddd; }

.atlas-tab-menu a.active {
  background-color: #2f71c9;
  color: #fff; }

.atlas-tab-content {
  padding-left: 20px;
  padding-right: 20px;
  display: none; }

.atlas-tab-content .row {
  border: 1px solid #dddddd;
  overflow: hidden; }

.atlas-tab-content .row .col {
  float: left;
  width: 33.333%;
  text-align: center;
  height: 200px;
  padding-top: 18px; }

.atlas-tab-content .row .col + .col {
  border-left: 1px solid #dddddd; }

.atlas-tab-content .row .col .tit {
  text-align: center; }

.atlas-tab-content .row .col .tit span {
  color: #2f71c9;
  font-size: 16px; }

.atlas-tab-content .row .col .txt {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  text-align: left; }

.copy-content {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  position: relative; }

.copy-content::after {
  content: '';
  display: block;
  clear: both; }

.copy-content .tit,
.copy-content .frm {
  float: left; }

.copy-content .tit {
  background: url("../../images/eais/board/icon-angle.png") no-repeat 0 center;
  font-size: 14px;
  color: #666666;
  padding-left: 15px;
  width: 145px;
  margin-top: 8px; }

.copy-content .frm {
  width: 700px; }

.copy-content .frm input {
  border: 1px solid #dddddd;
  height: 34px;
  padding: 9px;
  width: 660px; }

.copy-content .frm input.v2 {
  height: 78px; }

.copy-content .btn-atlas-down {
  width: 230px;
  height: 34px;
  line-height: 34px;
  text-align: left;
  background: #768391 url("../../images/eais/board/icon-alts-down.png") right 10px center no-repeat;
  border-color: #768391;
  padding-left: 17px; }

.copy-content .btn-atlas-down:hover {
  color: #fff; }

.copy-content .btn-frm-copy {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 60px;
  height: 34px;
  background-color: #768391;
  border-radius: 3px;
  border-color: #768391;
  line-height: 34px; }

.copy-content.end {
  border-bottom: 1px solid #ddd; }

  .angle-list, .angle-list li, .atlas-tab-content ul, .atlas-tab-content ul li {
    margin: 0;
    padding: 0;
    list-style: none; }

  .angle-list li, .atlas-tab-content ul li {
  background: url("../../images/eais/board/icon-angle.png") no-repeat 0 3px;
  padding-left: 16px;
  line-height: 1.48;
  font-size: 14px;
  color: #666666; }

  .angle-list li .small, .atlas-tab-content ul li .small {
    font-size: 12px; }
  
  .angle-list li + li, .atlas-tab-content ul li + li {
    margin-top: 12px; }
  
  .angle-list li span, .atlas-tab-content ul li span {
    display: inline-block;
    padding-left: 40px; }

.bo-foot {
  text-align: right;
  padding-top: 30px; }

.btn-golist {
  background: #1e5caf url("../../images/eais/board/icon-list.png") no-repeat 35px 50%;
  padding-left: 55px;
  text-align: left;
  border-radius: 3px;
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px; }

.atlas-docdown + .atlas-docdown {
  margin-left: 10px; }

.atlas-docdown {
  position: relative;
  display: inline-block; }

.atlas-docdown .docdown-list {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 100;
  background: #d2e9ff;
  padding: 10px 20px;
  border: 1px solid #a0bdd8;
  max-height: 200px;
  overflow-y: scroll;}

.atlas-docdown .docdown-list ul, .atlas-docdown .docdown-list li {
  margin: 0;
  padding: 0;
  list-style: none; }

.atlas-docdown .docdown-list a {
  font-size: 13px;
  margin-left: 15px; }

.sub-tit {
  color: #1e5caf;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px; }

.sub-tit-2 {
  color: #1e5caf;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 11px; }

.sub-tit-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2f71c9; }

.tab-section + .tab-section {
  margin-top: 50px; }

.table-list {
  border-top: 2px solid #5f8aea; }

.table-list td.left {
  text-align: left;
  padding-left: 15px; }

.table-list ul.square {
  margin-left: 20px;
  list-style-type: square; }

.table-list caption.caption-bottom {
  caption-side: bottom; }

.table-list {
  width: 100%;
  border-top: 2px solid #5f8aea; }

table.dot td ul {
  text-align: left; }

table.dot td ul, table.dot td ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

table.dot td ul li {
  padding-left: 10px;
  position: relative; }

table.dot td ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #888;
  position: absolute;
  left: 0;
  top: 5px; }

.table-list th {
  padding: 5px;
  border-bottom: 1px solid #cdc9c4;
  border-left: 1px solid #cdc9c4;
  background: #f3f3f2;
  font-size: 14px;
  font-weight: 400; }

.table-list th:first-child {
  border-left: none; }

.table-list td {
  padding: 5px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #cdc9c4;
  border-left: 1px solid #cdc9c4;
  line-height: 1.5;
  padding: 10px; }

.table-list td * {
  vertical-align: middle; }

.table-list tr:hover td {
  background-color: #f6f6f6; }

.table-list td:first-child {
  border-left: none; }

.table-list td.alignLeft {
  text-align: left; }

.table-list td span {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 3px 0px 0 0px;
  color: #747886;
  font-size: 11px;
  letter-spacing: -1px; }

.table-list {
  width: 100%; }

.table-list.v2 {
  border-top: 2px solid #000; }

.table-list thead th {
  background-color: #f3f3f2; }

.table-list-tiny th, .table-list-tiny td {
  padding: 6px 0 !important; }

.dash-list {
  margin-left: 20px; }

.dash-list li {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  position: relative;
  padding-left: 12px; }

.dash-list li + li {
  margin-top: 6px; }

.dash-list li:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 2px; }

.dash-list li.img {
  margin: 20px 0; }

.dash-list li.img:after {
  display: none; }

.dash-list li.img-center {
  text-align: center; }

.dash-list li.img .border {
  display: inline-block;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px; }

.dash-list li.img .border + .border {
  margin-left: 25px; }

.dash-list li.img .border strong {
  text-align: center;
  margin-top: 10px;
  display: block;
  font-weight: 500;
  color: #1e5caf;
  font-size: 17px; }

.blit-list, .blit-list li {
  margin: 0;
  padding: 0;
  list-style: none; }

.blit-list li {
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  position: relative;
  padding-left: 12px; }

.blit-list li + li {
  margin-top: 10px; }

.blit-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2f71c9; }

.blit-list li.img {
  margin: 20px 0; }

.blit-list li.img:after {
  display: none; }

.blit-list li.img-center {
  text-align: center; }

.blit-list li.img .border {
  display: inline-block;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px; }

.blit-list li.img .border + .border {
  margin-left: 25px; }

.blit-list li.img .border strong {
  text-align: center;
  margin-top: 10px;
  display: block;
  font-weight: 500;
  color: #1e5caf;
  font-size: 17px; }

.blit-list .note {
  color: #2f71c9;
  text-indent: -10px;
  padding-left: 10px;
  display: inline-block; }

.basic-tab {
  display: block; }

.basic-tab-menu {
  overflow: hidden;
  margin: 35px 0 40px;
  border: 1px solid #ddd;
  display: flex; }

.basic-tab-menu a {
  display: block;
  flex: 1;
  background-color: #f8fafc;
  text-align: center;
  color: #333333;
  font-size: 16px;
  height: 48px;
  line-height: 48px; }

.basic-tab-menu a + a {
  border-left: 1px solid #dddddd; }

.basic-tab-menu a.active {
  background-color: #2f71c9;
  color: #fff; }

.basic-tab-menu.-col4 a {
  width: 25%; }

.basic-tab-content {
  display: none; }

.basic-tab-content .row {
  border: 1px solid #dddddd;
  overflow: hidden; }

.basic-tab-content .row .col {
  float: left;
  width: 33.333%;
  text-align: center;
  height: 178px;
  padding-top: 18px; }

.basic-tab-content .row .col + .col {
  border-left: 1px solid #dddddd; }

.basic-tab-content .row .col .tit {
  text-align: center;
  padding-bottom: 20px; }

.basic-tab-content .row .col .tit p {
  height: 60px; }

.basic-tab-content .row .col .tit span {
  color: #2f71c9;
  font-size: 16px; }

.basic-tab-content .row .col .txt {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  text-align: left; }

.mb5 {
  margin-bottom: 5px; }

.mb15 {
  margin-bottom: 15px; }

.mb50 {
  margin-bottom: 50px; }

.source {
  text-align: right;
  font-size: 12px !important;
  line-height: 20px !important; }

.system ul, .system li {
  margin: 0;
  padding: 0;
  list-style: none; }

.system p {
  font-size: 15px;
  line-height: 30px; }

.system li {
  line-height: 30px; }

.system ul li {
  position: relative;
  padding-left: 10px; }

.system ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 2px;
  background-color: #858585; }

.system ol {
  padding-left: 16px; }

.system ol li {
  list-style: auto; }

.system__box {
  padding: 15px;
  border: 1px solid #d9d9d9; }

.system__box::after {
  display: block;
  content: '';
  clear: both; }

.system__box > * {
  width: calc((100% - 31px)/2); }

.system__box > *:first-child {
  float: left;
  height: 310px;
  margin-right: 30px; }

.system__box > *:first-child img {
  width: 100%;
  height: 100%; }

.system__box > *:last-child {
  float: right; }

.system__box > * p,
.system__box > * li {
  font-size: 14px;
  line-height: 24px; }

.system__box a {
  display: block;
  position: relative; }

.system__box a p {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  color: #fff; }

.system__box a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s; }

.system__box a:hover {
  position: relative; }

.system__box a:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.system__box a:hover p {
  opacity: 1; }

.cont-image {
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 15px; }

.cont-description {
  margin-bottom: 10px; }

.atlas-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  padding-left: 12px;
  position: relative; }

.atlas-title::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #1761ec;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  box-sizing: border-box; }

.atlas-title strong {
  color: #1761ec;
  font-weight: 500; }

.atlas-content::after {
  content: '';
  display: block;
  clear: both; }

.atlas-content .atlas-map,
.atlas-content .atlas-cont {
  float: left;
  width: 50%;
  height: 700px; }

.atlas-content .atlas-cont {
  padding: 20px; }

.atlas-content .atlas-table-scroll {
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px; }

.atlas-table table {
  width: 100%; }

.atlas-table thead th, .atlas-table thead td {
  background: #e1ebf4; }

.atlas-table th, .atlas-table td {
  border: 1px solid #b3b3b3;
  font-size: 12px;
  text-align: center;
  padding: 5px; }

.atlas-table .active th, .atlas-table .active td {
  background: #f6fbff; }

.atlas-table .atlas-chart-btn {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 25px; }

.atlas-origin {
  font-size: 13px;
  margin-top: 5px;
  color: #616161; }

.atlas-origin::after {
  content: '';
  display: block;
  clear: both; }

.atlas-origin strong,
.atlas-origin span {
  float: left; }

.atlas-origin strong {
  width: 100px; }

.atlas-origin span {
  width: calc(100% - 100px); }

.atlas-cont-section + .atlas-cont-section {
  margin-top: 20px; }

.copyright-rule .cs-text-box {
  margin-bottom: 20px; }

.copyright-rule ul, .copyright-rule li {
  margin: 0;
  padding: 0;
  list-style: none; }

.copyright-rule li {
  margin-top: 20px; }

.copyright-rule ul ul {
  padding-left: 15px; }

.cont-agg {
  color: #444; }

.cont-agg .blue {
  color: #151594; }

.cont-agg ul, .cont-agg li {
  margin: 0;
  padding: 0;
  list-style: none; }

.cont-agg li {
  margin-top: 20px; }

.cont-agg span.note {
  color: #99662f; }

.cont-agg .custom-bullet.circle li {
  list-style: decimal;
  display: list-item;
  padding-left: 0;
  margin-left: 30px; }

.cont-agg .custom-bullet.hanguls li {
  list-style: hangul; }

.cont-agg .custom-bullet.hanguls li {
  display: list-item;
  padding: 0;
  margin-left: 30px; }

.cont-agg .custom-bullet.hangul {
  list-style-type: none;
  margin-left: 15px; }

.cont-agg .custom-bullet.hangul li:before {
  float: left;
  content: "\2012";
  font-size: 1.0em;
  margin: -2px 0 0 -15px; }

.custom-bullet {
  margin-left: 5px; }

.custom-bullet li {
  display: block;
  margin-bottom: 5px;
  padding-left: 15px; }

.custom-bullet li.title {
  font-size: 1.1em;
  /* color: #5e8ae9; */
  font-weight: bold; }

/*# sourceMappingURL=maps/content.css.map */
