@charset "UTF-8";
.lnb {
  display: none;
}
@media all and (min-width: 1200px), print {
  .lnb {
    display: block;
  }
  .lnb h2 {
    display: flex;
    position: relative;
    width: 29rem;
    height: 13.4rem;
    padding-left: 3.2rem;
    border-radius: 3rem 0 0 0;
    align-items: center;
    background: linear-gradient(to right, rgb(0, 150, 136) -1%, rgb(25, 118, 210) 100%);
    font-weight: 600;
    font-size: 2.8rem;
    color: #fff;
  }
  .lnb h2::before {
    content: "";
    position: absolute;
    right: 2.4rem;
    bottom: 0;
    width: 14rem;
    height: 3.8rem;
    background: url(../images/common/img_lnb_dot.png) no-repeat 0 0;
  }
  .lnb .lnb-list {
    padding-top: 0.4rem;
  }
  .lnb .lnb-list > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .lnb .lnb-list > li.ac.js-enabled .ac-panel {
    display: block;
    visibility: hidden;
  }
  .lnb .lnb-list > li.ac.is-active .ac-panel {
    display: block;
    visibility: visible;
  }
  .lnb .lnb-list > li .ac-panel {
    display: none;
    overflow: hidden;
  }
  .lnb .lnb-list > li > a {
    display: flex;
    height: 6.6rem;
    border: 0.1rem solid #d6d6d6;
    padding: 0 2.4rem;
    background-position: calc(100% - 2.54rem) 50%;
    background-repeat: no-repeat;
    align-items: center;
    transition: background 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-weight: 500;
    font-size: 1.6rem;
    color: #212121;
  }
  .lnb .lnb-list > li > a:hover, .lnb .lnb-list > li > a.active, .lnb .lnb-list > li > a:focus-visible {
    border-color: #11284c;
    background-color: #11284c;
    color: #fff;
  }
  .lnb .lnb-list > li > a.sub-mn-open {
    background-image: url(../images/common/ico_lnb_on.png);
  }
  .lnb .lnb-list > li > a.sub-mn-open + ul {
    display: block;
  }
  .lnb .lnb-list > li > a.sub-mn {
    background-image: url(../images/common/ico_lnb_off.png);
  }
  .lnb .lnb-list > li ul {
    padding: 2rem;
    border-right: 0.1rem solid #11284c;
    border-bottom: 0.1rem solid #11284c;
    border-left: 0.1rem solid #11284c;
    background: #f6f6f6;
  }
  .lnb .lnb-list > li ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .lnb .lnb-list > li ul a {
    display: block;
    position: relative;
    padding-left: 1.4rem;
    font-weight: 300;
    font-size: 1.6rem;
    color: #616161;
  }
  .lnb .lnb-list > li ul a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #9e9e9e;
  }
  .lnb .lnb-list > li ul a.active, .lnb .lnb-list > li ul a:hover, .lnb .lnb-list > li ul a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    font-weight: 500;
    color: #1976d2;
  }
}

.bull-tit1 {
  margin-bottom: 1.2rem;
  padding-left: 2.8rem;
  background: url(../images/common/ico_tit_bullet1.png) no-repeat 0 0.2rem/2rem;
  font-weight: 700;
  font-size: 2rem;
  color: #212121;
}
@media all and (min-width: 1024px), print {
  .bull-tit1 {
    margin-bottom: 1.6rem;
    padding-left: 3.2rem;
    background-size: 2.4rem;
    font-size: 2.4rem;
  }
}

.bull-tit2 {
  margin-bottom: 1.2rem;
  padding-left: 2.4rem;
  background: url(../images/common/ico_tit_bullet2.png) no-repeat 0 0.2rem/1.6rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #212121;
}

input[type=text],
input[type=search],
input[type=password],
input[type=tel] {
  height: 4.2rem;
  padding: 0 1.6rem;
  border: 0.1rem solid #d6d6d6;
  background-color: #fff;
  border-radius: 0;
  vertical-align: middle;
  font-weight: 300;
  font-size: 1.6rem;
  color: #616161;
}
@media all and (min-width: 1024px), print {
  input[type=text],
  input[type=search],
  input[type=password],
  input[type=tel] {
    height: 4.6rem;
  }
}

input:disabled {
  background: #f6f6f6;
}

input:disabled::-moz-placeholder {
  color: #9e9e9e;
}

input:disabled::placeholder {
  color: #9e9e9e;
}

.input-disabled:disabled,
.input-readonly {
  background: #f6f6f6 !important;
}

progress {
  -webkit-appearance: none;
  height: 0.4rem;
  vertical-align: top;
}

::-webkit-progress-bar {
  border-radius: 0.5rem;
  background-color: #e9e9e9;
}

::-webkit-progress-value {
  border-radius: 0.5rem;
  background-color: #512da8;
}

.inp-w80 {
  width: 6rem;
}
@media all and (min-width: 1024px), print {
  .inp-w80 {
    width: 8rem;
  }
}

.inp-w200 {
  width: 100%;
}
@media all and (min-width: 1024px), print {
  .inp-w200 {
    width: 24rem;
  }
}

.inp-w300 {
  width: 100%;
}
@media all and (min-width: 1024px), print {
  .inp-w300 {
    width: 30rem;
  }
}

.inp-w308 {
  width: 100%;
}
@media all and (min-width: 1024px), print {
  .inp-w308 {
    width: 30.8rem;
  }
}

.inp-w400 {
  width: 100%;
}
@media all and (min-width: 1024px), print {
  .inp-w400 {
    width: 40rem;
  }
}

select {
  height: 4.2rem;
  padding: 0 3.2rem 0 1.6rem;
  background: url(../images/common/ico_select_arrow.png) no-repeat calc(100% - 1.6rem) 50%/0.8rem 0.6rem;
  background-position: calc(100% - 10px) 50%;
  border: 0.1rem solid #d6d6d6;
  background-color: #fff;
  vertical-align: middle;
  font-weight: 300;
  font-size: 1.6rem;
  color: #616161;
}
@media all and (min-width: 1024px), print {
  select {
    height: 4.6rem;
  }
}

textarea {
  height: 15rem;
  padding: 1rem 1.2rem;
}
@media all and (min-width: 1024px), print {
  textarea {
    height: 20rem;
  }
}

input[type=file] {
  max-width: 100%;
  height: 4.2rem;
  border: 0.1rem solid #d6d6d6;
}
@media all and (min-width: 1024px), print {
  input[type=file] {
    height: 4.6rem;
  }
}

input[type=file]::file-selector-button {
  height: 4.2rem;
  background: #616161;
  padding: 0 1.6rem;
  border: 0;
  font-size: 1.6rem;
  cursor: pointer;
  color: #fff;
}
@media all and (min-width: 1024px), print {
  input[type=file]::file-selector-button {
    height: 4.6rem;
  }
}

input[type=radio],
input[type=checkbox],
input[type=radio] + label,
input[type=checkbox] + label {
  cursor: pointer;
}

.search-box {
  padding: 2rem;
  background: #f6f6f6;
}
.search-box.select-col .l {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
.search-box .l {
  margin-bottom: 0.4rem;
}
.search-box .l select {
  width: 100%;
}
.search-box .r {
  display: flex;
  gap: 0 0.4rem;
}
.search-box .r input {
  width: 100%;
}
@media all and (min-width: 1024px), print {
  .search-box {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3.2rem 2rem;
  }
  .search-box.select-col .l {
    display: unset;
    flex: 0 0 auto;
  }
  .search-box .l {
    margin-bottom: 0;
  }
  .search-box .l select {
    width: auto;
    min-width: 16rem;
  }
  .search-box .r {
    display: flex;
    width: 36rem;
    gap: 0 0.4rem;
  }
  .search-box .r input {
    width: 100%;
  }
}
.search-box.det-srh .l {
  display: flex;
  gap: 0 0.4rem;
}

.inp-msg-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.8rem;
}

.w-full {
  width: 100%;
}

.inp-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.6rem;
}
.inp-btn-wrap.in-td {
  padding: 1.1rem 0;
}

.btn-inp {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  vertical-align: middle;
  line-height: 1;
}
.btn-inp input {
  flex: 0 0 auto;
}
.btn-inp.align-t {
  align-items: flex-start;
}
.btn-inp.align-t input {
  margin-top: 0.2rem;
}

.inp-flx-wrap {
  display: flex;
  padding: 1rem 0;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}

.inp-msg {
  font-weight: 300;
  font-size: 1.4rem;
  color: #212121;
}

.inp-tel {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
  max-width: 30rem;
}
.inp-tel > span {
  flex: 1;
}
.inp-tel select {
  width: 100%;
}
.inp-tel input,
.inp-tel select {
  width: 100%;
  padding: 0 8%;
}
.inp-tel .f {
  flex: 0 0 auto;
}
@media all and (min-width: 1024px), print {
  .inp-tel input,
  .inp-tel select {
    padding: 0 1.6rem;
  }
}

.inp-email {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  max-width: 62.7rem;
}
.inp-email .mail-id {
  flex: 1 1 20rem;
}
.inp-email .mail-dom {
  display: flex;
  flex: 1 1 20rem;
  align-items: center;
  gap: 0 0.4rem;
}
.inp-email .mail-dom-select {
  flex: 1 1 200px;
}
.inp-email input,
.inp-email select {
  width: 100%;
}

.inp-btn-set {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  align-items: center;
}
.inp-btn-set .l {
  display: flex;
  flex: 1 1 60%;
  gap: 0 0.4rem;
}
.inp-btn-set .l input {
  flex: 1;
  padding: 0 0.8rem;
}
.inp-btn-set .l .btn {
  flex: 0 0 auto;
}
@media all and (min-width: 1024px), print {
  .inp-btn-set .l {
    display: flex;
    flex: none;
    gap: 0 0.4rem;
  }
  .inp-btn-set .l input {
    padding: 0 1.6rem;
  }
}

.msg-pass,
.msg-war {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  font-size: 1.4rem;
}

.ico-pass,
.ico-war {
  width: 1.8rem;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-size: 1.8rem;
}

.ico-pass {
  background-image: url(../images/sub/ico_pw_ok.png);
}

.ico-war {
  background-image: url(../images/sub/ico_pw_no.png);
}

.btn-file-atta {
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
}
.btn-file-atta button {
  display: flex;
  padding: 0.8rem 1rem;
  border: 0.1rem solid #d6d6d6;
  align-items: center;
  gap: 0 0.7rem;
}
.btn-file-atta i {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/sub/ico_file_atta.png) no-repeat 0 0;
}
@media all and (min-width: 1024px), print {
  .btn-file-atta {
    margin-bottom: 0.6rem;
  }
}

.board-atta-file li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  max-width: 50.7rem;
}
.board-atta-file li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.board-atta-file input[type=file] {
  flex: 1 1 266px;
  width: 100%;
}
.board-atta-file .r {
  flex: 0 0 4.6rem;
}
.board-atta-file .file-hidden {
  display: none;
}
@media all and (min-width: 1024px), print {
  .board-atta-file li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}

.btn-atta {
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid #d6d6d6;
}
.btn-atta > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 0.2rem;
  background: #9e9e9e;
}
.btn-atta > span + span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn-atta.del {
  background: #d6d6d6;
}
@media all and (min-width: 1024px), print {
  .btn-atta {
    width: 4.6rem;
    height: 4.6rem;
  }
  .btn-atta > span {
    width: 1.6rem;
    height: 0.2rem;
    background: #9e9e9e;
  }
  .btn-atta > span + span {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.list-board-wrap {
  margin-top: 2.8rem;
}
.list-board-wrap .board-count {
  display: flex;
  margin-bottom: 2rem;
  justify-content: flex-end;
  gap: 0 0.4rem;
}
@media all and (min-width: 1024px), print {
  .list-board-wrap {
    margin-top: 3.2rem;
  }
  .list-board-wrap .board-count {
    margin-bottom: 2.4rem;
  }
}

.board-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.board-total + * {
  margin-top: 0 !important;
}
.board-total .board-count {
  margin-bottom: 0;
}
.board-total .l {
  align-self: flex-end;
}
@media all and (min-width: 1024px), print {
  .board-total {
    margin-bottom: 2.4rem;
  }
}

.list-board > ul > li {
  border: 0.1rem solid #d6d6d6;
}
.list-board > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.list-board > ul > li > a {
  display: block;
  padding: 2rem;
}
.list-board .board-num {
  display: none;
  margin-bottom: 0.8rem;
}
.list-board .board-num:has(.ico-board-notice) {
  display: block;
}
.list-board .ico-board-notice {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/ico_board_notice.png) no-repeat 0 0/3.6rem;
  vertical-align: top;
}
.list-board .board-tit {
  word-break: break-all;
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.list-board .board-tit .t {
  line-height: 2.8rem;
}
.list-board .board-info {
  margin-top: 0.8rem;
}
.list-board .board-info > li {
  position: relative;
  padding-left: 0.8rem;
}
.list-board .board-info > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.list-board .board-info > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #687891;
}
.list-board .board-info > li > span {
  font-weight: 500;
  color: #212121;
}
.list-board .contest-info {
  margin-top: 0;
}
.list-board .contest-info > li.rec-num {
  color: #1976d2;
}
.list-board .contest-info > li.rec-num > span {
  color: #1976d2;
}
.list-board .contest-info > li:last-child {
  line-height: 2.4rem;
}
@media all and (min-width: 1024px), print {
  .list-board > ul > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .list-board > ul > li > a {
    display: grid;
    grid-template-columns: 10.2rem 1fr;
    padding: 2rem 2rem 2rem 0;
  }
  .list-board > ul > li > a:hover .board-tit .t {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
  }
  .list-board .r {
    overflow: auto;
    padding: 1rem 0 1rem 2.8rem;
  }
  .list-board .board-num {
    display: flex !important;
    margin-bottom: 0;
    border-right: 0.1rem dashed #e0e0e0;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 2rem;
    color: #999;
  }
  .list-board .ico-board-notice {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 4.8rem;
  }
  .list-board .board-tit .badge {
    display: inline-block;
    margin-right: 0.4rem;
  }
  .list-board .board-info {
    display: flex;
    gap: 0 1.6rem;
    margin-top: 1.2rem;
  }
  .list-board .board-info > li {
    padding-left: 1.3rem;
  }
  .list-board .board-info > li:not(:last-child) {
    margin-bottom: 0;
  }
  .list-board .board-info > li::before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .list-board .r:has(.contest-info) {
    padding: 0.5rem 0 0.5rem 2.8rem;
  }
  .list-board .contest-info {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }
  .list-board .contest-info > li:not(:last-child) {
    float: left;
    margin: 0 1.6rem 1.1rem 0;
  }
  .list-board .contest-info > li:last-child {
    clear: both;
  }
}
.list-board.contest-list > ul > li {
  padding: 2rem;
}
.list-board.contest-list .t-b-wrap {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem dashed #e0e0e0;
}
.list-board.contest-list .badge {
  margin-bottom: 0.8rem;
}
.list-board.contest-list .t {
  line-height: 2.6rem;
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.list-board.contest-list .cont-list1 {
  margin-top: 1.1rem;
}
.list-board.contest-list .cont-list2 {
  margin-top: 1.1rem;
  line-height: 2.4rem;
}
.list-board.contest-list .cont-list2 > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.8rem;
}
.list-board.contest-list .cont-list2 > li::before {
  top: 1.2rem;
}
.list-board.contest-list .cont-list2 > li:last-child::before {
  top: 0.9rem;
}
.list-board.contest-list .cont-list2 > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media all and (min-width: 1024px), print {
  .list-board.contest-list > ul > li {
    padding: 2rem 2.8rem;
  }
  .list-board.contest-list .t-b-wrap {
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem dashed #e0e0e0;
  }
  .list-board.contest-list .tit-badge {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
  }
  .list-board.contest-list .badge {
    margin-bottom: 0;
  }
  .list-board.contest-list .t {
    line-height: 2.6rem;
    font-size: 2rem;
  }
  .list-board.contest-list .cont-list1 {
    margin-top: 1.3rem;
  }
  .list-board.contest-list .cont-list2 {
    margin-top: 1.6rem;
  }
  .list-board.contest-list .cont-list2 > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.8rem;
  }
  .list-board.contest-list .cont-list2 > li::before {
    top: 1.2rem;
  }
  .list-board.contest-list .cont-list2 > li:last-child::before {
    top: auto;
  }
  .list-board.contest-list .cont-list2 > li:not(:last-child) {
    margin-bottom: 0;
  }
  .list-board.contest-list .board-info {
    row-gap: 0.5rem;
    flex-wrap: wrap;
  }
}

.ico-notice {
  vertical-align: -0.2rem;
}

.ico-notice,
.ico-board-new,
.ico-board-secret {
  display: inline-block;
}

.ico-notice {
  width: 1.6rem;
  height: 1.8rem;
  background: url(../images/common/ico_notice.png) no-repeat 0 0/1.6rem;
}

.ico-board-new {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_board_new.png) no-repeat 0 0/1.6rem;
}

.ico-board-secret {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_board_secret.png) no-repeat 0 0/1.2rem;
}

.thum-list-board {
  padding: 2.8rem 0 0;
  border-top: 0.2rem solid #212121;
}
.thum-list-board.ratio-10-7 img {
  aspect-ratio: 10/7;
}
.thum-list-board.ratio-4-5 img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.thum-list-board.ratio-1-1 img {
  aspect-ratio: 1/1;
}
.thum-list-board.ratio-16-9 img {
  aspect-ratio: 16/9;
}
.thum-list-board.contest .t {
  margin-top: 1rem;
}
.thum-list-board.contest .badge {
  padding: 2rem 0 0;
}
.thum-list-board.contest .board-info {
  flex-direction: column;
  gap: 0.5rem 0;
}
.thum-list-board > ul > li {
  border-bottom: 0.1rem solid #d6d6d6;
}
.thum-list-board > ul > li:not(:last-child) {
  margin-bottom: 2.8rem;
}
.thum-list-board > ul > li > a {
  display: block;
  padding-bottom: 2.5rem;
}
.thum-list-board .thum-img {
  border: 0.1rem solid #ddd;
}
.thum-list-board .thum-img img {
  width: 100%;
}
.thum-list-board .t {
  display: flex;
  flex-wrap: wrap;
  margin: 1.6rem 0 1.4rem;
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.thum-list-board .clamped-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thum-list-board .board-info {
  display: flex;
  gap: 0 0.8rem;
}
.thum-list-board .board-info > li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 1.6rem;
}
.thum-list-board .board-info > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #687891;
}
.thum-list-board .board-info > li > span {
  font-weight: 500;
  color: #212121;
}
@media (width > 768px), print {
  .thum-list-board {
    padding: 3.2rem 0 0;
  }
  .thum-list-board.contest .board-info {
    gap: 1.1rem 0;
  }
  .thum-list-board > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #d6d6d6;
  }
  .thum-list-board > ul > li {
    border-bottom: 0;
  }
  .thum-list-board > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
  .thum-list-board > ul > li > a {
    padding-bottom: 0;
  }
}
@media all and (min-width: 1024px), print {
  .thum-list-board > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .thum-list-board a:hover .thum-img img {
    transform: scale(1.05);
  }
  .thum-list-board .thum-img {
    overflow: hidden;
  }
  .thum-list-board .thum-img img {
    transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .thum-list-board .t {
    height: 5.2rem;
    margin: 1.6rem 0 1.4rem;
    font-size: 2rem;
  }
  .thum-list-board .board-info {
    gap: 0 1.6rem;
  }
  .thum-list-board .board-info > li {
    padding-left: 1.3rem;
  }
  .thum-list-board .board-info > li::before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .thum-list-board .board-info > li > span {
    color: #212121;
  }
}

.badge strong {
  display: inline-flex;
  height: 3rem;
  padding: 0 1.6rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 5rem;
  align-items: center;
  line-height: 1;
  font-weight: 300;
  font-size: 1.6rem;
}
.badge .ready {
  border-color: #00796b;
  color: #00796b;
}
.badge .progress {
  border-color: #1976d2;
  color: #1976d2;
}
.badge .deadline {
  border-color: #616161;
  color: #616161;
}
.badge .end {
  border-color: #616161;
  color: #616161;
}

.board-no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.6rem;
  padding: 4.3rem 0;
  border: 0.1rem solid #d6d6d6;
  font-weight: 600;
  font-size: 1.8rem;
  color: #212121;
}
.board-no-data i {
  width: 7.2rem;
  height: 7.2rem;
  background: url(../images/common/ico_board_noData.png) no-repeat 0 0/7.2rem;
}
@media all and (min-width: 1024px), print {
  .board-no-data {
    padding: 9rem 0;
  }
}

.board-view-wrap {
  border-top: 0.2rem solid #212121;
  border-bottom: 0.1rem solid #d6d6d6;
}
.board-view-wrap.bdb-n {
  border-bottom: 0;
}
.board-view-wrap .view-board-tit h2 {
  padding: 1.7rem 1.6rem;
  word-break: break-all;
  line-height: 2.8rem;
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.board-view-wrap .view-board-tit .badge {
  padding: 1.7rem 1.6rem 0;
}
.board-view-wrap .view-board-tit .badge + h2 {
  padding-top: 1rem;
}
.board-view-wrap .board-info {
  border-top: 0.1rem solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
  padding: 1.2rem 1.6rem;
  background: #f6f6f6;
}
.board-view-wrap .board-info > li {
  position: relative;
  padding-left: 0.8rem;
}
.board-view-wrap .board-info > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.board-view-wrap .board-info > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #687891;
}
.board-view-wrap .board-info > li > span {
  font-weight: 500;
  color: #212121;
}
.board-view-wrap .float-list {
  border-top: 0.1rem solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
  padding: 1.2rem 1.6rem;
  background: #f6f6f6;
}
.board-view-wrap .view-cont {
  padding: 3rem 2.8rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.board-view-wrap .view-cont img {
  width: auto !important;
  height: auto !important;
}
@media all and (min-width: 1024px), print {
  .board-view-wrap .view-board-tit h2 {
    padding: 3rem 2rem;
    font-size: 2.4rem;
  }
  .board-view-wrap .view-board-tit .badge {
    padding: 3.2rem 2rem 0;
  }
  .board-view-wrap .view-board-tit .badge + h2 {
    padding-top: 1.4rem;
  }
  .board-view-wrap .board-info {
    display: flex;
    padding: 1.4rem 2rem 1.2rem;
    gap: 0 1.6rem;
  }
  .board-view-wrap .board-info > li {
    padding-left: 1.3rem;
  }
  .board-view-wrap .board-info > li:not(:last-child) {
    margin-bottom: 0;
  }
  .board-view-wrap .board-info > li::before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .board-view-wrap .view-cont {
    padding: 5rem 4rem;
    font-weight: 300;
    font-size: 1.6rem;
  }
  .board-view-wrap .board-atta-file {
    grid-template-columns: 104px 1fr;
    padding: 1.6rem 2.4rem 1.6rem 0;
  }
  .board-view-wrap .board-atta-file h3 {
    font-size: 1.6rem;
  }
  .board-view-wrap .board-atta-file .r li {
    gap: 0.6rem 2rem;
  }
  .board-view-wrap .board-atta-file .r li > a {
    flex: 0 1 auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .board-view-wrap .board-atta-file .btn-file {
    display: flex;
    flex: 0 0 auto;
    gap: 0 0.4rem;
  }
  .board-view-wrap .board-atta-file .ico-file-view,
  .board-view-wrap .board-atta-file .ico-file-down,
  .board-view-wrap .board-atta-file .ico-ai-info {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1.4rem;
  }
  .board-view-wrap .board-atta-file .ico-atta-file {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.3rem;
    background: url(../images/common/ico_atta_file.png) no-repeat 0 0/2.4rem;
    vertical-align: middle;
  }
  .board-view-wrap .board-atta-file .ico-file-view {
    background-image: url(../images/common/ico_file_view.png);
  }
  .board-view-wrap .board-atta-file .ico-file-down {
    background-image: url(../images/common/ico_file_download.png);
  }
  .board-view-wrap .board-atta-file .ico-ai-info {
    background-image: url(../images/common/ico_ai_info.png);
  }
}

.view-atta-file {
  display: grid;
  grid-template-columns: 10.4rem 1fr;
  padding: 1.6rem 2.4rem 1.6rem 0;
  border-top: 0.1rem solid #d6d6d6;
}
.view-atta-file.data-tb-file {
  display: unset;
  padding: 0;
}
.view-atta-file.data-tb-file .r {
  overflow: visible;
}
.view-atta-file h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
}
.view-atta-file .r {
  overflow: auto;
}
.view-atta-file .r li {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem 2rem;
  align-items: baseline;
}
.view-atta-file .r li:not(:last-child) {
  margin-bottom: 1rem;
}
@media all and (width < 600px) {
  .view-atta-file .r li {
    flex-direction: column;
  }
}
.view-atta-file .r li > a {
  flex: 0 1 auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-atta-file .btn-file {
  display: flex;
  flex: 0 0 auto;
  gap: 0 0.4rem;
}
.view-atta-file .ico-file-view,
.view-atta-file .ico-file-down,
.view-atta-file .ico-ai-info {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.4rem;
}
.view-atta-file .ico-atta-file {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.3rem;
  background: url(../images/common/ico_atta_file.png) no-repeat 0 0/2.4rem;
  vertical-align: middle;
}
.view-atta-file .ico-file-view {
  background-image: url(../images/common/ico_file_view.png);
}
.view-atta-file .ico-file-down {
  background-image: url(../images/common/ico_file_download.png);
}
.view-atta-file .ico-ai-info {
  background-image: url(../images/sub/ico_ai_info.png);
}

@media all and (min-width: 1024px), print {
  .no-file {
    padding: 2rem 0;
  }
}

.pagination {
  margin-top: 2rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination li:has(.first) {
  margin-right: 0.4rem;
}
.pagination li:has(.prev) {
  margin-right: 1.6rem;
}
.pagination li:has(.next) {
  margin-left: 1.6rem;
}
.pagination li:has(.last) {
  margin-left: 0.4rem;
}
.pagination a {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
}
.pagination .active a {
  border-radius: 50%;
  background: #e0f2f1;
  font-weight: 500;
  color: #00796b;
}
.pagination .btn-board-first,
.pagination .btn-board-prev,
.pagination .btn-board-next,
.pagination .btn-board-last {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3rem;
}
.pagination .btn-board-first {
  background-image: url(../images/common/btn_board_first.png);
}
.pagination .btn-board-prev {
  background-image: url(../images/common/btn_board_prev.png);
}
.pagination .btn-board-next {
  background-image: url(../images/common/btn_board_next.png);
}
.pagination .btn-board-last {
  background-image: url(../images/common/btn_board_last.png);
}
@media all and (min-width: 1024px), print {
  .pagination {
    margin-top: 2.4rem;
  }
  .pagination a {
    width: 3.4rem;
    height: 3.4rem;
  }
  .pagination .btn-board-first,
  .pagination .btn-board-prev,
  .pagination .btn-board-next,
  .pagination .btn-board-last {
    width: 3.4rem;
    height: 3.4rem;
    background-size: 3.4rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ico {
  gap: 0 0.8rem;
  padding: 0 1.2rem;
}

.ico-link-arrow-white,
.ico-link-arrow-gray {
  width: 1.4rem;
  height: 1.4rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.4rem;
}

.ico-link-arrow-white {
  background-image: url(../images/common/ico_link_arrow_white.png);
}

.ico-link-arrow-gray {
  background-image: url(../images/common/ico_link_arrow.png);
}

.ico-scap {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/sub/ico_scrap.png) no-repeat 0 0/1.4rem;
}

.ico-ai-green {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/sub/ico_ai.png) no-repeat 0 0/1.4rem;
}

.ico-ebook {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/sub/ico_ebook.png) no-repeat 0 0/1.4rem;
}

.small {
  height: 3rem;
  padding: 0 0.9rem;
}

.medium1 {
  height: 4.2rem;
  padding: 0 1.6rem;
}
@media all and (min-width: 1024px), print {
  .medium1 {
    height: 4.6rem;
  }
}

.medium2 {
  height: 3.2rem;
  padding: 0 1.6rem;
}
@media all and (min-width: 1024px), print {
  .medium2 {
    height: 4.2rem;
  }
}

.medium3 {
  height: 3.6rem;
  padding: 0 1.6rem;
}
@media all and (min-width: 1024px), print {
  .medium3 {
    height: 4.2rem;
  }
}

.large {
  height: 4.6rem;
  padding: 2rem;
}
@media all and (min-width: 1024px), print {
  .large {
    height: 5.4rem;
    padding: 2.4rem;
  }
}

.pos-c-r .c {
  margin: 0 auto 0 0;
}
@media (width > 415px) {
  .pos-c-r {
    display: block;
    position: relative;
    text-align: center;
  }
  .pos-c-r .c {
    display: inline-block;
  }
  .pos-c-r .r {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.btn-link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.3rem;
}
@media all and (min-width: 1024px), print {
  .btn-link-box {
    margin-top: 1.5rem;
  }
}

.line-gray1 {
  border: 0.1rem solid #212121;
}

.line-gray3 {
  border: 0.1rem solid #616161;
}

.line-gray7 {
  border: 0.1rem solid #d6d6d6;
}

.line-gray700 {
  border: 0.1rem solid #424242;
}

.line-eme1 {
  border: 0.1rem solid #00796b;
}

.line-nany10 {
  border: 0.1rem solid #b0b9c7;
}

.bg-gray3 {
  background: #616161;
}

.bg-gray4 {
  background: #757575;
}

.bg-gray700 {
  background: #424242;
}

.bg-emer1 {
  background: #00796b;
}

.bg-blue1 {
  background: #1976d2;
}

.bg-navy1 {
  background: #11284c;
}

.bg-white {
  background: #fff;
}

.list-dep1 > li {
  position: relative;
  padding-left: 1rem;
  line-height: 2.4rem;
  color: #616161;
}
.list-dep1 > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.list-dep1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #687891;
}
.list-dep1 > li > ul {
  margin-top: 0.3rem;
}
@media all and (min-width: 1024px), print {
  .list-dep1 > li {
    padding-left: 1.4rem;
  }
  .list-dep1 > li:not(:last-child) {
    margin-bottom: 0.9rem;
  }
  .list-dep1 > li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .list-dep1 .bull-center::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.list-dep2 > li {
  position: relative;
  padding-left: 1rem;
  line-height: 2.4rem;
}
.list-dep2 > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list-dep2 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.6rem;
  height: 0.2rem;
  background: #9e9e9e;
}
@media all and (min-width: 1024px), print {
  .list-dep2 > li {
    padding-left: 1.5rem;
  }
  .list-dep2 > li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .list-dep2 > li::before {
    top: 1.1rem;
    width: 0.8rem;
  }
}

.list-num {
  padding-left: 1.7rem;
}
.list-num > li {
  list-style: decimal;
  line-height: 2.4rem;
  color: #616161;
}
.list-num > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.inp-btn-list li:not(:last-child) {
  margin-bottom: 0.9rem;
}
.inp-btn-list label {
  line-height: 2.4rem;
}
.inp-btn-list .align-t input {
  margin-top: 0.3rem;
}

.board {
  border-top: 0.2rem solid #212121;
  border-bottom: 0.1rem solid #d6d6d6;
  font-size: 1.6rem;
}
.board td {
  font-weight: 300;
}
.board tbody tr:not(:last-child) {
  border-bottom: 0.1rem solid #d6d6d6;
}
.board.write th {
  padding: 1.4rem 1.6rem;
  border-right: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  color: #212121;
}
.board.write td {
  padding: 1rem 1.6rem;
}
.board.write .v-top {
  vertical-align: top;
}
.board.write .td-pd {
  padding: 1rem 1.6rem;
}
@media all and (min-width: 1024px), print {
  .board.write td {
    padding: 0.5rem 1.6rem;
  }
}
.board.data th,
.board.data td {
  text-align: center;
}
.board.data thead tr {
  border-bottom: 0.1rem solid #d6d6d6;
}
.board.data thead th {
  padding: 1rem 1.2rem;
  background: #e4e7ec;
  font-weight: 600;
  font-size: 1.6rem;
  color: #212121;
}
.board.data thead th:not(:last-child) {
  border-right: 0.1rem solid #d6d6d6;
}
.board.data tbody th,
.board.data tbody td {
  line-height: 2.4rem;
}
.board.data tbody th {
  padding: 1.5rem 1.2rem;
  background: #f6f6f6;
  font-weight: 600;
  color: #212121;
}
.board.data tbody th:not(:last-child) {
  border-right: 0.1rem solid #d6d6d6;
}
.board.data tbody td {
  padding: 1.5rem 1.2rem;
}
.board.data tbody td:not(:last-child) {
  border-right: 0.1rem solid #d6d6d6;
}
@media all and (min-width: 1024px), print {
  .board.data thead th {
    padding: 1.4rem 1.6rem;
  }
  .board.data tbody th {
    padding: 1.5rem 1.6rem;
  }
  .board.data tbody td {
    padding: 1.5rem 1.6rem;
  }
}

.scroll-table {
  position: relative;
  overflow-x: auto;
}
.swipe-dim {
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swipe-dim.hide {
  visibility: hidden;
  opacity: 0;
}
.swipe-dim .ico-swipe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
}
.swipe-dim i {
  width: 3.6rem;
  height: 3.5rem;
  background: url(../images/sub/ico_hand_swipe.png) no-repeat 0 0/3.6rem;
  animation: swipe 1s ease-in-out infinite alternate;
}
@keyframes swipe {
  0% {
    transform: translateX(-0.5rem);
  }
  100% {
    transform: translateX(0.5rem);
  }
}
@media all and (min-width: 1024px), print {
  .swipe-dim {
    display: none;
  }
}

.def-col {
  width: 30%;
}
@media all and (min-width: 1024px), print {
  .def-col {
    width: 16rem;
  }
}

.def2-col {
  width: 30%;
}
@media all and (min-width: 1024px), print {
  .def2-col {
    width: 20rem;
  }
}

.board-req {
  color: #d32f2f;
}

.tab-menu ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.5rem, 1fr));
  border-left: 0.1rem solid #d6d6d6;
}
.tab-menu li {
  position: relative;
  margin-left: -0.1rem;
  margin-bottom: -0.1rem;
  border-top: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
}
.tab-menu li:has(.active)::after, .tab-menu li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: calc(100% + 0.1rem);
  height: calc(100% + 0.1rem);
  background: #00796b;
}
.tab-menu li:has(.active) a, .tab-menu li:hover a {
  position: relative;
  z-index: 11;
  border-color: #00796b;
  font-weight: 600;
  color: #fff;
}
.tab-menu a {
  display: flex;
  position: relative;
  height: 5.4rem;
  padding: 0 1.6rem;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #616161;
  text-align: center;
}
.tab-menu a.active {
  border-right: 0;
}
.tab-menu a.active::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  width: 0;
  height: 0;
  border-bottom: 0.8rem solid #fff;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
}
@media (width < 540px) {
  .tab-menu ul {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
@media all and (min-width: 1024px), print {
  .tab-menu a {
    height: 5.8rem;
  }
}

.headerBox {
  position: relative;
  padding: 2.1rem 2.4rem;
  border-top: 0.4rem solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
  font-size: 1.6rem;
}
.headerBox::before, .headerBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.4rem;
  height: 0.4rem;
}
.headerBox::before {
  width: 0.4rem;
  height: 4.8rem;
  border-left: 0.4rem solid #9575cd;
}
.headerBox::after {
  width: 12rem;
  height: 0.4rem;
  border-top: 0.4rem solid #9575cd;
}
.headerBox p {
  line-height: 2.5rem;
}
.headerBox .ico-box {
  display: none;
}
@media all and (min-width: 1024px), print {
  .headerBox {
    padding: 2.5rem 3.2rem 2.5rem;
    display: flex;
    gap: 0 2.4rem;
  }
  .headerBox::before, .headerBox::after {
    content: "";
    top: -0.4rem;
    height: 0.4rem;
  }
  .headerBox::before {
    width: 0.4rem;
    height: 4.8rem;
  }
  .headerBox::after {
    width: 16rem;
    height: 0.4rem;
  }
  .headerBox .ico-box {
    display: block;
    flex: 0 0 auto;
    width: 9.2rem;
    height: 9.2rem;
    background-repeat: no-repeat;
  }
  .headerBox .ico-newsletter {
    background-image: url(../images/sub/ico_txtBox_newsletter.png);
  }
  .headerBox .ico-cus {
    background-image: url(../images/sub/ico_txtBox_cust.png);
  }
  .headerBox .ico-contest {
    background-image: url(../images/sub/ico_txtBox_contest.png);
  }
  .headerBox .ico-gongsi {
    background-image: url(../images/sub/ico_txtBox_gongsi.png);
  }
  .headerBox .ico-circle-login {
    background-image: url(../images/sub/ico_txtBox_login.png);
  }
  .headerBox .ico-circle-join {
    background-image: url(../images/sub/ico_txtBox_join.png);
  }
  .headerBox .ico-circle-notice {
    background-image: url(../images/sub/ico-circle-notice.png);
  }
  .headerBox .ico-circle-idpw {
    background-image: url(../images/sub/ico-circle-idpw.png);
  }
  .headerBox .ico-history {
    background-image: url(../images/sub/ico_txtBox_history.png);
  }
  .headerBox .ico-keli-ci {
    background-image: url(../images/sub/ico_txtBox_ci.png);
  }
  .headerBox .r {
    flex: 1;
  }
}

.layer-popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.layer-popup-wrap.open {
  visibility: visible;
}
.layer-popup-wrap.open .layer-popup {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (width < 1024px) {
  .layer-popup-wrap .swipe-dim {
    display: none;
  }
  .layer-popup-wrap.open .swipe-dim {
    display: block;
  }
}

.layer-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  /* height: 300px; */
  background: #fff;
  opacity: 0;
  transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layer-popup.size-m, .layer-popup.size-m-800, .layer-popup.size-lg, .layer-popup.size-lg-1400 {
  width: calc(100% - 1.2rem);
}
.layer-popup .pop-tit {
  display: flex;
  height: 6rem;
  padding: 0 1.6rem;
  background: #11284c;
  align-items: center;
}
.layer-popup .pop-tit > h3 {
  padding-right: 5.5rem;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.layer-popup .popup-cont {
  overflow-y: auto;
  max-height: calc(100vh - 22rem);
  padding: 2.8rem 1.6rem;
}
.layer-popup .btn-pop-close {
  position: absolute;
  right: 1.6rem;
  top: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/btn_popup_close.png) no-repeat 0 0/3.6rem;
}
@media all and (min-width: 1024px), print {
  .layer-popup.size-m {
    max-width: 60rem;
  }
  .layer-popup.size-m-800 {
    max-width: 80rem;
  }
  .layer-popup.size-lg {
    max-width: 100rem;
  }
  .layer-popup.size-lg-1400 {
    max-width: 140rem;
  }
  .layer-popup .pop-tit {
    height: 6.8rem;
    padding: 0 2rem;
  }
  .layer-popup .pop-tit > h3 {
    font-size: 2.4rem;
  }
  .layer-popup .popup-cont {
    padding: 4rem 2rem;
  }
  .layer-popup .btn-pop-close {
    right: 2rem;
    top: 1.6rem;
  }
}

.research {
  margin-bottom: 50px;
  border: 1px solid #d7d7d7;
}
.research .res_top {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 12px;
  border-bottom: 1px solid #d7d7d7;
  background: #f6f6f6;
}
.research .res_top > p {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: auto;
  padding-right: 5px;
}
.research .res_top > p::before {
  content: "";
  display: inline-block;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 19px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px;
  background: url(../images/bg_ico_survey.jpg) no-repeat 0 0;
}
.research .res_top > .dep_charge {
  margin-top: 4px;
  margin-bottom: 4px;
}
.research .res_top > .dep_charge > ul {
  margin-top: -2px;
}
.research .res_check {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.research .res_check .l {
  flex: 1;
  margin-bottom: -5px;
}
.research .res_check .r {
  flex: 0 0 auto;
}
.research .res_check .r > button {
  height: 38px;
  padding: 0 8px;
  background: #8b7f72;
  font-weight: 400;
  color: #fff;
}
.research .res_check .rd-lb {
  margin-bottom: 5px;
}
.research .comment_write {
  margin-bottom: 10px;
}
.research .comment_write .comment {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.research .comment_write .comment .l {
  flex: 1;
}
.research .comment_write .comment .r {
  flex: 0 0 auto;
  margin-left: 5px;
}
.research .comment_write .comment .btn_cmt1 {
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
}
.research .comment_write .comment .btn_cmt2 {
  background: #59544b;
  color: #fff;
}
.research .comment_write .comment button {
  height: 38px;
  padding: 0 8px;
  font-weight: 400;
}
.research .dep_charge li:not(:last-child) {
  margin-bottom: 3px;
}
.research .dep_charge li > span {
  display: inline-flex;
  align-items: center;
}
.research .dep_charge li > span::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;
  transform: rotate(45deg);
  background: #777;
}
.research .dep_charge li > span:not(:last-child) {
  margin-right: 15px;
}

@media all and (min-width: 1200px), print {
  .research {
    margin-bottom: 80px;
  }
  .research .res_top {
    padding: 5px 20px;
  }
  .research .res_top > p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .research .res_top > p::before {
    margin-top: 4px;
    margin-right: 7px;
  }
  .research .res_top > .dep_charge {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .research .res_top > .dep_charge > ul {
    margin-top: -5px;
  }
  .research .res_check {
    margin-bottom: 15px;
  }
  .research .res_check .l {
    flex: 1;
    margin-bottom: -5px;
  }
  .research .res_check .r {
    flex: 0 0 auto;
  }
  .research .res_check .r > button {
    height: 50px;
    padding: 0 10px;
  }
  .research .res_check .rd-lb {
    margin-bottom: 5px;
  }
  .research .comment_write {
    margin-bottom: 10px;
  }
  .research .comment_write .comment {
    margin-bottom: 10px;
  }
  .research .comment_write .comment .r {
    margin-left: 7px;
  }
  .research .comment_write .comment button {
    min-width: 98px;
    height: 50px;
    padding: 0 10px;
  }
  .research .dep_charge li:not(:last-child) {
    margin-bottom: 3px;
  }
  .research .dep_charge li > span {
    display: inline-flex;
    align-items: center;
  }
  .research .dep_charge li > span::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 5px;
    transform: rotate(45deg);
    background: #777;
  }
  .research .dep_charge li > span:not(:last-child) {
    margin-right: 15px;
  }
}
#container {
  padding: 12.1rem 1.2rem 7.2rem;
}
@media (width > 1024px), print {
  #container {
    padding: 6rem 0 8rem;
  }
}
@media all and (min-width: 1200px), print {
  #container .inner {
    display: grid;
    grid-template-columns: 29rem 1fr;
    gap: 0 4.8%;
  }
}

.cus-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.4rem 0;
}
@media (width < 540px) {
  .cus-step {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.cus-step li {
  position: relative;
  padding: 0 10%;
  text-align: center;
}
.cus-step li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/ico_step_arrow.png) no-repeat 0 0/2rem;
}
.cus-step i {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.3rem;
  background-repeat: no-repeat;
  background-size: 6rem;
}
.cus-step .ico-cus-step01 {
  background-image: url(../images/sub/ico_cus_step01.png);
}
.cus-step .ico-cus-step02 {
  background-image: url(../images/sub/ico_cus_step02.png);
}
.cus-step .ico-cus-step03 {
  background-image: url(../images/sub/ico_cus_step03.png);
}
.cus-step .ico-cus-step04 {
  background-image: url(../images/sub/ico_cus_step04.png);
}
.cus-step .ico-cus-step05 {
  background-image: url(../images/sub/ico_cus_step05.png);
}
.cus-step .st-t,
.cus-step .st-sub {
  line-height: 2.3rem;
}
.cus-step .st {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #512da8;
}
.cus-step .st-t {
  font-weight: 500;
  font-size: 1.6rem;
  color: #212121;
}
.cus-step .st-sub {
  margin-top: 0.3rem;
  font-size: 1.4rem;
}
@media all and (min-width: 1024px), print {
  .cus-step {
    gap: 1.4rem 0;
  }
  .cus-step i {
    margin-bottom: 1.3rem;
  }
  .cus-step .st-t,
  .cus-step .st-sub {
    line-height: 2.3rem;
  }
  .cus-step .st {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
  .cus-step .st-t {
    font-size: 1.8rem;
  }
  .cus-step .st-sub {
    margin-top: 0.3rem;
  }
}

.cus-write-step {
  margin-bottom: 2.8rem;
}
.cus-write-step.cus-step-list i {
  background-size: 2.4rem;
}
.cus-write-step.cus-step-list li:nth-child(1).active .ico-cus-write-step01 {
  background-image: url(../images/sub/ico_cus_write_step01_on.png);
}
.cus-write-step.cus-step-list li:nth-child(2).active .ico-cus-write-step02 {
  background-image: url(../images/sub/ico_cus_write_step02_on.png);
}
.cus-write-step.cus-step-list li:nth-child(3).active .ico-cus-write-step03 {
  background-image: url(../images/sub/ico_cus_write_step03_on.png);
}
.cus-write-step.cus-step-list .ico-cus-write-step01 {
  background-image: url(../images/sub/ico_cus_write_step01_off.png);
}
.cus-write-step.cus-step-list .ico-cus-write-step02 {
  background-image: url(../images/sub/ico_cus_write_step02_off.png);
}
.cus-write-step.cus-step-list .ico-cus-write-step03 {
  background-image: url(../images/sub/ico_cus_write_step03_off.png);
}
.cus-write-step.cont-step-list i {
  background-size: 2.4rem;
}
.cus-write-step.cont-step-list li:nth-child(1).active .ico-cus-write-step01 {
  background-image: url(../images/sub/ico_contest_step01_on.png);
}
.cus-write-step.cont-step-list li:nth-child(2).active .ico-cus-write-step02 {
  background-image: url(../images/sub/ico_contest_step02_on.png);
}
.cus-write-step.cont-step-list li:nth-child(3).active .ico-cus-write-step03 {
  background-image: url(../images/sub/ico_contest_step03_on.png);
}
.cus-write-step.cont-step-list li:nth-child(4).active .ico-cus-write-step04 {
  background-image: url(../images/sub/ico_cus_write_step04_on.png);
}
.cus-write-step.cont-step-list li.active .ico-cus-complete-step {
  background-image: url(../images/sub/ico_step_complete_on.png);
}
.cus-write-step.cont-step-list .ico-cus-write-step01 {
  background-image: url(../images/sub/ico_contest_step01_off.png);
}
.cus-write-step.cont-step-list .ico-cus-write-step02 {
  background-image: url(../images/sub/ico_contest_step02_off.png);
}
.cus-write-step.cont-step-list .ico-cus-write-step03 {
  background-image: url(../images/sub/ico_contest_step03_off.png);
}
.cus-write-step.cont-step-list .ico-cus-write-step04 {
  background-image: url(../images/sub/ico_contest_step04_off.png);
}
.cus-write-step.cont-step-list .ico-cus-complete-step {
  background-image: url(../images/sub/ico_step_complete.png);
}
.cus-write-step ul {
  display: flex;
  gap: 1.4rem 0;
  border-bottom: 0.1rem solid #d6d6d6;
}
.cus-write-step ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cus-write-step ul i {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cus-write-step ul .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 0.2rem;
  background: #512da8;
}
.cus-write-step ul .active i {
  background-color: #512da8;
}
.cus-write-step ul .active .st {
  color: #512da8;
}
.cus-write-step ul .st {
  font-weight: 500;
  font-size: 1.4rem;
  color: #212121;
}
.cus-write-step ul .st-t,
.cus-write-step ul .st-sub {
  display: none;
}
@media all and (min-width: 1024px), print {
  .cus-write-step {
    margin-bottom: 4rem;
  }
  .cus-write-step.cus-step-list i {
    background-size: 2.8rem;
  }
  .cus-write-step.cont-step-list i {
    background-size: 2.8rem;
  }
  .cus-write-step ul {
    gap: 1.4rem 0;
  }
  .cus-write-step ul li {
    flex-direction: row;
    gap: 0 1.2rem;
    padding: 0 1.8rem 2.4rem;
    align-items: center;
    text-align: left;
  }
  .cus-write-step ul i {
    width: 6rem;
    height: 6rem;
    margin-bottom: 0;
  }
  .cus-write-step ul .active .st-t {
    font-weight: 600;
    color: #212121;
  }
  .cus-write-step ul .st {
    margin-bottom: 0.6rem;
  }
  .cus-write-step ul .st-t {
    font-weight: 500;
    font-size: 1.8rem;
    color: #616161;
  }
  .cus-write-step ul .st-t,
  .cus-write-step ul .st-sub {
    display: unset;
  }
}

.section + .section {
  margin-top: 3.6rem;
}
@media all and (min-width: 1024px), print {
  .section + .section {
    margin-top: 4.8rem;
  }
}

.agree-check-box {
  border: 0.1rem solid #d6d6d6;
}
.agree-check-box .agree-txt {
  overflow-y: auto;
  max-height: 30rem;
  padding: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  font-size: 1.6rem;
  color: #616161;
}
.agree-check-box .inp-btn-wrap {
  padding: 1.1rem 1.6rem;
  background: #f6f6f6;
  justify-content: flex-end;
}
@media all and (min-width: 1024px), print {
  .agree-check-box .agree-txt {
    padding: 2rem;
  }
  .agree-check-box .inp-btn-wrap {
    padding: 1.5rem 2rem;
  }
}

.cate-list li {
  display: flex;
  padding: 0 1.2rem;
  border: 0.1rem solid #d6d6d6;
  align-items: center;
  gap: 0 0.8rem;
}
.cate-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.cate-list label {
  flex: 1;
  padding: 1.5rem 0;
}
.cate-list li:has(input[type=radio]:checked) {
  background: #f6f6f6;
}
@media all and (min-width: 1024px), print {
  .cate-list li {
    padding: 0 1.6rem;
  }
  .cate-list li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .cate-list label {
    padding: 1.9rem 0;
  }
}

.que-list {
  border-top: 0.2rem solid #212121;
  border-bottom: 0.1rem solid #d6d6d6;
}
.que-list > li:not(:last-child) {
  border-bottom: 0.1rem solid #d6d6d6;
}
.que-list .is-active .q-t {
  color: #1976d2;
}
.que-list .is-active .ico-que-arr {
  transform: rotate(180deg);
}
.que-list a {
  display: flex;
  padding: 1.7rem 2rem;
  gap: 0 1.6rem;
  align-items: center;
}
.que-list .ico-q {
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/ico_q.png) no-repeat 0 0/4rem;
}
.que-list .ico-que-arr {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  background: url(../images/sub/ico_accodian_arrow.png) no-repeat 0 0/2rem;
  transform: rotate(0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.que-list .r {
  flex: 1;
}
.que-list .board-info {
  margin-top: 1rem;
}
.que-list .board-info > li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 1.6rem;
}
.que-list .board-info > li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.que-list .board-info > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #687891;
}
.que-list .board-info > li > span {
  color: #212121;
}
.que-list .q-t {
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.que-list .ac.is-active .ac-panel {
  visibility: visible;
}
.que-list .ac-panel {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border-top: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
  transition-property: height, visibility;
  transition-timing-function: ease;
  line-height: 2.4rem;
  font-weight: 300;
  font-size: 1.6rem;
  color: #616161;
}
.que-list .ac-panel i {
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/ico_a.png) no-repeat 0 0/4rem;
}
.que-list .a-txt {
  display: flex;
  padding: 2rem;
  gap: 0 1.6rem;
}
@media all and (min-width: 1024px), print {
  .que-list a {
    padding: 2.5rem 2rem;
  }
  .que-list .r {
    flex: 1;
  }
  .que-list .board-info {
    display: flex;
    gap: 0 1.6rem;
    margin-top: 1.2rem;
  }
  .que-list .board-info > li {
    padding-left: 1.3rem;
  }
  .que-list .board-info > li:not(:last-child) {
    margin-bottom: 0;
  }
  .que-list .board-info > li::before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.login-txt {
  padding: 1.6rem;
  border: 0.1rem solid #d6d6d6;
  line-height: 2.5rem;
  font-weight: 300;
  font-size: 1.6rem;
  color: #616161;
}
@media all and (min-width: 1024px), print {
  .login-txt {
    display: flex;
    padding: 2rem;
    align-items: center;
  }
  .login-txt .l {
    flex: 1;
    padding-right: 2rem;
  }
}

.member-cert-list li {
  display: flex;
  padding: 2.4rem 1.6rem;
  border: 0.1rem solid #d6d6d6;
  gap: 0 1.6rem;
}
.member-cert-list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.member-cert-list i {
  flex: 0 0 auto;
  width: 7.3rem;
  height: 7.2rem;
  background-repeat: no-repeat;
  background-size: 7.3rem 7.2rem;
}
.member-cert-list .r {
  flex: 1;
}
.member-cert-list .t-box {
  line-height: 2.5rem;
}
.member-cert-list .t-1 {
  margin-bottom: 1.6rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #212121;
}
.member-cert-list .t-2 {
  margin-bottom: 1.4rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.member-cert-list .ico-cert01 {
  background-image: url(../images/sub/ico_cert01.png);
}
.member-cert-list .ico-cert02 {
  background-image: url(../images/sub/ico_cert02.png);
}
.member-cert-list .ico-cert03 {
  background-image: url(../images/sub/ico_cert03.png);
}
.member-cert-list .ico-cert04 {
  background-image: url(../images/sub/ico_cert04.png);
}
.member-cert-list .ico-cert05 {
  background-image: url(../images/sub/ico_cert05.png);
}
.member-cert-list .ico-member01,
.member-cert-list .ico-member02 {
  width: 6.4rem;
  height: 6.4rem;
  background-repeat: no-repeat;
  background-size: 6.4rem;
}
.member-cert-list .ico-member01 {
  background-image: url(../images/sub/ico_member_join01.png);
}
.member-cert-list .ico-member02 {
  background-image: url(../images/sub/ico_member_join02.png);
}
.member-cert-list br {
  display: none;
}
.member-cert-list a:hover {
  background: #11284c;
}
@media all and (min-width: 1024px), print {
  .member-cert-list {
    display: flex;
    gap: 0 0.8rem;
  }
  .member-cert-list li {
    flex: 1;
    padding: 3.2rem;
    align-items: center;
  }
  .member-cert-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .member-cert-list i {
    flex: 0 0 auto;
  }
  .member-cert-list .ico-member01,
  .member-cert-list .ico-member02 {
    width: 7.2rem;
    height: 7.2rem;
    background-size: 7.2rem;
  }
  .member-cert-list .r {
    flex: 1;
    margin-top: 1.4rem;
  }
  .member-cert-list .in-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
  }
  .member-cert-list .t-2 {
    margin-bottom: 0;
  }
  .member-cert-list br {
    display: unset;
  }
}

.cert-list li {
  display: flex;
  padding: 2.4rem 1.6rem;
  border: 0.1rem solid #d6d6d6;
  gap: 0 1.6rem;
}
.cert-list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.cert-list i {
  flex: 0 0 auto;
  width: 7.3rem;
  height: 7.2rem;
  background-repeat: no-repeat;
  background-size: 7.3rem 7.2rem;
}
.cert-list .r {
  flex: 1;
}
.cert-list .t-box {
  line-height: 2.5rem;
}
.cert-list .t-1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #212121;
}
.cert-list .t-2 {
  margin-bottom: 1.4rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.cert-list .ico-cert01 {
  background-image: url(../images/sub/ico_cert01.png);
}
.cert-list .ico-cert02 {
  background-image: url(../images/sub/ico_cert02.png);
}
.cert-list .ico-cert03 {
  background-image: url(../images/sub/ico_cert03.png);
}
.cert-list .ico-cert04 {
  background-image: url(../images/sub/ico_cert04.png);
}
.cert-list .ico-cert05 {
  background-image: url(../images/sub/ico_cert05.png);
}
.cert-list .ico-member01,
.cert-list .ico-member02 {
  width: 6.4rem;
  height: 6.4rem;
  background-repeat: no-repeat;
  background-size: 6.4rem;
}
.cert-list .ico-member01 {
  background-image: url(../images/sub/ico_member_join01.png);
}
.cert-list .ico-member02 {
  background-image: url(../images/sub/ico_member_join02.png);
}
.cert-list br {
  display: none;
}
@media all and (min-width: 1024px), print {
  .cert-list {
    display: flex;
    gap: 0 0.8rem;
  }
  .cert-list li {
    flex: 1;
    flex-direction: column;
    padding: 3.2rem 2rem;
    align-items: center;
  }
  .cert-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .cert-list i {
    flex: none;
  }
  .cert-list .ico-member01,
  .cert-list .ico-member02 {
    width: 7.2rem;
    height: 7.2rem;
    background-size: 7.2rem;
  }
  .cert-list .r {
    flex: auto;
    margin-top: 1.4rem;
    text-align: center;
  }
  .cert-list .in-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .cert-list .t-1 {
    margin-bottom: 0.8rem;
  }
  .cert-list .t-2 {
    margin-bottom: 1.4rem;
  }
  .cert-list br {
    display: unset;
  }
}

.line-box {
  overflow-y: auto;
  height: 48.4rem;
  padding: 2rem;
  border: 0.1rem solid #d6d6d6;
  font-weight: 300;
  font-size: 1.6rem;
}
@media all and (min-width: 1024px), print {
  .line-box {
    height: 26.9rem;
  }
}

.caution-txt-box {
  padding: 2.4rem;
  border: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
}
.caution-txt-box .cau-tit {
  display: flex;
  gap: 0 0.8rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
  color: #212121;
}
.caution-txt-box .cau-tit i {
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/sub/ico_caution.png) no-repeat 0 0/1.8rem;
}
@media all and (min-width: 1024px), print {
  .caution-txt-box {
    padding: 2rem;
  }
}

.line-txt-box {
  padding: 2.4rem;
  border: 0.4rem solid #e9e9e9;
  text-align: center;
  font-size: 1.6rem;
}
.line-txt-box .ico-pop-complete {
  background: url(../images/sub/ico_pop_complete.png) no-repeat;
}
.line-txt-box .ico-pop-cau {
  background: url(../images/sub/ico_pop_cau.png) no-repeat;
}
.line-txt-box .ico-pop-cancel {
  background: url(../images/sub/ico_pop_cancel.png) no-repeat;
}
.line-txt-box .ico-pop-idfind {
  background: url(../images/sub/ico_pop_idFind.png) no-repeat;
}
.line-txt-box .ico-pop-pwfind {
  background: url(../images/sub/ico_pw_find.png) no-repeat;
}
.line-txt-box .ico-pop {
  display: inline-block;
  width: 7.2rem;
  height: 7.2rem;
  margin-bottom: 1.6rem;
  background-size: 7.2rem;
}
.line-txt-box .res-txt {
  font-weight: 700;
  font-size: 1.8rem;
  color: #212121;
}
.line-txt-box p {
  line-height: 2.4rem;
}
@media all and (min-width: 1024px), print {
  .line-txt-box {
    padding: 3.6rem;
    font-size: 1.6rem;
  }
  .line-txt-box .ico-pop {
    width: 8rem;
    height: 8rem;
    background-size: 8rem;
  }
  .line-txt-box .res-txt {
    font-size: 1.8rem;
  }
  .line-txt-box p {
    line-height: 2.4rem;
  }
}

.survey-list {
  margin-top: 2.8rem;
}
.survey-list .survey-section {
  padding: 2rem;
  border: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
}
.survey-list .survey-section + .survey-section {
  margin-top: 1.6rem;
}
.survey-list .sur-q {
  display: flex;
  gap: 0 0.8rem;
  padding-bottom: 1.1rem;
  border-bottom: 0.1rem solid #d6d6d6;
}
.survey-list .num {
  display: flex;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #1976d2;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.survey-list .sur-t {
  flex: 1;
  line-height: 2.4rem;
  word-break: break-all;
  font-weight: 600;
  font-size: 1.8rem;
  color: #212121;
}
.survey-list .req {
  color: #d32f2f;
}
.survey-list .sur-con {
  padding-top: 1.5rem;
}
.survey-list .sur-inp {
  margin-top: 1.2rem;
  padding: 1.6rem;
  background: #fff;
}
.survey-list .sur-inp li:not(:last-child) {
  margin-bottom: 1.3rem;
}
.survey-list .sur-inp textarea {
  height: 16rem;
}
.survey-list .per-info + .per-info {
  margin-top: 2rem;
}
.survey-list .per-info p {
  margin-bottom: 0.8rem;
  font-weight: 500;
  color: #212121;
}
.survey-list .per-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.6rem;
}
.survey-list .per-info li {
  margin-bottom: 0 !important;
}
@media all and (min-width: 1024px), print {
  .survey-list {
    margin-top: 4rem;
  }
  .survey-list .survey-section {
    padding: 2.8rem;
  }
  .survey-list .survey-section + .survey-section {
    margin-top: 2rem;
  }
  .survey-list .sur-q {
    padding-bottom: 2rem;
  }
  .survey-list .sur-con {
    padding-top: 1.8rem;
  }
  .survey-list .sur-inp {
    margin-top: 1.6rem;
    padding: 2.3rem 2rem;
  }
  .survey-list .sur-inp li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .survey-list .per-info + .per-info {
    margin-top: 2.4rem;
  }
  .survey-list .per-info p {
    margin-bottom: 1rem;
  }
  .survey-list .per-info ul {
    gap: 0.7rem 1.6rem;
  }
}

.cate-search-box {
  padding: 1.9rem 2.1rem 1.6rem;
  border: 0.4rem solid #e9e9e9;
}
.cate-search-box .tit-cate {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #212121;
}
.cate-search-box .ico-cate-search {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  align-self: flex-start;
  background: url(../images/sub/ico_data_search.png) no-repeat 0 0/1.6rem;
}
.cate-search-box .cate-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media all and (min-width: 1024px), print {
  .cate-search-box {
    padding: 2.3rem 2.4rem 2rem;
  }
  .cate-search-box .tit-cate {
    margin-bottom: 1.7rem;
  }
  .cate-search-box .cate-item {
    gap: 0.8rem;
  }
}

.btn-label input[type=checkbox]:checked + label,
.btn-label input[type=radio]:checked + label {
  border-color: #1976d2;
  background: #e3f2fd;
  font-weight: 500;
  color: #1976d2;
}
.btn-label label {
  display: flex;
  height: 3rem;
  align-items: center;
  padding: 0 1.5rem;
  border: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
  line-height: 1;
  color: #666;
}

.ico-window-link {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/sub/ico_window_link.png) no-repeat 0 0/1.4rem;
}

.login-wrap {
  padding: 4rem 2.9rem;
  border: 0.4rem solid #e9e9e9;
}
.login-wrap h3 {
  margin-bottom: 1.7rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #212121;
}
@media all and (min-width: 1024px), print {
  .login-wrap {
    padding: 4.4rem 2.9rem;
  }
  .login-wrap h3 {
    margin-bottom: 2.6rem;
    font-size: 2.8rem;
  }
}

.login-box {
  max-width: 34rem;
  margin: 0 auto;
}
.login-box .id-pw-menu {
  display: flex;
  justify-content: space-between;
}
.login-box .btn-login {
  margin: 2rem 0 2.4rem;
}
.login-box .btn-login button {
  width: 100%;
  height: 5.4rem;
  background: #1976d2;
  font-weight: 700;
  color: #fff;
}
.login-box .btn-portal-login {
  display: flex;
  padding-top: 2.3rem;
  border-top: 0.1rem solid #d6d6d6;
}
.login-box .btn-portal-login li {
  flex: 1;
}
.login-box .btn-portal-login a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
@media all and (min-width: 1024px), print {
  .login-box .btn-login {
    margin: 2.4rem 0 2.4rem;
  }
  .login-box .btn-portal-login a {
    gap: 0 1.2rem;
  }
}

.ico-login-kakao {
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/ico_login_kakao.png) no-repeat 0 0/4rem;
}

.ico-login-naver {
  width: 4rem;
  height: 4rem;
  background: url(../images/sub/ico_login_naver.png) no-repeat 0 0/4rem;
}

.ico-link-arrow {
  width: 0.6rem;
  height: 1rem;
  background: url(../images/sub/ico_link_arrow.png) no-repeat 0 0/0.6rem;
}

.rec-check {
  display: flex;
  padding: 1.1rem 1.6rem;
  border: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
  gap: 0 1.6rem;
}
@media all and (min-width: 1024px), print {
  .rec-check {
    padding: 1.9rem 1.6rem;
  }
}

.bg-txt-box {
  padding: 1.6rem;
  background: #f6f6f6;
  text-align: left;
}

.site-menu-list .menu-section {
  position: relative;
  padding-top: 2.2rem;
  border-top: 0.1rem solid #d6d6d6;
}
.site-menu-list .menu-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 12rem;
  height: 0.2rem;
  background: #1976d2;
}
.site-menu-list .menu-section + .menu-section {
  margin-top: 4.8rem;
}
.site-menu-list .tit-mn {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  color: #212121;
}
.site-menu-list .mn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 1.2rem;
}
.site-menu-list .mn-list > li > a {
  display: flex;
  height: 5.6rem;
  align-items: center;
  background: #f6f6f6;
  justify-content: center;
  padding: 0 1rem;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 500;
  color: #212121;
}
.site-menu-list .list-dep1 {
  margin-top: 1.3rem;
}
@media all and (min-width: 1024px), print {
  .site-menu-list .menu-section {
    display: grid;
    grid-template-columns: 18rem 1fr;
    padding-top: 3.2rem;
  }
  .site-menu-list .menu-section::before {
    width: 18rem;
  }
  .site-menu-list .menu-section + .menu-section {
    margin-top: 6rem;
  }
  .site-menu-list .tit-mn {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .site-menu-list .mn-list {
    grid-template-columns: repeat(auto-fit, minmax(21.2rem, 1fr));
    gap: 3.2rem 1.6rem;
  }
  .site-menu-list .mn-list > li > a {
    height: 6.8rem;
    transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 1.8rem;
  }
  .site-menu-list .mn-list > li > a:hover {
    background: #e3f2fd;
  }
  .site-menu-list .list-dep1 {
    margin-top: 1.7rem;
  }
  .site-menu-list .list-dep1 a:hover {
    font-weight: 500;
    color: #1976d2;
  }
}

.ico-atta-file {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.3rem;
  background: url(../images/common/ico_atta_file.png) no-repeat 0 0/2.4rem;
  vertical-align: middle;
}

.ico-delete {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/ico_circle_delete_14x14.png) no-repeat 0 0/1.4rem;
}

.atta-file-list {
  margin-top: 1.2rem;
}
.atta-file-list > li:not(:last-child) {
  margin-bottom: 1rem;
}

.prof-list > ul > li {
  padding: 2rem;
  border: 0.1rem solid #d6d6d6;
}
.prof-list > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.prof-list .prof-name {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.prof-list .btn-prof-view {
  margin-top: 1.6rem;
  text-align: right;
}
@media all and (min-width: 1024px), print {
  .prof-list > ul > li {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 2rem 0;
  }
  .prof-list > ul > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .prof-list .prof-name {
    display: flex;
    flex: 0 0 10.8rem;
    height: 7.9rem;
    margin-bottom: 0;
    border-right: 0.1rem dashed #e0e0e0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .prof-list .prof-info {
    flex: 1;
    padding: 0.9rem 2.8rem;
  }
  .prof-list .btn-prof-view {
    flex: 0 0 auto;
    margin-top: 0;
    text-align: right;
  }
}

.prof-info-wrap {
  margin: 1.5rem 0 2.8rem;
  padding: 1.6rem 0;
  border-top: 0.2rem solid #e0e0e0;
  border-bottom: 0.1rem solid #e0e0e0;
}
.prof-info-wrap .prof-img {
  margin-bottom: 1.5rem;
}
.prof-info-wrap .prof-img img {
  width: 14rem;
  height: 18rem;
  border: 0.1rem solid #d6d6d6;
}
@media all and (min-width: 1024px), print {
  .prof-info-wrap {
    display: flex;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    margin: 1.5rem 0 3.5rem;
    padding: 2rem 0;
  }
  .prof-info-wrap .prof-img {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

.org-chart {
  max-width: 46rem;
  margin: 0 auto;
}
.org-chart ul,
.org-chart li {
  position: relative;
}
.org-chart .ledger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 13rem;
  height: 13rem;
  margin-left: 1.3rem;
  border: 0.4rem solid #11284c;
  border-radius: 50%;
  background: #fff;
  font-size: 2.2rem;
  color: #212121;
}
.org-chart .gamsa-area {
  position: absolute;
  right: 0;
  top: 3.6rem;
}
.org-chart .gamsa-area::before {
  content: "";
  position: absolute;
  left: -15.7rem;
  top: 2.9rem;
  z-index: -1;
  width: 100%;
  height: 0.1rem;
  background: #d6d6d6;
}
.org-chart .gamsa-area ul {
  margin-top: 2rem;
}
.org-chart .gamsa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.3rem;
  height: 5.8rem;
  background: #00796b;
  font-weight: 600;
  color: #fff;
}
.org-chart .ch-eme {
  display: flex;
  position: relative;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 16.3rem;
  height: 5.8rem;
  border: 0.2rem solid #00796b;
  background: #fff;
  font-weight: 600;
  color: #00796b;
}
.org-chart .ch-gamsa::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.2rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2rem;
  background: #d6d6d6;
}
.org-chart .dep-dir-pd {
  padding-top: 3.2rem;
}
.org-chart .dep-dir {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 16.3rem;
  height: 5.8rem;
  background: #11284c;
  font-weight: 600;
  color: #fff;
}
.org-chart .dep-dir::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3.2rem;
  width: 0.1rem;
  height: 3.2rem;
  background: #d6d6d6;
}
.org-chart .dep-dir::after {
  content: "";
  position: absolute;
  left: 8.3rem;
  top: 10.1rem;
  width: 23rem;
  height: 0.1rem;
  background: #d6d6d6;
}
.org-chart .studies {
  position: absolute;
  right: 0;
  top: 7.3rem;
  z-index: 10;
}
.org-chart .head-qua {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 11.8rem;
}
.org-chart .head-qua > li {
  flex: 1;
}
.org-chart .head-qua > li li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.8rem;
  width: 0.1rem;
  height: 0.8rem;
  background: #d6d6d6;
}
.org-chart .head-qua > li li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.8rem;
  margin-top: 0.8rem;
  border: 0.1rem solid #d6d6d6;
}
.org-chart .head-qua::before {
  content: "";
  position: absolute;
  left: 8.25rem;
  top: 0;
  width: 0.1rem;
  height: 11.8rem;
  background: #d6d6d6;
}
.org-chart .head-qua::after {
  content: "";
  position: absolute;
  left: 8.25rem;
  top: 9.7rem;
  width: 28rem;
  height: 0.1rem;
  background: #d6d6d6;
}
.org-chart .ch-qua {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.8rem;
  font-size: 1.8rem;
  color: #fff;
}
.org-chart .plan-qua {
  background: #512da8;
}
.org-chart .edu-qua-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2rem;
  width: 0.1rem;
  height: 2rem;
  background: #d6d6d6;
}
.org-chart .edu-qua-wrap::after {
  content: "";
  position: absolute;
  left: calc(50% + 0.1rem);
  top: -2.1rem;
  z-index: 10;
  width: 50%;
  height: 2.1rem;
  background: #fff;
}
.org-chart .edu-qua {
  background: #1976d2;
}
@media all and (min-width: 1024px), print {
  .org-chart {
    max-width: 88rem;
  }
  .org-chart .ledger {
    margin: 0 auto;
  }
  .org-chart .gamsa-area {
    right: 7.3rem;
  }
  .org-chart .gamsa {
    font-size: 1.8rem;
  }
  .org-chart .ch-eme {
    font-size: 1.8rem;
  }
  .org-chart .dep-dir-pd {
    padding-top: 4rem;
  }
  .org-chart .dep-dir {
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .org-chart .dep-dir::before {
    top: -4rem;
    height: 4rem;
  }
  .org-chart .dep-dir::after {
    left: -13rem;
    top: 10rem;
    width: 21.2rem;
  }
  .org-chart .studies {
    left: 9rem;
    right: auto;
    top: 7.3rem;
  }
  .org-chart .head-qua::before {
    left: 50%;
    height: 9.8rem;
  }
  .org-chart .head-qua::after {
    left: 50%;
    top: 9.7rem;
    transform: translateX(-50%);
    width: 45.1rem;
  }
  .org-chart .plan-qua {
    background: #512da8;
  }
  .org-chart .plan-qua-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -2rem;
    width: 0.1rem;
    height: 2rem;
    background: #d6d6d6;
  }
  .org-chart .plan-qua-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2.2rem;
    z-index: 10;
    width: 50%;
    height: 2.2rem;
    background: #fff;
  }
  .org-chart .edu-qua-wrap::after {
    right: 0;
    top: -2.2rem;
    z-index: 10;
  }
}

.employee-list > ul > li {
  padding: 2rem;
  border: 0.1rem solid #d6d6d6;
}
.employee-list > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media all and (min-width: 1024px), print {
  .employee-list > ul > li {
    padding: 2rem 2.8rem;
  }
  .employee-list > ul > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

html:has(.per-info-wrap) {
  scroll-behavior: smooth;
}

.info-label-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.4rem, 1fr));
  gap: 1.2rem;
}
.info-label-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  border: 0.1rem solid #d6d6d6;
}
.info-label-list p {
  width: 100%;
  height: 100%;
  padding: 1.2rem 1rem;
  border-top: 0.1rem solid #d6d6d6;
  background: #f6f6f6;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #212121;
}
.info-label-list i {
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 1.7rem;
}
.info-label-list .ico-info-label1 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label1.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label2 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label2.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label3 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label3.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label4 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label4.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label5 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label5.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label6 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label6.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label7 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label7.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label8 {
  width: 6.3rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label8.png) no-repeat 0 0/6.3rem;
}
.info-label-list .ico-info-label9 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label9.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label10 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label10.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label11 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label11.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label12 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label12.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label13 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label13.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label14 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label14.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label15 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label15.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label16 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label16.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label17 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label17.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label18 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label18.png) no-repeat 0 0/6.6rem;
}
.info-label-list .ico-info-label19 {
  width: 6.6rem;
  height: 7.25rem;
  background: url(../images/sub/ico_info_label19.png) no-repeat 0 0/6.6rem;
}
@media all and (min-width: 1024px), print {
  .info-label-list {
    gap: 2rem;
  }
}

.per-info-link {
  display: grid;
  gap: 1.2rem 0;
  padding: 2.4rem;
  background: #e4e7ec;
}
.per-info-link a {
  display: block;
  padding: 1rem 1.2rem;
  background: #fff;
  font-weight: 500;
  color: #212121;
}
@media all and (min-width: 1024px), print {
  .per-info-link {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .per-info-link a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.per-info-tit {
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  border-bottom-right-radius: 2rem;
  background: #e3f2fd;
}
.per-info-tit .t {
  font-weight: 700;
  font-size: 2rem;
  color: #212121;
}
.per-info-tit .label-list {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-top: 1.2rem;
}
.per-info-tit .label-list i {
  display: block;
  width: 3.1rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-size: 3.1rem;
}
.per-info-tit .ico-label-purpose {
  background-image: url(../images/sub/ico_info_label1.png);
}
.per-info-tit .ico-label-item {
  background-image: url(../images/sub/ico_info_label4.png);
}
.per-info-tit .ico-label-date {
  background-image: url(../images/sub/ico_info_label2.png);
}
.per-info-tit .ico-label-deputy {
  background-image: url(../images/sub/ico_info_label15.png);
}
.per-info-tit .ico-label-three {
  background-image: url(../images/sub/ico_info_label3.png);
}
.per-info-tit .ico-label-cons {
  background-image: url(../images/sub/ico_info_label5.png);
}
.per-info-tit .ico-label-delete {
  background-image: url(../images/sub/ico_info_label6.png);
}
.per-info-tit .ico-label-ai {
  background-image: url(../images/sub/ico_info_label8.png);
}
.per-info-tit .ico-label-behavior {
  background-image: url(../images/sub/ico_info_label7.png);
}
.per-info-tit .ico-label-safety {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label9.png);
}
.per-info-tit .ico-label-duty {
  background-image: url(../images/sub/ico_info_label10.png);
}
.per-info-tit .ico-label-rights {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label11.png);
}
.per-info-tit .ico-label-protect {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label12.png);
}
.per-info-tit .ico-label-grie {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label13.png);
}
.per-info-tit .ico-label-view {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label14.png);
}
.per-info-tit .ico-label-video {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label16.png);
}
.per-info-tit .ico-label-eva {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label17.png);
}
.per-info-tit .ico-label-change {
  height: 3.1rem !important;
  background-color: #fff;
  background-image: url(../images/sub/ico_info_label18.png);
}
@media all and (min-width: 1024px), print {
  .per-info-tit {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    padding: 1.4rem 1.6rem;
  }
  .per-info-tit .t {
    font-size: 2.4rem;
  }
  .per-info-tit .label-list {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-top: 0;
  }
}

.num-list > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.num-list .t-txt {
  margin-bottom: 1.3rem;
  font-weight: 500;
  color: #11284c;
}
.num-list .c-txt {
  line-height: 2.6rem;
}
.num-list .num {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  background: #11284c;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}

.per-sub-section {
  margin-top: 2rem;
  line-height: 2.5rem;
}
@media all and (min-width: 1024px), print {
  .per-sub-section {
    margin-top: 2.8rem;
  }
}

.gray-box {
  padding: 2rem;
  background: #f6f6f6;
}

.ico-down {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/ico_file_download.png) no-repeat 0 0/1.4rem;
}

.per-info-list {
  display: grid;
}
.per-info-list a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-weight: 500;
  color: #1976d2;
}
@media all and (min-width: 1024px), print {
  .per-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.min-width-1000 {
  min-width: 100rem;
}

.min-width-1200 {
  min-width: 120rem;
}

.min-width-1400 {
  min-width: 140rem;
}

.top-busi-visual {
  padding: 18rem 2rem 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.top-busi-visual.labor {
  background-image: url(../images/sub/img_keli_busi_labor.jpg);
}
.top-busi-visual.school {
  background-image: url(../images/sub/img_keli_busi_school.jpg);
}
.top-busi-visual.emp {
  background-image: url(../images/sub/img_keli_busi_emp.jpg);
}
.top-busi-visual.rese {
  background-image: url(../images/sub/img_keli_busi_research.jpg);
}
@media all and (min-width: 1024px), print {
  .top-busi-visual {
    padding: 24rem 4rem 0;
    background-size: contain;
  }
}

.angle-txt {
  padding: 3.2rem 2rem 0;
  background: #fff;
  text-align: center;
}
.angle-txt h3 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #212121;
}
.angle-txt i {
  display: inline-block;
  width: 0.2rem;
  height: 1.8rem;
  margin: 0.8rem 0 0.3rem;
  background: #1976d2;
  transform: rotate(40deg);
}
.angle-txt p {
  line-height: 1.6;
}
@media all and (min-width: 1024px), print {
  .angle-txt {
    padding-top: 4rem;
  }
  .angle-txt h3 {
    font-size: 3.2rem;
  }
  .angle-txt i {
    width: 0.2rem;
    height: 2.5rem;
    margin: 1.2rem 0 0.6rem;
  }
  .angle-txt p {
    line-height: 2.6rem;
  }
}

.busi-detail-list {
  display: grid;
  row-gap: 1.6rem;
  margin-top: 3.2rem;
}
.busi-detail-list > li {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding: 2.4rem 1.6rem;
  border: 0.1rem solid #d6d6d6;
}
.busi-detail-list > li i {
  flex: 0 0 auto;
  width: 7.2rem;
  height: 7.2rem;
  background-size: 7.2rem;
  background-repeat: no-repeat;
}
.busi-detail-list .t1 {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #212121;
}
.busi-detail-list .t2 {
  line-height: 2.6rem;
}
.busi-detail-list .ico-busi-edu {
  background-image: url(../images/sub/ico_busi_edu.png);
}
.busi-detail-list .ico-busi-pain {
  background-image: url(../images/sub/ico_busi_pain.png);
}
.busi-detail-list .ico-busi-egov {
  background-image: url(../images/sub/ico_busi_egov.png);
}
.busi-detail-list .ico-busi-laboredu {
  background-image: url(../images/sub/ico_busi_laboredu.png);
}
.busi-detail-list .ico-busi-platform {
  background-image: url(../images/sub/ico_busi_platform.png);
}
.busi-detail-list .ico-busi-right {
  background-image: url(../images/sub/ico_busi_right.png);
}
.busi-detail-list .ico-busi-edugov {
  background-image: url(../images/sub/ico_busi_edugov.png);
}
.busi-detail-list .ico-busi-teenager {
  background-image: url(../images/sub/ico_busi_teenager.png);
}
.busi-detail-list .ico-busi-teacher {
  background-image: url(../images/sub/ico_busi_teacher.png);
}
.busi-detail-list .ico-busi-teenager-edu {
  background-image: url(../images/sub/ico_busi_teenager_edu.png);
}
.busi-detail-list .ico-busi-public {
  background-image: url(../images/sub/ico_busi_public.png);
}
.busi-detail-list .ico-busi-comp {
  background-image: url(../images/sub/ico_busi_comp.png);
}
.busi-detail-list .ico-busi-lab {
  background-image: url(../images/sub/ico_busi_lab.png);
}
.busi-detail-list .ico-busi-empfield {
  background-image: url(../images/sub/ico_busi_empfield.png);
}
.busi-detail-list .ico-busi-private {
  background-image: url(../images/sub/ico_busi_private.png);
}
.busi-detail-list .ico-busi-res-ass {
  background-image: url(../images/sub/ico_busi_res_ass.png);
}
.busi-detail-list .ico-busi-eduprogram {
  background-image: url(../images/sub/ico_busi_eduprogram.png);
}
.busi-detail-list .ico-busi-online {
  background-image: url(../images/sub/ico_busi_online.png);
}
@media all and (min-width: 1024px), print {
  .busi-detail-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2rem;
    margin-top: 4rem;
  }
  .busi-detail-list > li {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    padding: 3.2rem;
  }
  .busi-detail-list > li i {
    width: 9rem;
    height: 9rem;
    background-size: 9rem;
  }
  .busi-detail-list .t1 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.ico-lllus-alio {
  display: inline-block;
  width: 13.9rem;
  height: 15.2rem;
  background: url(../images/sub/ico-lllus-alio.png) no-repeat 0 0/13.9rem;
}
@media all and (min-width: 1024px), print {
  .ico-lllus-alio {
    width: 17.4rem;
    height: 19rem;
    background-size: 17.4rem;
  }
}

.ico-lllus-keli {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background: url(../images/sub/ico-lllus-keli.png) no-repeat 0 0/16rem;
}
@media all and (min-width: 1024px), print {
  .ico-lllus-keli {
    width: 20rem;
    height: 20rem;
    background-size: 20rem;
  }
}

.ico-public-data {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background: url(../images/sub/ico_public_data.png) no-repeat 0 0/16rem;
}
@media all and (min-width: 1024px), print {
  .ico-public-data {
    width: 20rem;
    height: 20rem;
    background-size: 20rem;
  }
}

.ico-public-com {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background: url(../images/sub/ico_public_com.png) no-repeat 0 0/16rem;
}
@media all and (min-width: 1024px), print {
  .ico-public-com {
    width: 20rem;
    height: 20rem;
    background-size: 20rem;
  }
}

.principa-message .l {
  display: block;
  max-width: 40.6rem;
  margin: 0 auto;
}
.principa-message .l img {
  width: 100%;
}
.principa-message .r {
  margin-top: 4rem;
}
.principa-message .pri-msg1 {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #bdbdbd;
}
.principa-message .pri-msg2 {
  line-height: 3.2rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #212121;
}
.principa-message .pri-msg2::after {
  content: "";
  display: block;
  width: 14rem;
  height: 0.2rem;
  margin-top: 2.3rem;
  background: #1976d2;
}
.principa-message .pri-txt {
  margin-top: 2.8rem;
}
.principa-message .pri-txt p {
  line-height: 2.6rem;
}
.principa-message .pri-txt p:not(:first-child) {
  margin-top: 1.3rem;
}
.principa-message .pri-btm-txt {
  margin-top: 4rem;
  text-align: right;
}
.principa-message .sign {
  margin-top: 1.6rem;
}
.principa-message .sign i {
  display: inline-block;
  width: 16.3rem;
  height: 5.2rem;
  background: url(../images/sub/img_principa_sign.png) no-repeat 0 0/16.3rem;
}
@media all and (min-width: 1024px), print {
  .principa-message {
    display: flex;
    -moz-column-gap: 5.2rem;
         column-gap: 5.2rem;
  }
  .principa-message .l {
    flex: 0 0 47.2rem;
    max-width: none;
    margin: 0;
  }
  .principa-message .l img {
    width: auto;
  }
  .principa-message .r {
    margin-top: 0;
  }
  .principa-message .pri-msg1 {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .principa-message .pri-msg2 {
    position: relative;
    line-height: 3.8rem;
    font-size: 2.8rem;
  }
  .principa-message .pri-msg2::after {
    transform: translateX(-12.9rem);
    width: 26rem;
    margin-top: 3.6rem;
  }
  .principa-message .pri-txt {
    margin-top: 3.2rem;
  }
  .principa-message .pri-txt p {
    line-height: 2.6rem;
  }
  .principa-message .pri-txt p:not(:first-child) {
    margin-top: 1.3rem;
  }
  .principa-message .pri-btm-txt {
    margin-top: 4.8rem;
  }
  .principa-message .sign {
    margin-top: 2rem;
  }
}

.keli-history {
  padding-left: 0.5rem;
}
.keli-history > ul {
  padding-top: 4rem;
  border-left: 0.5rem solid #e9e9e9;
}
.keli-history > ul > li {
  padding-left: 6.5rem;
}
.keli-history > ul > li:not(:last-child) {
  margin-bottom: 4.8rem;
}
.keli-history > ul > li:nth-child(odd) .his-year {
  color: #00796b;
}
.keli-history > ul > li:nth-child(odd) .his-year::after {
  background: url(../images/sub/ico_his_dot_emer.png) no-repeat 0 0/1.4rem;
}
.keli-history > ul > li:nth-child(even) .his-year {
  color: #1976d2;
}
.keli-history > ul > li:nth-child(even) .his-year::after {
  background: url(../images/sub/ico_his_dot_blue.png) no-repeat 0 0/1.4rem;
}
.keli-history .his-year {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2.4rem;
}
.keli-history .his-year::before {
  content: "";
  display: block;
  position: absolute;
  left: -6rem;
  top: 50%;
  width: 4rem;
  height: 0.1rem;
  border-width: 0.1rem;
  border-top-style: dotted;
  transform: translateY(-50%) rotate(180deg);
}
.keli-history .his-year::after {
  content: "";
  display: block;
  position: absolute;
  left: -7.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
}
.keli-history .his-list {
  margin-bottom: 2rem;
}
.keli-history .his-list > li {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.keli-history .his-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
.keli-history .his-list .l {
  flex: 0 0 auto;
}
.keli-history .his-sub-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media all and (min-width: 1024px), print {
  .keli-history {
    padding-left: 0;
  }
  .keli-history > ul {
    padding-top: 0;
    border-left: 0;
  }
  .keli-history > ul > li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
  .keli-history > ul > li:first-child > .l,
  .keli-history > ul > li:first-child .his-pic {
    padding-top: 3.6rem;
  }
  .keli-history > ul > li > .l {
    padding-bottom: 6rem;
  }
  .keli-history > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
  .keli-history > ul > li:nth-child(odd) > .his-pic {
    padding-right: 4.7rem;
    border-right: 0.2rem solid #e9e9e9;
  }
  .keli-history > ul > li:nth-child(odd) .his-year {
    padding-left: 7rem;
  }
  .keli-history > ul > li:nth-child(odd) .his-year::before {
    left: 0.8rem;
  }
  .keli-history > ul > li:nth-child(odd) .his-year::after {
    left: -0.7rem;
  }
  .keli-history > ul > li:nth-child(odd) > .l {
    order: 2;
  }
  .keli-history > ul > li:nth-child(odd) > .r {
    order: 1;
  }
  .keli-history > ul > li:nth-child(odd) .his-list {
    padding-left: 7.1rem;
  }
  .keli-history > ul > li:nth-child(even) {
    justify-content: flex-end;
  }
  .keli-history > ul > li:nth-child(even) > .l {
    border-right: 0.2rem solid #e9e9e9;
  }
  .keli-history > ul > li:nth-child(even) .his-year {
    padding-right: 7rem;
    text-align: right;
  }
  .keli-history > ul > li:nth-child(even) .his-year::before {
    left: auto;
    right: 0.8rem;
  }
  .keli-history > ul > li:nth-child(even) .his-year::after {
    left: auto;
    right: -0.7rem;
  }
  .keli-history > ul > li:nth-child(even) .his-list {
    padding-right: 7rem;
  }
  .keli-history > ul > li:nth-child(even) .his-list > li {
    justify-content: flex-end;
  }
  .keli-history > ul > li:nth-child(even) .his-list .l {
    order: 2;
  }
  .keli-history > ul > li:nth-child(even) .his-pic {
    padding-left: 4.7rem;
  }
  .keli-history .his-pic {
    padding-bottom: 6rem;
  }
  .keli-history .his-year {
    position: relative;
    margin-bottom: 1.6rem;
    font-weight: 600;
    font-size: 2.4rem;
  }
  .keli-history .his-list {
    margin-bottom: 2rem;
  }
  .keli-history .his-list > li {
    display: flex;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .keli-history .his-list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .keli-history .his-list .l {
    flex: 0 0 auto;
  }
}

.pc-m-imgbox {
  text-align: center;
}

.sub-section + .sub-section, .sub-section.fir {
  margin-top: 2rem;
}
@media all and (min-width: 1024px), print {
  .sub-section + .sub-section, .sub-section.fir {
    margin-top: 2.8rem;
  }
}

.keli-panorama {
  margin-top: 3.2rem;
}

.panorama-control {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.1rem;
}
.panorama-control .panorama-pagination {
  display: flex;
  width: auto;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  line-height: 1;
}
.panorama-control .swiper-pagination-bullet {
  margin: 0 !important;
}
.panorama-control .pano-prev,
.panorama-control .pano-next {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.panorama-control .swiper-pagination-bullet-active {
  width: 1.6rem;
  height: 0.8rem;
  border-radius: 2rem;
  background: #512da8;
}
.panorama-control .swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}
.panorama-control .pano-prev {
  background-image: url(../images/sub/btn_pano_prev.png);
  background-position: 0 50%;
}
.panorama-control .pano-next {
  background-image: url(../images/sub/btn_pano_next.png);
  background-position: 100% 50%;
}

.keli-season {
  margin-top: 7.8rem;
  margin-bottom: 3.6rem;
}
.keli-season .sea-tit {
  margin-bottom: 2.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  font-size: 2.8rem;
  color: #212121;
}
@media all and (min-width: 1024px), print {
  .keli-season {
    margin-top: 8rem;
    margin-bottom: 4.8rem;
  }
  .keli-season .sea-tit {
    margin-bottom: 3.2rem;
    line-height: 4.6rem;
    font-size: 3.2rem;
  }
}

.season-img-box {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.season-img-box .sea-box img {
  display: none;
  border-radius: 3rem 0 3rem 0;
}
.season-img-box .sea-box .sea {
  display: none;
}
.season-img-box .active {
  position: relative;
  flex: 2;
}
.season-img-box .active a {
  display: none;
}
.season-img-box .active img,
.season-img-box .active .sea {
  display: block;
}
.season-img-box a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 12rem;
  border-radius: 2rem 0 2rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: perspective(1px) translateZ(0);
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.season-img-box a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.season-img-box .sea {
  position: absolute;
  right: 2.2rem;
  bottom: 2.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.season-img-box .mn-spring {
  background-image: url(../images/sub/img_season_spring_m.jpg);
}
.season-img-box .mn-summer {
  background-image: url(../images/sub/img_season_summer_m.jpg);
}
.season-img-box .mn-autu {
  background-image: url(../images/sub/img_season_autu_m.jpg);
}
.season-img-box .mn-winter {
  background-image: url(../images/sub/img_season_winter_m.jpg);
}
@media all and (min-width: 1024px), print {
  .season-img-box {
    flex-direction: row;
    gap: 0 1.2rem;
    height: 40rem;
  }
  .season-img-box .sea-box {
    flex: 0 1 16.1rem;
  }
  .season-img-box .active {
    flex: 2;
  }
  .season-img-box a {
    height: 40rem;
    border-radius: 2rem 0 2rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: perspective(1px) translateZ(0);
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
  }
  .season-img-box .sea {
    right: 2.2rem;
    bottom: 2.2rem;
    font-size: 1.8rem;
  }
  .season-img-box .mn-spring {
    background-image: url(../images/sub/img_season_spring.jpg);
  }
  .season-img-box .mn-summer {
    background-image: url(../images/sub/img_season_summer.jpg);
  }
  .season-img-box .mn-autu {
    background-image: url(../images/sub/img_season_autumn.jpg);
  }
  .season-img-box .mn-winter {
    background-image: url(../images/sub/img_season_winter.jpg);
  }
}

.four-seasons {
  display: none;
}
@media all and (min-width: 1024px), print {
  .four-seasons {
    display: block;
    font-weight: 700;
    font-size: 4.8rem;
    color: #e9e9e9;
  }
}

.keli-facilities {
  margin-bottom: 2.8rem;
}
.keli-facilities .l {
  margin-bottom: 1.2rem;
}
.keli-facilities .r {
  position: relative;
  padding: 0 3.4rem;
}
.keli-facilities .fac-swiper .swiper-slide {
  height: auto;
  border: 0.1rem solid #d6d6d6;
  cursor: pointer;
}
.keli-facilities .fac-button-prev,
.keli-facilities .fac-button-next {
  position: absolute;
  top: 0;
  width: 2.6rem;
  height: 100%;
  border: 0.1rem solid #d6d6d6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.keli-facilities .swiper-slide img:not(.fac-no-img) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keli-facilities .swiper-slide:has(.fac-no-img) {
  position: relative;
  background: #f6f6f6;
  pointer-events: none;
}
.keli-facilities .fac-no-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.4rem;
  height: 4.8rem;
}
.keli-facilities .fac-button-prev {
  left: 0;
  background-image: url(../images/sub/ico_thum_prev.png);
}
.keli-facilities .fac-button-next {
  right: 0;
  background-image: url(../images/sub/ico_thum_next.png);
}
.keli-facilities .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.keli-facilities .swiper-slide-thumb-active {
  position: relative;
}
.keli-facilities .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border: 0.2rem solid #1976d2;
}
@media all and (min-width: 1024px), print {
  .keli-facilities {
    display: grid;
    grid-template-columns: 1fr 17.7rem;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    margin-bottom: 4rem;
  }
  .keli-facilities .l {
    overflow: hidden;
    margin-bottom: 0;
  }
  .keli-facilities .r {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .keli-facilities .fac-navi-swiper {
    height: 100%;
  }
  .keli-facilities .fac-navi-swiper .swiper-slide img {
    height: 48rem;
  }
  .keli-facilities .fac-swiper .swiper-wrapper {
    height: 43.6rem;
  }
  .keli-facilities .btn-fac-arrow {
    display: flex;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-top: 0.8rem;
  }
  .keli-facilities .btn-fac-arrow > button {
    flex: 1;
  }
  .keli-facilities .fac-button-prev,
  .keli-facilities .fac-button-next {
    position: static;
    width: 2.6rem;
    height: 3.6rem;
    background-size: 1rem;
  }
}

.fac-info-list > li {
  padding: 2.4rem;
  border: 0.1rem solid #d6d6d6;
}
.fac-info-list > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.fac-info-list .l img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fac-info-list .r {
  margin-top: 1.7rem;
}
.fac-info-list .fac-tit {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
@media all and (min-width: 1024px), print {
  .fac-info-list > li {
    display: flex;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    padding: 3.2rem;
  }
  .fac-info-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .fac-info-list .l {
    flex: 0 0 auto;
  }
  .fac-info-list .l img {
    width: 29rem;
    height: 20.2rem;
  }
  .fac-info-list .r {
    margin-top: 0;
  }
}

.map-area {
  margin-bottom: 2.8rem;
}
.map-area .root_daum_roughmap {
  width: 100%;
}
.map-area .root_daum_roughmap .wrap_map {
  height: 36rem;
}
.map-area .root_daum_roughmap .wrap_controllers {
  border-radius: 0;
}
.map-area .cont {
  display: none;
}
.map-area .addr-tell {
  padding: 2rem;
  border-style: none solid solid solid;
  border-color: #d6d6d6;
  border-width: 0.1rem;
  background: #f6f6f6;
}
.map-area .addr-tell li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.map-area .addr-tell li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.map-area .addr-tell .r {
  line-height: 2.6rem;
}
.map-area .addr-tell i {
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 4rem;
}
.map-area .ico-addr {
  background-image: url(../images/sub/ico_marker.png);
}
.map-area .ico-phone {
  background-image: url(../images/sub/ico_phone.png);
}
@media all and (min-width: 1024px), print {
  .map-area {
    margin-bottom: 4.4rem;
  }
  .map-area .root_daum_roughmap .wrap_map {
    height: 49.9rem;
  }
  .map-area .addr-tell ul {
    display: flex;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
  .map-area .addr-tell li:not(:last-child) {
    margin-bottom: 0;
  }
}

.traffic-info {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding: 3.2rem 0;
  border-top: 0.1rem solid #d6d6d6;
}
.traffic-info:last-child {
  border-bottom: 0.1rem solid #d6d6d6;
}
.traffic-info .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.traffic-info i {
  flex: 0 0 auto;
  width: 7.2rem;
  height: 7.2rem;
  background-repeat: no-repeat;
  background-size: 7.2rem;
}
.traffic-info .ico-traffic-car {
  background-image: url(../images/sub/ico_traffic_car.png);
}
.traffic-info .ico-traffic-public {
  background-image: url(../images/sub/ico_traffic_public.png);
}
.traffic-info .ico-traffic-bus {
  background-image: url(../images/sub/ico_traffic_bus.png);
}
.traffic-info .ico-traffic-subway {
  background-image: url(../images/sub/ico_traffic_subway.png);
}
@media all and (min-width: 1024px), print {
  .traffic-info i {
    width: 9rem;
    height: 9rem;
    background-size: 9rem;
  }
}

.human-right {
  padding: 1.6rem;
  background: #f6f6f6;
}
.human-right .hum-inner {
  position: relative;
  padding: 8rem 3.2rem 4rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
}
.human-right .hum-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  width: 6rem;
  height: 7.4rem;
  background: url(../images/sub/img_human_right.png) no-repeat 0 0/6rem;
}
.human-right .hum-inner.corruption::before {
  background-image: url(../images/sub/img_human_corr.png);
}
.human-right .hum-tit {
  text-align: center;
  line-height: 4.6rem;
  font-weight: 700;
  font-size: 3.2rem;
  color: #11284c;
}
.human-right .hum-list {
  margin-top: 3rem;
  padding: 2rem;
  border-width: 0.2rem 0;
  border-style: solid;
  border-color: #e9e9e9;
}
.human-right .hum-list > li {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.human-right .hum-list > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.human-right .hum-list .l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #e3f2fd;
  font-weight: 500;
  line-height: 1;
  color: #1976d2;
}
.human-right .hum-list .r {
  display: flex;
  align-items: center;
  line-height: 2.6rem;
}
.human-right .hum-list.eme-num .l {
  flex-basis: 2.4rem;
  height: 2.4rem;
  background: #00796b;
  color: #fff;
}
@media all and (min-width: 1024px), print {
  .human-right {
    padding: 4rem;
  }
  .human-right .hum-inner {
    padding: 10rem 5rem 5.6rem;
  }
  .human-right .hum-inner::before {
    top: -4rem;
    width: 8rem;
    height: 10rem;
    background-size: 8rem;
  }
  .human-right .hum-tit {
    line-height: 5.6rem;
    font-size: 4rem;
  }
  .human-right .hum-list {
    margin-top: 3rem;
    padding: 3.2rem;
  }
  .human-right .hum-list .l {
    flex: 0 0 6rem;
    height: 6rem;
  }
}

.list-num-line {
  list-style: none;
  counter-reset: counter;
}
.list-num-line > li {
  counter-increment: counter;
  line-height: 2.5rem;
}
.list-num-line > li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-num-line > li ul,
.list-num-line > li ol {
  margin-left: 1.3rem;
}
.list-num-line .n-box {
  display: flex;
}
.list-num-line .n-box::before {
  content: counter(counter);
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.5em;
  border: 0.1rem solid #666;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.3rem;
  color: #666;
}

.corr-pri {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 3.4rem;
}
.corr-pri .sign img {
  width: 11.6rem;
}

.job-contract {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media all and (min-width: 1024px), print {
  .job-contract {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

.ico-pop-exc {
  background: url(../images/sub/ico_pop_exc.png) no-repeat;
}

.site-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
  flex-wrap: wrap;
  gap: 0.4rem;
}
.site-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  border: 0.1rem solid #d6d6d6;
  text-align: center;
  transition: border 0.3s ease;
}
.site-list a:hover {
  border-color: #11284c;
  font-weight: 500;
  color: #11284c;
}
@media all and (min-width: 1024px), print {
  .site-list {
    gap: 0.8rem;
  }
}

/* 사용자 매뉴얼 */
html:has(.use-container) {
  height: 100%;
  scroll-behavior: smooth;
}

body:has(.use-container) {
  height: 100%;
}

#wrap:has(.use-container) {
  height: 100%;
}

.use-inner {
  display: flex;
  height: 6rem;
  padding: 0 1.2rem 0 2rem;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1024px), print {
  .use-inner {
    height: 8.7rem;
    padding: 0 0 0 4rem;
    align-items: center;
  }
}

.use-container {
  display: grid;
  grid-template-columns: 30rem 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  min-height: 100%;
}
.use-container #content {
  max-width: 108rem;
}
.use-container #content .cont-top {
  padding: 4.8rem 0 0;
  background: none;
}
.use-container #content .breadcrumb {
  padding-top: 0;
}
.use-container #content .cont-body {
  margin-top: 5.6rem;
  padding: 0 0 10rem 0;
}

.use-navi {
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 4.8rem;
  background: #e4e7ec;
}
.use-navi a {
  display: flex;
  height: 5rem;
  padding: 0 2rem 0 4rem;
  background: url(../images/use/ico_nav_off.png) no-repeat calc(100% - 2rem) 50%/0.7rem;
  transition: background-color 0.3s ease;
  align-items: center;
  font-weight: 600;
  color: #687891;
}
.use-navi a.active, .use-navi a:hover {
  background-color: #d1d8e3;
  background-image: url(../images/use/ico_nav_on.png);
  font-weight: 600;
  color: #11284c;
}

.use-tit {
  display: inline-block;
  margin-top: 3.5rem;
  background: linear-gradient(to top, rgba(81, 45, 168, 0.4) 17%, transparent 17%);
  font-weight: 700;
  font-size: 4rem;
  color: #000;
}

.use-start {
  height: 100vh;
}

.use-start-manual {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  background: #e3f2fd;
}
.use-start-manual i {
  display: inline-block;
  width: 19.2rem;
  height: 16rem;
  margin-bottom: 2.4rem;
  background: url(../images/use/img_manual_deco.png) no-repeat 0 0/19.2rem;
}

.sue-sub-tit {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  font-size: 2rem;
  color: #212121;
}
.sue-sub-tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #1976d2;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}

.use-sub-section + .use-sub-section {
  margin-top: 4.8rem;
}
.use-sub-section .list-dep1 > li:not(:last-child) {
  margin-bottom: 2.3rem;
}
.use-sub-section .list-dep1 strong {
  font-weight: 500;
  color: #000;
}

.use-txt {
  margin-bottom: 2rem;
  line-height: 2.6rem;
}
.use-txt strong {
  font-weight: 500;
  color: #000;
}

.list-dep1:has(.use-img) .use-img {
  margin: 1.2rem 0 0 -1.4rem;
}

.bull-list-board > ul > li {
  border: 0.1rem solid #d6d6d6;
}
.bull-list-board > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.bull-list-board > ul > li > a {
  display: block;
  padding: 2rem;
}
.bull-list-board .b-list-wrap {
  padding: 2rem;
}
.bull-list-board .sec-info {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem dashed #e0e0e0;
}
.bull-list-board .them-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.bull-list-board .app-per {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.bull-list-board .app-per::before {
  top: 1.2rem;
}
.bull-list-board .board-tit {
  margin-bottom: 0.8rem;
}
.bull-list-board .board-tit .sb-t {
  display: block;
}
@media all and (min-width: 1024px), print {
  .bull-list-board .board-tit {
    margin-bottom: 1rem;
  }
  .bull-list-board .board-tit .sb-t {
    display: inline;
    margin-left: 0.4rem;
  }
}
@media all and (min-width: 1024px), print {
  .bull-list-board > ul > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .bull-list-board > ul > li > a {
    padding: 2.4rem 2.8rem;
  }
  .bull-list-board .b-list-wrap {
    padding: 2.4rem 2.8rem;
  }
  .bull-list-board .t {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
  }
  .bull-list-board .them-list {
    display: inline-flex;
    margin: 0 0 0 1.2rem;
  }
  .bull-list-board .edu-inline-info {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  .bull-list-board .sec-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.4rem;
    padding-top: 1.6rem;
  }
}

.float-list > li:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media all and (min-width: 1024px), print {
  .float-list {
    overflow: hidden;
  }
  .float-list > li {
    float: left;
  }
  .float-list > li:not(:last-child) {
    margin: 0 1.6rem 0.8rem 0;
  }
}

.arc-badge {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  padding: 0 1.2rem;
  border-radius: 5rem;
  background: #e0f2f1;
  line-height: 1;
  color: #00796b;
}
@media all and (min-width: 1024px), print {
  .arc-badge {
    flex: 0 0 auto;
  }
}

.inline-detail-info {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  align-items: center;
}
.inline-detail-info .bar {
  display: inline-block;
  width: 0.1rem;
  height: 1.4rem;
  background: #d6d6d6;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
}
.progress-bar progress {
  width: 100%;
}
@media all and (min-width: 1024px), print {
  .progress-bar {
    margin-top: 1.2rem;
  }
}

.period-progress {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

.lr-position {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 0.1rem dashed #e0e0e0;
}
.lr-position .l {
  margin: 0;
  padding: 0;
  border: 0;
}
.lr-position .r {
  margin-top: 0.8rem;
  text-align: right;
}
@media all and (min-width: 1024px), print {
  .lr-position {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-top: 1.4rem;
    padding-top: 1.4rem;
  }
  .lr-position .l {
    flex: 1;
    gap: 0.5rem 1.6rem;
  }
  .lr-position .r {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

@media all and (min-width: 1024px), print {
  .pc-list-mb0 li {
    margin-bottom: 0 !important;
  }
}

.var-list > ul > li {
  padding: 2rem;
  border: 0.1rem solid #d6d6d6;
}
.var-list > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.var-list > ul > li .r {
  text-align: right;
}
@media all and (min-width: 1024px), print {
  .var-list > ul > li {
    display: flex;
    padding: 2rem 2.8rem;
  }
  .var-list > ul > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .var-list > ul > li .l {
    flex: 1;
  }
  .var-list > ul > li .r {
    flex: 0 0 auto;
    align-self: center;
    text-align: unset;
  }
}