@charset "UTF-8";
.word-break {
  word-break: keep-all;
}

/*quick*/
#STATICMENU {
  margin: 0pt;
  padding: 0pt;
  top: inherit !important;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
}

.quick-menu-aside {
  border: 1px solid #999;
  border-radius: 60px;
  overflow: hidden;
}
.quick-menu-aside .quick-title {
  border-bottom: none;
  background: #fff;
}
.quick-menu-aside .quick-title span.txt {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: clamp(15px, 1.814516129vw, 20px);
  font-weight: bold;
  color: #2a5082;
  border-bottom: 1px solid #000;
  line-height: 24px;
}
.quick-menu-aside .quick-menu-lists {
  border-top: none;
  background: #fff;
}
.quick-menu-aside .quick-menu-lists .quick-menu {
  width: 100%;
  box-sizing: border-box;
}
.quick-menu-aside .quick-menu-lists .quick-menu a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
  border-bottom: 1px solid #999999;
  text-align: center;
  box-sizing: border-box;
}
.quick-menu-aside .quick-menu-lists .quick-menu a:hover {
  text-decoration: none;
}
.quick-menu-aside .quick-menu-lists .quick-menu .icon-text {
  display: block;
  font-weight: 600;
  line-height: 20px;
  padding-top: 15px;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  color: #000;
  letter-spacing: -1px;
}
.quick-menu-aside .top-btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: #009fe8;
}
.quick-menu-aside .top-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-shadow: 0.5px 0;
}

/* root */
:root {
  --keycolor:#00a0e8;
}

/* header*/
#header {
  height: 120px;
}

.header_wrap {
  width: 100%;
  height: 120px;
  max-width: 1680px;
  margin: auto;
  display: flex;
  align-items: center;
}
.header_wrap .logo {
  width: clamp(15.625vw, 11.0887096774vw, 120px);
  padding: 0.5rem 0;
}
.header_wrap .hdUtil {
  display: flex;
  width: 170px;
}
.header_wrap .hdUtil li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  margin: 0 0.5rem;
}
.header_wrap .hdUtil li a {
  display: inline-flex;
  justify-content: center;
  font-size: clamp(16px, 1.814516129vw, 22px);
}

/*gnb*/
.gnb {
  width: calc(100% - 120px - 170px);
  text-align: center;
}
.gnb > li {
  display: inline-block;
  padding-top: clamp(1.5625vw, 1.2096774194vw, 15px);
  padding-bottom: clamp(1.5625vw, 1.2096774194vw, 15px);
  padding-right: clamp(0.78125vw, 1.5120967742vw, 20px);
  padding-left: clamp(0.78125vw, 1.5120967742vw, 20px);
  position: relative;
}
.gnb > li + li {
  margin-left: -4px;
}
.gnb > li:hover ul {
  display: block;
}
.gnb > li:hover > a {
  color: var(--keycolor);
  transition: 0.2s all linear;
}
.gnb > li:hover > a:before {
  opacity: 1;
  transition: 0.2s opacity linear;
}
.gnb > li > a {
  font-size: clamp(15px, 1.814516129vw, 20px);
  font-weight: 600;
  padding-top: clamp(10px, 1.6129032258vw, 20px);
  padding-bottom: clamp(10px, 1.6129032258vw, 20px);
  position: relative;
  transition: 0.2s all linear;
}
.gnb > li > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--keycolor);
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 38%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.2s opacity linear;
}
.gnb > li > ul {
  display: none;
  position: absolute;
  left: 50%; /*top: 85px; */
  transform: translateX(-50%);
  width: 240px;
  background: var(--keycolor);
  z-index: 1000;
  padding: 1.25rem 0;
  border-radius: 0.75rem;
}
.gnb > li > ul > li + li {
  margin-top: 10px;
}
.gnb > li > ul > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
}
.gnb > li > ul > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 4px;
  opacity: 0;
  transition: 0.2s opacity linear;
}
.gnb > li > ul > li a:hover, .gnb > li > ul > li a.on {
  border-bottom: 1px solid #fff;
}
.gnb > li > ul > li a:hover:before, .gnb > li > ul > li a.on:before {
  opacity: 1;
  transition: 0.2s opacity linear;
}

#m_gnb {
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
}
#m_gnb a {
  display: inline-block;
  width: 25px;
  padding-top: 8px;
  font-size: 0;
}
#m_gnb a:before {
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #000;
}
#m_gnb a:after {
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #000;
}
#m_gnb a span {
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #000;
  font-size: 0;
}

#m_close {
  display: none;
}

.m_bg {
  display: none;
}

/*main*/
#mainVisual {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}
#mainVisual .mainVisualInfo {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: clamp(33.3333333333px, 8.064516129vw, 246px);
  text-align: center;
  font-size: clamp(20px, 2.6209677419vw, 30px);
  color: #fff;
}
#mainVisual .mainVisualInfo .visualTit {
  font-size: clamp(26.6666666667px, 7.0564516129vw, 100px);
  font-family: "SCoreDream";
  font-weight: 600;
}
#mainVisual .mainVisualInfo .visualInfo {
  margin-top: clamp(1.5625vw, 5.0403225806vw, 120px);
  font-size: clamp(16.6666666667px, 4.0322580645vw, 56px);
  line-height: 80px;
}
#mainVisual .bx-pager.bx-default-pager {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: clamp(16.6666666667px, 3.0241935484vw, 76px);
  display: flex;
  justify-content: center;
}
#mainVisual .bx-pager.bx-default-pager .bx-pager-item {
  margin: 0 9px;
}
#mainVisual .bx-pager.bx-default-pager .bx-pager-item a {
  width: clamp(1.5625vw, 1.0080645161vw, 18px);
  max-width: 18px;
  max-height: 18px;
  height: clamp(1.5625vw, 1.0080645161vw, 18px);
  background: #fff;
  border-radius: 50%;
  font-size: 0;
}
#mainVisual .bx-pager.bx-default-pager .bx-pager-item a.active {
  background: #00a0e8;
}
#mainVisual .bxslider {
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}

#mainContents {
  width: 100%;
  margin: 0 auto;
}
#mainContents .title-area {
  display: flex; /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 80px;
}
#mainContents .title-area h3 {
  font-size: clamp(24px, 5.2419354839vw, 38px);
  color: #4b356b;
  position: relative;
}
#mainContents .title-area h3:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #a289c5;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainContents .title-area ul.title-tab-wrap {
  display: flex;
}
#mainContents .title-area ul.title-tab-wrap li {
  margin-right: 30px;
}
#mainContents .title-area ul.title-tab-wrap li h3 {
  color: #b8b8b8;
  cursor: pointer;
}
#mainContents .title-area ul.title-tab-wrap li.on h3 {
  color: #000;
}
#mainContents .summary-wrap {
  display: flex;
  width: 100%;
}
#mainContents .summary-wrap .img-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  max-height: 400px;
}
#mainContents .summary-wrap .img-wrap img {
  width: 100%;
  height: 100%;
}
#mainContents .summary-wrap .txt-wrap {
  margin-left: 85px;
  padding: 40px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
#mainContents .summary-wrap .txt-wrap .in-txt-wrap {
  width: 600px;
  margin-top: 0;
}
#mainContents .summary-wrap .txt-wrap .main-t {
  font-size: clamp(24px, 5.2419354839vw, 38px);
  font-family: "SCoreDream";
  font-weight: 600;
}
#mainContents .summary-wrap .txt-wrap .main-t.a01 {
  color: #581daa;
  margin-bottom: 20px;
}
#mainContents .summary-wrap .txt-wrap > div {
  margin-top: clamp(3.125vw, 3.0241935484vw, 30px);
}
#mainContents .summary-wrap .txt-wrap > div span {
  font-size: clamp(15px, 1.814516129vw, 20px);
  line-height: 38px;
}
#mainContents .summary-wrap .txt-wrap > div span.br {
  display: block;
}
#mainContents .quick-list {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 150px auto;
}
#mainContents .quick-list li {
  flex-grow: 1;
  width: 20%;
  height: 280px;
  padding: 5px;
  margin-right: 45px;
  background: #451e7c;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
}
#mainContents .quick-list li:last-child {
  margin-right: 0;
}
#mainContents .quick-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: clamp(1.5625vw, 2.0161290323vw, 30px);
  box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#mainContents .quick-list li a img {
  width: 98px;
  height: 94px;
}
#mainContents .quick-list li a > span {
  display: block;
  margin-top: clamp(0vw, 1.0080645161vw, 20px);
  font-size: clamp(16px, 1.814516129vw, 22px);
  color: #fff;
  text-align: center;
}
#mainContents .quick-list li:hover {
  background: #33135f;
  transition: all 0.2s;
}
#mainContents .conference-list {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#mainContents .conference-list li {
  flex-grow: 0;
  width: 25%;
  margin-right: 32px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dddddd;
  transition: all 0.2s;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
#mainContents .conference-list li:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
#mainContents .conference-list li:last-child {
  margin-right: 0;
}
#mainContents .conference-list li > div img {
  background: #000;
  width: 100%;
  height: clamp(20.3125vw, 18.1451612903vw, 215px);
  max-height: 215px;
}
#mainContents .conference-list li > div .con {
  padding: 15px;
  box-sizing: border-box;
}
#mainContents .conference-list li > div .con span.title {
  display: block;
  font-size: clamp(15px, 1.814516129vw, 20px);
  font-family: "s-core-dream-bold";
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#mainContents .conference-list li > div .con p.info {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  color: #000;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#mainContents .conference-list li:hover {
  cursor: pointer;
}
#mainContents .conference-list li:hover .con span.title {
  color: var(--keycolor);
}
#mainContents .board-wrap {
  position: relative;
  width: 100%;
  padding: 40px 0 150px 0;
  margin-top: 140px;
  background: url(../img/main/board-bg.jpg) no-repeat;
  background-size: cover;
}
#mainContents .board-wrap .title-area h3 {
  color: #fff;
}
#mainContents .board-wrap .title-area h3:before {
  background: #a289c5;
}
#mainContents .board-con-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#mainContents .host-section {
  width: 100%;
  padding: 20px 0 100px 0;
  background: #f7f6f9 url(../img/main/host-bg.png) right bottom no-repeat;
}
#mainContents .host-section .bx-controls .bx-controls-direction {
  display: flex;
  justify-content: center; /*padding-left:60px;*/
}
#mainContents .host-section .bx-controls .bx-controls-direction a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4196078431);
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  border: 2px solid rgba(132, 105, 171, 0.4509803922);
  box-sizing: border-box;
  font-size: 0;
}
#mainContents .host-section .bx-controls .bx-controls-direction a:hover {
  background: #a289c5;
}
#mainContents .host-section .bx-controls .bx-controls-direction a:hover:before {
  border-color: #fff;
}
#mainContents .host-section .bx-controls .bx-prev:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-135deg);
}
#mainContents .host-section .bx-controls .bx-next:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
#mainContents .board-tab-content {
  position: relative;
}
#mainContents .board-tab-content > div {
  display: none;
}
#mainContents .board-tab-content > div.on {
  display: block;
}
#mainContents .board-tab-content .board-list {
  display: flex;
  flex-flow: row wrap;
  border-top: 2px solid rgba(255, 255, 255, 0.4588235294);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4588235294);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#mainContents .board-tab-content .board-list li {
  position: relative;
  flex-grow: 1;
  width: 25%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4588235294);
}
#mainContents .board-tab-content .board-list li.empty-text span {
  color: #fff;
  display: inline-block;
  padding-bottom: 20px;
}
#mainContents .board-tab-content .board-list li:last-child {
  margin-right: 0;
}
#mainContents .board-tab-content .board-list li div {
  position: relative;
  padding: 35px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#mainContents .board-tab-content .board-list li div a.title {
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2.0161290323vw, 24px);
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#mainContents .board-tab-content .board-list li div span.date {
  font-size: clamp(13px, 1.5120967742vw, 16px);
  padding-top: clamp(1.5625vw, 2.5201612903vw, 50px);
  color: #a0a0a0;
}
#mainContents .board-tab-content .board-list li div span.more {
  position: absolute;
  right: 20px;
  bottom: 43px;
  width: 61px;
  height: 15px;
  background: url(../img/main/icon_arr_more2.png) no-repeat;
  font-size: 0;
  color: #fff;
}
#mainContents .board-tab-content .board-list li div a:last-child {
  display: inline-block;
  margin-top: 10px;
  color: #d6d6d6;
}
#mainContents .board-tab-content .board-list li:hover a.title {
  color: #00a0e8;
}
#mainContents .board-tab-content .board-list li:hover > div {
  background: rgba(255, 255, 255, 0.1);
}
#mainContents .board-tab-content .board-list li::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  display: flex;
  align-items: center;
  width: 1px;
  height: 80%;
  background: rgba(221, 221, 221, 0.5098039216);
}
#mainContents .board-tab-content .board-list li:last-child:after {
  display: none;
}
#mainContents .board-tab-content a.more {
  position: absolute;
  right: 0;
  top: -65%;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../img/main/icon_more.png) no-repeat;
  font-size: 0;
}
#mainContents .host-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#mainContents .host-list li {
  display: inline-flex;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 33px;
}
#mainContents .host-list li img { /*scale: 0.9;*/
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  padding: 5px 15px; /* margin: 5px 30px;*/
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}
#mainContents .host-list li:nth-child(4n) {
  margin-right: 0;
}
#mainContents .host-list.super {
  justify-content: flex-start;
}
#mainContents .host-list.super li {
  flex-grow: 0;
}

#footer {
  padding: 50px;
  background: #222222;
  box-sizing: border-box;
  text-align: center;
}
#footer h2 {
  font-size: clamp(19px, 2.4193548387vw, 28px);
  color: #fff;
}
#footer ul.footer-info {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#footer ul.footer-info li {
  position: relative;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  color: #fff;
  display: inline-flex;
  align-items: center;
}
#footer ul.footer-info li:first-child img {
  display: inline-block;
  margin-right: 10px;
}
#footer ul.footer-info li:last-child img {
  display: inline-block;
  margin-right: 10px;
}
#footer ul.footer-info li:last-child:after {
  display: none;
}
#footer ul.footer-info li:after {
  content: "";
  content: "";
  position: absolute;
  top: 6px;
  right: -20px;
  display: flex;
  width: 2px;
  height: 50%;
  background: #fff;
}
#footer ul.footer-info li a {
  color: #fff;
  display: inline-block;
}
#footer small.copyright {
  display: inline-block;
  margin-top: 30px;
  color: #8b8b8b;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}

.sub_visu {
  position: relative;
}
.sub_visu .sub_visu_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.sub_visu .sub_visu_wrap .sub_txt {
  font-size: clamp(24px, 3.6290322581vw, 48px);
  font-weight: 600;
  color: #fff;
}
.sub_visu img {
  width: 100%;
  max-height: 300px;
}

.navi_wrap {
  background: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
}

.navi_wrap .navi {
  max-width: 1400px;
  margin: 0 auto;
}

.navi_wrap .navi ul {
  overflow: hidden;
}

.navi_wrap .navi ul > li {
  height: 60px;
}

.navi_wrap .navi ul > li.home a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.navi_wrap .navi ul > li.menuDepth1 {
  display: flex;
}

.navi_wrap .navi ul > li.menuDepth1 a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-right: 1px solid #ddd;
  width: 270px;
  letter-spacing: -1px;
  box-sizing: border-box;
  /*background:url("../img/sub/sub_arrow.png") 90% no-repeat;*/
}

.navi_wrap .navi ul > li > ul > li.menuDepth2 a {
  display: flex;
  align-items: center;
  width: 270px;
  height: 100%;
  padding: 12px 20px;
  border-right: 1px solid #ddd;
  background: url("../img/sub/sub_arrow.png") 90% no-repeat;
}

.navi_wrap .navi .home {
  display: flex;
  align-items: center;
  float: left;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #000;
  font-size: 0;
  width: 60px;
  background: url("../img/sub/sub_home.png") center no-repeat;
}

.sub_menu {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: none;
}
.sub_menu ul {
  position: absolute;
  left: 165px;
  width: 271px;
  z-index: 999;
}
.sub_menu ul > li.menuDepth1 a {
  display: block;
  font-size: 0;
  color: #000;
}
.sub_menu ul > li.menuDepth2 {
  border: 1px solid #ddd;
  border-top: 0;
}
.sub_menu ul > li.menuDepth2.on a {
  background: #000;
  color: #fff;
}
.sub_menu ul > li.menuDepth2.on:hover a {
  background: #000;
  color: #fff;
}
.sub_menu ul > li.menuDepth2 a {
  display: block;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  height: auto;
  padding: 10px;
  background: #fff;
}
.sub_menu ul > li.menuDepth2:hover a {
  background: #f8f8f8;
  font-weight: 600;
}

.subcon_wrap {
  background: url(../img/sub/sub-content-bg.gif) right top 60px no-repeat;
}

.subcon_wrap .top {
  max-width: 1400px;
  margin: 0 auto;
  color: #000;
}

.sub_cont {
  max-width: 1400px;
  margin: 0 auto;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}

.sub_txt_b {
  font-size: clamp(13px, 1.5120967742vw, 16px);
  font-weight: bold;
  color: #2c2640;
  letter-spacing: -2px;
}

.sub_tit {
  background: url("../img/sub/icon_tit.png") 0 6px no-repeat;
  padding-left: 15px;
  font-weight: bold;
  color: #2c2640;
  margin-bottom: 30px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  letter-spacing: -1px;
}

.sub-contents-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

.page-title {
  padding-left: 35px;
  margin-bottom: 20px;
  margin-top: 100px;
  background: url(../img/sub/page-title-bg.gif) left center no-repeat;
  box-sizing: border-box;
  font-size: clamp(21px, 2.8225806452vw, 32px);
  color: #000;
  font-family: s-core-dream-bold;
}
.page-title span.sub-t {
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.page-title span.sub-t em {
  font-style: normal;
  color: red;
  display: inline-block;
  padding: 0px 5px;
}

.sub-title01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 5px 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
}

.sub-title02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #004d97;
  padding: 7px 20px;
  margin-bottom: 0;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}
.sub-title02.dot-t {
  position: relative;
  padding-left: 20px;
}
.sub-title02.dot-t:before {
  position: absolute;
  top: 19px;
  left: 0;
  background: #004d97;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
}

.sub-title02-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sub-content-wrap {
  /*kakao*/
  /*layer popup*/
}
.sub-content-wrap .page-title:first-child {
  margin-top: 0;
}
.sub-content-wrap .info-list {
  margin-top: 40px;
  padding: 35px 20px;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.sub-content-wrap .info-list > li {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  flex-direction: column;
}
.sub-content-wrap .info-list > li span.title {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 115px;
  padding: 0 20px;
  height: 35px;
  margin-bottom: 20px;
  background: #009fe8;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  border-radius: 30px;
  color: #fff;
}
.sub-content-wrap .info-list > li span.con {
  display: inline-flex;
  align-items: center;
  margin-left: 17px;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  color: #000;
  font-weight: 600;
}
.sub-content-wrap .info-list > li span.con span.bold {
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.sub-content-wrap .info-list > li span.con a.site-link {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  margin-top: 10px;
  background: #111 url(../img/sub/site-link.png) 90% center no-repeat;
  color: #fff;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  padding: 3px 40px 3px 20px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.sub-content-wrap .info-list > li span.con a.site-link:hover {
  background: var(--keycolor) url(../img/sub/site-link.png) 90% center no-repeat;
  color: #fff;
  transition: all 0.2s;
}
.sub-content-wrap .info-list > li span.con.super-array {
  flex-direction: column;
  align-items: flex-start;
}
.sub-content-wrap .info-list > li span.con.super-array span.br {
  display: block;
  word-break: keep-all;
}
.sub-content-wrap .info-list > li:first-child {
  margin-top: 0;
}
.sub-content-wrap.summary-wrap {
  display: flex;
}
.sub-content-wrap.summary-wrap .img-wrap {
  flex-grow: 0;
  flex-shrink: 0;
}
.sub-content-wrap.summary-wrap .img-wrap img {
  max-width: auto;
}
.sub-content-wrap.summary-wrap .text-wrap {
  margin-left: 60px;
}
.sub-content-wrap.summary-wrap .text-wrap .main-text {
  font-size: clamp(21px, 2.8225806452vw, 32px);
  font-family: SCoreDream;
  font-weight: bold;
  color: #000;
}
.sub-content-wrap.summary-wrap .text-wrap .sub-text {
  margin-top: 20px;
  font-weight: 600;
}
.sub-content-wrap.summary-wrap .text-wrap .sub-text span.br {
  display: block;
  font-size: clamp(16px, 1.6129032258vw, 18px);
}
.sub-content-wrap.summary-wrap .text-wrap .schedule-wrap {
  margin-top: 10px;
}
.sub-content-wrap.summary-wrap .text-wrap .schedule-wrap > li {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 12px;
  border-bottom: 1px dotted #bdbdbd;
}
.sub-content-wrap.summary-wrap .text-wrap .schedule-wrap > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 15px;
  background: #009fe8;
}
.sub-content-wrap.summary-wrap .text-wrap .schedule-wrap > li > span.tit {
  width: 170px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  font-family: s-core-dream-bold;
  color: #000;
}
.sub-content-wrap.summary-wrap .text-wrap .schedule-wrap > li > span.con {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.sub-content-wrap.summary-wrap.type01 {
  flex-direction: column;
}
.sub-content-wrap.summary-wrap.type01 > div.type01-top {
  display: flex;
}
.sub-content-wrap.summary-wrap.type01 > div.type01-top.columns-wrap {
  flex-direction: column;
  justify-content: center;
}
.sub-content-wrap.summary-wrap.type01 > div.type01-top.columns-wrap .text-wrap {
  margin-left: 0;
}
.sub-content-wrap.summary-wrap.type01 > div.type01-top.columns-wrap .img-wrap {
  margin: 0 auto;
  padding: 1em 0;
}
.sub-content-wrap.summary-wrap.type01 > div.type01-top.columns-wrap .img-wrap img {
  display: inline-block;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}
.sub-content-wrap.summary-wrap.type01 .sub-text {
  font-size: clamp(16px, 1.6129032258vw, 18px);
}
.sub-content-wrap.summary-wrap.type01 ul.info-list {
  margin-top: 0 !important;
  padding: 35px 0;
}
.sub-content-wrap.summary-wrap.type01 h3.sub-title02 {
  padding: 20px 0 10px 0;
}
.sub-content-wrap.summary-wrap.type01 .bottom-btn-wrap {
  margin: 70px 0;
}
.sub-content-wrap.event-list-wrap {
  margin-top: 50px;
}
.sub-content-wrap.event-list-wrap div.event-list {
  display: flex;
  margin-bottom: 100px;
}
.sub-content-wrap.event-list-wrap div.event-list .info-list {
  flex-grow: 1;
  margin: 0;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../../img/sub/monthly-calendar.png) right 90% bottom 10px no-repeat;
}
.sub-content-wrap.event-list-wrap div.event-list .img-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  height: clamp(200px, 25.2016129032vw, 300px);
  border-radius: 30px 0;
  overflow: hidden;
  max-width: 500px;
  background: #f5f5f5;
}
.sub-content-wrap.event-list-wrap div.event-list .img-wrap img {
  width: 100%;
  height: 100%;
}
.sub-content-wrap.group-wrap .sub-title01 {
  margin-top: 50px;
}
.sub-content-wrap.group-wrap .info-list {
  flex-grow: 1;
  margin-top: 0;
  padding: 0;
  margin-top: 0;
}
.sub-content-wrap.group-wrap .info-list > li {
  margin-top: 0;
  padding: 35px 20px;
  border-bottom: 1px solid #cbcbcb;
}
.sub-content-wrap.group-wrap .top-summary {
  padding: 30px 40px;
  box-sizing: border-box;
  background: #eef8ff;
  border-radius: 30px 0;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  text-align: center;
}
.sub-content-wrap.group-wrap .top-summary span.br {
  display: block;
  color: #555;
}
.sub-content-wrap.group-wrap .top-summary span.point {
  font-weight: 600;
  color: #07425d;
}
.sub-content-wrap.group-wrap .group-con-wrap {
  display: flex;
}
.sub-content-wrap.group-wrap .group-con-wrap .text-wrap {
  margin-right: 60px;
}
.sub-content-wrap.group-wrap .group-con-wrap .text-wrap .sub-ul01 {
  margin-left: 20px;
}
.sub-content-wrap.group-wrap .group-con-wrap .text-wrap .sub-ul01 li {
  color: #393939;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.sub-content-wrap.group-wrap .group-con-wrap .text-wrap .sub-ul01 li span.bold {
  color: #000;
  width: 150px;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.sub-content-wrap.group-wrap .group-con-wrap .img-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  border-radius: 30px 0;
  overflow: hidden;
  width: 500px;
  height: 100%;
  background: #f5f5f5;
  border: 5px solid #e5e5e5;
}
.sub-content-wrap.group-wrap .img-wrap.group {
  margin: 50px 0;
  border: 4px solid #e0e0e0;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-content-wrap.group-wrap .img-wrap.group img {
  display: inline-block;
  width: auto;
}
.sub-content-wrap .host-list {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.sub-content-wrap .host-list li {
  margin-right: 33px;
  margin-bottom: 33px;
  border: 1px solid #ddd;
  background: #fff;
}
.sub-content-wrap .host-list li:nth-child(4n) {
  margin-right: 0;
}
.sub-content-wrap .host-list img {
  scale: 0.8;
}
.sub-content-wrap .host-list.super {
  justify-content: flex-start;
}
.sub-content-wrap .host-list.super li {
  flex-grow: 0;
  margin-right: 33px;
}
.sub-content-wrap.map-wrap .map-btn-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.sub-content-wrap.map-wrap .map-btn-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #485960;
  z-index: 9;
}
.sub-content-wrap.map-wrap .map-btn-wrap .map-btn {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
  height: 40px;
  padding: 0 50px 0 30px;
  margin: 30px 0;
  background: #009fe8 url(../img/sub/site-link.png) 93% center no-repeat;
  color: #fff;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  border-radius: 30px;
  transition: all 0.2;
}
.sub-content-wrap.map-wrap .map-btn-wrap .map-btn:hover {
  background: #008ecf url(../img/sub/site-link.png) 90% center no-repeat;
  transition: all 0.2;
}
.sub-content-wrap .root_daum_roughmap .section_address .tit, .sub-content-wrap .root_daum_roughmap .section .title {
  font-size: 14px !important;
  font-family: "SCoreDream", sans-serif !important;
}
.sub-content-wrap .root_daum_roughmap .cont .section {
  margin: 0;
  font-family: "SCoreDream", sans-serif !important;
}
.sub-content-wrap.last-event-wrap {
  margin: 100px 0;
}
.sub-content-wrap.last-event-wrap .last-events {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.sub-content-wrap.last-event-wrap .last-events li {
  border-radius: 30px 0;
  overflow: hidden;
}
.sub-content-wrap.last-event-wrap .last-events li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sub-content-wrap.last-event-wrap .last-events li:first-child {
  margin-right: 25px;
}
.sub-content-wrap.last-event-wrap .last-events li:last-child {
  margin-left: 25px;
}
.sub-content-wrap.last-event-wrap .last-events li:hover {
  position: relative;
}
.sub-content-wrap.last-event-wrap .last-events li:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.sub-content-wrap.last-event-wrap .last-events li:hover a {
  position: relative;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.sub-content-wrap.last-event-wrap .last-events li:hover a::after {
  content: "READ MORE";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #00a0e8;
  color: #fff;
  border-radius: 30px;
}
.sub-content-wrap .layer-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}
.sub-content-wrap .layer-popup .pop-close {
  position: absolute;
  top: 51px;
  right: 30px;
  display: inline-block;
  display: inline;
  font-size: 0;
}
.sub-content-wrap .layer-popup .pop-close:after {
  display: inline-block;
  content: "×";
  font-size: 50pt;
  color: #000;
}
.sub-content-wrap .layer-popup .last-event {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.sub-content-wrap .layer-popup .last-event .con-area {
  display: flex;
}
.sub-content-wrap .layer-popup .last-event .con-area > .img-wrap {
  max-width: 400px;
  flex-grow: 1;
  flex-shrink: 1;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 30px;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > h3 {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: clamp(16px, 2.0161290323vw, 24px);
  border-bottom: 1px solid #000;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > h3 a.site-link {
  display: inline-block;
  margin-left: 20px;
  background: #111 url(../img/sub/site-link.png) 90% center no-repeat;
  color: #fff;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  padding: 3px 40px 3px 20px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > h3 a.site-link:hover {
  background: var(--keycolor) url(../img/sub/site-link.png) 90% center no-repeat;
  color: #fff;
  transition: all 0.2s;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap h4 {
  position: relative;
  color: #000;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  padding-left: 12px;
  margin-top: 5px;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap h4:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 15px;
  background: #805bca;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > .info-wrap {
  margin-top: 20px;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > .info-wrap > li {
  position: relative;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  border-bottom: 1px dotted #bdbdbd;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > .info-wrap > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 15px;
  background: #805bca;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > .info-wrap > li > span.tit {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: s-core-dream-bold;
  color: #000;
}
.sub-content-wrap .layer-popup .last-event .con-area .text-wrap > .info-wrap > li > span.con {
  flex-grow: 1;
  flex-shrink: 1;
}
.sub-content-wrap .layer-popup .last-event .con-area .detail-area {
  margin-top: 10px;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.sub-content-wrap .layer-popup .last-event .con-area .detail-area .detail-info-wrap > li {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
.sub-content-wrap .layer-popup .last-event .con-area .detail-area .detail-info-wrap > li > span.tit {
  flex-grow: 0;
  flex-shrink: 0;
  font-family: s-core-dream-bold;
  color: #644ca9;
}
.sub-content-wrap .layer-popup .last-event .con-area .detail-area .detail-info-wrap > li > span.con {
  flex-grow: 1;
  flex-shrink: 1;
}
.sub-content-wrap.ex-wrap01 .mt100 {
  margin-top: 100px;
}
.sub-content-wrap.ex-wrap01 .sub-title02 {
  font-size: clamp(16px, 2.0161290323vw, 24px);
  padding-left: 0;
}
.sub-content-wrap.ex-wrap01 .text-wrap {
  text-align: center;
  font-weight: 600;
}
.sub-content-wrap.ex-wrap01 .text-wrap span {
  font-size: clamp(15px, 1.814516129vw, 20px);
  line-height: 38px;
}
.sub-content-wrap.ex-wrap01 .text-wrap span.br {
  display: block;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap {
  margin: 30px 0;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list > li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list > li > div {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f0f2f4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list > li > p {
  margin-top: 30px;
  text-align: center;
  color: #212a35;
  font-size: clamp(16px, 1.814516129vw, 22px);
  font-weight: 600;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list > li > span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list > li:nth-child(2n) div {
  background: #e7f7ff;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li > div {
  width: 170px;
  height: 170px;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li:nth-child(1) div {
  background: #ee7387;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li:nth-child(2) div {
  background: #19a4dd;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li:nth-child(3) div {
  background: #38bfb1;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li:nth-child(4) div {
  background: #7dc559;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li:nth-child(5) div {
  background: #fbba15;
}
.sub-content-wrap.ex-wrap01 .exhibit-list-wrap ul.exhibit-list.color-wrap li:nth-child(6) div {
  background: #5a80c1;
}
.sub-content-wrap.ex-wrap01 .down-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  cursor: pointer;
  background: #009fe8;
  color: #fff;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  border-radius: 5px;
  height: 40px;
  transition: all 0.2s;
}
.sub-content-wrap.ex-wrap01 .down-btn:hover {
  background: #008ecf;
  transition: all 0.2s;
}
.sub-content-wrap.ex-wrap01 .rule-box {
  margin-top: 20px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 20px;
  box-sizing: border-box;
  min-height: 350px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: none;
}
.sub-content-wrap .bottom-btn-wrap {
  display: flex;
  margin: 30px 0;
  justify-content: center;
  align-items: center;
}
.sub-content-wrap .bottom-btn-wrap .form-tbl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  background: #eaeaea;
  color: #000;
  font-size: clamp(15px, 1.814516129vw, 20px);
  border-radius: 30px;
  padding: 0 50px;
  height: 50px;
  margin: 0 10px;
  cursor: pointer;
}
.sub-content-wrap .bottom-btn-wrap .form-tbl:hover {
  background: #d1d1d1;
  transition: all 0.2s;
}
.sub-content-wrap .bottom-btn-wrap .form-tbl.main {
  background: #009fe8;
  color: #fff;
  font-size: clamp(15px, 1.814516129vw, 20px);
}
.sub-content-wrap .bottom-btn-wrap .form-tbl.main:hover {
  background: #007cb5;
  transition: all 0.2s;
}

/*prepare*/
.prepare-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
}
.prepare-img-wrap span.text {
  color: #000;
  font-weight: 600;
  font-size: clamp(19px, 2.4193548387vw, 28px);
}
.prepare-img-wrap span.text em {
  color: #5856b4;
  font-style: normal;
}

/*board table - default*/
/*caption*/
form .total {
  margin: 10px 0;
  color: #222;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
form .total span {
  color: #4752b8;
  font-weight: bold;
}

/*tbl-list*/
.default-tbl-list {
  width: 100%;
  border-top: 2px solid #333;
  text-align: center;
}
.default-tbl-list thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.default-tbl-list thead th {
  line-height: 50px;
  height: 50px;
  background: #fff;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  color: #000;
  font-weight: bold;
}
.default-tbl-list tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.default-tbl-list tbody th {
  color: #000;
  font-weight: bold;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  background: #f9f9f9;
}
.default-tbl-list tbody td {
  line-height: 50px;
  height: 50px;
  background: #fff;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  vertical-align: middle;
  color: #222;
  padding: 0 5px;
  box-sizing: border-box;
}
.default-tbl-list tbody td.left {
  text-align: left;
}
.default-tbl-list tbody td > div {
  display: flex;
}
.default-tbl-list tbody td a {
  display: inline-block;
  height: auto;
  font-family: inherit !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.default-tbl-list tbody td #bd_content {
  padding: 15px;
  box-sizing: border-box;
}
.default-tbl-list tbody td.con img {
  width: 100%;
  height: 100%;
}
.default-tbl-list a.board:visited {
  color: inherit;
}

/*next, prev*/
.pn_list {
  margin-top: 20px;
  padding: 15px;
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}

.pn_list dt {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}

/*tbl-view*/
.default-tbl-view {
  width: 100%;
  border-top: 2px solid #333;
  background: #fff;
}
.default-tbl-view thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.default-tbl-view thead th {
  line-height: 50px;
  height: 50px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  color: #000;
  font-weight: bold;
}
.default-tbl-view tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.default-tbl-view tbody th {
  color: #000;
  font-weight: bold;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  background: #f9f9f9;
}
.default-tbl-view tbody td {
  line-height: 50px;
  height: 50px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  color: #222;
  padding: 0 5px;
  box-sizing: border-box;
}
.default-tbl-view tbody td.left {
  text-align: left;
}
.default-tbl-view tbody td a {
  display: inline-block;
  height: auto;
}
.default-tbl-view tbody td #bd_content {
  padding: 15px;
  box-sizing: border-box;
}
.default-tbl-view tbody td.con {
  padding: 10px;
  box-sizing: border-box;
  font-family: inherit !important;
}
.default-tbl-view tbody td.con img {
  width: 100%;
  height: 100%;
}
.default-tbl-view a.board:visited {
  color: inherit;
}

/*tbl-edit*/
.default-tbl-edit {
  width: 100%;
  border-top: 2px solid #333;
}
.default-tbl-edit p, .default-tbl-edit dl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #fff;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.default-tbl-edit p label, .default-tbl-edit dl label {
  flex-shrink: 0;
  padding-left: 15px;
  display: inline-block;
  width: 150px;
  color: #000;
  font-weight: bold;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.default-tbl-edit p input[type=text], .default-tbl-edit p input[type=password], .default-tbl-edit dl input[type=text], .default-tbl-edit dl input[type=password] {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: inherit;
}
.default-tbl-edit p input[type=file], .default-tbl-edit dl input[type=file] {
  padding: 0 10px;
}
.default-tbl-edit p textarea, .default-tbl-edit dl textarea {
  width: 100%;
  min-height: 300px;
  padding: 20px;
  font-family: inherit;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.default-tbl-edit span.essential {
  position: absolute;
}
.default-tbl-edit dl dd {
  flex-grow: 1;
  flex-shrink: 1;
}

.pagination {
  padding: 5em 0 0 0;
  text-align: center;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li:hover a {
  background: #f8f8f8;
}

.pagination ul li a {
  padding: 0 5px;
}

.pagination ul li a.page_last,
.pagination ul li a.page_next,
.pagination ul li a.page_prev,
.pagination ul li a.page_first {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0.2em 0.6em;
}

.page_current {
  color: #004d97 !important;
}

.pagination ul li.active a {
  color: #777;
  font-weight: 700;
  font-size: 1.05em;
}

.pagination ul li a img {
  vertical-align: middle;
  transform: translateY(-1px);
}

.bottom-search-wrap {
  display: none;
}

/*tbl-button*/
.default-tbl-btn-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border: none;
  display: flex;
  justify-content: flex-end;
}
.default-tbl-btn-wrap .tbl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 3px;
  font-family: inherit;
  cursor: pointer;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  border: 1px solid #c5c5c5;
  padding: 0 15px;
  height: 40px;
  text-decoration: none;
  background: #fff;
}
.default-tbl-btn-wrap .tbl-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  text-decoration: none;
  font-family: inherit;
}
.default-tbl-btn-wrap .tbl-btn.main {
  border: 1px solid #111111;
  color: #fff;
  background: #111111;
}
.default-tbl-btn-wrap .tbl-btn.main a {
  color: #fff;
}
.default-tbl-btn-wrap .tbl-btn.main:hover {
  background: black;
}

.default-tbl-list .tbl-btn {
  font-family: inherit;
  cursor: pointer;
  font-size: clamp(12px, 1.4112903226vw, 14px);
  border: 1px solid #c5c5c5;
  height: 30px;
  text-decoration: none;
  background: #fff;
}
.default-tbl-list .tbl-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  text-decoration: none;
  font-family: inherit;
}
.default-tbl-list .tbl-btn.main {
  border: 1px solid #111111;
  color: #fff;
  background: #111111;
}
.default-tbl-list .tbl-btn.main a {
  color: #fff;
}
.default-tbl-list .tbl-btn.main:hover {
  background: black;
}

/*search-box*/
.the-file-tooltip {
  display: block;
  width: 100%;
  padding: 5px 20px;
  background: #f8f8f8;
  box-sizing: border-box;
  color: #919191;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}

.etc-default ul li .thumb img, .etc-default ul li .pgThumbDiv img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.gallery-default {
  width: 100%;
  border-top: 2px solid #222;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  background: #fff;
}
.gallery-default ul.nopost li {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
}
.gallery-default ul {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.gallery-default ul li {
  display: inline-block;
  margin-bottom: 50px;
  padding: 20px 10px;
  width: 33%;
  vertical-align: top;
  box-sizing: border-box;
}
.gallery-default ul li .thumb, .gallery-default ul li .pgThumbDiv {
  width: 100%;
  height: clamp(200px, 25.2016129032vw, 300px);
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.gallery-default ul li .thumb img, .gallery-default ul li .pgThumbDiv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-default ul li .thumb a, .gallery-default ul li .pgThumbDiv a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-default ul li .noimg img {
  width: auto;
  height: auto;
}
.gallery-default ul li a:hover {
  text-decoration: none;
}
.gallery-default ul li .bd_title, .gallery-default ul li .pgInfoDiv a {
  display: flex;
  width: 100%;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  text-shadow: 0.5px 0;
  text-align: center;
  font-size: clamp(15px, 1.814516129vw, 20px);
}
.gallery-default ul li .bd_content a {
  width: 100%;
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  margin-top: 5px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}

/*gallery*/
.gallery-view {
  border-top: 2px solid #222;
  background: #fff;
}
.gallery-view img {
  max-width: 100% !important;
  height: auto !important;
}
.gallery-view .bd_view_tit, .gallery-view .bd_view_head_sub {
  padding: 0 5px;
  min-height: 50px;
  /* line-height: 50px; */
  border-bottom: 1px dotted #999;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-view .bd_view_tit {
  font-family: "s-core-dream-bold";
  text-align: center;
  color: #000;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.gallery-view .bd_view_head_sub {
  display: flex;
  justify-content: space-between;
}
.gallery-view .bd_view_head_sub p {
  height: 50px;
  line-height: 50px;
}
.gallery-view .bd_view_head_sub span.tit {
  font-family: "s-core-dream-bold";
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.gallery-view .bd_view_body {
  width: 100%;
  box-sizing: border-box;
}
.gallery-view .bd_view_body .bd_content {
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px dotted #999;
}
.gallery-view .bd_view_body img.imgs {
  padding: 30px;
}
.gallery-view .bd_upload {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #999;
  width: 100%;
  height: 50px;
  border-width: 1px 0 1px 0;
  text-align: left;
}
.gallery-view .bd_upload dt {
  height: 100%;
  color: #000;
  line-height: 50px;
  flex-shrink: 0;
}
.gallery-view .bd_upload dt span.tit {
  font-family: "s-core-dream-bold";
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.gallery-view .bd_upload dd {
  padding-left: 20px;
  height: 100%;
  line-height: 0;
}
.gallery-view .bd_upload dd a {
  height: 50px;
  line-height: 50px;
}

.ex-caption {
  margin-top: 15px;
}
.ex-caption ul {
  display: flex;
  justify-content: center;
}
.ex-caption ul li {
  margin: 0 5px;
  font-weight: 600;
}

.caption-list {
  margin-top: 15px;
  padding: 20px;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
}
.caption-list li {
  position: relative;
  padding-left: 20px;
}
.caption-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.caption-list.num li:before {
  display: none;
}

.dot-list > span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.dot-list > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
.dot-list > li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.dot-list > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.box-list {
  background: #fff;
  margin-top: 15px;
  border: 3px solid #c5c5c5;
  padding: 30px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.box-list li {
  position: relative;
  padding-left: 15px;
}
.box-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #004d97;
  display: inline-block;
}
.box-list .red {
  color: red;
}
.box-list span.email-wrap {
  display: inline-block;
  background: #009fe8;
  color: #fff;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 36px;
}
.box-list span.email-con {
  margin: 0 5px;
  font-weight: 600;
}
.box-list.dot-none {
  padding: 10px;
}
.box-list.dot-none li {
  margin-bottom: 10px;
}
.box-list.dot-none li .email-wrap {
  width: 190px;
  text-align: center;
  background: #222;
}
.box-list.dot-none li .email-con {
  font-size: clamp(16px, 1.6129032258vw, 18px);
  margin-left: 20px;
}
.box-list.dot-none li:last-child {
  margin-bottom: none;
}
.box-list.dot-none li:before {
  display: none;
}

.mt20 {
  margin-top: 20px;
}

.k-tbl {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #222;
}
.k-tbl span.point {
  color: #009fe8;
}
.k-tbl thead tr th:last-child {
  border-right: none;
}
.k-tbl thead th {
  height: 50px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e2e2e2;
  background: #222;
  color: #fff;
  text-align: center;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  vertical-align: middle;
  font-weight: 700;
  border-right: 1px solid #e2e2e2;
}
.k-tbl thead th:last-child {
  border-right: none;
}
.k-tbl thead th.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl thead th.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.k-tbl tbody tr.green-point td, .k-tbl tbody tr.green-point th {
  background: rgb(221, 245, 240) !important;
}
.k-tbl tbody tr.orange-point td, .k-tbl tbody tr.orange-point th {
  background: rgb(252, 232, 220) !important;
}
.k-tbl tbody th {
  background: #f8f8f8;
  height: 50px;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  font-weight: 700;
}
.k-tbl tbody th:last-child {
  border-right: none;
}
.k-tbl tbody th.border-right {
  border-right: 1px solid #e2e2e2;
}
.k-tbl tbody th.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl tbody td {
  height: 50px;
  color: #333;
  font-weight: 500;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
}
.k-tbl tbody td.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.k-tbl tbody td:last-child {
  border-right: none;
}
.k-tbl tbody td.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl tbody td span.red {
  color: red;
}
.k-tbl tbody td .tbl-list {
  padding: 15px 15px;
  box-sizing: border-box;
}
.k-tbl tbody td .tbl-list li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: clamp(12px, 1.4112903226vw, 14px);
}
.k-tbl tbody td .tbl-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.k-tbl tbody td .tbl-list02 {
  padding: 15px 15px;
  box-sizing: border-box;
}
.k-tbl tbody td .tbl-list02 > li {
  position: relative;
  padding-left: 15px;
  text-align: left;
  font-size: clamp(12px, 1.4112903226vw, 14px);
}
.k-tbl tbody td .tbl-list02 > li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.k-tbl tbody td .tbl-list02 > li.dot-none {
  padding-left: 0;
}
.k-tbl tbody td .tbl-list02 > li.dot-none:before {
  display: none;
}
.k-tbl tbody td.green-point {
  background: rgb(221, 245, 240) !important;
}
.k-tbl tbody td.orange-point {
  background: rgb(252, 232, 220) !important;
}
.k-tbl tfoot th {
  background: #e3e3e3;
  height: 50px;
  color: #333;
  font-size: 16px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  font-weight: 700;
}
.k-tbl tfoot th:last-child {
  border-right: none;
}
.k-tbl tfoot th.border-right {
  border-right: 1px solid #e2e2e2;
}
.k-tbl tfoot th.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl tfoot td {
  height: 50px;
  color: #555;
  font-weight: 600;
  font-size: 16px;
  background: #e3e3e3;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
}
.k-tbl tfoot td input[type=text] {
  height: 35px;
  border: 1px solid #e5e5e5;
  margin: 0 10px;
}
.k-tbl tfoot td.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.k-tbl tfoot td:last-child {
  border-right: none;
}
.k-tbl tfoot td.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl tfoot td span.red {
  color: red;
}
.k-tbl tfoot td .tbl-list {
  padding: 15px 15px;
  box-sizing: border-box;
}
.k-tbl tfoot td .tbl-list li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: clamp(12px, 1.4112903226vw, 14px);
}
.k-tbl tfoot td .tbl-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.k-tbl.k-form {
  background: #fff;
}
.k-tbl.k-form .red-dot {
  display: inline-block;
  margin: 0 3px;
  color: red;
}
.k-tbl.k-form .name-wrap {
  display: flex;
}
.k-tbl.k-form .name-wrap > li {
  display: flex;
  align-items: center;
}
.k-tbl.k-form .name-wrap > li:first-child {
  margin-right: 10px;
}
.k-tbl.k-form .name-wrap > li label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.k-tbl.k-form .name-wrap > li input.onlyEng {
  flex-shrink: 1;
  min-width: auto;
}
.k-tbl.k-form td {
  text-align: left;
  padding-left: 10px;
}
.k-tbl.k-form td select, .k-tbl.k-form td input[type=text] {
  min-width: 400px;
  height: 35px;
  font-family: inherit;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(214, 214, 214);
  -o-border-image: initial;
     border-image: initial;
  margin: 2px;
  padding: 0px 10px;
}
.k-tbl.k-form td .find-address {
  display: inline-block;
  height: 40px;
  background: #444;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
}
.k-tbl.k-form td .chk-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}
.k-tbl.k-form td .chk-wrap li {
  margin-right: 20px;
}
.k-tbl.k-form td .chk-wrap li .chk-wrap-caption {
  color: #004d97;
}
.k-tbl.k-form .form-sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0px 10px;
  background: rgb(34, 34, 34);
  text-decoration: none;
}

.k-tbl02 {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #222;
}
.k-tbl02 thead tr th:last-child {
  border-right: none;
}
.k-tbl02 thead th {
  height: 50px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e2e2e2;
  background: #222;
  color: #fff;
  text-align: center;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  vertical-align: middle;
  font-weight: 700;
  border-right: 1px solid #e2e2e2;
}
.k-tbl02 thead th:last-child {
  border-right: none;
}
.k-tbl02 thead th.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl02 thead th.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.k-tbl02 tbody th {
  background: #f8f8f8;
  height: 50px;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  font-weight: 700;
}
.k-tbl02 tbody th:last-child {
  border-right: none;
}
.k-tbl02 tbody th.border-right {
  border-right: 1px solid #e2e2e2;
}
.k-tbl02 tbody th.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl02 tbody td {
  height: 50px;
  color: #333;
  font-weight: 500;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
}
.k-tbl02 tbody td.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.k-tbl02 tbody td:last-child {
  border-right: none;
}
.k-tbl02 tbody td.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl02 tbody td span.red {
  color: red;
}
.k-tbl02 tbody td .tbl-list {
  padding: 15px 15px;
  box-sizing: border-box;
}
.k-tbl02 tbody td .tbl-list li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: clamp(12px, 1.4112903226vw, 14px);
}
.k-tbl02 tbody td .tbl-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.k-tbl02 tbody td .tbl-list02 {
  padding: 15px 15px;
  box-sizing: border-box;
}
.k-tbl02 tbody td .tbl-list02 li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: clamp(12px, 1.4112903226vw, 14px);
}
.k-tbl02 tbody td .tbl-list02 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.k-tbl02 tfoot th {
  background: #e3e3e3;
  height: 50px;
  color: #333;
  font-size: 16px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  font-weight: 700;
}
.k-tbl02 tfoot th:last-child {
  border-right: none;
}
.k-tbl02 tfoot th.border-right {
  border-right: 1px solid #e2e2e2;
}
.k-tbl02 tfoot th.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl02 tfoot td {
  height: 50px;
  color: #555;
  font-weight: 600;
  font-size: 16px;
  background: #e3e3e3;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
}
.k-tbl02 tfoot td input[type=text] {
  height: 35px;
  border: 1px solid #e5e5e5;
  margin: 0 10px;
}
.k-tbl02 tfoot td.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.k-tbl02 tfoot td:last-child {
  border-right: none;
}
.k-tbl02 tfoot td.k-tbl-point {
  background: #d9fffb !important;
}
.k-tbl02 tfoot td span.red {
  color: red;
}
.k-tbl02 tfoot td .tbl-list {
  padding: 15px 15px;
  box-sizing: border-box;
}
.k-tbl02 tfoot td .tbl-list li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: clamp(12px, 1.4112903226vw, 14px);
}
.k-tbl02 tfoot td .tbl-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.k-tbl02.k-form {
  background: #fff;
}
.k-tbl02.k-form .red-dot {
  display: inline-block;
  margin: 0 3px;
  color: red;
}
.k-tbl02.k-form td {
  text-align: left;
  padding-left: 10px;
}
.k-tbl02.k-form td select, .k-tbl02.k-form td input[type=text] {
  height: 35px;
  border: 1px solid #bdbdbd;
  margin: 0 3px;
  padding-left: 15px;
  font-family: inherit;
}
.k-tbl02.k-form td .find-address {
  display: inline-block;
  height: 40px;
  background: #444;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
}
.k-tbl02.k-form td .chk-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}
.k-tbl02.k-form td .chk-wrap li {
  margin-right: 20px;
}
.k-tbl02.k-form td .chk-wrap li .chk-wrap-caption {
  color: #004d97;
}

.pre-registration {
  width: 100%;
  margin-top: 100px;
}
.pre-registration > ul {
  display: flex;
  width: 100%;
}
.pre-registration > ul li {
  width: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.pre-registration > ul li a {
  text-decoration: none;
}
.pre-registration > ul li a > div {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #f0f2f4;
}
.pre-registration > ul li a > span {
  font-size: clamp(19px, 2.4193548387vw, 28px);
  color: #222;
  display: block;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.pre-registration > ul li:hover div {
  background: #e1e5e9;
  transition: all 0.2s;
}

.pr-check-wrap .state-box-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.7);
  z-index: 11119;
}
.pr-check-wrap .state-box-wrap .state-box {
  padding: 30px 100px;
  border: 2px solid #e5e5e5;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 100px 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
}
.pr-check-wrap .state-box-wrap .state-box span {
  font-weight: 600;
  color: #000;
  font-size: clamp(15px, 1.814516129vw, 20px);
}
.pr-check-wrap .state-box-wrap .state-box span .point {
  color: #009fe8;
}
.pr-check-wrap .state-box-wrap .state-box .pop-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 35px;
  background: #009fe8;
  margin-top: 20px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  border-radius: 30px;
  color: #fff;
}

.state-box {
  padding: 30px;
  border: 2px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.state-box span {
  font-weight: 600;
  color: #000;
  font-size: clamp(15px, 1.814516129vw, 20px);
}

.stepline-wrap {
  position: relative;
  margin-top: 50px;
  z-index: 11;
}
.stepline-wrap > ul {
  display: flex;
}
.stepline-wrap > ul > li {
  width: 25%;
}
.stepline-wrap > ul > li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stepline-wrap > ul > li > div .step-img-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #dbc6e4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.stepline-wrap > ul > li > div .step-img-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
  margin: 0 auto;
  width: 1px;
  height: 100px;
  background: #ddc6e7;
  z-index: -1;
}
.stepline-wrap > ul > li .step-text {
  width: 80%;
}
.stepline-wrap > ul > li .step-text > p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  font-size: clamp(15px, 1.814516129vw, 20px);
  color: #000;
  text-align: center;
  font-weight: 600;
}
.stepline-wrap > ul > li .step-text > span {
  display: block;
  text-align: left;
  width: 100%;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  margin: 15px 10px;
  padding: 10px 20px;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 5px;
}
.stepline-wrap > ul > li:nth-child(1) .step-img-wrap {
  background: #ffffff;
}
.stepline-wrap > ul > li:nth-child(2) .step-img-wrap {
  background: #f8f8f8;
}
.stepline-wrap > ul > li:nth-child(3) .step-img-wrap {
  background: #f5edf9;
}
.stepline-wrap > ul > li:nth-child(4) .step-img-wrap {
  background: #392641;
}

.stepline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: clamp(15px, 1.814516129vw, 20px);
  font-weight: 700;
  text-shadow: 0.5px 0 4px #65307c;
}
.stepline.step01 {
  border-radius: 100px 0 0 100px;
  background: rgb(218, 195, 228);
  color: #fff;
}
.stepline.step02 {
  background: rgb(187, 146, 204);
  color: #fff;
}
.stepline.step03 {
  background: rgb(142, 89, 165);
  color: #fff;
}
.stepline.step04 {
  border-radius: 0 100px 100px 0;
  background: rgb(101, 48, 124);
  color: #fff;
}

.top-info {
  margin-top: 15px;
  padding: 20px;
  background: #fff;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  color: #000;
}
.top-info span.br {
  display: block;
}
.top-info span.email-wrap {
  display: inline-block;
  background: #009fe8;
  color: #fff;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 36px;
}
.top-info span.email-con {
  margin: 0 5px;
  font-weight: 600;
}

.down-list-wrap {
  margin: 120px 0;
}
.down-list-wrap > ul {
  display: flex;
}
.down-list-wrap > ul > li {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px;
}
.down-list-wrap > ul > li > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.down-list-wrap > ul > li > div .down-img-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.down-list-wrap > ul > li p {
  margin-top: 20px;
  font-size: clamp(15px, 1.814516129vw, 20px);
  color: #000;
  text-align: center;
  font-weight: 600;
}
.down-list-wrap > ul > li a.doc-down {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  margin-top: 10px;
  cursor: pointer;
  background: #009fe8;
  color: #fff;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  border-radius: 5px;
  height: 40px;
  transition: all 0.2s;
}
.down-list-wrap > ul > li a.doc-down:hover {
  background: #008ecf;
  transition: all 0.2s;
}

.onoff-step-wrap > li .step-tit {
  font-size: clamp(16px, 1.6129032258vw, 18px);
  color: #222;
  margin: 20px 0 10px 0;
}
.onoff-step-wrap > li:first-child {
  margin-bottom: 50px;
}
.onoff-step-wrap > li:first-child .online-step {
  display: flex;
  margin: 50px 0;
  align-items: flex-start;
}
.onoff-step-wrap > li:first-child .online-step > li {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.onoff-step-wrap > li:first-child .online-step > li div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #e2e4ff;
  width: 180px;
  height: 180px;
  background: #f3f4ff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.onoff-step-wrap > li:first-child .online-step > li span {
  display: block;
  margin: 30px 0;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  font-weight: 600;
  color: #31388b;
  text-align: center;
}
.onoff-step-wrap > li:first-child .online-step > li:after {
  content: ">";
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -50px;
  font-family: serif;
  font-weight: bold;
  font-size: 25px;
  color: #8b94e5;
}
.onoff-step-wrap > li:first-child .online-step > li:last-child:after {
  display: none;
}
.onoff-step-wrap > li:last-child .online-step {
  display: flex;
  margin: 50px 0;
  align-items: flex-start;
}
.onoff-step-wrap > li:last-child .online-step > li {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.onoff-step-wrap > li:last-child .online-step > li div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #cddbf9;
  width: 180px;
  height: 180px;
  background: #f3fbff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.onoff-step-wrap > li:last-child .online-step > li span {
  display: block;
  margin: 30px 0;
  font-size: clamp(16px, 1.6129032258vw, 18px);
  font-weight: 600;
  color: #345a92;
  text-align: center;
}
.onoff-step-wrap > li:last-child .online-step > li:after {
  content: ">";
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -50px;
  font-family: serif;
  font-weight: bold;
  font-size: 25px;
  color: #539fde;
}
.onoff-step-wrap > li:last-child .online-step > li:last-child:after {
  display: none;
}

/*popup*/
.tp-pop {
  display: flex;
  justify-content: flex-start;
  padding: 5px 5px;
  background: #222;
  color: #fff;
}
.tp-pop input {
  margin-right: 10px;
}
.tp-pop a {
  margin-left: auto;
  color: #fff;
}

.p-form {
  height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 30px;
  background: rgb(248, 248, 248);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(229, 229, 229);
  -o-border-image: initial;
     border-image: initial;
}
.p-form pre {
  font-family: inherit;
  font-size: clamp(13px, 1.5120967742vw, 16px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: pre-wrap;
}

.form-checkbox-list {
  display: flex;
}
.form-checkbox-list li {
  margin-right: 20px;
}

.p-form-checkbox {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.half-wrap {
  display: flex;
  width: 100%;
}
.half-wrap .half-item {
  width: 50%;
}
.half-wrap .half-item .info-list {
  border-bottom: 0;
}
.half-wrap .half-item .info-list > li {
  border-bottom: 0;
  padding: 35px 0;
}
.half-wrap .half-item .info-list > li .sub-ul01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0 !important;
}
.half-wrap .half-item .info-list > li .sub-ul01 > li {
  width: 42%;
}
.half-wrap .half-item .info-list > li span.con {
  margin-left: 0;
}

.pro-tit {
  font-size: clamp(19px, 2.4193548387vw, 28px);
  color: #222;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
}

.pro-caption {
  display: inline-block;
  padding: 10px 0;
}

.pro-tab-tit-wrap {
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.pro-tab-tit-wrap > li {
  border-right: 1px solid #fff;
  flex-grow: 1;
  width: 33%;
}
.pro-tab-tit-wrap > li > span {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 65px;
  background: #000;
  color: #fff;
  font-size: clamp(15px, 1.814516129vw, 20px);
}
.pro-tab-tit-wrap > li:last-child {
  border-right: none;
}
.pro-tab-tit-wrap > li.on > span {
  background: #009fe8;
}
.pro-tab-tit-wrap > li:hover > span {
  background: #009fe8;
  cursor: pointer;
}
.pro-tab-tit-wrap.speaker-wrap {
  margin-top: 50px !important;
}
.pro-tab-tit-wrap.speaker-wrap li {
  width: 33%;
  margin: 0 50px;
}
.pro-tab-tit-wrap.speaker-wrap li > span {
  border-radius: 50px;
  height: 55px;
}
.pro-tab-tit-wrap.speaker-wrap li:hover > span {
  background: #000;
  cursor: default;
}
.pro-tab-tit-wrap.speaker-wrap li .sp-con-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro-tab-tit-wrap.speaker-wrap li .img-wrap {
  display: inline-block;
  text-align: center;
  margin: 30px 0;
}
.pro-tab-tit-wrap.speaker-wrap li .name {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: clamp(15px, 1.814516129vw, 20px);
}
.pro-tab-tit-wrap.speaker-wrap li .name .point-t {
  display: inline-block;
  width: 100%;
  color: #009fe8;
}
.pro-tab-tit-wrap.speaker-wrap li .sp-con {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap {
  flex-wrap: wrap;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li {
  width: auto;
  margin-bottom: 5em;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .img-wrap img {
  height: 100%;
  height: 435px;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .img-wrap .img-f-t {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .sp-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: clamp(15px, 1.814516129vw, 20px);
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .sp-text .point-t {
  display: inline-block;
  width: 100%;
  color: #009fe8;
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .name {
  margin-top: 5px;
  font-weight: normal;
  font-size: clamp(13px, 1.5120967742vw, 16px);
}
.pro-tab-tit-wrap.speaker-wrap.special-wrap li .f-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 20%;
  height: auto !important;
  top: 50%;
  margin-top: -85px;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pro-tab-con-wrap > li {
  display: none;
}
.pro-tab-con-wrap > li.on {
  display: block;
}
.pro-tab-con-wrap > li div.con .k-tbl {
  border-top: #555;
}
.pro-tab-con-wrap > li div.con .k-tbl thead th {
  background: #555;
  font-weight: 500;
}
.pro-tab-con-wrap .k-tbl tbody th, .pro-tab-con-wrap .k-tbl tbody td {
  height: 25px;
  padding: 3px;
  box-sizing: border-box;
  background: #fff;
}
.pro-tab-con-wrap .k-tbl tbody tr.point td, .pro-tab-con-wrap .k-tbl tbody tr.point th {
  background: #e9f8ff;
}

.booth-layout-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.booth-layout-wrap img {
  display: inline-block;
  padding: 20px 0;
  box-sizing: border-box;
}
.booth-layout-wrap img:first-child {
  border: 1px solid #cecece;
  box-sizing: border-box;
}