@charset "UTF-8";
/* line 44, ../sass/_base-function.scss */
.group.form .content .info .list {
  margin: 0;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

/* line 54, ../sass/_base-function.scss */
.group.form .content .info .list {
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  transition: initial;
}
/* line 64, ../sass/_base-function.scss */
.group.form .content .info .list:before {
  content: none;
}
/* line 68, ../sass/_base-function.scss */
.group.form .content .info .list:after {
  content: none;
}

/* line 75, ../sass/_base-function.scss */
.group.form .content .info .list input {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

/* line 91, ../sass/_base-function.scss */
.page.welfare-search::after, .group.page::after, .group-search .ct .item.clockIn::after, .group.form .g.row:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

/* line 99, ../sass/_base-function.scss */
.md.listTable > table tbody tr td .area-link, .md.siderBar .ct a, .base-block-list > ul > li > .in .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 106, ../sass/_base-function.scss */
.md.listTable > table tbody tr td .imp, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a, .base-block-list > ul > li .fun li .fb, .base-block-list > ul > li .fun li .google, .base-block-list > ul > li .fun li .line {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

/* line 140, ../sass/_base-function.scss */
.group.fullPage > .ct .unit .s-title, .group.fullPage > .ct .field .s-title {
  display: block;
  text-align: center;
  background-color: #ffd3da;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

@keyframes down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 7, ../sass/_page-welfare-search.scss */
.page.welfare-search .item-title {
  background-color: #cdeff5;
  border-radius: 30px 0 30px 0;
  border: 10px solid #abdbe4;
  padding: 8px;
  text-align: center;
}
/* line 15, ../sass/_page-welfare-search.scss */
.page.welfare-search .group.check-item, .page.welfare-search .base.listPage {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  /* line 15, ../sass/_page-welfare-search.scss */
  .page.welfare-search .group.check-item, .page.welfare-search .base.listPage {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* line 27, ../sass/_page-welfare-search.scss */
.page.welfare-search .base.listPage .form {
  margin: 15px 0;
}

/* line 1, ../sass/_group-page.scss */
.group.page {
  margin-top: 15px;
  position: relative;
}
/* line 11, ../sass/_group-page.scss */
.group.page.E-team > div {
  margin-bottom: 60px;
}
/* line 17, ../sass/_group-page.scss */
.group.page .md.siderBar {
  width: 20%;
  float: left;
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
  /* line 17, ../sass/_group-page.scss */
  .group.page .md.siderBar {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
/* line 30, ../sass/_group-page.scss */
.group.page .group.section {
  width: 80%;
  float: right;
  padding-left: 1%;
}
@media screen and (max-width: 768px) {
  /* line 30, ../sass/_group-page.scss */
  .group.page .group.section {
    width: auto;
    float: none;
    padding: 0;
  }
}

/* line 3, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul::before {
  content: "​";
  width: 15px;
  height: 15px;
  background: url(/images/breadCrumbsIcon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}
/* line 17, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li {
  display: inline-block;
}
/* line 19, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li a {
  color: #343434;
  text-decoration: none;
  transition: 150ms;
  font-size: .9em;
}
/* line 24, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li a:hover {
  text-decoration: underline;
}
/* line 29, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li + li::before {
  content: '>';
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  /* line 50, ../sass/_md-listTable.scss */
  .md.listTable table {
    width: 100%;
  }
  /* line 53, ../sass/_md-listTable.scss */
  .md.listTable table thead {
    display: none;
  }
  /* line 57, ../sass/_md-listTable.scss */
  .md.listTable table tr {
    display: block;
  }
  /* line 63, ../sass/_md-listTable.scss */
  .md.listTable table tr:nth-child(even) td::before {
    background: #b18fbd;
  }
  /* line 72, ../sass/_md-listTable.scss */
  .md.listTable table td {
    display: flex;
    text-align: left;
    padding: 0 !important;
    border-bottom: 1px solid #8f5fa1;
  }
  /* line 77, ../sass/_md-listTable.scss */
  .md.listTable table td::before {
    flex: 1;
    content: attr(data-title);
    background: #8f5fa1;
    color: #ffffff;
    padding: 5px;
    max-width: 150px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
  /* line 88, ../sass/_md-listTable.scss */
  .md.listTable table td span {
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 10px;
    text-align: left;
  }
}
/* line 104, ../sass/_md-listTable.scss */
.md.listTable > table {
  width: 100%;
  border: 2px solid #8f5fa1;
  border-radius: 10px;
}
/* line 110, ../sass/_md-listTable.scss */
.md.listTable > table thead th {
  background: #8f5fa1;
  color: #ffffff;
  padding: 15px 5px;
}
/* line 115, ../sass/_md-listTable.scss */
.md.listTable > table thead th:first-child {
  border-radius: 7px 0 0 0;
}
/* line 119, ../sass/_md-listTable.scss */
.md.listTable > table thead th:last-child {
  border-radius: 0 7px 0 0;
}
/* line 128, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr {
  transition: 150ms;
}
/* line 129, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr:last-child {
  border-radius: 0 0 7px 7px;
}
/* line 133, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 7px;
}
/* line 137, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr:last-child td:last-child {
  border-radius: 0 0 7px 0;
}
/* line 140, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr:last-child td:last-child::before {
  border: none;
}
/* line 147, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td {
  padding: 15px 5px;
  text-align: center;
}
/* line 151, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td a.link {
  text-decoration: underline;
  color: #0000ee;
  display: block;
}
/* line 158, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td a:hover {
  color: #ffffff;
}
/* line 162, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td a:focus {
  color: #047d92;
}
/* line 167, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td .imp {
  display: block;
}
/* line 171, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td .imp:before {
  content: "​";
  display: block;
  background-image: url(/images/icon-star.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 29px;
  margin: 0 auto;
}
/* line 182, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr td .area-link {
  display: block;
  width: 500px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  /* line 182, ../sass/_md-listTable.scss */
  .md.listTable > table tbody tr td .area-link {
    width: 390px;
  }
}
@media screen and (max-width: 600px) {
  /* line 182, ../sass/_md-listTable.scss */
  .md.listTable > table tbody tr td .area-link {
    width: 230px;
  }
}
@media screen and (max-width: 435px) {
  /* line 182, ../sass/_md-listTable.scss */
  .md.listTable > table tbody tr td .area-link {
    width: 130px;
  }
}
@media screen and (max-width: 320px) {
  /* line 182, ../sass/_md-listTable.scss */
  .md.listTable > table tbody tr td .area-link {
    width: auto;
    white-space: initial;
  }
}
/* line 210, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr:nth-child(even) {
  background: #e4e4e4;
}
/* line 214, ../sass/_md-listTable.scss */
.md.listTable > table tbody tr:hover {
  background: #b6b6b6;
}

/* line 1, ../sass/_group-search.scss */
.group-search {
  margin-bottom: 8px;
}
/* line 4, ../sass/_group-search.scss */
.group-search > .in {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border: 1px solid #e4e4e4;
  position: relative;
  border-radius: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 4, ../sass/_group-search.scss */
  .group-search > .in {
    display: block;
  }
  /* line 13, ../sass/_group-search.scss */
  .group-search > .in .ft {
    text-align: center;
  }
}
/* line 18, ../sass/_group-search.scss */
.group-search .ct {
  flex: 3;
}
/* line 21, ../sass/_group-search.scss */
.group-search .ct .item {
  display: inline-block;
  margin: 8px;
}
/* line 25, ../sass/_group-search.scss */
.group-search .ct .item label, .group-search .ct .item select, .group-search .ct .item input {
  vertical-align: middle;
}
/* line 29, ../sass/_group-search.scss */
.group-search .ct .item label {
  margin-right: 5px;
}
/* line 37, ../sass/_group-search.scss */
.group-search .ct .item input {
  margin: 5px;
}
/* line 41, ../sass/_group-search.scss */
.group-search .ct .item.clockIn {
  padding: 8px;
  border: 1px solid #8f5fa1;
  border-radius: 10px;
  color: #343434;
  background-color: #ffffff;
}
/* line 48, ../sass/_group-search.scss */
.group-search .ct .item.clockIn span {
  width: 50%;
  float: left;
}
/* line 60, ../sass/_group-search.scss */
.group-search .ft {
  flex: 1;
}
/* line 64, ../sass/_group-search.scss */
.group-search .ft.group-btn li {
  margin: 8px 0;
}
/* line 70, ../sass/_group-search.scss */
.group-search.ChoiceDept {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 70, ../sass/_group-search.scss */
  .group-search.ChoiceDept {
    width: 100%;
  }
}
/* line 78, ../sass/_group-search.scss */
.group-search.ChoiceDept .in {
  flex-direction: column;
  align-items: center;
}
/* line 83, ../sass/_group-search.scss */
.group-search.ChoiceDept .hd {
  margin-bottom: 15px;
}
/* line 85, ../sass/_group-search.scss */
.group-search.ChoiceDept .hd label, .group-search.ChoiceDept .hd span {
  display: block;
  text-align: center;
}
/* line 89, ../sass/_group-search.scss */
.group-search.ChoiceDept .hd label {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 94, ../sass/_group-search.scss */
.group-search.ChoiceDept .hd span {
  font-size: 0.9em;
}
/* line 99, ../sass/_group-search.scss */
.group-search.ChoiceDept .ct {
  margin-bottom: 15px;
  text-align: center;
}

/* line 7, ../sass/_group-search-2.scss */
.group-search-2 .hd {
  background-color: #8f5fa1;
  color: #ffffff;
  border-radius: 7px 7px 0 0;
  padding: 5px;
  text-align: center;
}
/* line 15, ../sass/_group-search-2.scss */
.group-search-2 .ct {
  border: 2px solid #8f5fa1;
  border-radius: 0 0 7px 7px;
  padding: 15px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  /* line 15, ../sass/_group-search-2.scss */
  .group-search-2 .ct {
    display: block;
  }
}
/* line 27, ../sass/_group-search-2.scss */
.group-search-2 .ct .block {
  display: flex;
}
/* line 30, ../sass/_group-search-2.scss */
.group-search-2 .ct .block:nth-child(1) {
  flex: 1;
}
/* line 33, ../sass/_group-search-2.scss */
.group-search-2 .ct .block:nth-child(2) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  /* line 27, ../sass/_group-search-2.scss */
  .group-search-2 .ct .block {
    text-align: center;
    display: block;
    width: 100% !important;
  }
}
/* line 45, ../sass/_group-search-2.scss */
.group-search-2 .ct .item {
  margin: 0 5px;
  flex: 1;
}
/* line 55, ../sass/_group-search-2.scss */
.group-search-2 .ct .item span {
  display: block;
  width: 100%;
  margin: 5px;
}

/* line 1, ../sass/_group-fullPage.scss */
.group.fullPage {
  border: 5px solid #e4e4e4;
  border-radius: 10px;
  padding: 30px;
}
/* line 10, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .title {
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 14, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .title h3 {
  font-size: 1.4em;
}
/* line 30, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .unit > .ct > ul > li, .group.fullPage > .ct .field > .ct > ul > li {
  margin-top: 8px;
  margin-bottom: 15px;
}
/* line 38, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .unit .unit-title, .group.fullPage > .ct .field .unit-title {
  color: #8f5fa1;
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0;
}
/* line 44, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .unit .unit-title::before, .group.fullPage > .ct .field .unit-title::before {
  content: "​";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #8f5fa1;
  display: inline-block;
  vertical-align: -10px;
}
/* line 58, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .unit .p, .group.fullPage > .ct .field .p {
  display: inline-block;
  vertical-align: middle;
}
/* line 61, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .unit .p span, .group.fullPage > .ct .field .p span {
  margin-right: 5px;
}
/* line 74, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .unit .area, .group.fullPage > .ct .field .area {
  display: block;
  line-height: 2em;
}
/* line 176, ../sass/_group-fullPage.scss */
.group.fullPage > .ct .field {
  padding: 30px 0;
}
/* line 329, ../sass/_group-fullPage.scss */
.group.fullPage .ft {
  margin-top: 15px;
  text-align: center;
}

/* line 1, ../sass/_group-form.scss */
.group.form {
  border: 5px solid #e4e4e4;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 560px) {
  /* line 1, ../sass/_group-form.scss */
  .group.form {
    padding: 8px;
  }
}
/* line 12, ../sass/_group-form.scss */
.group.form .Form-title .title {
  display: block;
  background: #8f5fa1;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}
/* line 19, ../sass/_group-form.scss */
.group.form .Form-title .org {
  padding: 15px;
  text-align: right;
}
/* line 27, ../sass/_group-form.scss */
.group.form textarea {
  min-height: 100px;
}
/* line 31, ../sass/_group-form.scss */
.group.form select {
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
/* line 38, ../sass/_group-form.scss */
.group.form label span {
  color: red;
  font-weight: normal;
}
/* line 43, ../sass/_group-form.scss */
.group.form .is-danger, .group.form #Column001-error {
  color: red;
}
/* line 47, ../sass/_group-form.scss */
.group.form input[type="file"] {
  border: none;
  font-size: 0.9em;
  box-shadow: none;
}
/* line 55, ../sass/_group-form.scss */
.group.form .frame .title {
  border: none !important;
  padding: 5px 0;
  font-weight: bold;
}
/* line 60, ../sass/_group-form.scss */
.group.form .frame .title .p {
  color: #343434;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.1em;
}
/* line 70, ../sass/_group-form.scss */
.group.form .frame .title.sub {
  background-color: #ffd3da;
}
/* line 76, ../sass/_group-form.scss */
.group.form .frame .simP,
.group.form .frame .div_blue {
  margin: 0;
  color: #8f5fa1;
  word-break: break-all;
}
/* line 85, ../sass/_group-form.scss */
.group.form .frame .form_title {
  background: #abdbe4;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.1em;
}
/* line 99, ../sass/_group-form.scss */
.group.form .frame.Heard .content {
  display: flex;
  display: grid;
  border: none;
}
/* line 105, ../sass/_group-form.scss */
.group.form .frame.Heard .content .info[type="text"], .group.form .frame.Heard .content .info[type="input"], .group.form .frame.Heard .content .info[type="number"] {
  width: 200px !important;
}
@supports (display: grid) {
  /* line 99, ../sass/_group-form.scss */
  .group.form .frame.Heard .content {
    grid-template-columns: 260px minmax(auto, auto);
    width: 100%;
  }
  /* line 117, ../sass/_group-form.scss */
  .group.form .frame.Heard .content .sub {
    width: initial;
  }
  /* line 121, ../sass/_group-form.scss */
  .group.form .frame.Heard .content.noSub {
    grid-template-columns: minmax(auto, auto);
  }
  @media screen and (max-width: 768px) {
    /* line 99, ../sass/_group-form.scss */
    .group.form .frame.Heard .content {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
    }
  }
}
/* line 135, ../sass/_group-form.scss */
.group.form .content {
  width: 100%;
}
/* line 138, ../sass/_group-form.scss */
.group.form .content .sub {
  padding: 5px 0;
  align-items: center;
  padding-left: 8px;
}
/* line 144, ../sass/_group-form.scss */
.group.form .content .info {
  flex-direction: column;
  justify-content: center;
  padding: 3px 8px;
  flex: 1;
}
/* line 167, ../sass/_group-form.scss */
.group.form .content .info .list li {
  margin: 8px 0;
}
/* line 171, ../sass/_group-form.scss */
.group.form .content .info .list > select, .group.form .content .info .list > span {
  margin: 8px 0;
  display: block;
}
/* line 180, ../sass/_group-form.scss */
.group.form .content .input.radio label span, .group.form .content .input.checkbox label span {
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  /* line 186, ../sass/_group-form.scss */
  .group.form .static-form {
    border: none;
  }
}
/* line 200, ../sass/_group-form.scss */
.group.form .static-form .content .sub,
.group.form .static-form .content .info {
  display: flex;
  width: auto;
}
@media screen and (max-width: 768px) {
  /* line 198, ../sass/_group-form.scss */
  .group.form .static-form .content {
    display: block;
  }
}
/* line 212, ../sass/_group-form.scss */
.group.form .static-form .content.noSub .sub {
  display: none;
}
/* line 216, ../sass/_group-form.scss */
.group.form .static-form .content.noSub .info {
  flex: 1;
}
@media screen and (max-width: 768px) {
  /* line 198, ../sass/_group-form.scss */
  .group.form .static-form .content {
    background: transparent;
  }
  /* line 245, ../sass/_group-form.scss */
  .group.form .static-form .content .sub {
    width: 100%;
    background: transparent;
    padding: 5px 3px;
    align-items: center;
    border-right: none;
  }
  /* line 253, ../sass/_group-form.scss */
  .group.form .static-form .content .info {
    padding-left: 8px;
  }
}
/* line 263, ../sass/_group-form.scss */
.group.form .static-form.is-right .content {
  display: flex;
  display: grid;
  flex: 1;
}
@supports (display: grid) {
  /* line 263, ../sass/_group-form.scss */
  .group.form .static-form.is-right .content {
    grid-template-columns: minmax(auto, 150px) minmax(auto, auto);
    grid-template-rows: minmax(60px, auto);
  }
  /* line 275, ../sass/_group-form.scss */
  .group.form .static-form.is-right .content .sub {
    width: initial;
  }
  /* line 279, ../sass/_group-form.scss */
  .group.form .static-form.is-right .content.noSub {
    grid-template-columns: minmax(auto, auto);
  }
  @media screen and (max-width: 768px) {
    /* line 263, ../sass/_group-form.scss */
    .group.form .static-form.is-right .content {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
    }
  }
}
/* line 295, ../sass/_group-form.scss */
.group.form .files {
  padding: 5px 0 0 0 !important;
}
/* line 298, ../sass/_group-form.scss */
.group.form .files a {
  cursor: pointer;
  border: 1px solid #343434;
  background: #e4e4e4;
  border-radius: 10px;
  padding: 3px 8px;
}
/* line 307, ../sass/_group-form.scss */
.group.form .btn-area {
  margin: 8px 0;
}
/* line 310, ../sass/_group-form.scss */
.group.form .btn-area .btn {
  border: 1px solid #006999;
  background: #2E7AAD;
  color: #ffffff;
  border-radius: 8px;
  padding: 5px 8px;
}
@media screen and (max-width: 768px) {
  /* line 156, ../sass/_base-function.scss */
  .group.form table {
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 162, ../sass/_base-function.scss */
  .group.form table thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 170, ../sass/_base-function.scss */
  .group.form table tbody th {
    display: none;
  }
  /* line 174, ../sass/_base-function.scss */
  .group.form table tbody tr {
    display: block;
  }
  /* line 177, ../sass/_base-function.scss */
  .group.form table tbody tr + tr {
    margin-top: 8px;
  }
  /* line 182, ../sass/_base-function.scss */
  .group.form table tbody td {
    display: flex;
    border: none;
    padding: 0 !important;
  }
  /* line 187, ../sass/_base-function.scss */
  .group.form table tbody td + td {
    border-top: 1px dashed #e4e4e4;
  }
  /* line 191, ../sass/_base-function.scss */
  .group.form table tbody td span {
    flex: 2;
    padding: 5px 8px;
    max-width: 245px;
    max-width: 100%;
  }
  /* line 200, ../sass/_base-function.scss */
  .group.form table tbody td::before {
    content: attr(data-title);
    flex: 1;
    padding: 6px;
    background-color: #8f5fa1;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
}
/* line 331, ../sass/_group-form.scss */
.group.form .dynamic-table tr {
  background-color: #ffd3da;
}
/* line 333, ../sass/_group-form.scss */
.group.form .dynamic-table tr:last-child {
  background-color: transparent;
}
/* line 337, ../sass/_group-form.scss */
.group.form .dynamic-table tr + tr td {
  border-top: 1px solid #b6b6b6;
}
/* line 342, ../sass/_group-form.scss */
.group.form .dynamic-table th {
  padding: 5px;
  border-bottom: 1px solid #b6b6b6;
  border-top: 3px solid #8f5fa1;
  background-color: #f0f0f0;
  color: #047d92;
}
/* line 352, ../sass/_group-form.scss */
.group.form .dynamic-table td {
  padding: 5px;
  text-align: center;
}
/* line 359, ../sass/_group-form.scss */
.group.form .dynamic-table td:nth-child(1) input {
  background: #047d92;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  color: #ffffff;
  transition: 150ms;
  cursor: pointer;
}
/* line 368, ../sass/_group-form.scss */
.group.form .dynamic-table td:nth-child(1) input:hover {
  background: #035260;
}
/* line 380, ../sass/_group-form.scss */
.group.form .dynamic-table td div input {
  width: 95% !important;
}
/* line 387, ../sass/_group-form.scss */
.group.form .dynamic-table td input[type="checkbox"], .group.form .dynamic-table td input[type="radio"] {
  display: inline-block;
  width: auto !important;
}
/* line 395, ../sass/_group-form.scss */
.group.form .dynamic-table .addBtn {
  text-align: center;
  padding: 15px;
}
/* line 399, ../sass/_group-form.scss */
.group.form .dynamic-table .addBtn input {
  background: #8f5fa1 !important;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}
/* line 407, ../sass/_group-form.scss */
.group.form .dynamic-table .addBtn input:hover {
  background: #734c81 !important;
}
@media screen and (max-width: 768px) {
  /* line 416, ../sass/_group-form.scss */
  .group.form .dynamic-table tr {
    border: 2px solid #2E7AAD;
  }
  /* line 419, ../sass/_group-form.scss */
  .group.form .dynamic-table tr:last-child {
    border: none !important;
  }
  /* line 424, ../sass/_group-form.scss */
  .group.form .dynamic-table td {
    border: 1px solid dashed !important;
    text-align: left !important;
  }
  /* line 429, ../sass/_group-form.scss */
  .group.form .dynamic-table td::before {
    background: transparent;
    color: #1a1a1a;
    max-width: 130px;
  }
}
/* line 439, ../sass/_group-form.scss */
.group.form .g.row {
  width: 100%;
}
/* line 445, ../sass/_group-form.scss */
.group.form .g.row .content {
  padding: 5px 0;
}
/* line 451, ../sass/_group-form.scss */
.group.form .g.row + .g.row > .cell,
.group.form .g.row + .g.row > .static-form {
  border-top: none;
}
/* line 457, ../sass/_group-form.scss */
.group.form .g.row .g.row {
  border-bottom: 1px solid #b6b6b6;
}
/* line 463, ../sass/_group-form.scss */
.group.form .g.row .g.row:last-child {
  border-bottom: none;
}
/* line 473, ../sass/_group-form.scss */
.group.form .g.row > .g.cell {
  box-sizing: border-box;
  margin-top: 0 !important;
  display: flex;
  flex: 1;
}
/* line 487, ../sass/_group-form.scss */
.group.form .g.row > .g.cell .static-form {
  flex: 1;
  display: flex;
  border: none;
}
/* line 493, ../sass/_group-form.scss */
.group.form .g.row > .g.cell .static-form + .g.row > .cell {
  border-top: none;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(2) {
  float: left;
  width: 50%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(2) ~ .g.cell {
  float: left;
  width: 50%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(3) {
  float: left;
  width: 33.3333333333%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(3) ~ .g.cell {
  float: left;
  width: 33.3333333333%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(4) {
  float: left;
  width: 25%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(4) ~ .g.cell {
  float: left;
  width: 25%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(5) {
  float: left;
  width: 20%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(5) ~ .g.cell {
  float: left;
  width: 20%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(6) {
  float: left;
  width: 16.6666666667%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(6) ~ .g.cell {
  float: left;
  width: 16.6666666667%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(7) {
  float: left;
  width: 14.2857142857%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(7) ~ .g.cell {
  float: left;
  width: 14.2857142857%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(8) {
  float: left;
  width: 12.5%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(8) ~ .g.cell {
  float: left;
  width: 12.5%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(9) {
  float: left;
  width: 11.1111111111%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(9) ~ .g.cell {
  float: left;
  width: 11.1111111111%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(10) {
  float: left;
  width: 10%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(10) ~ .g.cell {
  float: left;
  width: 10%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(11) {
  float: left;
  width: 9.0909090909%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(11) ~ .g.cell {
  float: left;
  width: 9.0909090909%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(12) {
  float: left;
  width: 8.3333333333%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(12) ~ .g.cell {
  float: left;
  width: 8.3333333333%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(13) {
  float: left;
  width: 7.6923076923%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(13) ~ .g.cell {
  float: left;
  width: 7.6923076923%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(14) {
  float: left;
  width: 7.1428571429%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(14) ~ .g.cell {
  float: left;
  width: 7.1428571429%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(15) {
  float: left;
  width: 6.6666666667%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(15) ~ .g.cell {
  float: left;
  width: 6.6666666667%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(16) {
  float: left;
  width: 6.25%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(16) ~ .g.cell {
  float: left;
  width: 6.25%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(17) {
  float: left;
  width: 5.8823529412%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(17) ~ .g.cell {
  float: left;
  width: 5.8823529412%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(18) {
  float: left;
  width: 5.5555555556%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(18) ~ .g.cell {
  float: left;
  width: 5.5555555556%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(19) {
  float: left;
  width: 5.2631578947%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(19) ~ .g.cell {
  float: left;
  width: 5.2631578947%;
}
/* line 502, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(20) {
  float: left;
  width: 5%;
}
/* line 507, ../sass/_group-form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(20) ~ .g.cell {
  float: left;
  width: 5%;
}
@media screen and (max-width: 768px) {
  /* line 521, ../sass/_group-form.scss */
  .group.form .g.row .row {
    display: block !important;
  }
  /* line 525, ../sass/_group-form.scss */
  .group.form .g.row .cell {
    float: none !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
  }
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  /* line 535, ../sass/_group-form.scss */
  .group.form .g.row .row {
    display: block !important;
  }
  /* line 539, ../sass/_group-form.scss */
  .group.form .g.row .cell {
    float: none !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
  }
}

/* line 3, ../sass/_group-check-item.scss */
.group.check-item .content {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 9, ../sass/_group-check-item.scss */
.group.check-item .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: auto;
  margin: 3px 0.5%;
  cursor: pointer;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
}
/* line 22, ../sass/_group-check-item.scss */
.group.check-item .content a.Active {
  background-color: #8f5fa1;
  color: #ffffff;
}

/* line 3, ../sass/_base-SitMap.scss */
.base.SitMap .hd {
  line-height: 1.75em;
  margin-bottom: 30px;
}
/* line 7, ../sass/_base-SitMap.scss */
.base.SitMap .hd p {
  margin-bottom: 8px;
}
/* line 15, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li {
  margin-bottom: 8px;
}
/* line 19, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .master {
  background-color: #e4e4e4;
  font-size: 1.1em;
  margin-bottom: 8px;
  transition: all .2s;
}
/* line 25, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .master a {
  display: block;
  padding: 8px;
  font-weight: bold;
}
/* line 29, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .master a::before {
  content: "​";
  width: 15px;
  height: 15px;
  background: url(/images/icon-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}
/* line 41, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .master:hover {
  background-color: #8f5fa1;
}
/* line 43, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .master:hover a {
  color: #ffffff;
}
/* line 45, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .master:hover a::before {
  background: url(/images/icon-arrow-w.png) no-repeat;
  background-size: contain;
}
/* line 55, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .sub {
  text-indent: 30px;
  line-height: 1.75em;
}
/* line 61, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .sub ul li span, .base.SitMap .ct .in ul li .sub ul li a {
  display: block;
}
/* line 65, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .sub ul li a {
  padding: 5px;
  transition: all .2s;
}
/* line 68, ../sass/_base-SitMap.scss */
.base.SitMap .ct .in ul li .sub ul li a:hover {
  background-color: #8f5fa1;
  color: #ffffff;
}

/* line 1, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum {
  /*.md*/
  margin: 25px 0;
}
/* line 6, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum > .in {
  text-align: center;
}
/* line 41, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow2 {
  display: inline-block;
  vertical-align: middle;
}
/* line 45, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow2 select {
  padding: 5px;
  box-shadow: none;
}
/* line 50, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow2 button {
  padding: 5px 15px;
  display: inline-block;
}
/* line 57, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
@media screen and (max-width: 560px) {
  /* line 57, ../sass/_simple-text-pageNum.scss */
  .simple-text.pageNum .pageshow3 {
    margin: 8px 0;
  }
}
/* line 70, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul {
  padding: 0;
}
/* line 73, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
/* line 78, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li span, .simple-text.pageNum .pageshow3 .pagination-container ul li a {
  background-color: #ffd3da;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 150ms;
  color: #343434;
  box-shadow: none;
  border: 1px solid #ffd3da;
  border: 1px solid #b6b6b6;
  display: block;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 3px 0;
  margin: 0;
}
/* line 31, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li span:hover, .simple-text.pageNum .pageshow3 .pagination-container ul li span:focus, .simple-text.pageNum .pageshow3 .pagination-container ul li a:hover, .simple-text.pageNum .pageshow3 .pagination-container ul li a:focus {
  background-color: #ffa0af;
}
/* line 90, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.active span {
  background: #8f5fa1;
  color: #ffffff;
  border: 1px solid #8f5fa1;
}
/* line 112, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a {
  background-color: #8f5fa1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 150ms;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8f5fa1;
  background-image: url(/images/away-right-transparent.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  width: 30px;
  height: 30px;
  padding: 3px 0;
  background-size: 70%;
  border: none;
  margin: 0;
}
/* line 31, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a:hover, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a:focus, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a:hover, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a:focus, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a:hover, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a:focus, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a:hover, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a:focus {
  background-color: #734c81;
}
/* line 129, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a {
  background-image: url(/images/away-left-transparent.png);
  background-position: 2px center;
}
/* line 137, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a {
  background-image: url(/images/away-right-2.png);
  background-position: 5px center;
}
/* line 145, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a {
  background-image: url(/images/away-left-2.png);
  background-position: 4px center;
}

/* line 8, ../sass/_group-login.scss */
.group.login .cell {
  display: flex;
}
/* line 11, ../sass/_group-login.scss */
.group.login .cell > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 8, ../sass/_group-login.scss */
  .group.login .cell {
    flex-direction: column;
  }
  /* line 17, ../sass/_group-login.scss */
  .group.login .cell > * {
    width: 100%;
  }
}
/* line 26, ../sass/_group-login.scss */
.group.login .general ul li, .group.login .signUP ul li {
  margin: 15px 0;
}
/* line 32, ../sass/_group-login.scss */
.group.login .general ul li .div > label, .group.login .signUP ul li .div > label {
  width: 170px;
  text-align: right;
  display: inline-block;
}
/* line 38, ../sass/_group-login.scss */
.group.login .general ul li .div label, .group.login .signUP ul li .div label {
  margin-right: 15px;
  font-weight: bold;
}
/* line 44, ../sass/_group-login.scss */
.group.login .general ul li .div > input, .group.login .general ul li .div > select, .group.login .signUP ul li .div > input, .group.login .signUP ul li .div > select {
  width: calc( 100% - 170px - 15px - 6px );
}
/* line 49, ../sass/_group-login.scss */
.group.login .general ul li .div .right, .group.login .signUP ul li .div .right {
  width: calc( 100% - 170px - 15px - 6px );
  display: inline-block;
  text-align: left;
}
/* line 53, ../sass/_group-login.scss */
.group.login .general ul li .div .right > *, .group.login .signUP ul li .div .right > * {
  display: inline-block;
  margin-right: -6px;
}
/* line 59, ../sass/_group-login.scss */
.group.login .general ul li .div .right.inside-btn *:not(.objBut), .group.login .signUP ul li .div .right.inside-btn *:not(.objBut) {
  width: 50%;
}
/* line 66, ../sass/_group-login.scss */
.group.login .general ul li .div .status, .group.login .signUP ul li .div .status {
  display: block !important;
  margin: 5px 0;
  text-align: left;
  padding-left: 185px;
}
@media screen and (max-width: 980px) {
  /* line 29, ../sass/_group-login.scss */
  .group.login .general ul li .div, .group.login .signUP ul li .div {
    text-align: left;
  }
  /* line 77, ../sass/_group-login.scss */
  .group.login .general ul li .div > label, .group.login .signUP ul li .div > label {
    text-align: left;
    display: block;
  }
  /* line 81, ../sass/_group-login.scss */
  .group.login .general ul li .div > input, .group.login .general ul li .div > select, .group.login .general ul li .div .right, .group.login .signUP ul li .div > input, .group.login .signUP ul li .div > select, .group.login .signUP ul li .div .right {
    width: 100%;
    margin-top: 5px;
  }
  /* line 86, ../sass/_group-login.scss */
  .group.login .general ul li .div .right.inside-btn *:not(.objBut), .group.login .signUP ul li .div .right.inside-btn *:not(.objBut) {
    width: 100%;
    margin-bottom: 5px;
  }
  /* line 91, ../sass/_group-login.scss */
  .group.login .general ul li .div .status, .group.login .signUP ul li .div .status {
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  /* line 99, ../sass/_group-login.scss */
  .group.login .general ul li.md.chackList input[type="text"], .group.login .signUP ul li.md.chackList input[type="text"] {
    width: 100%;
    margin-top: 5px;
  }
}
/* line 110, ../sass/_group-login.scss */
.group.login .general {
  background: rgba(255, 229, 233, 0.7);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 110, ../sass/_group-login.scss */
  .group.login .general {
    align-items: initial;
  }
}
/* line 120, ../sass/_group-login.scss */
.group.login .general > div {
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  /* line 120, ../sass/_group-login.scss */
  .group.login .general > div {
    padding: 0;
    margin-bottom: 15px;
  }
}
/* line 129, ../sass/_group-login.scss */
.group.login .general > div + div {
  border-left: 2px solid #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 129, ../sass/_group-login.scss */
  .group.login .general > div + div {
    border-left: none;
    border-top: 2px solid #ffffff;
    padding: 20px 20px;
  }
}
/* line 139, ../sass/_group-login.scss */
.group.login .general .media {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}
/* line 144, ../sass/_group-login.scss */
.group.login .general .media ul {
  flex-direction: column;
  flex-wrap: nowrap;
}
/* line 149, ../sass/_group-login.scss */
.group.login .general .media li {
  margin: 10px 0;
  width: 70%;
}
/* line 159, ../sass/_group-login.scss */
.group.login .signUP .form, .group.login .signUP .message {
  padding: 15px 20px;
  border-radius: 10px;
  width: 100%;
}
/* line 166, ../sass/_group-login.scss */
.group.login .signUP .form {
  background: rgba(255, 229, 233, 0.7);
  margin-right: 8px;
}
/* line 170, ../sass/_group-login.scss */
.group.login .signUP .form .info {
  background: #ffd3da;
  font-weight: bold;
  text-align: left;
  border-radius: 30px;
  padding: 8px 25px;
}
@media screen and (max-width: 768px) {
  /* line 170, ../sass/_group-login.scss */
  .group.login .signUP .form .info {
    margin: 15px;
    margin-bottom: 0;
  }
}
/* line 183, ../sass/_group-login.scss */
.group.login .signUP .form .block {
  padding: 15px;
}
/* line 186, ../sass/_group-login.scss */
.group.login .signUP .form .block + .block {
  border-top: 2px solid #ffd3da;
}
/* line 193, ../sass/_group-login.scss */
.group.login .signUP .message {
  background: rgba(199, 237, 239, 0.7);
  margin-top: 15px;
}
/* line 198, ../sass/_group-login.scss */
.group.login .signUP .message .hd {
  text-align: left;
  margin-bottom: 15px;
}
/* line 201, ../sass/_group-login.scss */
.group.login .signUP .message .hd img, .group.login .signUP .message .hd span {
  vertical-align: middle;
}
/* line 204, ../sass/_group-login.scss */
.group.login .signUP .message .hd img {
  width: 90px;
}
/* line 207, ../sass/_group-login.scss */
.group.login .signUP .message .hd span {
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 8px;
}
/* line 214, ../sass/_group-login.scss */
.group.login .signUP .message .ct {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
/* line 218, ../sass/_group-login.scss */
.group.login .signUP .message .ct ol {
  margin-left: 30px;
}
/* line 220, ../sass/_group-login.scss */
.group.login .signUP .message .ct ol li {
  text-align: left;
  margin: 20px 0;
  font-weight: bold;
  line-height: 1.5em;
}
/* line 233, ../sass/_group-login.scss */
.group.login .group-btn {
  padding: 0 !important;
}
/* line 236, ../sass/_group-login.scss */
.group.login .group-btn ul {
  margin-bottom: 0 !important;
  margin-top: 50px !important;
}
/* line 241, ../sass/_group-login.scss */
.group.login .group-btn li {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
/* line 247, ../sass/_group-login.scss */
.group.login .group-btn li:nth-child(2) a, .group.login .group-btn li:nth-child(2) button, .group.login .group-btn li:nth-child(2) input, .group.login .group-btn li:nth-child(3) a, .group.login .group-btn li:nth-child(3) button, .group.login .group-btn li:nth-child(3) input {
  background-color: #047d92;
  border: 1px solid #035260;
}
/* line 251, ../sass/_group-login.scss */
.group.login .group-btn li:nth-child(2) a:hover, .group.login .group-btn li:nth-child(2) a:focus, .group.login .group-btn li:nth-child(2) button:hover, .group.login .group-btn li:nth-child(2) button:focus, .group.login .group-btn li:nth-child(2) input:hover, .group.login .group-btn li:nth-child(2) input:focus, .group.login .group-btn li:nth-child(3) a:hover, .group.login .group-btn li:nth-child(3) a:focus, .group.login .group-btn li:nth-child(3) button:hover, .group.login .group-btn li:nth-child(3) button:focus, .group.login .group-btn li:nth-child(3) input:hover, .group.login .group-btn li:nth-child(3) input:focus {
  background-color: #035260;
}
/* line 257, ../sass/_group-login.scss */
.group.login .group-btn a, .group.login .group-btn button, .group.login .group-btn input {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 3px;
}
/* line 265, ../sass/_group-login.scss */
.group.login .caption {
  text-align: left;
  background-color: #ffd3da;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 8px;
}
/* line 272, ../sass/_group-login.scss */
.group.login .caption p {
  margin-bottom: 5px;
}
/* line 276, ../sass/_group-login.scss */
.group.login .caption ol {
  margin-left: 35px;
}
/* line 280, ../sass/_group-login.scss */
.group.login .caption li {
  list-style-type: cjk-ideographic;
}
/* line 286, ../sass/_group-login.scss */
.group.login .media {
  background-color: #ffd3da;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 8px;
}
/* line 292, ../sass/_group-login.scss */
.group.login .media ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 300, ../sass/_group-login.scss */
.group.login .media ul li {
  margin: 10px;
  width: 300px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  /* line 300, ../sass/_group-login.scss */
  .group.login .media ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 300, ../sass/_group-login.scss */
  .group.login .media ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  /* line 300, ../sass/_group-login.scss */
  .group.login .media ul li {
    width: 100% !important;
  }
}
/* line 322, ../sass/_group-login.scss */
.group.login .media ul li.fb a {
  background: #1877f2;
  transition: 150ms;
}
/* line 325, ../sass/_group-login.scss */
.group.login .media ul li.fb a:hover {
  background: #0b5fcc;
}
/* line 322, ../sass/_group-login.scss */
.group.login .media ul li.google a {
  background: #ea4335;
  transition: 150ms;
}
/* line 325, ../sass/_group-login.scss */
.group.login .media ul li.google a:hover {
  background: #d62516;
}
/* line 322, ../sass/_group-login.scss */
.group.login .media ul li.line a {
  background: #00c300;
  transition: 150ms;
}
/* line 325, ../sass/_group-login.scss */
.group.login .media ul li.line a:hover {
  background: #009000;
}
/* line 332, ../sass/_group-login.scss */
.group.login .media ul li a {
  color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  display: flex;
}
/* line 338, ../sass/_group-login.scss */
.group.login .media ul li a img {
  height: 30px;
  padding-right: 15px;
}
@media screen and (max-width: 350px) {
  /* line 338, ../sass/_group-login.scss */
  .group.login .media ul li a img {
    height: 23px;
  }
}
/* line 347, ../sass/_group-login.scss */
.group.login .media ul li a span {
  align-items: center;
  text-align: center;
}
/* line 351, ../sass/_group-login.scss */
.group.login .media ul li a span:nth-child(1) {
  flex: 3;
}
/* line 355, ../sass/_group-login.scss */
.group.login .media ul li a span:nth-child(2) {
  flex: 1;
  display: flex;
  width: 20%;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
  justify-content: center;
}
/* line 372, ../sass/_group-login.scss */
.group.login.w-full .cell {
  width: 100%;
  padding: 0;
}
/* line 377, ../sass/_group-login.scss */
.group.login.w-full .form {
  padding: 15px;
  margin-left: 0;
}
/* line 382, ../sass/_group-login.scss */
.group.login.w-full .block {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  /* line 382, ../sass/_group-login.scss */
  .group.login.w-full .block {
    width: 100%;
  }
}

/* line 1, ../sass/_md-textNews.scss */
.md.textNews {
  font-size: 1.2em;
  margin-bottom: 20px;
}
/* line 4, ../sass/_md-textNews.scss */
.md.textNews img {
  width: 50px;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 9, ../sass/_md-textNews.scss */
.md.textNews a {
  vertical-align: middle;
}

/* line 1, ../sass/_md-print.scss */
.md-print {
  position: absolute;
  right: 0;
  top: -62px;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/_md-print.scss */
  .md-print {
    display: none;
  }
}

/* line 8, ../sass/_md-download.scss */
.md.download .content li {
  margin: 5px 0;
  transition: 150ms;
}
/* line 12, ../sass/_md-download.scss */
.md.download .content li:hover {
  background: #ffffff;
}
/* line 16, ../sass/_md-download.scss */
.md.download .content li .hd, .md.download .content li .ct {
  display: inline-block;
}
/* line 20, ../sass/_md-download.scss */
.md.download .content li .ct {
  margin-left: 15px;
}
@media screen and (max-width: 560px) {
  /* line 20, ../sass/_md-download.scss */
  .md.download .content li .ct {
    margin-left: 0;
  }
}
/* line 27, ../sass/_md-download.scss */
.md.download .content li .ct a {
  display: block;
  padding: 5px;
  border: 1px solid transparent;
  transition: 150ms;
}
/* line 33, ../sass/_md-download.scss */
.md.download .content li .ct a::before {
  content: "​";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-image: url(/images/file-type-other.png);
}
/* line 43, ../sass/_md-download.scss */
.md.download .content li .ct a p {
  display: inline-block;
}
/* line 49, ../sass/_md-download.scss */
.md.download .content li a:hover {
  border-left-width: 8px;
  background-color: #ffffff;
  border-color: #333;
}
/* line 57, ../sass/_md-download.scss */
.md.download .content li.doc .ct a::before {
  background-image: url(/images/file-type-doc.png);
}
/* line 60, ../sass/_md-download.scss */
.md.download .content li.doc a:hover {
  border-color: #28538E;
}
/* line 66, ../sass/_md-download.scss */
.md.download .content li.docx .ct a::before {
  background-image: url(/images/file-type-docx.png);
}
/* line 69, ../sass/_md-download.scss */
.md.download .content li.docx a:hover {
  border-color: #28538E;
}
/* line 75, ../sass/_md-download.scss */
.md.download .content li.xls .ct a::before {
  background-image: url(/images/file-type-xls.png);
}
/* line 78, ../sass/_md-download.scss */
.md.download .content li.xls a:hover {
  border-color: #1A6D42;
}
/* line 84, ../sass/_md-download.scss */
.md.download .content li.xlsx .ct a::before {
  background-image: url(/images/file-type-xlsx.png);
}
/* line 87, ../sass/_md-download.scss */
.md.download .content li.xlsx a:hover {
  border-color: #1A6D42;
}
/* line 93, ../sass/_md-download.scss */
.md.download .content li.ppt .ct a::before {
  background-image: url(/images/file-type-ppt.png);
}
/* line 96, ../sass/_md-download.scss */
.md.download .content li.ppt a:hover {
  border-color: #C64226;
}
/* line 102, ../sass/_md-download.scss */
.md.download .content li.pptx .ct a::before {
  background-image: url(/images/file-type-pptx.png);
}
/* line 105, ../sass/_md-download.scss */
.md.download .content li.pptx a:hover {
  border-color: #C64226;
}
/* line 111, ../sass/_md-download.scss */
.md.download .content li.pdf .ct a::before {
  background-image: url(/images/file-type-pdf.png);
}
/* line 114, ../sass/_md-download.scss */
.md.download .content li.pdf a:hover {
  border-color: #ef1011;
}
/* line 120, ../sass/_md-download.scss */
.md.download .content li.odt .ct a::before {
  background-image: url(/images/file-type-odt.png);
}
/* line 123, ../sass/_md-download.scss */
.md.download .content li.odt a:hover {
  border-color: #166095;
}
/* line 129, ../sass/_md-download.scss */
.md.download .content li.ods .ct a::before {
  background-image: url(/images/file-type-ods.png);
}
/* line 132, ../sass/_md-download.scss */
.md.download .content li.ods a:hover {
  border-color: #2B963A;
}
/* line 138, ../sass/_md-download.scss */
.md.download .content li.odp .ct a::before {
  background-image: url(/images/file-type-odp.png);
}
/* line 141, ../sass/_md-download.scss */
.md.download .content li.odp a:hover {
  border-color: #953C23;
}
/* line 147, ../sass/_md-download.scss */
.md.download .content li.odg .ct a::before {
  background-image: url(/images/file-type-other.png);
}
/* line 150, ../sass/_md-download.scss */
.md.download .content li.odg a:hover {
  border-color: #333;
}
/* line 156, ../sass/_md-download.scss */
.md.download .content li.png .ct a::before {
  background-image: url(/images/file-type-png.png);
}
/* line 159, ../sass/_md-download.scss */
.md.download .content li.png a:hover {
  border-color: #2A6FA4;
}
/* line 165, ../sass/_md-download.scss */
.md.download .content li.jpg .ct a::before {
  background-image: url(/images/file-type-jpg.png);
}
/* line 168, ../sass/_md-download.scss */
.md.download .content li.jpg a:hover {
  border-color: #25838F;
}
/* line 181, ../sass/_md-download.scss */
.md.download.pic .content ul {
  word-spacing: -6px;
}
/* line 186, ../sass/_md-download.scss */
.md.download.pic .content li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  /* line 186, ../sass/_md-download.scss */
  .md.download.pic .content li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 560px) {
  /* line 186, ../sass/_md-download.scss */
  .md.download.pic .content li {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  /* line 186, ../sass/_md-download.scss */
  .md.download.pic .content li {
    width: 100%;
  }
}
/* line 204, ../sass/_md-download.scss */
.md.download.pic .content li:hover {
  background: transparent;
}
/* line 208, ../sass/_md-download.scss */
.md.download.pic .content li .hd {
  display: none;
}
/* line 212, ../sass/_md-download.scss */
.md.download.pic .content li .ct {
  display: block;
  margin-left: 0;
}
/* line 217, ../sass/_md-download.scss */
.md.download.pic .content li span {
  position: relative;
  display: block;
  background-color: #4e4e4e;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 227, ../sass/_md-download.scss */
.md.download.pic .content li a {
  display: block;
  padding: 0;
  border: none;
  padding-bottom: 75%;
  background-color: transparent;
}
/* line 234, ../sass/_md-download.scss */
.md.download.pic .content li a::before {
  content: "​";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: 300ms;
  background-image: none;
  width: auto;
  height: auto;
  margin-right: 0;
}
/* line 253, ../sass/_md-download.scss */
.md.download.pic .content li a:hover::before {
  background-color: rgba(26, 26, 26, 0.5) !important;
}
/* line 258, ../sass/_md-download.scss */
.md.download.pic .content li a p {
  display: none;
}

/* line 3, ../sass/_md-chackList.scss */
.md.chackList .check, .md.chackList .input, .md.chackList .img {
  display: inline-block;
}
/* line 7, ../sass/_md-chackList.scss */
.md.chackList .input, .md.chackList .img {
  margin: 3px 0;
}
/* line 12, ../sass/_md-chackList.scss */
.md.chackList .input .status {
  display: block !important;
  margin: 5px 0;
  text-align: left;
  padding-left: 70px;
}
/* line 20, ../sass/_md-chackList.scss */
.md.chackList .img {
  margin-left: 15px;
}
/* line 24, ../sass/_md-chackList.scss */
.md.chackList .img #captchaimg,
.md.chackList .img input[type="button"],
.md.chackList .img #btnVoice {
  display: inline-block !important;
  margin: 0 3px !important;
  vertical-align: middle;
}
/* line 32, ../sass/_md-chackList.scss */
.md.chackList .img #captchaimg {
  border: 1px solid #8f5fa1 !important;
  height: 35px;
}
/* line 38, ../sass/_md-chackList.scss */
.md.chackList .img input[type="button"] {
  background-color: #8f5fa1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 150ms;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8f5fa1;
  padding: 8px 15px;
  width: auto;
  border: none;
}
/* line 31, ../sass/_base-function.scss */
.md.chackList .img input[type="button"]:hover, .md.chackList .img input[type="button"]:focus {
  background-color: #734c81;
}
/* line 45, ../sass/_md-chackList.scss */
.md.chackList .img #btnVoice {
  width: 67px;
  padding: 10px 15px;
}

/* line 1, ../sass/_md-empty.scss */
.md.empty {
  text-align: center;
  padding: 15px 0;
}

/* line 2, ../sass/_md-VideoTalk.scss */
.md.VideoTalk .frame {
  display: inline-block;
  width: 50%;
  margin-left: -5px;
  padding: 5px;
}
@media screen and (max-width: 768px) and (min-width: 561px) {
  /* line 2, ../sass/_md-VideoTalk.scss */
  .md.VideoTalk .frame {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  /* line 2, ../sass/_md-VideoTalk.scss */
  .md.VideoTalk .frame {
    width: 100%;
  }
}
/* line 17, ../sass/_md-VideoTalk.scss */
.md.VideoTalk .title {
  text-align: center;
  background-color: #047d92;
  padding: 5px;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
/* line 25, ../sass/_md-VideoTalk.scss */
.md.VideoTalk .border {
  border: 2px solid #047d92;
  height: 50vh;
  border-radius: 0px 0px 10px 10px;
}

/* line 5, ../sass/_group-unified_form.scss */
.group .unified_form {
  border: 5px solid #e4e4e4;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  /* line 5, ../sass/_group-unified_form.scss */
  .group .unified_form {
    padding: 5px;
  }
}
/* line 25, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .form_info {
  font-weight: bold;
  padding: 8px 15px;
}
/* line 29, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .form_info.red {
  background: #ffd3da;
}
/* line 33, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .form_info.blue {
  background: #abdbe4;
}
/* line 46, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .tr_group {
  margin-bottom: 15px;
  border-bottom: 2px solid #ffd3da;
}
/* line 50, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .tr_group > .in {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 50, ../sass/_group-unified_form.scss */
  .group .unified_form > .in .ct .tr_group > .in {
    width: 100%;
  }
}
/* line 59, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .tr_group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 65, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .form_tr {
  display: flex;
  margin: 15px 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  /* line 65, ../sass/_group-unified_form.scss */
  .group .unified_form > .in .ct .form_tr {
    flex-direction: column;
  }
}
/* line 75, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .form_th {
  flex: 20%;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  /* line 75, ../sass/_group-unified_form.scss */
  .group .unified_form > .in .ct .form_th {
    display: inline-block;
    width: 100%;
    background-color: #8f5fa1;
    color: #ffffff;
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
  }
}
/* line 89, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .form_td {
  flex: 85%;
}
@media screen and (max-width: 560px) {
  /* line 89, ../sass/_group-unified_form.scss */
  .group .unified_form > .in .ct .form_td {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
/* line 98, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .td_group {
  display: block;
}
/* line 100, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .td_group input {
  width: auto !important;
}
/* line 109, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .td_group select,
.group .unified_form > .in .ct .td_group textarea {
  width: auto !important;
}
/* line 118, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct .td_half {
  display: inline-block;
  width: 49.15%;
}
@media screen and (max-width: 560px) {
  /* line 118, ../sass/_group-unified_form.scss */
  .group .unified_form > .in .ct .td_half {
    width: 100%;
  }
}
/* line 126, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct label {
  margin: 0 3px;
}
/* line 129, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct input,
.group .unified_form > .in .ct select,
.group .unified_form > .in .ct textarea {
  margin: 3px 0;
}
/* line 137, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct select,
.group .unified_form > .in .ct textarea {
  width: 100%;
}
/* line 143, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ct input[type="text"], .group .unified_form > .in .ct input[type="email"], .group .unified_form > .in .ct input[type="phone"] {
  width: 100%;
}
/* line 155, ../sass/_group-unified_form.scss */
.group .unified_form > .in .ft {
  text-align: center;
}
/* line 160, ../sass/_group-unified_form.scss */
.group .unified_form .objBut {
  display: inline-block;
  margin: 5px 8px;
}
/* line 166, ../sass/_group-unified_form.scss */
.group .unified_form .md.chackList input[type="text"] {
  width: auto !important;
}

/* line 4, ../sass/_md-memberLabel.scss */
.md.memberLabel .name, .md.memberLabel .p {
  display: inline-block;
}
/* line 9, ../sass/_md-memberLabel.scss */
.md.memberLabel .name::before {
  content: "​";
  background: url(../images/icon-user.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: 5px;
  margin-right: 5px;
}

/* line 1, ../sass/_md-agree.scss */
.md.agree {
  text-align: center;
}
/* line 3, ../sass/_md-agree.scss */
.md.agree a {
  color: blue;
  text-decoration: underline;
  margin: 0 5px;
}

/* line 11, ../sass/_group-section.scss */
.group.section > .in > .ct > div + div {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 12, ../sass/_md-siderBar.scss */
  .md.siderBar .ct ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* line 20, ../sass/_md-siderBar.scss */
.md.siderBar .ct li + li {
  margin-top: 8px;
}
/* line 25, ../sass/_md-siderBar.scss */
.md.siderBar .ct li.is-active a {
  background-color: #8f5fa1;
}
@media screen and (max-width: 768px) {
  /* line 19, ../sass/_md-siderBar.scss */
  .md.siderBar .ct li {
    margin: 5px;
    flex: 1;
  }
}
/* line 39, ../sass/_md-siderBar.scss */
.md.siderBar .ct a {
  display: block;
  background-color: #047d92;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  transition: 150ms;
}
/* line 48, ../sass/_md-siderBar.scss */
.md.siderBar .ct a::before {
  content: "​";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: -5px;
  border-radius: 50%;
  background-color: #fff298;
  margin-right: 8px;
}
/* line 59, ../sass/_md-siderBar.scss */
.md.siderBar .ct a:hover {
  background-color: #035260;
}

/* line 1, ../sass/_md-pageTitle.scss */
.md.pageTitle {
  padding: 8px 0;
}
/* line 11, ../sass/_md-pageTitle.scss */
.md.pageTitle h2, .md.pageTitle .text {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
/* line 17, ../sass/_md-pageTitle.scss */
.md.pageTitle h2::before, .md.pageTitle .text::before {
  content: "​";
  background: #8f5fa1;
  height: 25px;
  width: 5px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 10px;
}

/* line 1, ../sass/_md-pageForm.scss */
.md.pageForm {
  border-top: 3px solid #8f5fa1;
}
/* line 3, ../sass/_md-pageForm.scss */
.md.pageForm .row {
  background: #ffffff;
}
/* line 5, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell {
  box-sizing: border-box;
  margin-top: 0 !important;
  display: flex;
  border-top: 1px solid #8f5fa1;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) {
  float: left;
  width: 50%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) ~ .g.cell {
  float: left;
  width: 50%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) {
  float: left;
  width: 33.3333333333%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) ~ .g.cell {
  float: left;
  width: 33.3333333333%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) {
  float: left;
  width: 25%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) ~ .g.cell {
  float: left;
  width: 25%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) {
  float: left;
  width: 20%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) ~ .g.cell {
  float: left;
  width: 20%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) {
  float: left;
  width: 16.6666666667%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) ~ .g.cell {
  float: left;
  width: 16.6666666667%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) {
  float: left;
  width: 14.2857142857%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) ~ .g.cell {
  float: left;
  width: 14.2857142857%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) {
  float: left;
  width: 12.5%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) ~ .g.cell {
  float: left;
  width: 12.5%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) {
  float: left;
  width: 11.1111111111%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) ~ .g.cell {
  float: left;
  width: 11.1111111111%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) {
  float: left;
  width: 10%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) ~ .g.cell {
  float: left;
  width: 10%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) {
  float: left;
  width: 9.0909090909%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) ~ .g.cell {
  float: left;
  width: 9.0909090909%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) {
  float: left;
  width: 8.3333333333%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) ~ .g.cell {
  float: left;
  width: 8.3333333333%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) {
  float: left;
  width: 7.6923076923%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) ~ .g.cell {
  float: left;
  width: 7.6923076923%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) {
  float: left;
  width: 7.1428571429%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) ~ .g.cell {
  float: left;
  width: 7.1428571429%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) {
  float: left;
  width: 6.6666666667%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) ~ .g.cell {
  float: left;
  width: 6.6666666667%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) {
  float: left;
  width: 6.25%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) ~ .g.cell {
  float: left;
  width: 6.25%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) {
  float: left;
  width: 5.8823529412%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) ~ .g.cell {
  float: left;
  width: 5.8823529412%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) {
  float: left;
  width: 5.5555555556%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) ~ .g.cell {
  float: left;
  width: 5.5555555556%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) {
  float: left;
  width: 5.2631578947%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) ~ .g.cell {
  float: left;
  width: 5.2631578947%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) {
  float: left;
  width: 5%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) ~ .g.cell {
  float: left;
  width: 5%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) ~ .g.cell .list .optionsItem {
  width: 55%;
}
@media screen and (max-width: 768px) {
  /* line 5, ../sass/_md-pageForm.scss */
  .md.pageForm .row .cell {
    width: 100% !important;
    float: none;
  }
}
/* line 43, ../sass/_md-pageForm.scss */
.md.pageForm .row .title {
  flex: 1;
  background: #CCECFF;
  max-width: 150px;
  padding: 15px 5px 15px 15px;
}
/* line 49, ../sass/_md-pageForm.scss */
.md.pageForm .row .ct {
  flex: 1;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
}
/* line 57, ../sass/_md-pageForm.scss */
.md.pageForm .upDate {
  text-align: right;
  margin: 10px 0;
}

/* line 2, ../sass/_md-list-info.scss */
.md.list-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  display: grid;
}
@supports (display: grid) {
  /* line 2, ../sass/_md-list-info.scss */
  .md.list-info ul {
    grid-template-columns: repeat(6, 1fr);
  }
  @media screen and (max-width: 768px) and (min-width: 561px) {
    /* line 2, ../sass/_md-list-info.scss */
    .md.list-info ul {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 560px) {
    /* line 2, ../sass/_md-list-info.scss */
    .md.list-info ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
/* line 18, ../sass/_md-list-info.scss */
.md.list-info ul li {
  padding: 15px 0;
  flex: 1;
}
@media screen and (max-width: 768px) and (min-width: 561px) {
  /* line 18, ../sass/_md-list-info.scss */
  .md.list-info ul li {
    flex: 33.333333%;
  }
}
@media screen and (max-width: 560px) {
  /* line 18, ../sass/_md-list-info.scss */
  .md.list-info ul li {
    flex: 50%;
  }
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .fb {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .fb::before {
  content: "​";
  background: #1877f2 url(../images/icon-login-but-fb) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .google {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .google::before {
  content: "​";
  background: #ea4335 url(../images/icon-login-but-google) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .line {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .line::before {
  content: "​";
  background: #00c300 url(../images/icon-login-but-line) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}

/* line 3, ../sass/_md-page-info.scss */
.md.page-info .hd h3 {
  font-size: 1.2em;
  color: #8f5fa1;
  font-weight: bold;
}
/* line 11, ../sass/_md-page-info.scss */
.md.page-info .ct {
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #343434;
  margin: 15px 0;
}
/* line 18, ../sass/_md-page-info.scss */
.md.page-info .ct .myData li {
  list-style: none;
}
/* line 21, ../sass/_md-page-info.scss */
.md.page-info .ct .myData li::before {
  content: "​";
  width: 10px;
  height: 10px;
  background: #047d92;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  /* line 34, ../sass/_md-page-info.scss */
  .md.page-info .ct img {
    width: 100%;
  }
}
/* line 41, ../sass/_md-page-info.scss */
.md.page-info .ft {
  text-align: center;
}

/* line 1, ../sass/_md-text-link02.scss */
.md.text-link02 {
  margin: 20px 0;
}
/* line 5, ../sass/_md-text-link02.scss */
.md.text-link02 .hd h3 {
  margin: 0;
  padding: 5px 3px;
}
/* line 9, ../sass/_md-text-link02.scss */
.md.text-link02 .hd h3::before {
  content: "​";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: -5px;
  background: #8f5fa1;
  border-radius: 50px;
  margin-right: 10px;
}
/* line 28, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 34, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul li {
  margin: 5px 0;
  background: #ffffff;
  border: 1px solid #8f5fa1;
  border-left: 3px solid #8f5fa1;
  transition: 150ms;
}
/* line 44, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul li:hover {
  border-left: 10px solid #8f5fa1;
}
/* line 48, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul li a {
  display: block;
  padding: 10px 6px;
  text-decoration: none;
  color: #343434;
}

/* line 2, ../sass/_base-block-list.scss */
.base-block-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 8, ../sass/_base-block-list.scss */
.base-block-list > ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 22, ../sass/_base-block-list.scss */
.base-block-list > ul > li {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 560px) {
  /* line 22, ../sass/_base-block-list.scss */
  .base-block-list > ul > li {
    flex: 100%;
  }
}
/* line 34, ../sass/_base-block-list.scss */
.base-block-list > ul > li:nth-child(even) > .in {
  margin-left: 5px;
}
/* line 41, ../sass/_base-block-list.scss */
.base-block-list > ul > li:nth-child(odd) > .in {
  margin-right: 5px;
}
/* line 46, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in {
  position: relative;
  background: #ffffff;
  border: 1px solid #343434;
  border-radius: 8px;
  margin-top: 10px;
  transition: 150ms;
  padding: 20px 15px 15px 15px;
  min-height: 115px;
}
/* line 56, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in .title {
  color: #8f5fa1;
  font-weight: bold;
  font-size: 1.1em;
}
/* line 62, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in .dept {
  background: #f0f0f0;
  padding: 5px;
  display: inline-block;
  border-radius: 4px;
  margin: 5px 0;
}
/* line 68, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in:hover {
  background: #07d2f5;
}
/* line 73, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun {
  margin-top: 3px;
}
/* line 76, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li {
  display: inline-block;
}
/* line 84, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li .fb {
  background-color: #1877f2;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 150ms;
  color: #031b3b;
  box-shadow: none;
  border: 1px solid #1877f2;
  background: #1877f2 url(../images/icon-login-but-fb) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 0 #031b3b;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
}
/* line 31, ../sass/_base-function.scss */
.base-block-list > ul > li .fun li .fb:hover, .base-block-list > ul > li .fun li .fb:focus {
  background-color: #0b5fcc;
}
/* line 84, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li .google {
  background-color: #ea4335;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 150ms;
  color: #4b0d08;
  box-shadow: none;
  border: 1px solid #ea4335;
  background: #ea4335 url(../images/icon-login-but-google) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 0 #4b0d08;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
}
/* line 31, ../sass/_base-function.scss */
.base-block-list > ul > li .fun li .google:hover, .base-block-list > ul > li .fun li .google:focus {
  background-color: #d62516;
}
/* line 84, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li .line {
  background-color: #00c300;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 150ms;
  color: black;
  box-shadow: none;
  border: 1px solid #00c300;
  background: #00c300 url(../images/icon-login-but-line) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 0 black;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
}
/* line 31, ../sass/_base-function.scss */
.base-block-list > ul > li .fun li .line:hover, .base-block-list > ul > li .fun li .line:focus {
  background-color: #009000;
}
/* line 108, ../sass/_base-block-list.scss */
.base-block-list > ul > li .date {
  color: #646464;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
