@charset "UTF-8";
/* FONT */
/* dukim_수정 일괄 NotoSansKR 로 변경 요청
@import url("/core/fonts/IropkeBatang/IropkeBatang.css");
@import url("/core/fonts/S-CoreDream/S-CoreDream.css");
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans');

:root {
  /* font */
  /* dukim_수정 일괄 NotoSansKR 로 변경 요청
 --font-type01: 'IropkeBatang';
 --font-type02: 'S-CoreDream';
  */

  --font-type01: 'NotoSansKR';
  --font-type02: 'NotoSansKR';

  /* main */
  --main-color01: #2A3F8E;
  --main-color01-hover: #13245f;
  --main-color02: #3E4775;
  --main-color02-hover: #252e58;

  /* point */
  --primary: #2A3F8E;
  --primary-hover: #13245f;
  --point-color01: #3D5BCA;
  --point-color01-hover: #2A3F8E;
  --point-color02: #028980;
  --point-color02-hover: #00635c;
  --point-color03: #00A651;
  --point-color03-hover: #007F40;
  --point-color04: #FF6B4D;
  --point-color04-hover: #CC553D;
  --gray-color01: #000;
  --gray-color02: #666;
  --gray-color03: #888;
  --bg-color01: #F6F7F9;
  --danger-hover: #c82333;
}

/* animation */
@keyframes scrollAni {
  0% {}

  20% {
    height: 30px;
    top: 0;
  }

  99% {
    height: 30px;
  }

  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes flowAni {
  0% {
    left: 20%;
  }

  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes updownAni {
  0% {
    top: 50%;
  }

  25% {
    top: 45%;
  }

  50% {
    top: 50%;
  }

  75% {
    top: 55%;
  }

  100% {
    top: 50%;
  }
}

@keyframes updownAni02 {
  0% {
    top: 0;
  }

  50% {
    top: -5px;
  }

  100% {
    top: 0;
  }
}

/*****************************************************
Style Guide
*****************************************************/
/* common */
body {
  line-height: 1.4
}

a:focus,
a:hover {
  color: var(--main-color01);
  text-decoration: underline;
}

.btn:focus,
.btn:focus-visible,
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 0
}

#header .container-fluid {
  padding: 0
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer
}

.layout {
  display: flex;
  align-items: center
}

@media (min-width:1400px) {
  .container {
    max-width: 1200px;
  }

  .container-sm {
    max-width: 1300px
  }

  .container-xl {
    max-width: 1400px;
  }
}

@media (min-width:1500px) {
  html {
    width: auto;
  }

  html,
  body {
    font-size: 17px;
  }

  .container {
    max-width: 1200px
  }

  .container-sm {
    max-width: 1200px
  }

  .container-xl {
    max-width: 1400px;
    padding: 0;
  }
}

/* title */
[class*="tit-"] {
  text-transform: capitalize;
}

.tit-h3 {
  padding: 23px 0 0;
  font-size: 22px;
}

.tit-h3::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 15px;
  background: url(/local/sce/images/tit-con01.png) no-repeat left center/contain;
  transform: none;
}

.line-gap+.tit-h3 {
  margin-top: 0;
}

.box-info+.tit-h3 {
  margin-top: 40px
}

.box-info+.tit-h4 {
  margin-top: 20px
}

.tit-h4 {
  margin: 35px 0 10px;
  padding: 13px 0 0;
  font-family: var(--font-type01);
  font-weight: 700;
  position: relative;
  background: transparent;
  color: var(--main-color01-hover);
  font-size: 20px;
}

.tit-h4::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 5px;
  background: var(--main-color01-hover);
  border-radius: 10px;
}

.tit-h5 {
  color: var(--point-color01);
  padding-left: 0;
}

.tit-h5::before {
  display: none
}

@media (min-width:992px) {
  .tit-h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .tit-h4 {
    font-size: 26px;
  }

  .tit-h5 {
    font-size: 24px;
  }

  .tit-h6 {
    font-size: 20px;
  }
}

/* text color */
.text-info {
  color: var(--point-color01) !important
}

/* list style */
.list-style00>li {
  margin: .3rem 0 .7rem;
  padding-left: 30px
}

.list-style00 li .num {
  width: 22px;
  height: 22px;
  line-height: 23px;
  font-size: 13px;
  top: 1px;
  font-family: inherit;
}

.list-style01>li {
  margin: 5px 0 8px
}

.list-style01>li:last-child {
  margin-bottom: 0;
}

.list-style01>li::before {
  top: 9px;
}

.list-style01>li .list-style02 {
  margin: .3rem 0 .3rem
}

.list-style02>li::before {
  top: 11px
}

[class*=list-style0]>li>ul {
  margin: 12px 0 15px
}

[class*=tit-h3]+[class*=list-style0] {
  margin-top: 20px
}

[class*=tit-h4]+[class*=list-style0],
[class*=tit-h5]+[class*=list-style0],
[class*=tit-h6]+[class*=list-style0] {
  margin-top: 15px
}

.gray-box .list-style00,
.gray-box .list-style01,
.gray-box .list-style02 {
  margin-bottom: 0;
}

/* color */
.c-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-box>* {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background: #eaeaea;
  color: var(--gray-color01);
}

.c-box .c-box01 {
  background: var(--main-color01);
  color: var(--white);
}

.c-box .c-box02 {
  background: var(--main-color02);
  color: var(--white);
}

.c-box .c-box03 {
  background: var(--point-color01);
  color: var(--white);
}

.c-box .c-box04 {
  background: var(--bg-color01);
}

.c-box .c-box05 {
  color: var(--gray-color01);
}

.c-box .c-box06 {
  color: var(--gray-color02);
}

.c-box .c-box07 {
  color: var(--gray-color03);
}

/* button */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fff;
  color: var(--main-color01);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #fff;
  color: var(--danger);
}

.btn-info:hover,
.btn-info:focus {
  background-color: #fff;
  color: var(--point-color01);
}

.btn-success {
  background-color: var(--point-color02);
  border-color: var(--point-color02);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #fff;
  color: var(--point-color02);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #fff;
  color: var(--gray-color02);
}

.btn-dark:hover,
.btn-dark:focus {
  background-color: #fff;
  color: var(--gray-color01);
}

.btn-outline-success {
  border-color: var(--point-color02);
  color: var(--point-color02);
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  background-color: var(--point-color02)
}

.btn-link:hover::before,
.btn-down:hover::before,
.btn-mail:hover::before,
.btn-link:focus::before,
.btn-down:focus::before,
.btn-mail:focus::before {
  border-bottom-style: solid;
}

.btn-link:after,
.btn-down:after,
.btn-mail:after {
  transition: .3s;
}

.btn-link:hover::after,
.btn-down:hover::after,
.btn-mail:hover::after,
.btn-link:focus::after,
.btn-down:focus::after,
.btn-mail:focus::after {
  transform: rotateX(180deg)
}

.btn.disabled,
.btn:disabled {
  opacity: .78;
}


/* badge */
.badge-success {
  border-color: var(--point-color02);
  color: var(--point-color02);
}

.badge-success.inverse {
  background-color: var(--point-color02);
}

.badge-info {
  border-color: var(--point-color01);
  color: var(--point-color01);
}

.badge-info.inverse {
  background-color: var(--point-color01);
}

/* gray box */
.gray-box,
.gray-box.type01 {
  border-radius: 0;
}

.gray-box.type01 {
  padding: 15px 25px;
}

@media (min-width:992px) {
  .gray-box.type01 {
    padding: 30px 40px;
  }
}

/* info list */
.info-list.num4 li {
  color: inherit;
}

/* table */
.table {
  word-break: break-all
}

.table:not(.table-board) thead th {
  background-color: #F9FAFE;
  font-family: inherit;
  padding-top: 10px;
  border-bottom-color: #dee2e6;
}

.table:not(.table-board) tbody th {
  background-color: #F9FAFE;
}

.table-line>thead>tr>th {
  border-left-color: #dee2e6;
}

.table-line .border-left {
  border-left: 1px solid #dee2e6 !important
}

.table-mw-768 .table {
  min-width: 768px;
}

.table-hover tbody tr:hover,
.table-hover tbody tr:focus {
  background-color: var(--bg-color01);
}

.table-responsive[class*="table-mw-"]::before {
  display: block;
  content: '좌우로 스크롤시 자세한 내용 확인이 가능합니다.';
  margin-bottom: 10px;
  color: var(--gray-color02);
  background: var(--bg-color01);
  padding: 5px 10px;
  text-align: center;
  position: sticky;
  left: 0;
  top: 0;
}

@media (min-width:768px) {
  .table-responsive.table-mw-768::before {
    display: none;
  }
}

@media (min-width:1500px) {
  .table-responsive.table-mw-1000::before {
    display: none;
  }
}

/* tab */
[class*=tab-type] .nav-link {
  transition: all .3s ease-out
}

.tab-type01 .nav-tabs {
  border-bottom: 0;
  margin: 20px 0
}

.tab-type01 .nav-tabs .nav-link {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  color: #3F3D39;
  padding: 10px 25px 10px 10px;
  margin-right: -1px;
  font-family: var(--font-type01);
  flex: 0 1 50%;
  text-align: left;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  word-break: keep-all;
}

.tab-type01 .nav-tabs .nav-link:focus,
.tab-type01 .nav-tabs .nav-link:hover {
  border-color: transparent;
  background-color: var(--main-color01-hover);
  color: #fff
}

.tab-type01 .nav-tabs .nav-item.show .nav-link,
.tab-type01 .nav-tabs .nav-link.active {
  border-color: transparent;
  background-color: var(--main-color02);
  color: #fff;
  font-weight: bold;
}

.tab-type01 .nav-tabs .nav-link::after {
  display: block;
  content: '\F63B';
  font-family: var(--font-icon);
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  opacity: 0.3;
}

.tab-type01 .nav-tabs .nav-item.show .nav-link:after,
.tab-type01 .nav-tabs .nav-link.active:after {
  content: '\F282';
  opacity: 1;
}

.tab-type01 .nav-tabs .nav-link a:focus,
.tab-type01 .nav-tabs .nav-link a:hover {
  color: #fff
}

.tab-type02 .nav-tabs {
  margin: 30px 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: var(--bg-color01);
}

.tab-type02 .nav-tabs .nav-link {
  position: relative;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-family: var(--font-type01);
  padding: 10px 20px 10px 10px;
  transition: .3s;
  flex: 0 1 50%;
  text-align: left;
  margin-bottom: 0;
  color: var(--gray-color02);
}

.tab-type02 .nav-tabs .nav-link:focus-visible {
  outline: 1px auto -webkit-focus-ring-color
}

.tab-type02 .nav-tabs .nav-link.active::after {
  display: block;
  content: '\F229';
  font-family: var(--font-icon);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%)
}

.tab-type02 .nav-tabs .nav-link.active,
.tab-type02 .nav-tabs .nav-link:focus,
.tab-type02 .nav-tabs .nav-link:hover {
  color: #FFF;
  background-color: var(--point-color01);
  font-weight: bold;
}

.nav-pills {
  gap: 5px;
  margin: 30px 0
}

.nav-pills .nav-link {
  border-radius: 50px;
  min-width: 100px;
  background-color: #f0f0f0;
  color: #555;
  border: 0;
  transition: .3s;
  font-family: var(--font-type01)
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: var(--point-color02);
  font-weight: 700
}

@media(min-width:992px) {
  .tab-type01 .nav-tabs {
    margin: 20px 0 40px
  }

  .tab-type01 .nav-tabs .nav-link {
    padding: 15px 40px 15px 20px;
    flex: 0 1 33%;
    font-size: 18px
  }

  .tab-type01 .nav-tabs .nav-link::after {
    right: 15px
  }

  .tab-type02 .nav-tabs .nav-link {
    padding: 10px 30px 8px 20px;
    flex: 0 1 25%
  }

  .tab-type02 .nav-tabs .nav-link.active::after {
    right: 15px
  }
}

@media(min-width:1400px) {
  .tab-type01 .nav-tabs .nav-link {
    flex: 0 1 25%;
  }
}

/* board */
.board-search .board-search-con {
  margin-bottom: 10px;
}

.board-search .board-search-box select {
  padding-top: 10px
}

.board-search .board-watch {
  margin-bottom: 0;
}

.board-search .board-watch button {
  width: 150px;
}

.board-gallery a {
  overflow: hidden
}

.table-board thead th {
  border-bottom-color: var(--main-color02);
  border-top-color: var(--main-color02);
  color: var(--main-color02)
}

.table-board tbody td.state {
  margin-bottom: 5px
}

.table-board tbody td.state:after {
  display: none
}

.table-board.board-request tr {
  padding: 10px 0
}

.table-board.board-request .subject {
  font-family: var(--font-type01);
  font-weight: 700;
  margin-bottom: 5px
}

.table-board.board-request .request-btn {
  display: block;
  margin-right: 0;
  padding-right: 0
}

.table-board.board-request .request-btn a {
  width: 100%
}

.table-board .score {
  font-size: small;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: transparent;
}

.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
  color: var(--main-color01);
}

.pagination .page-item .page-link::before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--main-color01);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
}

.pagination .page-item .page-link:hover::before,
.pagination .page-item .page-link:focus::before {
  width: 20px;
}

.board-view .board-info {
  flex-wrap: wrap;
  gap: .5rem 1.8rem;
}

.board-view .board-info li.board-score {
  padding-left: 0;
}

.board-view .board-info li.board-score::before {
  display: none;
}

@media (min-width:576px) {
  .table-board.board-request .request-btn {
    display: inline-block
  }

  .table-board.board-request .request-btn a {
    width: auto
  }
}

@media (min-width:768px) {
  .table-board.board-request .subject {
    font-family: var(--font-type02);
    font-weight: 400;
    margin-bottom: 0
  }

  .table-board.board-request .request-btn {
    display: table-cell
  }
  
  .board-view .board-info {
    gap: 0 2.6rem
  }
}

@media (min-width: 1200px) {
  .board-search {
    padding-right: 0;
  }

  .board-search .board-search-con {
    font-size: 15px;
    margin-bottom: 0
  }
}

@media (min-width: 1400px) {
  .board-search .board-search-con {
    font-size: inherit;
  }
}

/* box-info */
.box-info {
  background: #fff;
  margin: 0;
  padding: 15px 20px;
  border-radius: 0;
  border: 5px solid transparent;
  margin-bottom: 50px;
  background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-45deg, #efefef 0, #efefef 12.5%, transparent 0, transparent 25%, #dbdbdb 0, #dbdbdb 37.5%, transparent 0, transparent 50%) 0 / 13px 13px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
}

.box-info::after {
  display: none;
}

.box-info .box-img {
  flex: 1 1 55px;
  height: 55px;
}

.box-info .box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box-info .box-txt {
  flex: 1 1 10%;
}

.box-info .tit {
  text-align: center;
  font-size: 20px;
}

@media (min-width:992px) {
  .box-info {
    gap: 40px;
    flex-direction: row;
    padding: 30px 40px;
  }

  .box-info .box-img {
    flex: 0 1 80px;
    height: 80px;
  }

  .box-info .tit {
    text-align: left;
    font-size: 24px;
  }
}

@media (min-width:1400px) {
  .box-info .box-img {
    flex: 0 1 100px;
    height: 100%;
  }

  .box-info {
    padding: 40px 50px;
  }
}

/* none page */
.non-page {
  	background-image: url(/local/sce/images/non-page.png);
}

.non-page.board {
	/* 현업에서 이미지 빼달라는 요청_dukim 수정_2025.05.30*/
	/* background-image: url(/local/sce/images/non-board.png); */
	background-image: none;
    padding-top: 9em;
    padding-bottom: 9em;  
}

.non-page h3 {
  word-break: keep-all
}

.non-info {
  font-family: var(--font-type01);
  font-weight: 500;
  background-image: url(/local/sce/images/non-board.png);
}


/* balloon */
.balloon {
  position: relative;
  padding: 30px;
  text-align: center;
  border: 7px solid #f0f0f0;
  margin-bottom: 40px
}

.balloon::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-right: 7px solid #f0f0f0;
  border-bottom: 7px solid #f0f0f0;
  bottom: -27px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%)
}

.balloon.no-tail::after {
  display: none
}

.balloon .txt {
  font-size: 20px;
  margin: 0
}

.balloon .txt span {
  position: relative;
  font-weight: 600
}

.balloon .txt span.point::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: rgba(var(--point-color-04), .1);
  z-index: -1
}

.balloon .txt span.small {
  display: block;
  font-weight: 400
}

@media(min-width:992px) {
  .balloon {
    padding: 40px;
    margin-bottom: 50px
  }

  .balloon .txt {
    font-size: 22px
  }
}

/* form */
.custom-select {
  background-image: url(/local/sce/images/custom-select-icon.png);
  background-size: auto;
}

@media(min-width:992px) {
  .form-control {
    height: 40px;
  }
}

/* step-list */
.step-con .step-item .step-tit p {
  font-family: 'NotoSansKR', sans-serif;
}

.step-con.row .step-item .step-tit>p {
  margin: 0;
  font-family: 'NotoSansKR', sans-serif;
}

.step-con.row .step-item .step-tit>p>span {
  font-size: 0.975rem;
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: var(--gray-color02);
}

@media(min-width: 992px) {
  .step-con .step-item .step-tit p {
    font-size: 22px;
  }

  .step-con.row .step-item .step-tit>p {
    font-size: 18px;
  }

  .step-con .step-item .step-tit {
    gap: 15px;
  }
}

/* popup */
#popup-wrap .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
}

#popup-wrap .btn-close:hover,
#popup-wrap .btn-close:focus {
  animation: updownAni02 .5s linear infinite;
}

/*****************************************************
Include
*****************************************************/

/*********************** Header ***********************/
/* mask */
#mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.header_on #mask {
  display: block;
}

/* utill */
.menu-on .utill {
  right: 0;
}

.utill {
  display: block;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  background-color: #F6F6F6;
}

.utill>div {
  display: flex;
  align-items: center;
  height: 35px;
}

.utill div a {
  color: #686868;
}

.utill .pnu-link {
  font-size: 13px;
}

/* .utill ul li[class*="utill-"] a:before { content: ""; display: none; position: absolute; top: 3px; left: 0; width: 18px; height: 18px; background: url(../images/utill-ico.png) 0 0 no-repeat; } */
.utill ul {
  gap: 5px;
  align-items: center;
}

.utill ul li {
  font-size: 13px;
}

.utill ul li:not(:first-child)::before {
  margin-right: 5px;
}

.utill ul li.utill-join a:before {
  background-position-x: 0;
}

.utill ul li.utill-login a:before {
  background-position-x: -28px;
}

.utill ul li.utill-ch a:before {
  background-position-x: -56px;
}

.utill ul li.utill-en a:before {
  background-position-x: -84px;
}

.utill ul li.utill-ja a:before {
  background-position-x: -112px;
}

.utill ul li.utill-ko a:before {
  background-position-x: -140px;
}

.utill ul li a:focus,
.utill ul li a:hover {
  text-underline-offset: 3px;
  color: var(--main-color01);
}

.utill ul li .popup-num {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: var(--main-color01);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.utill ul li i {
  display: none;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.site-logo>img {
  width: 100px;
}

.site-logo>a {
  display: inline-flex;
  align-items: center;
}

/* top menu */
.top-menu {
  background-color: #fff;
}

.top-menu-layout {
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.top-menu-layout h1 {
  margin: 0;
}

.site-logo .site-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-logo span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  color: #555;
}

.site-logo span.site-title-sub {
  font-size: 10px;
  color: var(--gray-color02);
  font-weight: 500;
}

.top-menu-layout .menu-ham {
  width: 40px;
  height: 40px;
  border: 0;
}

.top-menu-layout .menu-ham::after {
  display: block;
  content: "\F479";
  font-family: var(--font-icon);
  font-size: 28px;
  color: var(--main-color01);
  transition: 0.3s;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.top-menu-layout .menu-ham:focus:after,
.top-menu-layout .menu-ham:hover::after {
  transform: rotate(90deg);
}

.top-menu-layout .sitemap {
  background-color: var(--main-color01);
  height: 100%;
  display: inline-block;
  width: 50px;
  position: relative;
}

.top-menu-layout .sitemap span {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.top-menu-layout .sitemap:hover span,
.top-menu-layout .sitemap:focus span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.top-menu-layout .sitemap span:nth-of-type(1) {
  top: 37.5%;
}

.top-menu-layout .sitemap span:nth-of-type(3) {
  top: 63.5%;
}

@media (min-width: 992px) {
  body.hd_on {
    position: relative;
  }

  body.hd_on:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }

  #header {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    background: #fff;
  }

  #header.on {
    background: #fff;
  }

  #mask {
    z-index: -1;
  }

  .header_on:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background: #ddd;
  }

  .utill>div {
    justify-content: space-between;
    height: 40px;
  }

  .utill .pnu-link {
    font-size: inherit;
  }

  .utill ul {
    gap: 5px 7px;
  }

  .utill ul li {
    font-size: inherit;
  }

  .utill ul li:not(:first-child)::before {
    margin-right: 15px;
  }

  .utill ul li[class*="utill-"] a:before {
    display: block;
  }

  .utill ul li:not(:first-child)::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 11px;
    background-color: #c4c4c4;
    vertical-align: middle;
    margin-right: 7px;
  }

  .utill ul li i {
    display: inline;
  }

  .site-title {
    font-size: 1.16em;
  }

  .top-menu {
    border-bottom: 1px solid #E5E5E5;
  }

  .top-menu-layout {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .utill .pnu-link {
    font-size: inherit
  }

  .utill ul {
    gap: 5px 15px;
  }

  .utill ul li:not(:first-child)::before {
    margin-right: 10px;
  }

  .site-title {
    gap: 0 15px;
  }

  .site-logo {
    gap: 0 15px;
  }

  .site-logo>img {
    width: 160px;
  }

  /* .site-logo span{} */
  .top-menu-layout {
    height: 85px;
  }

  .site-logo span {
    font-size: 18px;
  }

  .top-menu-layout .sitemap {
    width: 70px;
  }
}

@media (min-width: 1400px) {
  .utill ul li {
    font-size: 18px;
  }

  .top-menu-layout .sitemap {
    width: 90px;
  }

  .top-menu-layout .sitemap span {
    width: 30px;
  }
}

/* menu */
.menubar-box {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 110;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  background-color: #fff;
  transition: right 0.3s;
}

.menubar-box.on {
  right: 0;
}

.menubar-box .menubar-header>ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.menubar-box .menubar-header>ul>li {
  flex: 1;
}

.menubar-box .menubar-header a {
  display: block;
  height: 100%;
  text-align: center;
}

.menubar-title-box {
  /* height: 0; */
  line-height: 45px;
}

.menubar-title {
  padding-left: 20px;
  margin: 0;
  background-color: var(--main-color01);
  font-size: 15px;
  line-height: inherit;
  color: #fff;
  /* display: none; */
}

.menubar-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  background: var(--main-color01) url(/core/images/close-white.png) no-repeat center;
  background-size: 40%;
  transition: 0.3s;
  border-radius: 50%;
  z-index: 1;
}

.menubar-close:focus,
.menubar-close:hover {
  background-color: var(--main-color01-hover);
  transform: rotate(90deg);
}

.menubar-close:focus,
.menubar-close:hover {
  color: #fff;
}

.menubar {
  list-style: none;
  display: block;
  overflow-y: auto;
  height: 100%;
  margin: 0;
}

.menubar::before {
  display: block;
  content: '';
  width: 160px;
  height: 100%;
  background-color: var(--bg-color01);
  z-index: -1;
  position: absolute;
}

.menubar .menuitem {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}

.menubar>li {
  display: flex;
}

.menubar>li>.menuitem {
  height: 45px;
  background-color: var(--bg-color01);
  /* border-bottom: 1px solid #ddd; */
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  transition: 0.3s;
  width: 160px;
}

.menubar>li>.menuitem.expanded-true {
  background-color: var(--main-color02);
  color: #fff;
  font-weight: 700;
  border-color: transparent;
  text-decoration: none;
}

.menubar>li>.menubox {
  width: calc(100% - 160px);
  background-color: #fff;
}

.menubar>li>.menuitem.expanded-true+.menubox {
  display: block;
  position: absolute;
  top: 45px;
  left: 160px;
  z-index: auto;
  height: 100%;
  /* padding: 10px 0; */
  background-color: #Fff;
  overflow-y: auto;
}

.menubar>li>.menuitem.expanded-true+.menubox>.menubox-inner {
  opacity: 1;
  /* padding: 0; */
}

.menubar>li>.menuitem.expanded-true+.menubox>.menubox-inner>.menu {
  display: block;
}

.depth1_list .menu-deco {
  display: none;
}

/* 2 depth menuitem */
.menubar .menubox-inner>.menu>li {
  position: relative;
}

.menubar .menubox-inner>.menu>li>.menuitem {
  font-size: 16px;
  padding: 7px 10;
  border-bottom: 1px solid #ccc;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.menubar .menubox-inner > .menu > li > .menuitem::before {content: "";position: absolute;top: 16px;left: 0;width: 4px;height: 4px;border-radius: 50%;background-color: var(--main-color01);}*/
.menubar .menubox-inner>.menu>li>.menuitem:focus,
.menubar .menubox-inner>.menu>li>.menuitem:hover {
  color: var(--main-color01);
}

.menubar .menubox-inner>.menu>li>.menuitem.expanded-true {
  color: var(--point-color01);
  border-bottom-style: dashed;
}

.menubar .menubox-inner>.menu>li>.menuitem.expanded-true:before {
  background-color: #fff;
}

.menubar .menubox-inner>.menu>li>.menuitem.expanded-true+.menu {
  display: block;
  background-color: #fff;
  padding: 12px 15px 12px 20px;
  border-bottom: 1px solid #ddd;
}

.menubar>li>.menuitem.haspopup-true.expanded-true+.menubox>.menubox-inner>.menu {
  display: block;
}

.menubar>li>.menuitem[aria-haspopup="true"] .toggle-btn {
  height: 45px;
  background: 0 0;
  border: 0;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after,
.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"] .toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #666;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"]>.toggle-btn::before {
  right: 20px;
  width: 16px;
  height: 2px;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after,
.menubar>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after {
  right: 27px;
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::after,
.menubar>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::after {
  display: none;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::before {
  background-color: #fff;
}

.menubar .toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: 0;
  background: pink;
  display: none;
}

.menubar .haspopup-true>.toggle-btn {
  display: inline-block;
}

.menubar>li>.menuitem>.toggle-btn {
  width: 40px;
  height: 45px;
  border: 0;
  background-color: transparent;
  transition: 0.3s;
}

.menubar .menubox-inner>.menu>li>.menuitem>.toggle-btn {
  height: 40px;
  background: 0 0;
  border: 0;
  width: 20px;
  position: relative;
}

.menubar .menubox-inner>.menu>li>.menuitem>.toggle-btn::after {
  display: block;
  content: '\F282';
  font-family: var(--font-icon);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::before,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #666;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::before,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::before {
  right: 20px;
  width: 10px;
  height: 2px;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::after {
  right: 27px;
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::before {
  background-color: #929292;
}

.menubar .menubox-inner>.menu>li.active>.menuitem.haspopup-true>.toggle-btn::after,
.menubar .menubox-inner>.menu>li.active>.menuitem.haspopup-true>.toggle-btn::before {
  background-color: var(--point-color03) !important;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::before,
.menubar>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::before {
  background-color: #fff;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::after,
.menubar>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::after {
  display: none;
}

/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner>.menu>li>.menu {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #f7f7f7;
}

.menubar .menubox-inner>.menu>li>.menu::after {
  content: "";
  clear: both;
  display: block;
}

.menubar .menubox-inner .depth2_list>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::before,
.menubar .menubox-inner .depth2_list>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::before {
  background-color: var(--point-color01);
}

.menubar .depth2_list>li>.haspopup-true.expanded-false+.depth3_list {
  display: none;
}

/* 2 depth menuitem 하위 메뉴 닫힘 */
.menubar .menubox-inner>.menu>li>.menu>li>.menuitem {
  display: block;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menubar .depth2_list>li>.haspopup-true.expanded-true+.depth3_list {
  display: block;
}

.menubar .menubox-inner>.menu {
  display: none;
}

/* 3 depth menu li */
.menubar .depth3_list {
  border-bottom: 2px solid #ccc;
  display: none;
}

.menubar .menubox-inner>.menu>li>.menu>li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}

.menubar .menubox-inner>.menu>li>.menu>li>.menuitem {
  position: relative;
  padding: 2px 0 2px 15px;
}

.menubar .menubox-inner>.menu>li>.menu>li>.menuitem::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 7px;
  height: 2px;
  background-color: #bbb;
}

.menubar .menubox-inner>.menu>li>.menu>li:last-child {
  margin-bottom: 0;
}

.menubar .depth3_list>li a {
  position: relative;
  display: flex;
  padding-left: 12px;
  padding: 7px 12px;
}

.menubar .depth3_list>li a:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  background-color: var(--main-color01);
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.menubar .depth3_list>li a:hover {
  text-decoration: underline;
}

.menubar .depth3_list .toggle-btn {
  background-color: #fff;
  width: 20px;
}

.menubar .depth3_list .haspopup-true>.toggle-btn::before,
.menubar .depth3_list .haspopup-true>.toggle-btn::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--gray-color03);
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menubar .depth3_list .haspopup-true>.toggle-btn::after {
  width: 2px;
  height: 10px;
}

.menubar .depth3_list .haspopup-true.expanded-true>.toggle-btn::after {
  opacity: 0;
}

/* 3 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner>.menu {
  display: none;
}

.menubar .depth3_list .haspopup-true.expanded-false+.depth4_list {
  display: none;
}

/* 3 depth menuitem 하위 메뉴 닫힘 */
.menubar .depth3_list .haspopup-true.expanded-true+.depth4_list {
  display: block;
}

/* 4 depth menu */
.menubar .depth4_list {
  background-color: var(--bg-color01);
  padding: 4px 15px;
  display: none;
  margin-bottom: 10px;
}

.menubar .depth4_list>li a {
  padding: 3px 10px
}

.menubar .depth4_list>li a:before {
  width: 5px;
  border-radius: 0;
  height: 1px;
}

@media (min-width: 992px) {
  .menubox {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
  }

  .menubar::before {
    display: none;
  }

  .menubox>.container {
    max-width: 95%;
  }

  .menu-ham {
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;
    transition: 0.3s all;
  }

  .menu-ham::after {
    font-size: 36px;
  }

  .menu-ham:hover,
  .menu-ham:focus {
    background: var(--main-color01-hover);
  }

  .menubar {
    overflow-y: visible;
  }

  .menubar .toggle-btn {
    display: none;
  }

  .menubar-box {
    position: static;
    display: flex;
    justify-content: center;
    width: unset;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20;
  }

  .menubar-title-box {
    display: none;
  }

  .depth1_list {
    display: flex;
    background: transparent;
  }

  .depth1_list .menu-deco {
    position: absolute;
    display: flex;
    justify-content: end;
    width: 20%;
    padding: 0;
    height: 100%;
  }

  .depth1_list .menu-deco:before {
    content: "";
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    left: auto;
    top: 0;
    background: var(--main-color02) url(/local/sce/images/menu-bg.png) no-repeat right bottom;
  }

  .depth1_list .menu-deco .menu-deco-tit,
  .depth1_list .menu-deco .menu-deco-txt {
    position: relative;
  }

  .depth1_list .menu-deco .menu-deco-tit {
    font-family: var(--font-type01);
    font-size: 20px;
    color: #fff;
  }

  .depth1_list .menu-deco .menu-deco-txt {
    display: block;
    color: #fff;
    margin-top: 12px;
    word-break: keep-all;
    font-weight: 300;
  }

  .depth1_list .menu-deco .menu-deco-txt::before {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
  }

  .depth1_list .menu-deco .menu-deco-inner {
    position: relative;
    width: 100%;
    padding: 20px 24px 0 0;
  }

  .depth1_list>li>.menuitem {
    position: relative;
    max-width: 100%;
    height: 100%;
    font-size: 15px;
    color: #333;
    padding: 0 8px;
    border: 0;
  }

  .depth1_list>li>.menuitem>.toggle-btn {
    display: none;
  }

  .depth1_list>li>.menuitem.expanded-true {
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    color: var(--dark);
  }

  .depth1_list>li.active>.menuitem {
    color: var(--main-color01);
    text-decoration: none;
  }

  .depth1_list>li>.menuitem:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
    transition: 0.3s all ease-in-out;
    opacity: 0;
    z-index: 1;
    border: 3px solid var(--main-color01)
  }

  .depth1_list>li.active>.menuitem:before {
    width: 10px;
    height: 10px;
    opacity: 1;
    bottom: -5px;
  }

  .depth1_list .menubox {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    visibility: hidden;
  }

  .depth1_list>li>.menubox {
    background: var(--white);
  }

  .depth1_list>li>.menuitem+.menubox {
    width: 100%;
    top: 100%;
  }

  .depth1_list>li>.menuitem.expanded-true+.menubox {
    width: 100%;
    top: 80px;
    min-height: 200px;
    min-height: 280px;
    background: var(--white);
    /*height: 100%; */
  }

  .depth1_list>li>.menubox>.menubox-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .depth1_list>li>.menuitem.expanded-true+.menubox>.menubox-inner {
    padding: 0;
  }

  .depth1_list>li>.menubox.focusin {
    visibility: visible;
  }

  .depth1_list>li.active .menubox {
    visibility: visible;
  }

  .depth1_list .menubox .menubox-inner>.depth2_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 0 50px calc(18% + 50px);
  }

  .depth1_list>li>.menuitem.haspopup-true.expanded-true+.menubox>.menubox-inner>.depth2_list {
    display: grid;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.menuitem {
    position: relative;
    height: 50px;
    vertical-align: top;
    font-size: 1em;
    border: 0;
    background: var(--white);
    padding: 12px 30px 12px 15px;
    background-color: #F6F7F9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.menuitem:before {
    display: none;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.menuitem:hover,
  .depth1_list .menubox-inner>.depth2_list>li>.menuitem:focus {
    color: #fff;
    background-color: var(--point-color01);
    text-decoration: none;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.menuitem.haspopup-true>.toggle-btn {
    display: none;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.depth3_list {
    display: none;
    border-bottom: 0;
    padding: 12px 10px 10px;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.depth3_list>li {
    padding: 0 0 0 18px;
    margin-bottom: 5px;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.depth3_list>li>a:before {
    width: 8px;
    height: 2px;
    background-color: #b5b5b5;
  }

  .depth1_list>li>.menuitem {
    padding: 0 13px;
    font-size: 17px;
    width: auto;
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  .depth1_list .menu-deco .menu-deco-tit {
    font-size: 2em;
  }

  .depth1_list .menu-deco .menu-deco-tit span {
    font-size: 26px;
  }

  .depth1_list .menu-deco .menu-deco-txt {
    display: block;
    margin-top: 20px;
    opacity: 0.7;
  }

  .depth1_list .menu-deco .menu-deco-txt::before {
    margin-bottom: 15px;
    width: 25px;
  }

  .depth1_list>li>.menuitem {
    font-size: 18px;
    height: 100%;
    padding: 0 20px;
  }

  /* .depth1_list > li > .menubox > .menubox-inner{padding: 0;} */
  .depth1_list .menu-deco {
    width: 25%;
  }

  .depth1_list .menu-deco .menu-deco-inner {
    padding: 35px 24px 0 0;
  }

  .depth1_list .menubox .menubox-inner>.depth2_list {
    padding: 45px 0 45px calc(25% + 50px);
    min-height: 200px;
  }

  .menubar .menubox-inner>.menu>li>.menu {
    font-size: inherit;
    padding: 10px 0;
  }

  .menubar .menubox-inner>.menu>li>.menu>li {
    margin-bottom: 0;
  }

  .menubar .menubox-inner>.menu>li>.menuitem {
    font-size: 16px;
  }

  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem {
    display: inline-block;
    font-size: 15px;
  }

  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: var(--main-color01);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem:focus,
  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem:hover {
    padding: 0 0 0 12px;
  }

  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem:focus:before,
  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem:hover:before {
    opacity: 1;
    left: 0;
  }

  .depth1_list>li>.menuitem.expanded-true+.menubox {
    top: 100%;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.menuitem {
    font-size: 18px;
    height: auto;
    min-height: 54px;
    padding: 15px 30px;
  }

  .depth3_list>li .menuitem {
    height: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1400px) {
  .depth1_list .menu-deco {
    height: 100%;
  }

  .depth1_list .menu-deco .menu-deco-inner {
    padding: 30px 20px 0 0;
  }

  .depth1_list .menu-deco .menu-deco-tit {
    font-size: 2.125em;
    word-break: keep-all;
  }

  .depth1_list>li>.menuitem {
    font-size: 20px;
    padding: 0 25px;
  }

  .depth1_list .menubox-inner>.depth2_list>li>.menuitem {
    height: 65px;
    padding: 12px 20px;
  }

  .depth1_list .menu-deco .menu-deco-inner:after {
    width: 65px;
    height: 65px;
    right: 50px;
    bottom: 90px;
    background-size: auto;
  }
}

@media (min-width: 1500px) {
  .menubox>.container {
    max-width: 1400px;
  }

  .depth1_list .menubox .menubox-inner>.depth2_list {
    min-height: 250px;
    padding: 45px 0 45px calc(25% + 80px);
  }
}

/*********************** sub ***********************/
/* sub cont */
.responsibility ul>li>strong {
  color: var(--point-color-04)
}

.sub-container {
  padding-top: 0;
  margin-bottom: 50px;
}

/* sub visual */
.sub-visual {
  width: 100%;
  background: var(--main-color02) no-repeat center/cover;
  color: #fff;
  padding: 15px 0
}

.sub-titbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-titbox .sub-titsmall {
  font-family: var(--font-type02);
}

.sub-titbox .sub-titbig {
  font-family: var(--font-type02);
  font-weight: 600;
  font-size: 20px;
}

/* sub wrap */
.sub-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sub-container #content {
  min-height: 300px
}

/* snb */
.snb {
  display: none;
}

.snb .snb-wrap {
  background: #fff
}

.snb .snb-wrap .snb-title {
  word-break: keep-all;
}

.snb .snb-wrap .snb-title span {
  font-size: 24px;
  font-weight: 600;
}

.snb .snb-wrap .snb-title::after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #2A3F8E, #5D77D8);
  margin-top: 20px;
}

.snb .snb-wrap .depth1-list>li {
  border-bottom: 1px dotted #707070;
}

.snb .snb-wrap .depth1-list>li.depth1-item>a {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 5px;
  transition: .2s;
}

.snb .snb-wrap .depth1-list>li.depth1-item>a:hover,
.snb .snb-wrap .depth1-list>li.depth1-item>a:focus {
  border-bottom: 3px solid var(--point-color01);
  text-decoration: none;
}

.snb .snb-wrap .depth1-list>li.depth1-item.active>a {
  color: var(--main-color01);
  font-weight: 700;
  padding-left: 20px;
}

.snb .snb-wrap .depth1-list>li.depth1-item.active>a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid var(--main-color01);
  border-radius: 50%;
  left: 0;
}

.snb .snb-wrap .depth1-list>li>.depth2-list {
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin-top: 5px;
  display: none;
}

.snb .snb-wrap .depth1-list>li.active>.depth2-list {
  display: block;
  margin-bottom: 50px;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li {
  font-size: 16px;
  margin-bottom: 7px;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li>a {
  transition: .3s;
  display: block;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li>a:hover,
.snb .snb-wrap .depth1-list>li>.depth2-list>li>a:focus {
  text-decoration: underline;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li:last-child {
  margin-bottom: 0;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li.active>a {
  position: relative;
  padding-left: 13px;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li.active>a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}

.snb .snb-wrap .depth3-list {
  border-top: 1px dotted #a1a1a1;
  border-bottom: 1px dotted #a1a1a1;
  margin: 10px 0 20px;
  padding: 10px;
  display: none;
}

.snb .snb-wrap .depth1-list>li>.depth2-list>li.active .depth3-list {
  display: block;
}

.snb .snb-wrap .depth3-item {
  color: var(--gray-color02);
}

.snb .snb-wrap .depth3-item.active {
  color: var(--point-color01);
}

.snb .snb-wrap .depth3-item.active::before {
  content: ' \F231';
  font-family: var(--font-icon);
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

/* cont navi */
.cont-wrap {
  letter-spacing: -.7px;
  width: 100%
}

.cont-wrap .page-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cont-wrap .page-navi:before {
  display: none
}

.cont-wrap .page-navi .navbar {
  border: 0;
  padding: 0;
  margin-top: 2px;
  width: calc(100% - 40px)
}

.cont-wrap .page-navi .navbar .navbar-nav {
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  /*white-space:nowrap;*/
  text-overflow: ellipsis;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 7px;
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item {
  position: relative;
  color: var(--gray-color02);
  transition: .3s;
  font-family: var(--font-type01);
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link.home {
  width: 30px;
  height: 30px;
  background-color: var(--point-color01);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 1px solid var(--point-color)
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link.home:hover,
.cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link.home:focus {
  color: var(--point-color01);
  background-color: #fff;
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link {
  padding: 0
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item:not(:first-child) {
  margin-left: 8px;
  padding-left: 16px
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item:not(:first-child)::before {
  content: '\F285';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-family: var(--font-icon);
  font-size: 12px;
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link:not(.dropdown)::before {
  display: none
}

.cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link:hover,
.page-navi .navbar .navbar-nav>.nav-item .nav-link:focus {
  color: var(--main-color01);
  text-decoration: underline;
  text-underline-offset: 3px
}

.option-box {
  position: relative;
  display: flex;
  gap: 10px
}

.option-box button {
  font-size: 19px;
  color: #767676;
  border: 0;
  border-radius: 0;
  background: 0 0;
  transition: .5s
}

.option-box button:focus,
.option-box button:hover {
  transform: rotateX(180deg);
  color: var(--main-color01);
}

.option-box button.print {
  display: none
}

.option-box .dropdown-menu {
  border: 0;
  background-color: var(--bg-color01);
  min-width: 191px;
  padding: 5px 10px;
  border-radius: 100px;
  top: -15px;
  left: auto;
  right: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.open>.dropdown-menu {
  display: block
}

.option-box .dropdown-item {
  padding: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
}

.option-box .dropdown-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-box .dropdown-item:focus,
.option-box .dropdown-item:hover {
  background: transparent;
  transform: rotateX(180deg);
}

.cont-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 25px;
  column-gap: 20px;
}

.cont-title h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  font-family: var(--font-type01)
}

@media(min-width:992px) {
  .sub-container {
    margin-bottom: 150px;
  }

  .sub-visual {
    background-image: url(/local/sce/images/sub-visual.jpg);
    padding: 0;
  }

  .sub-titbox {
    height: 180px;
  }

  .sub-titbox .sub-titsmall {
    letter-spacing: 0.1rem;
  }

  .sub-titbox .sub-titbig {
    font-size: 26px
  }

  .sub-wrap {
    margin-top: 30px;
  }

  .snb {
    display: block;
    width: 200px;
  }

  .cont-wrap {
    width: calc(100% - 250px);
  }

  .cont-wrap .page-navi {
    margin-top: 0;
    flex-direction: row;
  }

  .cont-wrap .page-navi .navbar .navbar-nav {
    margin: 0;
    /*justify-content:center*/
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link.home {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }

  .cont-wrap .page-navi .navbar .navbar-nav>.nav-item:not(:first-child) {
    margin-left: 12px;
    padding-left: 24px
  }

  .cont-wrap .page-navi .navbar .navbar-nav>.nav-item:not(:first-child)::before {
    top: 4px;
  }

  .cont-wrap .page-navi .navbar .navbar-nav>.nav-item:last-child {
    flex: 1 1 10%
  }

  .option-box .dropdown-menu {
    min-width: 40px;
    top: 100%;
    right: auto;
    left: -13px;
    padding: 10px;
  }

  .option-box .dropdown-item {
    margin-bottom: 7px;
    display: block;
    width: 45px;
    height: 45px;
  }

  .option-box .dropdown-item:last-child {
    margin-bottom: 0;
  }

  .option-box button.print {
    font-size: 20px;
    display: block
  }

  .cont-title {
    margin: 15px 0 40px;
    column-gap: 50px;
  }

  .cont-title h2 {
    font-size: 30px
  }
}

@media(min-width:1400px) {
  .sub-container {
    margin-bottom: 200px;
  }

  .sub-titbox {
    height: 240px;
  }

  .sub-titbox .sub-titbig {
    font-size: 30px;
  }

  .snb {
    width: 300px;
  }

  .snb .snb-wrap .snb-title::after {
    margin-top: 30px;
  }

  .snb .snb-wrap .snb-title span {
    font-size: 28px;
  }

  .snb .snb-wrap .depth1-list>li {
    font-size: 18px;
  }

  .snb .snb-wrap .depth1-list>li.depth1-item>a {
    padding: 20px 5px;
  }

  .snb .snb-wrap .depth1-list>li.depth1-item.active>a:has(.depth2-list) {
    padding: 20px 5px 10px 20px;
  }

  .snb .snb-wrap .depth1-list>li.active>.depth2-list {
    margin-bottom: 20px;
    padding: 15px 30px;
  }

  .cont-wrap {
    width: calc(100% - 400px);
  }

  .cont-title {
    margin: 20px 0 60px;
  }

  .cont-title h2 {
    font-size: 36px;
  }
}

/*********************** Footer ***********************/
#footer {
  position: relative;
  background-color: #303030;
  color: #fff;
  padding: 15px 0 50px;
}

/* footer top */
.footer-top {
  border-bottom: 1px solid #535353;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  padding-bottom: 10px;
}

.footer-utill {
  display: flex;
  font-size: 14px;
  gap: 5px 7px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-utill li::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 11px;
  background-color: #5A5D63;
  margin-left: 7px;
}

.footer-utill li:last-child:after {
  display: none
}

.footer-utill .point {
  color: #94B0FE;
}

.footer-utill a:hover,
.footer-utill a:focus {
  text-decoration: underline;
  color: inherit;
}

.footer-sns {
  display: flex;
  column-gap: 10px;
}

.footer-sns a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: no-repeat center/contain;
}

.footer-sns a:hover,
.footer-sns a:focus {
  transform: rotateX(180deg);
}

.footer-sns .insta {
  background-image: url(/local/sce/images/icon-sns01.png);
}

.footer-sns .facebook {
  background-image: url(/local/sce/images/icon-sns02.png);
}

.footer-sns .youtube {
  background-image: url(/local/sce/images/icon-sns03.png);
}

/* footer bottom */
.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  padding-top: 15px;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  justify-content: center;
}

.footer-info .site-logo span {
  color: #fff;
}

.footer-info .site-logo span.site-title-sub {
  color: #fff;
}

.footer-addr {
  text-align: center;
}

.footer-addr strong {
  font-weight: 500;
  color: #D6D8DB;
  margin-right: 7px;
  display: block;
}

.footer-addr span {
  color: #9FA2A7;
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.footer-addr span::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #686B70;
  border-radius: 1px;
  vertical-align: middle;
  margin-right: 7px;
}

.footer-addr span:nth-of-type(1)::before {
  display: none;
}

.footer-addr address {
  margin-bottom: 15px;
}

.footer-addr .copyright {
  color: #9FA2A7;
  font-weight: 300;
  font-size: 12px;
  margin-top: 20px;
}

/* fotoer right */
.footer-right {
  width: 100%;
}

.footer-link {
  position: relative;
  width: 100%;
}

.footer-link .f-select {
  position: relative;
  background: #46474E;
  border: 1px solid #46474E;
  color: #A3A3A7;
  font-size: 14px;
  transition: .3s;
  width: 100%;
  padding: 10px 0;
}

.footer-link .f-select:hover,
.footer-link .f-select:focus {
  border-color: #fff;
  color: #fff;
}

.footer-link .f-select:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  border: 5px solid transparent;
  border-bottom: 7px solid #A3A3A7;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  transition: .3s;
}

.footer-link.on .f-select:before {
  transform: translateY(-50%) rotateX(180deg);
}

.footer-link .fs-list {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
  display: none;
  background: var(--main-color02) right bottom no-repeat;
  padding: 16px 18px 16px 22px
}

.footer-link .fs-list .list>li {
  color: #fff;
  font-weight: 400;
  text-underline-offset: 3px
}

.footer-link .fs-list .list>li a:focus,
.footer-link .fs-list .list>li a:hover {
  color: #fff;
  text-decoration: underline
}

.footer-link .fs-list a {
  position: relative;
  display: inline-block;
  padding: 4px 15px 4px 0
}

.footer-link .fs-list a:after {
  content: '\F1C5';
  font-family: var(--font-icon);
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
  right: 0;
  margin-left: 8px
}

.footer-mark {
  margin-top: 20px;
  text-align: center;
}

@media(min-width:992px) {
  .footer-top {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer-info {
    justify-content: flex-start;
    flex: 1 1 10%;
    align-items: flex-start;
  }

  .footer-addr {
    font-size: 16px;
    text-align: left;
  }

  .footer-addr address {
    margin-bottom: 10px;
  }

  .footer-addr strong {
    margin-right: 10px;
  }

  .footer-addr span {
    margin-right: 10px;
  }

  .footer-addr span::before {
    margin-right: 10px;
  }

  .footer-addr .copyright {
    font-size: 15px;
    margin-top: 25px;
  }

  .footer-right {
    width: auto
  }

  .footer-link {
    width: auto;
  }

  .footer-link .f-select {
    font-size: 15px;
    padding: 15px 120px 15px 20px;
    width: auto;
  }

  .footer-link .fs-list {
    bottom: 53px;
  }
  
  .footer-mark {
    margin-top: 20px;
    text-align: left;
  }
}

@media(min-width:1200px) {
  .footer-addr {
    flex: 0 1 100%;
  }

  .footer-addr strong {
    display: inline-block;
  }
}

@media(min-width:1400px) {
  #footer {
    padding: 20px 0 80px;
  }

  .footer-utill {
    font-size: 15px;
    column-gap: 15px;
  }

  .footer-utill li::after {
    margin-left: 15px;
  }

  .footer-addr {
    flex: auto;
  }
}

/* go-to-top */
.go-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 75px;
  width: 75px;
  z-index: 50;
  display: none;
  background: var(--main-color01);
  transition: all .3s ease-out;
  visibility: hidden;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.go-to-top::after {
  display: block;
  content: '\F148';
  font-family: var(--font-icon);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.go-to-top:focus,
.go-to-top:hover {
  background-color: var(--point-color01);
}

.go-to-top:focus::after,
.go-to-top:hover::after {
  animation: updownAni 1s linear infinite
}

@media(min-width:992px) {
  .go-to-top {
    display: block;
    visibility: visible
  }
}

/*****************************************************
main
*****************************************************/
/* common */
section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-tit {
  font-family: var(--font-type01);
  /* font-weight: normal;*/
  font-size: 28px;
}

@media(min-width:992px) {
  .main-tit {
    font-size: 36px;
  }
}

@media(min-width:1400px) {
  .main-tit {
    font-size: 48px;
  }
}

/*********************** main visual ***********************/
/* visual */
.main-visual .swiper {
  height: 350px;
  background-color: var(--bg-color01);
}

.main-visual .swiper-slide {
  background: no-repeat center/cover;
}

/* text */
.visual-txt {
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
  font-family: var(--font-type02);
  padding-top: 13%;
}

.visual-txt .txt {
  font-weight: 400;
  font-size: 18px;
}

.visual-txt .tit {
  font-weight: 600;
  font-size: 28px;
  margin-top: 10px;
}

/* pager */
.visual-pager {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.visual-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: .3s;
}

.visual-pagination .swiper-pagination-bullet:hover,
.visual-pagination .swiper-pagination-bullet:focus {
  transform: scale(1.5);
}

.visual-pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.visual-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.visual-pagination .swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.visual-autoplay {
  color: #fff;
  transition: .3s;
  border-color: transparent;
}

.visual-autoplay:hover,
.visual-autoplay:focus {
  transform: scale(1.5);
}

.visual-autoplay:before {
  content: '\F4C4';
  display: inline-block;
  font-family: var(--font-icon);
  font-size: 24px;
  vertical-align: middle;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.visual-autoplay.on:before {
  content: '\F4F4';
}

/* scroll */
.visual-scroll {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
  width: 32px;
  height: 100px;
}

.visual-scroll::after {
  display: block;
  content: '';
  width: 2px;
  height: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  animation: scrollAni 2s linear infinite;
}

.visual-scroll img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

@media(min-width:992px) {
  .main-visual .swiper {
    height: calc(100dvh - 102px);
  }

  .visual-txt .txt {
    font-size: 28px;
  }

  .visual-txt .tit {
    font-size: 48px;
    margin-top: 20px;
  }

  .visual-pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .visual-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
  }

  .visual-pagination .swiper-pagination-bullet-active::after {
    width: 30px;
    height: 30px;
  }

  .visual-scroll {
    left: 130px;
    width: 32px;
    height: 119px;
  }
}

@media(min-width:1200px) {
  .main-visual .swiper {
    height: calc(100dvh - 127px);
  }
}

@media(min-width:1400px) {
  .visual-txt {
    padding-top: 10%;
  }

  .visual-txt .txt {
    font-size: 34px;
  }

  .visual-txt .tit {
    font-size: 60px;
    margin-top: 30px;
  }

  .visual-pager {
    bottom: 100px;
  }
}

/*********************** main visual ***********************/
.curriculum {
  padding-top: 40px;
}

.curriculum::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  animation: flowAni 40s linear infinite;
  z-index: -1;
  background: url(/local/sce/images/curriculum-bg01.png) no-repeat left top;
  background-size: contain;
  width: 200%;
  height: 40px;
}

/* tab */
.curriculum-tabs {
  margin-top: 20px;
  justify-content: center;
  border-bottom: 0;
}

.curriculum-tabs .nav-link {
  background-color: var(--bg-color01);
  color: #3E3E3F;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  transition: .3s;
}

.curriculum-tabs .nav-link:focus,
.curriculum-tabs .nav-link:hover {
  background-color: var(--gray-color02);
  color: #fff;
}

.curriculum-tabs .nav-item.show .nav-link,
.curriculum-tabs .nav-link.active {
  background-color: var(--main-color01);
  color: #fff;
}

.curriculum-tabs .nav-link i {
  display: none;
}

.curriculum-tabs .nav-item.show .nav-link i,
.curriculum-tabs .nav-link.active i {
  display: inline-block;
  font-size: 0.925rem;
  margin-right: 10px;
}

/* content */
.curriculum-con {
  background: var(--main-color01) url(/local/sce/images/curriculum-bg02.png) no-repeat top center/cover;
  padding: 20px 0;
}

.curriculum-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

.curriculum-list .curriculum-item {
  flex: 0 1 49%;
}

.curriculum-list .curriculum-box {
  display: flex;
  flex-direction: column;
  background: #fff url(/local/sce/images/curriculum-bg03.png) no-repeat right bottom;
  padding: 15px 13px;
  height: 100%;
}

.curriculum-list .curriculum-box:hover,
.curriculum-list .curriculum-box:focus {
  text-decoration: none;
  background: var(--point-color01) url(/local/sce/images/curriculum-bg04.png) no-repeat center/cover;
  color: #fff;
}

.curriculum-list .state {
  text-align: center;
  display: inline-block;
  background-color: var(--point-color01);
  color: #fff;
  border: 1px solid var(--point-color01);
  transition: .3s;
  padding: 3px;
  width: 70px;
  font-size: 13px;
}

.curriculum-list .curriculum-box:hover .state,
.curriculum-list .curriculum-box:focus .state {
  border-color: #fff;
  background-color: transparent;
}

.curriculum-list .course {
  font-weight: 500;
  font-size: 16px;
  margin: 5px 0 0;
}

.curriculum-list .curriculum-btn {
  text-align: right;
  visibility: hidden;
  color: #fff;
  display: none;
}

.curriculum-list .curriculum-box:hover .curriculum-btn,
.curriculum-list .curriculum-box:focus .curriculum-btn {
  visibility: visible;
}

.curriculum-list .end .curriculum-box {
  background: rgba(255, 255, 255, 0.8);
}

.curriculum-list .end .curriculum-box:hover,
.curriculum-list .end .curriculum-box:focus {
  background-color: var(--gray-color02);
}

.curriculum-list .end .state {
  background-color: var(--gray-color02);
  border-color: var(--gray-color02);
}

.curriculum-list .go .curriculum-box:hover,
.curriculum-list .go .curriculum-box:focus {
  background-color: var(--point-color04);
}

.curriculum-list .go .state {
  background-color: var(--point-color04);
  border-color: var(--point-color04);
}

.curriculum-list .wait .curriculum-box:hover,
.curriculum-list .wait .curriculum-box:focus {
  background-color: var(--point-color03);
}

.curriculum-list .wait .state {
  background-color: var(--point-color03);
  border-color: var(--point-color03);
}


.curriculum .non-info {
  color: #fff;
  background-size: 100px;
  padding-top: 8rem;
  font-size: 20px;
}

@media(min-width:992px) {
  .curriculum {
    padding-top: 100px;
  }

  .curriculum::before {
    height: 70px;
  }

  .curriculum-tabs {
    margin-top: 30px;
  }

  .curriculum-tabs .nav-link {
    font-size: 18px;
    width: 250px;
    height: 55px;
  }

  .curriculum-con {
    padding: 50px 0;
  }

  .curriculum-list {
    gap: 10px 1%;
  }

  .curriculum-list .curriculum-item {
    flex: 0 1 32.5%;
  }

  .curriculum-list .curriculum-box {
    padding: 30px 30px 20px;
    row-gap: 15px;
  }

  .curriculum-list .state {
    font-size: inherit;
  }

  .curriculum-list .course {
    font-size: 22px;
    margin-top: 10px;
  }

  .curriculum-list .curriculum-btn {
    display: block;
    font-size: 25px;
  }
}

@media(min-width:1500px) {
  .curriculum {
    padding-top: 150px;
  }

  .curriculum::before {
    animation-duration: 60s;
    height: 90px;
  }

  .curriculum-tabs {
    margin-top: 50px;
  }

  .curriculum-tabs .nav-link {
    font-size: 20px;
    width: 270px;
    height: 65px;
  }

  .curriculum-con {
    padding: 80px 0;
  }

  .curriculum-list .curriculum-item {
    flex: 0 1 24%;
  }

  .curriculum-list .curriculum-box {
    row-gap: 25px;
  }

  .curriculum-list .state {
    min-width: 80px;
    padding: 6px 5px;
  }

  .curriculum-list .course {
    font-size: 26px;
    margin-top: 15px;
  }

  .curriculum-list .curriculum-btn {
    font-size: 30px;
  }

  .curriculum .non-info {
    background-size: 180px;
    padding-top: 13rem;
    font-size: 24px;
  }
}


/*********************** news ***********************/
.news {
  padding: 30px 0;
}

.notice .main-tit {
  margin-bottom: 0;
  font-size: 24px;
  margin-right: 15px;
}

/* tab */
.notice-tabs {
  border-bottom: 0;
  align-items: flex-end;
}

.notice-tabs .nav-link {
  font-family: var(--font-type01);
  padding: 5px 10px;
  color: #888;
  font-size: 17px;
  transition: .3s;
}

.notice-tabs .nav-link:focus,
.notice-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom-color: var(--gray-color02);
}

.notice-tabs .nav-item.show .nav-link,
.notice-tabs .nav-link.active {
  border: 0;
  border-bottom: 1px solid var(--main-color01);
  color: var(--main-color01);
}

/* list */
.notice-con {
  border-top: 1px solid #ECECEC;
  position: relative;
  margin-top: 15px;
}

.notice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  flex-wrap: wrap;
  padding: 10px 0;
  position: relative;
}

.notice-box:hover,
.notice-box:focus {
  text-decoration: none;
}

.notice-box::before {
  display: block;
  content: '';
  width: 00;
  height: 2px;
  background-color: var(--main-color01);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
}

.notice-box:hover::before,
.notice-box:focus::before {
  width: 100%;
}

.notice-box .state {
  font-size: 12px;
  color: var(--main-color01);
  border: 1px solid var(--main-color01);
  text-align: center;
  width: 50px;
}

.notice-box .state.end {
  background-color: var(--gray-color02);
  border-color: #222;
  color: #fff;
}

.notice-box .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px 0;
  width: 100%;
}

.notice-box .date {
  color: #888;
  font-size: 13px;
}

/* btn */
.notice-more {
  position: absolute;
  right: 0;
  top: -55px;
  color: #888;
  font-size: 30px;
}

.notice-more:hover,
.notice-more:focus {
  transform: scale(1.3);
}

.news .non-info {
  background-size: 100px;
  padding-top: 8rem;
  font-size: 20px;
}

@media(min-width:992px) {
  .news {
    padding: 50px 0;
  }

  .notice .main-tit {
    font-size: 32px;
    margin-right: 20px;
  }

  .notice-tabs .nav-link {
    font-size: 18px;
  }

  .notice-con {
    margin-top: 25px;
  }

  .notice-box {
    padding: 15px 0
  }

  .notice-box .state {
    font-size: 15px;
    width: 56px;
    padding: 3px 0;
  }

  .notice-box .tit {
    width: calc(100% - 170px);
    margin: 0;
  }

  .notice-box .date {
    font-size: 16px;
    width: 80px;
  }

  .notice-more {
    top: -60px
  }
}

@media(min-width:1400px) {
  .news {
    padding: 100px 0;
  }

  .notice .main-tit {
    font-size: 38px;
    margin-right: 30px;
  }

  .notice-tabs .nav-link {
    font-size: 20px;
  }

  .notice-box {
    padding: 22px 0;
  }

  .news .non-info {
    background-size: 150px;
    padding-top: 10rem;
  }
}

/* banner */
.banner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}

.banner .swiper {
  width: 100%;
  height: 200px;
  background-color: var(--bg-color01);
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.banner-pager {
  background-color: var(--bg-color01);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 7px 20px;
}

.banner-pager-box {
  display: flex;
  align-items: center;
  color: #888;
}

[class*="banner-button-"] {
  line-height: 1;
  width: 11px;
  height: 17px;
  transition: .3s;
}

[class*="banner-button-"]:hover,
[class*="banner-button-"]:focus {
  transform: scale(1.3);
}

.banner-button-prev img,
.banner-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.banner-autoplay {
  transition: .3s;
  border-color: transparent;
}

.banner-autoplay:hover,
.banner-autoplay:focus {
  transform: scale(1.2);
}

.banner-autoplay:before {
  content: '\F4C3';
  display: inline-block;
  font-family: var(--font-icon);
  font-size: 20px;
  color: #888;
}

.banner-autoplay.on:before {
  content: '\F4F4';
}

.banner-pagination {
  width: auto;
  font-family: var(--font-type01);
  color: #888;
}

.banner-pagination .swiper-pagination-current {
  color: var(--gray-color01);
  font-size: 18px;
}

.banner .swiper-slide a img {
  transition: .3s;
}

.banner .swiper-slide a:hover img,
.banner .swiper-slide a:focus img {
  transform: scale(1.1);
}

@media(min-width:576px) {
  .banner .swiper {
    height: 300px;
  }
}

@media(min-width:992px) {
  .banner {
    margin-top: 0;
  }

  .banner .swiper {
    height: 250px;
  }

  .banner-pager {
    padding: 0 30px;
    height: 50px;
  }

  .banner-button-prev,
  .banner-button-next {
    width: 11px;
    height: 21px;
  }

  .banner-autoplay:before {
    font-size: 25px;
  }
}

@media(min-width:1400px) {
  .banner .swiper {
    width: 540px;
    height: 295px;
    margin: 0;
  }

  .banner-pager {
    width: 540px;
    height: 70px;
  }

  .banner-pagination {
    font-size: 20px;
  }

  .banner-pagination .swiper-pagination-current {
    font-size: 25px;
  }
}

/*********************** quick ***********************/
.quick {
  margin-bottom: 40px;
}

.quick-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px 1%;
  flex-wrap: wrap;
}

.quick-item {
  flex: 1 1 30%;
}

.quick-box {
  text-align: center;
}

.quick-box:hover,
.quick-box:focus {
  text-decoration: none;
}

.quick-img {
  margin-bottom: 7px;
  transition: .3s;
}

.quick-box:hover .quick-img,
.quick-box:focus .quick-img {
  transform: rotateX(180deg);
}

.quick-img img {
  height: 30px;
}

.quick-txt {
  color: #555;
  margin-bottom: 0;
}

.quick-box:hover .quick-txt,
.quick-box:focus .quick-txt {
  color: var(--main-color01);
}

@media(min-width:992px) {
  .quick {
    margin-bottom: 60px;
  }

  .quick-item {
    flex: 1 1 15%;
  }

  .quick-img {
    margin-bottom: 15px;
  }

  .quick-img img {
    height: 50px;
  }
}

@media(min-width:1400px) {
  .quick {
    margin-bottom: 80px;
  }

  .quick-img img {
    height: 60px;
  }
}

/*********************** guide ***********************/
.guide {
  background-color: var(--bg-color01);
  text-align: center;
  padding: 40px 0
}

.guide .main-tit {
  margin-bottom: 15px;
  font-size: 24px;
}

/* call */
.call-con {
  background-color: var(--main-color01);
  color: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 20px;
  flex: 0 1 100%;
}

.call-con strong {
  position: relative;
  padding-top: 5px;
  margin-top: 10px;
  font-size: 22px;
}

.call-con strong::before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* guide */
.guide-con {
  display: flex;
  gap: 15px;
  flex: 0 1 100%;
}

.guide-item {
  flex: 1 1 45%;
}

.guide-box {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.guide-box:hover,
.guide-box:focus {
  background-color: var(--main-color02);
  text-decoration: none;
  color: #fff;
}

.guide-box .guide-img {
  flex: 0 1 50px;
}

@media(min-width:992px) {
  .guide {
    padding: 50px 0
  }

  .guide .main-tit {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .call-con {
    position: relative;
    flex: 0 1 60%;
    height: 150px;
    padding-left: 175px;
    margin-bottom: 0;
  }

  .call-con::before {
    display: block;
    content: '';
    background: url(/local/sce/images/call-img.png) no-repeat left bottom/contain;
    position: absolute;
    left: 34px;
    bottom: -15px;
    width: 165px;
    height: 140px;
  }

  .call-con span {
    font-size: 20px;
  }

  .call-con strong {
    font-size: 28px;
    padding-top: 10px;
    margin-top: 7px;
  }

  .guide-con {
    flex: 0 1 37%;
    height: 150px;
  }

  .guide-box {
    height: 100%;
    flex-direction: column;
  }
}

@media(min-width:1400px) {
  .guide {
    padding: 65px 0
  }

  .guide .main-tit {
    margin-bottom: 25px;
    font-size: 38px;
  }

  .call-con {
    flex: 0 1 680px;
    height: 180px;
    padding-left: 250px;
  }

  .call-con::before {
    width: 218px;
    height: 172px;
    left: 40px;
    bottom: -20px;
  }

  .call-con span {
    font-size: 24px;
  }

  .call-con strong {
    font-size: 36px;
  }

  .guide-con {
    flex: 0 1 475px;
    height: 180px;
    overflow: hidden;
  }

  .guide-box p {
    font-size: 20px;
  }
}