@charset "utf-8";
.flex {
  display: flex;
}

.gp5 {
  gap: 5rem;
}

.contents.emb {
  position: relative;
  overflow: hidden;
}

.contents.emb::before {
  content: "";
  width: 39.5rem;
  height: 43.3rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  margin-left: 40rem;
  background: url("../images/common/emblem_transparent.svg") no-repeat left top;
  background-size: 100%;
  z-index: 4;
}

.sub-top {
  position: relative;
}

.sub-top .visual {
  height: 25rem;
  padding-bottom: 5.9rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-top.sub1 .visual {
  background-image: url("../images/sub/visual_sub1.jpg");
}
.sub-top.sub2 .visual {
  background-image: url("../images/sub/visual_sub2.jpg");
}
.sub-top.sub3 .visual {
  background-image: url("../images/sub/visual_sub3.jpg");
}
.sub-top.sub4 .visual {
  background-image: url("../images/sub/visual_sub4.jpg");
}
.sub-top.sub5 .visual {
  background-image: url("../images/sub/visual_sub5.jpg");
}
.sub-top.sub6 .visual {
  background-image: url("../images/sub/visual_sub6.jpg");
}
.sub-top.sub9 .visual {
  background-image: url("../images/sub/visual_sub6.jpg");
}

.sub-top .visual.no-bread {
  padding-bottom: 0;
}

.sub-top .title {
  width: 100%;
  text-align: center;
}

.sub-top .title h2 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #ffffff60;
  font-weight: 500;
}

.sub-top .title h3 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--border);
}

.breadcrumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #22222220;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.breadcrumb .inner {
  display: flex;
  align-items: center;
}

.breadcrumb .home {
  width: 5rem;
  height: 2rem;
  background: url("/pub/images/ico/ico_home_white.svg") no-repeat left top;
  background-size: 2rem;
}

.breadcrumb .loca {
  position: relative;
  min-width: 28rem;
}

.breadcrumb .loca::before,
.breadcrumb .loca.sec::after {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--border);
  opacity: 0.2;
}

.breadcrumb .loca.sec::after {
  left: auto;
  right: 0;
}

.breadcrumb .loca button {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5rem 0 3rem;
  line-height: 5.8rem;
  text-align: left;
  font-size: 2rem;
  color: #fff;
}

.breadcrumb .loca button::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("/pub/images/ico/arr_down.svg") no-repeat left top;
  background-size: 100%;
  filter: brightness(10);
}

.breadcrumb .loca button.on::after {
  transform: translateY(-50%) rotate(180deg);
}

.breadcrumb .loca ul {
  display: none;
  position: absolute;
  top: 5.1rem;
  width: 100%;
  left: 0;
  border: 1px solid var(--border);
  background: var(--bg-light);
  z-index: 10;
}

.breadcrumb .loca ul li:not(:first-child) {
  border-top: 1px solid var(--border-light);
}

.breadcrumb .loca ul li a {
  display: block;
  padding: 0.7rem 6%;
  font-size: 1.6rem;
}

.breadcrumb .loca ul li.active a,
.breadcrumb .loca ul li a:hover,
.breadcrumb .loca ul li a:focus {
  font-weight: 600;
}

.last-section {
  padding-bottom: 12rem !important;
}

/* intro */
.intro1 .heading2 {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}

.heading2.bullet {
  position: relative;
  padding-top: 1.2rem;
}

.heading2.bullet::before {
  content: "";
  width: 11rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #db5527 27%, var(--color-primary) 27%);
}

.t-ps:not(.main-color),
.t-warn {
  color: var(--color-tertiary);
}

.stitle1 .t-divide::after {
  height: 2rem;
  margin: -2px 1.5rem 0;
}

.table-top-ps {
  margin-top: -2rem;
}

.table-top-ps .t-ps {
  text-align: right;
}

.table-top-ps table {
  margin-top: 2rem;
}

table.type1 {
  border-top-color: var(--color-primary);
}

table.type1 th {
  background: #f2f9fd;
}

table.type1.td-border td:not(:last-child) {
  border-right: 1px solid var(--border);
}

.tabs-type4 {
  border-bottom: 1px solid var(--border);
  margin-bottom: 6rem;
}

.tabs-type4 .inner {
  display: flex;
}

.tabs-type4 button {
  position: relative;
  padding-bottom: 1.3rem;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 2rem;
  color: var(--text-secondary);
  text-align: center;
}

.tabs-type4 button.active {
  font-weight: 600;
  color: var(--color-primary);
}

.tabs-type4 button.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 0.4rem;
  background: var(--color-primary);
}

.tabs-type4 button + button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--border);
}

.tit-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

/* btn */
[class*="btn-"] {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

[class*="btn-"].outline {
  color: var(--color-primary);
}
[class*="btn-"].outline.hover:hover,
[class*="btn-"].outline.hover:focus {
  background: var(--color-primary);
}
[class*="btn-"].outline.hover2:hover,
[class*="btn-"].outline.hover2:focus {
  background: #e6f3fa;
}

[class*="btn-"][class*="outline-"] {
  background: #fff;
  border-color: var(--border);
}
[class*="btn-"].outline-gray {
  color: var(--text-secondary);
}
[class*="btn-"].outline-dark {
  color: var(--text-primary);
}

[class*="btn-"].w-13 {
  width: 13rem;
}
[class*="btn-"].w-24 {
  width: 24.5rem;
}
[class*="btn-"].w-35 {
  width: 35rem;
}

[class*="btn-"].ico-after {
  position: relative;
  width: 17.6rem;
  padding-right: 4.5rem;
  text-align: left;
}
[class*="btn-"].ico-after.long {
  width: 24rem;
}

[class*="btn-"].ico-after::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
[class*="btn-"].ico-after.sch {
  color: #333;
}
[class*="btn-"].ico-after.add::before {
  background-image: url("/pub/images/ico/ico_plus_round.svg");
}
[class*="btn-"].ico-after.sub::before {
  background-image: url("/pub/images/ico/ico_sub_round.svg");
}
[class*="btn-"].ico-after.sch::before {
  background-image: url("/pub/images/ico/ico_sch.svg");
}

[class*="btn-"].back {
  position: relative;
  padding-left: 9rem;
  text-align: right;
  color: var(--text-primary);
  background: #fff;
  border-color: var(--border);
}

[class*="btn-"].back::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("/pub/images/ico/ico_back.svg") no-repeat left top;
  background-size: 100%;
}

[class*="btn-"].back:hover,
[class*="btn-"].back:focus {
  color: #fff;
  background: var(--color-dark);
}

[class*="btn-"].back:hover::before,
[class*="btn-"].back:focus::before {
  background-image: url("/pub/images/ico/ico_back_white.svg");
}

[class*="btn-"].hover-white:hover,
[class*="btn-"].hover-white:focus {
  color: var(--color-primary);
  background: #fff;
}

[class*="btn-"].hover-white.after-new:hover::after,
[class*="btn-"].hover-white.after-new:focus::after {
  background-image: url("../images/ico/ico_window_blue.svg");
}
.add-btn-text {
  font-size: 1.4rem;
  padding: 5px 2px;
  width: 100%;
}

.hotel-wrap {
  gap: 3rem;
}

.hotel-wrap .hotel .img {
  margin-bottom: 3rem;
}

.session-list {
  margin-top: 4.8rem;
}

.session-list li + li {
  margin-top: 2rem;
}

.session-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2rem 2rem 2rem 5rem;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}

.session-list li a::before,
.session-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--border);
}

.session-list li a:hover,
.session-list li a:focus {
  font-weight: 600;
  color: var(--color-primary);
}

.session-list li a:hover::before,
.session-list li a:focus::before {
  border: 3px solid var(--color-primary);
}

.session-list li a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/sub/ico_session.svg") no-repeat left top;
  background-size: 100%;
  filter: grayscale(1) contrast(50);
}

.session-list li a:hover::after,
.session-list li a:focus::after {
  filter: none;
}

.session-second .body1 {
  margin-bottom: 6rem;
  padding: 1.9rem;
  color: #fff;
  background: var(--color-primary);
}

.session-box {
  display: block;
  padding: 3rem;
  background: var(--bg-light);
}

.session-box_area + .session-box_area,
.session-box + .session-box {
  margin-top: 2rem;
}

.session-box.dark {
  margin-bottom: 8rem;
}

.session-box .stitle2 {
  margin: 0.8rem 0 2rem;
}

.session-box .stitle2.overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.session-box .speaker-info p strong {
  display: inline-block;
  width: 10rem;
}

.session-box .top {
  position: relative;
  padding-right: 25rem;
}

.session-box.dark {
  color: #fff;
  background: var(--color-primaryDark);
}

.session-box.dark .top span,
.session-box.dark .stitle2,
.session-box.dark .bullet-gray li {
  color: #fff;
}

.session-box.dark .bullet-gray li::before {
  background: #fff;
}

.session-box .top .btn-rg.outline {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11rem;
  text-align: left;
}

.session-box .top .btn-rg.outline::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  background: url("../images/sub/ico_book_blue.svg") no-repeat left top;
  background-size: 100%;
}
.session-box .top .btn-rg.outline:hover::before,
.session-box .top .btn-rg.outline:focus::before {
  filter: brightness(10);
}

.session-box.dark .top .btn-rg.outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.session-box.dark .top .btn-rg.outline::before {
  background-image: url("../images/sub/ico_book_pdark.svg");
  filter: brightness(20);
}
.session-box.dark .top .btn-rg.outline:hover,
.session-box.dark .top .btn-rg.outline:focus {
  color: var(--color-primaryDark);
  background: #fff;
}

.session-box.dark .top .btn-rg.outline:hover::before,
.session-box.dark .top .btn-rg.outline:focus::before {
  filter: none;
}

.session-box .top .info {
  margin-bottom: 2.4rem;
}

.session-box .top .info span {
  position: relative;
  color: var(--text-secondary);
}

.session-box .top .info span + span {
  padding-left: 3rem;
}

.session-box .top .info span + span::after {
  content: "";
  width: 1px;
  height: 1.3rem;
  position: absolute;
  left: 1.3rem;
  top: 0.4rem;
  background: var(--border);
}

.session-box .top .info span::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin: -2px 0.8rem 0 0;
  vertical-align: middle;
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.session-box .top .info span.time::before {
  background-image: url("../images/sub/ico_time.svg");
}
.session-box .top .info span.lang::before {
  background-image: url("../images/sub/ico_lang.svg");
}

.session-box .speaker {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  color: var(--text-secondary);
  border-top: 1px solid var(--border);
}

.session-box_area {
  position: relative;
}
.session-box_area .btn_online {
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.session-second .abstract {
  padding: 3rem;
  border: 1px solid var(--border);
  border-top: 0;
}

.session-second .abstract .stitle2 {
  margin-bottom: 1.6rem;
}

.speaker-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
}

.speaker-wrap [class*="speaker"] {
  padding: 3rem;
  overflow: hidden;
  flex-basis: calc((100% - 6rem) / 3);
  background: var(--bg-light);
}

.speaker-wrap .speaker .info {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.speaker-wrap .speaker .info .f-semibold {
  margin-top: 0.2rem;
}

.speaker-wrap .speaker .info .time {
  padding: 0 1.6rem;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
  background: #0089d010;
  border: 1px solid var(--color-primary);
}

.speaker-wrap .speaker .stitle2 {
  margin-top: 2.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.speaker-wrap .speaker .profile {
  padding-top: 2.2rem;
  margin-top: 2.2rem;
  display: flex;
  align-items: flex-start;
  gap: 7%;
  border-top: 1px solid var(--border);
}

.speaker-wrap [class*="speaker"] .img {
  overflow: hidden;
  flex-basis: 43%;
  max-width: 15.4rem;
  margin: 0 auto;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.speaker-wrap [class*="speaker"] .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-wrap .speaker .profile .right {
  flex-grow: 1;
}

.speaker-wrap .speaker .profile .right .name b {
  padding-right: 0.4rem;
  font-weight: 600;
  font-size: 3rem;
}

.speaker-wrap .speaker .profile .right .group {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speaker-wrap [class*="speaker"] .btn-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 1.8rem;
}

.speaker-wrap [class*="speaker"] .btn-sm:hover::after,
.speaker-wrap [class*="speaker"] .btn-sm:focus::after {
  background-image: url("../images/sub/ico_window_blue.svg");
}

.speaker-wrap .speaker-invited {
  text-align: center;
}

.speaker-wrap .speaker-invited .name {
  margin: 1rem 0;
  padding-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}

.speaker-wrap .speaker-invited .btn-sm {
  min-width: 17.5rem;
  margin-top: 3rem;
}

.speaker-wrap.set5 {
  gap: 2rem;
}
.speaker-wrap.set5 .speaker-invited {
  flex-basis: calc((100% - 8rem) / 5);
}
.speaker-wrap.set5 .speaker-invited .name {
  font-size: 2.6rem;
}

.floor.img {
  max-width: 99.6rem;
  margin: 0 auto;
}

.tit-box {
  margin-bottom: 2.6rem;
}

.banner-abs {
  padding: 4rem;
  text-align: center;
  color: #fff;
  background: url("../images/sub/banner_abs.jpg") no-repeat center top;
  background-size: cover;
}

.banner-abs .in {
  margin: 0 auto;
  max-width: 76rem;
  padding: 0 1rem;
}

.banner-abs .date-wrap {
  padding-top: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5%;
  border-top: 1px dashed #ffffff20;
}

.banner-abs .date-wrap dl dt::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  display: inline-block;
  margin: -2px 1.4rem 0 0;
  vertical-align: middle;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner-abs .date-wrap dl dt.cal::before {
  background-image: url("../images/sub/ico_abs1.svg");
}
.banner-abs .date-wrap dl dt.mod::before {
  background-image: url("../images/sub/ico_abs2.svg");
}

.modal-wrap .modal-inner.height-full {
  height: 80vh;
}

.speaker-modal {
  display: flex;
}

.speaker-modal .stitle1 {
  padding: 2.8rem 0;
  margin: -4rem -4rem 4rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.speaker-modal .modal-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.speaker-modal .speaker-top {
  flex-shrink: 0;
}

.speaker-modal .speaker-btm {
  flex-grow: 1;
}

.speaker-modal .speaker-top .speaker-info {
  display: grid;
  column-gap: 4%;
  margin-bottom: 4rem;
  grid-template-columns: 25.9% 1fr;
}

.speaker-modal .img {
  align-self: flex-start;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.speaker-modal .speaker-top .speaker-info .img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  max-width: 22.3rem;
}

.speaker-modal .speaker-top .speaker-info .profile {
  grid-column: 2 / 3;
}

.speaker-modal .speaker-top .speaker-info .bullet-gray {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 1px dashed var(--border);
}

.speaker-modal .speaker-top .speaker-info .info .bullet-gray .label-cont + .label-cont {
  margin-top: 0.3rem;
}

.speaker-modal .session-box.dark {
  margin-bottom: 4rem;
}

.speaker-modal .session-box.dark .stitle2 {
  margin: 0 0 0.8rem;
}

.speaker-modal .session-box.dark .bullet-gray {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 1px solid #ffffff20;
}

.speaker-modal .session-box .top {
  padding-right: 0;
}

.speaker-modal .session-box.d-flex {
  display: flex !important;
  flex-direction: row;
  gap: 4%;
}

.speaker-modal .session-box.d-flex .img {
  flex-basis: 16.2rem;
  flex-shrink: 0;
}

.speaker-modal .session-box.d-flex .info {
  flex-grow: 1;
}

.regi-step {
  display: flex;
  gap: 5rem;
  justify-content: center;
  position: relative;
}

.regi-step::before {
  content: "";
  max-width: 30rem;
  width: 80%;
  top: 50%;
  height: 1px;
  position: absolute;
  border-top: 1px dashed var(--border);
}

.regi-step div {
  position: relative;
  padding-right: 1rem;
  padding-left: 5.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: #fff;
}

.regi-step div::before {
  content: "";
  width: 4.3rem;
  height: 4.3rem;
  position: absolute;
  left: 0;
  top: -1.1rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.regi-step .first::before {
  background-image: url("../images/sub/ico_regi_step1.svg");
}
.regi-step .second::before {
  background-image: url("../images/sub/ico_regi_step2.svg");
}
.regi-step .second.current::before {
  background-image: url("../images/sub/ico_regi_step2_curr.svg");
}
.regi-step .third::before {
  background-image: url("../images/sub/ico_regi_step3.svg");
}
.regi-step .third.current::before {
  background-image: url("../images/sub/ico_regi_step3_curr.svg");
}

.regi-step div.done::before {
  background-image: url("../images/sub/ico_regi_done.svg");
}

.pay-option p input:checked + label {
  background-color: #e6f3fa;
}

.pay-option p.card input + label::before {
  background-image: url("../images/ico/ico_card.svg");
}
.pay-option p.accout input + label::before {
  background-image: url("../images/ico/ico_accout.svg");
}

.name-sch {
  margin-bottom: 2.6rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background: var(--bg-light);
}

table.type1 th {
  background: #f2f9fc;
}

table.type1 .add-btn {
  width: 2.5rem;
  height: 2.5rem;
  background: url("/pub/images/ico/ico_plus_round.svg") no-repeat center var(--color-primary);
  background-size: 1.8rem;
  border-radius: 50%;
}

table.type1 .bg-dark {
  background: #e6f3fa;
}

.checkbox input:checked + label::before {
  background-image: url("../images/ico/ico_checkbox_on.svg");
}

.checkbox.solo {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.checkbox.solo label {
  display: block;
}
.checkbox.solo input + label::before {
  top: 0;
}
.checkbox.solo.mg0 {
  margin: 0;
}
.btn-save {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-primary) url("../images/sub/icon_save.svg") no-repeat 50% 50% / 50%;
  font-size: 0;
  margin: 0 auto;
}
.modal-footer.flex_row {
  display: flex;
}
.modal-footer.flex_row > * {
  width: 50%;
}

.result-tit.confirm::before {
  background-image: url("../images/ico/ico_result_confirm.svg");
}

.check-wrap {
  margin: 3rem 0 6rem;
}

.check-wrap .row {
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
}

.check-wrap .row .col {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.check-wrap .row + .row {
  border-top: 1px solid var(--border);
}

.check-wrap .row .label {
  position: relative;
  flex-basis: 15rem;
  padding-left: 1.4rem;
  font-weight: 600;
}

.check-wrap .row .label::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 1.1rem;
  border-radius: 50%;
  background: var(--text-secondary);
}

.check-wrap .row .cont {
  flex-grow: 1;
}

.check-wrap .row .col + .col {
  padding-left: 2rem;
}

.check-wrap .row .col .cont {
  text-align: right;
}

.check-wrap .row .cont input {
  height: 5rem;
}

.check-wrap .row .cont input,
.check-wrap .row .cont .select-wrap {
  max-width: 44.6rem;
  width: 100%;
}

.check-wrap .btn-rg {
  margin: 4rem auto 0;
  display: block;
}

.check-wrap p a {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  color: var(--color-primary);
  border: var(--color-primary) 1px solid;
  margin-left: 10px;
}
.modal-wrap .modal-inner .modal-body.terms_area {
  padding-top: 5rem;
}
.check-btm.tac {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.check-btm.tac .checkbox,
.check-btm.tac .checkbox input + label {
  line-height: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.check-btm.tac .checkbox input + label::before {
  top: 0;
}
.select-wrap.readonly,
.radio input[readonly] + label,
.checkbox input[readonly] + label {
  pointer-events: none;
  user-select: none;
}

.terms_area .tit {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
  background: #f5f5f5;
  border: var(--border) 1px solid;
  margin-top: 30px;
}
.terms_area .tit:first-child {
  margin-top: 0;
}
.terms_area .con {
  padding: 20px;
  border: var(--border) 1px solid;
  border-top: 0;
}

.search-result {
  border-top: 1px solid var(--color-dark);
}

.search-result .box {
  padding: 4rem 3%;
  display: flex;
  gap: 3%;
  border-bottom: 1px solid var(--border);
}

.search-result .box .left {
  flex-grow: 1;
}

.search-result .box .left .top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.2rem;
}

.search-result .box .left .top .tag {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.1rem 1.6rem;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: #e6f3fa;
}

.f-medium .awd,
.search-result .box .left .top .awd {
  color: var(--color-primary);
  background: #fff;
  border: var(--color-primary) 1px solid;
  padding: 5px 10px;
  margin-left: 10px;
  pointer-events: none;
  user-select: none;
}

.search-result .box .left .stitle2 {
  margin: 1.6rem 0 2.4rem;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 7.2rem;
}

.search-result .box .left .stitle2:hover,
.search-result .box .left .stitle2:focus {
  text-decoration: underline;
  text-underline-position: under;
}

.search-result .box .due {
  flex-basis: 13.6rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  background: var(--bg-light);
}

/* register */
.regi-top {
  display: flex;
  gap: 2rem;
}

.regi-top dl {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  padding: 3rem 1rem 3rem 4.4%;
  color: #fff;
  font-size: 2.4rem;
}

.regi-top dl.pre {
  background: var(--color-primary);
}
.regi-top dl.onsite {
  background: var(--color-tertiary);
}

.regi-top dl dt {
  flex-shrink: 0;
  position: relative;
  padding-left: 4.1rem;
  padding-right: 3.3rem;
  font-weight: 700;
}

.regi-top dl dt::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.regi-top dl.pre dt::before {
  background-image: url("../images/sub/ico_calendar_white.svg");
}

.regi-top dl.onsite dt::before {
  background-image: url("../images/sub/ico_regi_white.svg");
}

.regi-top dl dt::after {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  right: 1.4rem;
  top: 0.8rem;
  background: #ffffff29;
}

.pay-container .write-wrap .write {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.pay-container .write-wrap .write .row:not(.input) {
  padding: 1.4rem 0;
}

.pay-container .write-wrap .write .row {
  border-bottom: 0;
}

.pay-container .write-wrap .write .row.input .label {
  padding-top: 2.6rem;
  padding-bottom: 1rem;
}

.pay-container .write-wrap .write .row.input .cont {
  padding: 1rem 0;
}

.s06 .member-wrap {
  max-width: inherit;
}
.s06 .member-wrap .flex {
  gap: 50px;
  justify-content: center;
}
.s06 .member-wrap .content {
  width: 33%;
}
.s06 .member-wrap .content .login-btm {
  justify-content: center;
}
.s06 .info_box {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eee;
  margin-top: 15px;
  min-height: 95px;
}
.s06 .info_box.solo span {
  margin-top: 5px;
}

.member-wrap .check-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.member-wrap .check-flex + .check-flex {
  margin-top: 0.8rem;
}

.member-wrap .check-flex .checkbox label {
  font-weight: 600;
  font-size: 1.6rem;
}

.member-wrap .check-flex button {
  font-weight: 500;
  color: var(--text-secondary);
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-position: under;
}

/* exhibit */
.info-wrap {
  padding: 3rem;
  border: 1px solid var(--border);
}

.info-wrap .eng {
  display: inline-block;
  font-size: 1.5rem;
  background: linear-gradient(to right, #0089d0, #db5527);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.info-wrap .title {
  margin: 0.8rem 0 4rem;
  font-size: 2.7rem;
}

.info-wrap .t-secondary {
  margin-bottom: 3rem;
  max-width: 112rem;
}

.info-list {
  border-top: 2px solid var(--color-dark);
}

.info-list dl {
  display: flex;
  padding: 1.3rem 0;
}

.info-list dl + dl {
  border-top: 1px solid var(--border);
}

.info-list dl dt {
  position: relative;
  flex-basis: 25rem;
  flex-shrink: 0;
  padding-left: 1.4rem;
  color: var(--text-secondary);
}

.info-list dl dt::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: var(--text-secondary);
  border-radius: 50%;
}

.info-list dl dd {
  font-weight: 600;
}

.bg-light.section {
  padding: 8rem 0;
}

.booth-flex {
  display: flex;
  align-items: flex-start;
  gap: 4.5%;
}

.booth-flex .img {
  flex-basis: 37%;
  min-width: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: #fff;
}

.booth-flex .img img {
  display: block;
}

.booth-flex .info-list {
  border-bottom: 1px solid var(--border);
}

.booth-box {
  margin-top: 4rem;
}

.booth-box .body1 {
  position: relative;
  padding-left: 2.6rem;
}

.booth-box .body1::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.booth-box .body1.ico1::before {
  background-image: url("../images/sub/ico_booth1.svg");
}
.booth-box .body1.ico2::before {
  background-image: url("../images/sub/ico_booth2.svg");
}

.booth-box .box {
  margin-top: 1rem;
  padding: 2rem;
  border: 1px solid var(--border-light);
  background: #fff;
}


.btn-rg.download {
  min-width: 22rem;
  text-align: left;
}

.btn-rg.download::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/ico/ico_download.svg") no-repeat left top;
  background-size: 100%;
}

.booth-form {
  margin-top: 3rem;
}

.booth-form .top {
  padding: 1.4rem 3rem;
  border: 1px solid #b1ccda;
  border-bottom: 0;
  background: #cce7f6;
  font-size: 2rem;
  font-weight: 600;
}

.booth-form .top .t-divide::after {
  background-color: #aac0cc;
}

.booth-form .booth-sel {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2.3rem 3rem 3rem;
  border: 1px solid var(--border);
  border-top: 0;
}

.booth-form .booth-sel .sel {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 82rem;
  margin-left: auto;
}

.booth-form .booth-sel .sel .select-wrap {
  flex-grow: 1;
}

.booth-form .booth-sel .sel .select-wrap + .select-wrap {
  margin-left: 1.5%;
}

.booth-form .booth-sel .sel .btn-rg {
  margin-left: 3.5%;
}

.company-list {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.list_btn {
  display: block;
  width: 30px;
  height: 30px;
  border: var(--border) 1px solid;
  margin: 0 2px;
}

.company-list .box {
  padding: 3rem;
  flex-basis: calc(50% - 1rem);
  border: 1px solid var(--border);
}

.company-list .box .top {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--border-light);
}

.company-list .box .top .name {
  max-width: 60%;
  word-break: break-all;
  font-size: 2.6rem;
  font-weight: 700;
}

.company-list .box .top .img {
  max-width: 17.6rem;
}

.member-wrap .content .heading2 {
  margin-bottom: 1rem;
}

.member-wrap .content .heading2 + .t-secondary {
  margin-bottom: 6rem;
}

.table-box {
  border-top-color: var(--color-primary);
}
.table-box .head {
  background: #f2f9fc;
}

.modal-wrap .btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.modal-wrap .btns .btn {
  width: calc(50% - 5px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: var(--color-primary);
  font-weight: 600;
}
.modal-wrap .btns .btn_l {
  color: var(--text-secondary);
  border: var(--border) 1px solid;
  background: #fff;
  line-height: 48px;
}

.terms_area .tit {
  font-size: 14px;
  padding: 10px 15px;
  margin-top: 20px;
}
.terms_area .con {
  padding: 15px;
}

.box_add {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--color-primary);
}
.box_add:before,
.box_add:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.box_add:before {
  width: 10px;
  height: 2px;
}
.box_add:after {
  width: 2px;
  height: 10px;
}
.align_center .box_add {
  width: 49px;
  height: 49px;
}

.nbd_b {
  border-bottom: 0 !important;
}
.table-box .row_btns {
  gap: 2px;
  flex-wrap: wrap;
}
.table-box .row_btns .btn-sm {
  padding: 2px 5px;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
}
.table-box .row_btns .btn-sm + .btn-sm {
  margin: 0;
}

.t-center [class*="btn-"]:only-child {
  max-width: 36rem;
}

.file_input {
  display: flex;
  gap: 10px;
}
.filebutton {
  position: relative;
  width: 120px;
  height: 50px;
  overflow: hidden;
  display: block;
}
.filebutton span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  color: var(--color-primaryDark);
  text-align: center;
  background: #fff;
  vertical-align: top;
  border: var(--color-primaryDark) 1px solid;
}
.filebutton input {
  z-index: 9;
  position: absolute;
  top: -1px;
  left: -100%;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  _cursor: hand;
}
.filebox {
  width: calc(100% - 130px);
  max-width: 44.6rem;
  height: 50px;
  line-height: 48px;
  padding: 0 10px;
  border: var(--border) 1px solid;
  font-size: 18px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* mypage */
  .write-wrap .title .tit-bullet{
    margin-bottom: 0;
    font-weight: 700
  }


/* modal */
.name-sch{
	margin-bottom: 2.6rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: var(--bg-light);
}


.modal-wrap.full.show.pc_show_modal {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .booth-form .booth-sel .sel {
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .session-box .top .info span {
    display: block;
  }

  .session-box .top .info span + span {
    padding-left: 0;
    margin-top: 0.4rem;
  }

  .session-box .top .info span + span::after {
    display: none;
  }

  .speaker-wrap {
    gap: 2rem;
  }

  .speaker-modal .stitle1 {
    padding: 1.8rem 0;
    margin: -2.4rem -2.4rem 3rem;
  }

  .speaker-wrap [class*="speaker"] {
    flex-basis: calc((100% - 2rem) / 2);
  }

  .check-wrap .row .label {
    flex-basis: 10rem;
  }

  .booth-flex .info-list dl dt {
    flex-basis: 13rem;
  }
}

/* mobile */
@media screen and (max-width: 768px) {
  .sub-top .visual {
    height: 20rem;
    padding-bottom: 5rem;
  }

  .sub-top .title h2 {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .sub-top .title h3 {
    font-size: 3.2rem;
  }

  .breadcrumb {
    border-bottom: 0;
  }

  .breadcrumb .inner {
    padding: 0;
  }

  .breadcrumb .home {
    height: 1.4rem;
    background-position: center;
    background-size: 1.4rem;
  }

  .breadcrumb .loca {
    width: calc(50% - 2.5rem);
    min-width: 0;
  }

  .breadcrumb .loca::before,
  .breadcrumb .loca.sec::after {
    height: 1.5rem;
  }

  .breadcrumb .loca.sec::after {
    display: none;
  }

  .breadcrumb .loca button {
    padding: 0 3rem 0 1.6rem;
    line-height: 5rem;
    font-size: 1.5rem;
  }

  .breadcrumb .loca button::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 1rem;
    filter: brightness(10);
  }

  .breadcrumb .loca ul {
    top: 4.4rem;
  }

  .breadcrumb .loca ul li a {
    padding: 0.9rem;
    font-size: 1.3rem;
    text-align: center;
  }

  /* intro */
  .intro1 .heading2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .heading2.bullet {
    padding-top: 1.2rem;
  }

  .heading2.bullet::before {
    width: 7rem;
    height: 0.3rem;
  }

  .stitle1 .t-divide::after {
    height: 1.6rem;
    margin: -2px 1rem 0;
  }

  .tabs-type4 {
    margin-bottom: 3rem;
  }

  .tabs-type4 .inner {
    flex-wrap: wrap;
    row-gap: 0.6rem;
    padding: 0;
  }

  .tabs-type4 button {
    padding: 0.4rem 0 1.1rem;
    flex-basis: 50%;
    flex-grow: 0;
    font-size: 1.5rem;
  }

  .tabs-type4 button:not(:last-child, :nth-last-child(2)) {
    border-bottom: 1px solid var(--border);
  }
  .tabs-type4 button:nth-child(2) {
    border-bottom: 1px solid var(--border);
  }

  .tabs-type4 button.active::before {
    height: 0.3rem;
  }

  .tabs-type4 button + button::after {
    height: 1.3rem;
  }

  .tabs-type4 button:not(:nth-child(even))::after {
    display: none;
  }

  [class*="btn-"].ico-after {
    width: auto;
    padding-right: 3.3rem;
  }

  [class*="btn-"].ico-after::before {
    width: 1.6rem;
    height: 1.6rem;
    right: 1.2rem;
  }

  [class*="btn-"].back {
    padding-left: 4.5rem;
  }

  [class*="btn-"].back::before {
    width: 1.8rem;
    height: 1.8rem;
    left: 1.3rem;
  }

  [class*="btn-"].w-13 {
    width: 11rem;
  }
  [class*="btn-"].w-24 {
    width: 18rem;
  }
  [class*="btn-"].w-35 {
    width: 20rem;
  }

  .table-program {
    width: 100rem;
  }

  .session-list {
    margin-top: 2rem;
  }

  .session-list li + li {
    margin-top: 1rem;
  }

  .session-list li a {
    padding: 1rem 1rem 1rem 3.5rem;
    font-size: 1.5rem;
  }

  .session-list li a:hover::before,
  .session-list li a:focus::before {
    border: 2px solid var(--color-primary);
  }

  .session-list li a::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    left: 1.3rem;
  }

  .session-second .body1 {
    margin-bottom: 2rem;
    padding: 1.2rem 1.4rem;
  }

  .session-box {
    padding: 1.6rem;
  }

  .session-box + .session-box {
    margin-top: 1rem;
  }

  .session-box.dark {
    margin-bottom: 4rem;
  }

  .session-box .stitle2 {
    margin: 0.6rem 0 1.3rem;
  }

  .session-box .top {
    padding-right: 13rem;
  }

  .session-box .top .btn-rg.outline {
    padding-right: 3rem;
  }

  .session-box .top .btn-rg.outline::before {
    width: 1.6rem;
    height: 1.6rem;
    right: 1rem;
  }

  .session-box .top .info {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }

  .session-box .top .info span::before {
    width: 1.3rem;
    height: 1.3rem;
    margin: -2px 0.5rem 0 0;
  }

  .session-box .speaker {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }

  .session-second .abstract {
    padding: 1.6rem;
  }

  .session-second .abstract .stitle2 {
    margin-bottom: 0.8rem;
  }

  .speaker-wrap {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }

  .speaker-wrap [class*="speaker"] {
    padding: 3rem 2rem;
    flex-basis: 100%;
  }

  .speaker-wrap .speaker .info .time {
    padding: 0 1rem;
  }

  .speaker-wrap .speaker .stitle2 {
    margin-top: 1.6rem;
  }

  .speaker-wrap .speaker .profile {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    gap: 1.6rem;
  }

  .speaker-wrap .speaker .profile .right .name b {
    font-size: 2rem;
  }

  .speaker-wrap .speaker .profile .right .group {
    margin-top: 1.2rem;
    gap: 0.6rem;
  }

  .speaker-wrap [class*="speaker"] .btn-sm {
    font-size: 1.4rem;
  }

  .speaker-wrap .speaker-invited .img {
    max-width: 11.9rem;
  }

  .speaker-wrap .speaker-invited .name {
    margin: 0.8rem 0;
    padding-bottom: 0.8rem;
    font-size: 2rem;
  }

  .speaker-wrap .speaker-invited .btn-sm {
    min-width: 15rem;
    margin-top: 1.6rem;
  }

  .tit-box {
    margin-bottom: 1.6rem;
  }

  .banner-abs {
    padding: 3rem 0.6rem;
  }

  .speaker-modal .stitle1 {
    padding: 1.2rem 0;
    margin: -2.4rem -2rem 2rem;
  }

  .speaker-modal .speaker-top .speaker-info {
    column-gap: 1.2rem;
    margin-bottom: 2rem;
    grid-template-columns: 8.5rem 1fr;
  }

  .speaker-modal .speaker-top .speaker-info .img {
    grid-row: 1 / 2;
  }

  .speaker-modal .speaker-top .speaker-info .bullet-gray {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .speaker-modal .speaker-top .speaker-info .bullet-gray .label-cont .label {
    flex-basis: 7rem;
  }

  .speaker-modal .session-box.dark {
    margin-bottom: 2rem;
  }

  .speaker-modal .session-box.d-flex .img {
    flex-basis: 6.2rem;
  }

  .regi-step {
    gap: 1rem;
  }

  .regi-step::before {
    max-width: 30rem;
    width: 75%;
    top: 1.8rem;
  }

  .regi-step div {
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 0;
    padding-left: 0;
    padding-top: 4.5rem;
    text-align: center;
    font-size: 1.3rem;
    background: transparent;
  }

  .regi-step div::before {
    width: 3.6rem;
    height: 3.6rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .check-wrap {
    margin: 2rem 0 3rem;
  }

  .check-wrap .row {
    display: block;
    padding: 1.4rem 0;
  }

  .check-wrap .row .col {
    display: block;
  }

  .check-wrap .row .col + .col {
    padding-top: 1.4rem;
    padding-left: 0;
    margin-top: 1.4rem;
    border-top: 1px solid var(--border);
  }

  .check-wrap .row .label {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }

  .check-wrap .row .label::before {
    top: 0.9rem;
  }

  .check-wrap .row .col .cont {
    text-align: left;
  }

  .check-wrap .row .cont input {
    height: 4.2rem;
  }

  .check-wrap .row .cont input,
  .check-wrap .row .cont .select-wrap {
    max-width: 44.6rem;
    width: 100%;
  }

  .check-wrap .btn-rg {
    margin: 2rem auto 0;
  }

  .check-wrap p a {
    line-height: 28px;
    height: 30px;
    padding: 0 15px;
    font-size: 13px;
  }

  .search-result .box {
    padding: 2rem 0;
    flex-direction: column;
    gap: 2rem;
  }

  .search-result .box .left .top {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.4rem;
  }

  .search-result .box .left .top .tag {
    padding: 0.1rem 1.2rem 0;
  }

  .search-result .box .left .top .t-divide::after {
    display: none;
  }

  .search-result .box .left .stitle2 {
    margin: 1.2rem 0 1.6rem;
    height: 5.2rem;
  }

  .search-result .box .due {
    padding: 0.8rem 0;
    flex-basis: auto;
    flex-direction: row;
    gap: 0.8rem;
    align-items: center;
  }

  /* register */
  .regi-top {
    gap: 1rem;
    flex-direction: column;
  }

  .regi-top dl {
    display: block;
    padding: 1.6rem;
    font-size: 1.8rem;
  }

  .regi-top dl dt {
    padding-left: 3rem;
    padding-right: 0;
    margin-bottom: 0.4rem;
  }

  .regi-top dl dt::before {
    width: 2.2rem;
    height: 2.2rem;
    top: 0.2rem;
  }

  .regi-top dl dt::after {
    display: none;
  }

  .table-regi {
    min-width: 60rem;
  }

  .pay-container .write-wrap .write {
    padding: 1rem 0;
  }

  .pay-container .write-wrap .write .row .mo-flex {
    justify-content: space-between;
  }

  .pay-container .write-wrap .write .row .mo-flex .label {
    flex-basis: auto;
    min-width: 0;
  }

  .pay-container .write-wrap .write .row:not(.input) {
    padding: 0.4rem 0;
  }

  .pay-container .write-wrap .write .row.input {
    padding: 0.8rem 0;
  }

  .pay-container .write-wrap .write .row.input .label {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pay-container .write-wrap .write .row.input .cont {
    padding: 0;
  }

  .member-wrap .check-flex + .check-flex {
    margin-top: 0.4rem;
  }

  .member-wrap .check-flex .checkbox label {
    font-size: 1.3rem;
  }

  .member-wrap .check-flex button {
    color: var(--text-secondary);
    font-size: 1.3rem;
  }

  /* exhibit */
  .info-wrap {
    padding: 2.4rem 2.4rem 1.6rem;
  }

  .info-wrap .eng {
    font-size: 1.3rem;
    letter-spacing: 0.17rem;
  }

  .info-wrap .title {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .bg-light.section {
    padding: 6rem 0;
  }

  .info-list dl {
    display: block;
  }

  .info-list dl dt {
    margin-bottom: 0.4rem;
    padding-left: 1rem;
  }

  .info-list dl dt::before {
    top: 0.7rem;
  }

  .info-list dl dd .t-divide {
    display: block;
  }
  .info-list dl dd .t-divide::after {
    display: none;
  }

  .booth-flex {
    display: block;
  }

  .booth-flex .info-list {
    margin-top: 2rem;
  }

  .booth-box {
    margin-top: 3rem;
  }

  .booth-box .body1 {
    padding-left: 2.2rem;
  }

  .booth-box .body1::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.3rem;
  }

  .tit-flex .group-btn {
    width: 100%;
  }

  .tit-flex .group-btn .btn-rg {
    min-width: calc(50% - 0.5rem);
  }

  .tit-flex.m-flex {
    flex-wrap: nowrap;
  }

  .tit-flex.m-flex .group-btn {
    justify-content: flex-end;
  }

  .btn-rg.download::after {
    width: 1.3rem;
    height: 1.3rem;
    right: 0.8rem;
  }

  .booth-box .box {
    margin-top: 1.6rem;
    padding: 1.4rem;
  }

  .bullet-gray.size-rg li::before {
    top: 0.7rem;
  }

  .booth-form {
    margin-top: 2rem;
  }

  .booth-form .top {
    padding: 1.2rem 1.6rem;
    font-size: 1.5rem;
  }

  .booth-form .booth-sel {
    gap: 1.6rem;
    flex-direction: column;
    padding: 1.8rem 1.6rem;
  }

  .booth-form .booth-sel .sel {
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
  }

  .booth-form .booth-sel .sel .select-wrap {
    width: calc(50% - 0.3rem);
  }

  .booth-form .booth-sel .sel .select-wrap + .select-wrap {
    margin-left: 0;
  }

  .booth-form .booth-sel .sel .btn-rg {
    margin-left: 0;
    margin-top: 1rem;
  }

  .company-list {
    margin-top: 2rem;
    gap: 1.6rem;
    flex-direction: column;
  }

  .company-list .box {
    padding: 1.6rem;
  }

  .company-list .box .top {
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
  }

  .company-list .box .top .name {
    max-width: 70%;
    font-size: 1.9rem;
  }

  .company-list .box .top .img {
    max-width: 13rem;
  }

  .member-bg.member {
    background: #fff;
  }

  .member-wrap .content {
    background: transparent;
  }

  .member-wrap .content .heading2 + .t-secondary {
    margin-bottom: 3rem;
  }

  .write-wrap .write .row.table .cont .row {
    border: 1px solid var(--border);
  }

  .write-wrap .write .row.table .cont .row .label {
    margin-bottom: 0;
  }

  .write-wrap .write .row.table .group-btn.show-mo .btn-md {
    margin-top: 1rem;
    width: 100%;
  }

  .write-wrap .write .row .label .t-ps {
    display: inline-block !important;
    margin-left: 1rem;
    font-weight: 400;
  }

  .write-wrap .m-full.group-btn [class*="btn-"] {
    width: 100%;
  }

  .write-wrap .m-full.group-btn.j-end {
    flex-wrap: nowrap;
  }

  .write-wrap .m-full.group-btn.j-end [class*="btn-"] {
    flex-basis: 100%;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .modal-wrap.full .modal-inner .modal-footer button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1rem;
    padding-right: 1.6rem;
    font-size: 1.3rem;
  }

  .modal-wrap.full .modal-inner .modal-footer button::before {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }

  .modal-wrap.full .modal-inner .write .row .cont.mo-flex {
    gap: 1rem;
  }

  .table-box.m-table .row .label {
    background: #f2f9fd;
  }

  .write-wrap.m-no-border .write .m_bdb .row {
    border-bottom: 1px solid var(--border);
  }

  .table-box.m-table .row .cont.row_btns {
    flex-basis: calc(100% - 8.4rem);
    display: flex;
  }
  .table-box .row_btns .btn-sm {
    flex-basis: calc(50% - 1px);
    border-bottom: var(--color-primary) 1px solid;
    gap: 5px;
  }

  .file_input {
    gap: 1rem;
  }
  .filebutton {
    width: 10rem;
    height: 4.4rem;
  }
  .filebutton span {
    line-height: calc(4.4rem - 2px);
    font-size: 1.4rem;
  }
  .filebox {
    width: calc(100% - 11rem);
    height: 4.4rem;
    line-height: calc(4.4rem - 2px);
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
