@charset "UTF-8";
.login-page-wrap .login-form-wrap .label span {
  font-size: 16px;
  color: var(--btnSetColor);
  font-weight: 600;
}

.sub-result-header-wrap {
  padding-block: 240px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-result-header-wrap .mtit {
  color: #000;
  font-size: 40px;
  text-align: center;
}
.sub-result-header-wrap .mtit p {
  font-size: 34px;
}
.sub-result-header-wrap .mtit span {
  font-size: 34px;
}
.sub-result-header-wrap .stit {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background-color: #eee;
  padding: 20px 10px;
  max-width: 1200px;
  margin: 24px auto 0;
}
.sub-result-header-wrap .stit .t1 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.sub-result-header-wrap .stit p {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
}
.sub-result-header-wrap .stit2 {
  color: #000;
  font-weight: 700;
  margin-top: 20px;
  font-size: 24px;
}
.sub-result-header-wrap .stit2 span {
  color: green;
}
.pc_br {
  display: block;
}
.m_br {
  display: none;
}
@media (max-width: 1024px) {
  .pc_br {
    display: none;
  }
  .m_br {
    display: block;
  }
  .sub-result-header-wrap {
    padding-block: 160px 0;
  }
  .sub-result-header-wrap .mtit {
    font-size: 26px;
  }
  .sub-result-header-wrap .stit {
    margin-top: 10px;
    font-size: 14px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sub-result-header-wrap .mtit.t1 span {
    font-size: 20px !important;
  }
  .sub-result-header-wrap .mtit.t2 span {
    font-size: 24px !important;
  }
  .sub-result-header-wrap .stit.t3 span:first-of-type {
    font-size: 14px;
  }
  .sub-result-header-wrap .stit.t3 span {
    font-size: 18px;
  }
  .sub-result-header-wrap > div > div {
    width: 100% !important;
    padding:0 30px;
    box-sizing: border-box;
  }
}

.result-page-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 80px auto 160px;
}
@media (max-width: 1024px) {
  .result-page-wrap {
    margin: 40px auto 70px;
  }
}
.result-page-wrap .mtit {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
@media (max-width: 1024px) {
  .result-page-wrap .mtit {
    font-size: 20px;
  }
}
.result-page-wrap .recent-chart .chart img {
  width: 100%;
}

.result-tbl-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .result-tbl-top {
    margin-top: 40px;
  }
}
.result-tbl-top .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.result-tbl-top .period-selection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.result-tbl-top .period-selection:not(:first-child)::before {
  content: "-";
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 4px;
}
.result-tbl-top .period-selection::after {
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../image/ico/ico-calendar.svg) no-repeat 50% / cover;
}
@media (max-width: 1024px) {
  .result-tbl-top .period-selection::after {
    width: 15px;
    height: 15px;
    right: 5px;
  }
}
.result-tbl-top .inp {
  border: 1px solid #ededed;
  z-index: 1;
  background: transparent;
  font-weight: 600;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 207px;
  height: 54px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .result-tbl-top .inp {
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
    max-width: auto;
  }
}
.result-tbl-top .excelBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 solid #000;
  color: #000;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  padding-left: 32px;
  background: url(../image//ico/ico-excel.svg) no-repeat 0 50%/24px;
}
@media (max-width: 1024px) {
  .result-tbl-top .excelBtn {
    font-size: 0;
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-left: 6px;
    background: url(../image//ico/ico-excel.svg) no-repeat 50%/24px;
  }
}

.result-tbl {
  border-top: 2px solid #000;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .result-tbl {
    margin-bottom: 40px;
    overflow: scroll;
  }
  table {
    min-width: 500px;
  }
}
.result-tbl table {
  width: 100%;
}
.result-tbl th,
.result-tbl td {
  text-align: center;
  padding-block: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.result-tbl th {
  border-bottom: 1px solid #000;
}

.result-tbl td {
  font-weight: 500;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1024px) {
  .result-tbl th,
  .result-tbl td {
    font-size: 12px;
    
  }
  .result-tbl th {
    word-wrap: break-word;
  }
}
.result-tbl .detailBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 solid #000;
  color: #fff;
  border-radius: 10px;
  background: var(--btnSetColor);
  font-weight: 700;
  margin: 0 auto;
  font-size: 18px;
  width: 100%;
  max-width: 97px;
  height: 44px;
}
@media (max-width: 1024px) {
  .result-tbl .detailBtn {
    max-width: 50%;
    height: 40px;
    font-size: 14px;
  }
}
.result-tbl .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  font-weight: 700;
  color: #000;
  margin: 66px auto;
  max-width: 249px;
  padding: 16px 178px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .result-tbl .moreBtn {
    margin: 20px auto;
    height: 40px;
    font-size: 14px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 0;
  }
}

.latest-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 40px;
  padding-inline: 0;
  gap: 100px;
}
@media (max-width: 1024px) {
  .latest-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 20px;
    padding-inline: 0;
    gap: 20px;
  }
  .latest-chart .chart img {
    width: 100%;
  }
}
.latest-chart-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.latest-chart dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .latest-chart dl {
    gap: 10px;
  }
}
.latest-chart dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.latest-chart dt {
  font-size: 16px;
  font-weight: 600;
  color: #808080;
}
.latest-chart dd {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.latest-chart .info-box {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .latest-chart .info-box {
    margin-top: 20px;
  }
}
.latest-chart .info-box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.latest-chart .info-box .tit b {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .latest-chart .info-box .tit b {
    font-size: 14px;
  }
}
.latest-chart .info-box .normal {
  color: #38acff !important;
}
.latest-chart .info-box .caution {
  color: #f3841d !important;
}
.latest-chart .info-box .danger {
  color: #ff3b2f !important;
}
.latest-chart .stage-wrap {
  box-sizing: border-box;
  border-radius: 10px;
  background: #fafafa;
  padding: 10px 20px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.latest-chart .stage-wrap span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .latest-chart .stage-wrap {
    padding: 10px 10px 20px;
  }
}
.latest-chart .stage-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.latest-chart .stage-label span {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .latest-chart .stage-label span {
    font-size: 14px;
  }
}
.latest-chart .stage-bar {
  flex: 1;
  border-radius: 10px;
  height: 10px;
  background: #dadada;
  overflow: hidden;
}
.latest-chart .stage-bar .bar {
  display: block;
  border-radius: 10px;
  height: 100%;
}
.latest-chart .stage-wrap2 {
  box-sizing: border-box;
  width: calc(( 100% / 2 ) - 50px );
  height: auto;
  border-radius: 10px;
  background: #fafafa;
  padding: 30px 30px 50px;
  margin-top: 10px;
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .latest-chart .stage-wrap2 {
    padding: 10px 10px 20px;
    height: 200px;
    width: 100%;
    gap: initial;
    justify-content: space-between;
  }
}
.latest-chart .stage-bar2 {
  border-radius: 5px;
  width: 24px;
  height: 100%;
  gap: 10px;
  background: #dadada;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.latest-chart .stage-bar2 .bar {
  display: block;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.latest-chart .stage-bar2 .label {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 18px;
}
.dialog-result {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 800px;
  position: relative;
  padding: 63px 60px 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .dialog-result {
    padding: 23px 20px 20px;
    border-radius: 0;
  }
}
.dialog-result-header .tit {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.dialog-result-main {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #919292;
}
.dialog-result-main .t1 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.dialog-result-main .t2 {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-top: 4px;
}
.dialog-result-main .t3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--btnSetColor);
  margin-top: 20px;
}
.dialog-result-main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-inline: 20px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .dialog-result-main dl {
    gap: 10px;
  }
}
.dialog-result-main dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dialog-result-main dt {
  font-size: 16px;
  font-weight: 600;
  color: #808080;
}
.dialog-result-main dd {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.dialog-result-main .mtit {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-align: left;
}
.dialog-result-main .chart {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.dialog-result-main .chart-wrap {
  width: calc((100% / 3) - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dialog-result-main .chart-box img {
  width: 100%;
}
.dialog-result-main .chart-txt .t1 {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}
.dialog-result-main .chart-txt .t2 {
  font-size: 14px;
  margin-top: 6px;
  color: #808080;
}
.dialog-result-main .chart-txt .t3 {
  font-size: 13px;
  margin-top: 4px;
  color: #000;
}
.dialog-result-footer {
  padding-top: 20px;
}
.dialog-result-footer .t1 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.dialog-result-footer .t2 {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-top: 4px;
}
.dialog-result-footer .t3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}
.dialog-result .card {
  border-radius: 10px;
  border: 1px solid #999;
  padding-block: 20px;
}
.dialog-result .card + .card {
  margin-top: 20px;
}
.dialog-result .card.bg-gray {
  border: 0 solid #000;
  background: #f5f5f5;
}

.dialog-mobile-auth {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 519px;
  position: relative;
  padding: 63px 60px 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .dialog-mobile-auth {
    padding: 23px 20px 20px;
    border-radius: 0;
  }
}
.dialog-mobile-auth-header .tit {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.dialog-mobile-auth-main {
  margin-top: 30px;
}
.dialog-mobile-auth-main .t1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.dialog-mobile-auth-main .t2 {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.dialog-mobile-auth-main .inp {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog-mobile-auth-main .error-msg {
  text-align: left;
  width: 100%;
  margin-top: 16px;
  font-size: 13px;
  color: #ff5151;
  font-weight: 600;
}
.dialog-mobile-auth-main button {
  margin-top: 30px;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background: var(--btnSetColor);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: 0;
}

.blank {
  display: inline-block;
  width: 20px;
}

.my-page-wrap .stit {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.my-page-wrap .stxt {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .my-page-wrap .stit {
    font-size: 20px;
  }
  .my-page-wrap .stxt {
    font-size: 14px;
  }
}
.my-page-wrap .login-form-wrap {
  margin: 80px auto 0;
  width: 396px;
  padding: 50px 60px;
  height: auto;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .my-page-wrap .login-form-wrap {
    margin: 20px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
}
.my-page-wrap .login-form-wrap .label {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.my-page-wrap .login-form-wrap .label span {
  font-size: 16px;
  color: var(--btnSetColor);
  font-weight: 600;
}
@media (max-width: 1024px) {
  .my-page-wrap .login-form-wrap .label {
    font-size: 14px;
  }
}
.my-page-wrap .login-form-wrap .label + .label {
  margin-top: 30px;
}
.my-page-wrap .login-form-wrap .form-item-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.my-page-wrap .login-form-wrap .form-item-wrap .inp {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .my-page-wrap .login-form-wrap .form-item-wrap .inp {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.my-page-wrap .login-form-wrap .form-item-wrap .btn-pwd {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 18px;
}
.my-page-wrap .login-form-wrap .form-item-wrap .btn-pwd.on {
  background: url(../image/ico/ico-pwd-show.svg) no-repeat center center;
}
.my-page-wrap .login-form-wrap .form-item-wrap .btn-pwd.on img {
  visibility: hidden;
}
.my-page-wrap .login-form-wrap .form-item-wrap + .label {
  margin-top: 24px;
}
.my-page-wrap .login-form-wrap .error-msg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #ff5151;
}
.my-page-wrap .login-form-wrap .error-msg + .label {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .my-page-wrap .login-form-wrap .error-msg {
    font-size: 12px;
  }
}
.my-page-wrap .login-form-wrap .btn-item-wrap {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.my-page-wrap .login-form-wrap .btn-item-wrap button {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 10px;
  background: var(--btnSetColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .my-page-wrap .login-form-wrap .btn-item-wrap {
    margin-top: 20px;
  }
  .my-page-wrap .login-form-wrap .btn-item-wrap button {
    height: 40px;
    font-size: 14px;
  }
}
.my-page-wrap .join-form-wrap {
  margin-top: 80px;
  width: 100%;
}
.my-page-wrap .join-form-wrap .jform-cont-wrap {
  padding-top: 0;
}
.my-page-wrap .jform-cont-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #ededed;
}
.my-page-wrap .jform-cont-wrap .label {
  max-width: 562px;
}
@media (max-width: 1024px) {
  .my-page-wrap .jform-cont-wrap .label {
    max-width: 540px;
  }
}
.my-page-wrap .jform-cont-wrap .full .label {
  max-width: 562px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .my-page-wrap .jform-cont-wrap .full .label {
    max-width: 540px;
  }
}
.my-page-wrap .jform-cont-wrap .btn-change {
  border: 0 solid #000;
  background-color: transparent;
  font-size: 16px;
  color: var(--btnSetColor);
  font-weight: 600;
  margin-left: auto;
}
.my-page-wrap .jform-cont-wrap .form-item-wrap .inp {
  color: #000;
}

.support-page-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0 160px 0;
}
@media (max-width: 1024px) {
  .support-page-wrap {
    padding: 40px 0 70px 0;
  }
}
.support-page-wrap .mtit {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .support-page-wrap .mtit {
    font-size: 20px;
  }
}
.support-page-wrap .notice-top {
  margin-top: 68px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-top {
    margin-block: 20px 10px;
  }
}
.support-page-wrap .notice-top .total {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-top .total {
    font-size: 13px;
  }
}
.support-page-wrap .notice-top .search-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.support-page-wrap .notice-top .search-select {
  padding-left: 20px;
  width: 140px;
  height: 56px;
  border: 1px solid #ededed;
  font-size: 16px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-top .search-select {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.support-page-wrap .notice-top .search-box {
  width: 340px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-top .search-box {
    width: 120px;
  }
}
.support-page-wrap .notice-top .search-box .inp {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-top .search-box .inp {
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 30px;
  }
}
.support-page-wrap .notice-top .search-box .searchBtn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0 solid #000;
  background: url(../image/ico/ico-search.svg) no-repeat 50% / cover;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-top .search-box .searchBtn {
    right: 10px;
    width: 14px;
    height: 14px;
  }
}
.support-page-wrap .notice-tbl {
  border-top: 2px solid #000;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-tbl {
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto;
  }
}
.support-page-wrap .notice-tbl table {
  width: 100%;
}
.support-page-wrap .notice-tbl th,
.support-page-wrap .notice-tbl td {
  text-align: center;
  padding-block: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.support-page-wrap .notice-tbl th {
  border-bottom: 1px solid #000;
}
.support-page-wrap .notice-tbl th.subject {
  text-align: center;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-tbl th {
    /* display: none; */
  }
}
.support-page-wrap .notice-tbl .no {
  width: 10%;
}
.support-page-wrap .notice-tbl .no span {
  color: #04bc97;
  font-weight: 700;
  font-size: 12px;
}
.support-page-wrap .notice-tbl .author {
  width: 20%;
}
.support-page-wrap .notice-tbl .date {
  width: 20%;
}
.support-page-wrap .notice-tbl .subject {
  width: 60%;
  text-align: left;
  padding-left: 5%;
}
.support-page-wrap .notice-tbl .special td {
  background: rgba(4, 188, 151, 0.05);
}
@media (max-width: 1024px) {
  /* 
  .support-page-wrap .notice-tbl .date {
    width: auto;
  }
   */
  .support-page-wrap .notice-tbl .no {
    text-align: center;
  }
  .support-page-wrap .notice-tbl .author {
    text-align: center;
  }
  .support-page-wrap .notice-tbl .subject {
    width: 30%;
    padding-left: 0;
    text-align: center;
  }
}
.support-page-wrap .notice-tbl td {
  font-weight: 500;
  border-bottom: 1px solid #ededed;
  text-align: center;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-tbl td {
    border-bottom: 0 solid #000;
    text-align: left;
    padding-block: 10px;
    font-size: 12px;
  }
  .support-page-wrap .notice-tbl td:last-child {
    border-bottom: 1px solid #ededed;
  }
  .support-page-wrap .notice-tbl td::before {
    display: none;
  }
  .support-page-wrap .notice-tbl td.no::before {
    content: "번호 :";
  }
  .support-page-wrap .notice-tbl td.subject::before {
    content: "제목 :";
  }
  .support-page-wrap .notice-tbl td.author::before {
    content: "작성자 :";
  }
  .support-page-wrap .notice-tbl td.date::before {
    content: "등록일 :";
  }
}
.support-page-wrap .notice-view {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view {
    margin-block: 40px 10px;
  }
}
.support-page-wrap .notice-view .write-day {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view .write-day {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.support-page-wrap .notice-view .notice-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  margin: 60px auto 0;
  padding: 16px 0;
  border-radius: 10px;
  border: 1px solid var(--btnSetColor);
  color: var(--btnSetColor);
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view .notice-list-btn {
    margin: 20px auto 0;
    padding: 10px 0;
    width: 120px;
    font-size: 14px;
  }
}
.support-page-wrap .notice-view__wrap {
  border-block: 2px solid #000;
}
.support-page-wrap .notice-view__wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support-page-wrap .notice-view__wrap .row div,
.support-page-wrap .notice-view__wrap .row a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view__wrap .row div,
  .support-page-wrap .notice-view__wrap .row a {
    font-size: 14px;
  }
}
.support-page-wrap .notice-view__wrap .row:not(:last-child) {
  border-bottom: 1px solid #ededed;
  padding: 20px 26px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view__wrap .row:not(:last-child) {
    padding: 10px;
  }
}
.support-page-wrap .notice-view__wrap .row.text {
  padding: 40px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.support-page-wrap .notice-view__wrap .row.text ul {
  list-style: disc;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view__wrap .row.text {
    font-size: 14px;
    padding: 20px 10px;
    line-height: 22px;
  }
}
.support-page-wrap .notice-view__wrap .row .th {
  width: 120px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view__wrap .row .th {
    width: 80px;
  }
}
.support-page-wrap .notice-view__wrap .row .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view__wrap .row .td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.support-page-wrap .notice-view__wrap .row .file {
  padding-left: 28px;
  background: url(../image/ico/ico-file.svg) no-repeat 0 50%/20px;
}
.support-page-wrap .notice-view__wrap .row .file span {
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.support-page-wrap .notice-view__wrap .row .file + .file {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .support-page-wrap .notice-view__wrap .row .file {
    padding-left: 18px;
    background: url(../image/ico/ico-file.svg) no-repeat 0 50%/12px;
  }
  .support-page-wrap .notice-view__wrap .row .file span {
    font-size: 14px;
  }
  .support-page-wrap .notice-view__wrap .row .file + .file {
    margin-inline: 0;
    margin-top: 10px;
  }
}
.support-page-wrap .faq-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 68px;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ededed;
}
.support-page-wrap .faq-tab a {
  font-size: 18px;
  color: #a8a8a8;
}
.support-page-wrap .faq-tab a.on {
  color: #000;
}
@media (max-width: 1024px) {
  .support-page-wrap .faq-tab {
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .support-page-wrap .faq-tab a {
    font-size: 14px;
  }
}
.support-page-wrap .faq-total {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .support-page-wrap .faq-total {
    font-size: 13px;
  }
}
.support-page-wrap .faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 30px;
  position: relative;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .support-page-wrap .faq-item {
    padding-block: 15px;
  }
}
.support-page-wrap .faq-item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 37px;
  width: 10px;
  height: 10px;
  background: url(../image/ico/ico-faq.svg) no-repeat 0 0/10px;
}
@media (max-width: 1024px) {
  .support-page-wrap .faq-item::before {
    top: 18px;
  }
}
.support-page-wrap .faq-item.open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.support-page-wrap .faq-item.open .a {
  display: block;
  word-break: break-all;
}
.support-page-wrap .faq-item .q {
  font-size: 16px;
  padding-right: 20px;
}
.support-page-wrap .faq-item .a {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background-color: #ededed;
}
.support-page-wrap .faq-item .a * {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .support-page-wrap .faq-item .q {
    font-size: 14px;
  }
  .support-page-wrap .faq-item .a * {
    font-size: 14px;
    line-height: 20px;
  }
}

.inquiry-page-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0 160px 0;
}
@media (max-width: 1024px) {
  .inquiry-page-wrap {
    padding: 40px 0 70px 0;
  }
}
.inquiry-page-wrap .mtit {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .inquiry-page-wrap .mtit {
    font-size: 20px;
  }
}
.inquiry-page-wrap .stit {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .inquiry-page-wrap .stit {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.inquiry-page-wrap .join-form-wrap {
  width: 100%;
  margin-top: 86px;
}
@media (max-width: 1024px) {
  .inquiry-page-wrap .join-form-wrap {
    margin-top: 40px;
  }
}
.inquiry-page-wrap .jform-cont-wrap {
  padding-top: 0;
}
.inquiry-page-wrap .jform-cont-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 80px;
}
.inquiry-page-wrap .jform-cont-wrap ul li {
  width: calc((100% - 80px) / 2);
}
.inquiry-page-wrap .jform-cont-wrap ul li.full {
  width: 100%;
}
@media (max-width: 1024px) {
  .inquiry-page-wrap .jform-cont-wrap ul li {
    width: 100%;
  }
}
.inquiry-page-wrap .textarea {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 230px;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  overflow-y: auto;
  color: #000;
  resize: none;
}
@media (max-width: 1024px) {
  .inquiry-page-wrap .textarea {
    height: 100px;
    font-size: 14px;
    padding: 10px;
  }
}
.inquiry-page-wrap .btn-item-wrap button {
  width: 390px;
}

.platform-page-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0 160px 0;
}
@media (max-width: 1024px) {
  .platform-page-wrap {
    padding: 40px 0 70px 0;
  }
}
.platform-page-wrap .mtit {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .platform-page-wrap .mtit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.platform-page-wrap .mtxt {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .platform-page-wrap .mtxt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.platform-page-wrap .stit {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .platform-page-wrap .stit {
    font-size: 14px;
    line-height: 20px;
  }
}
.platform-page-wrap .process {
  margin-top: 130px;
  width: 100%;
}
@media (max-width: 1024px) {
  .platform-page-wrap .process {
    margin-top: 50px;
  }
}
.platform-page-wrap .process img {
  width: 100%;
}
.platform-page-bg {
  width: 100%;
  height: 682px;
  position: relative;
  background: url(../image/bg/platform_img.png) no-repeat 50% / cover;
}
.platform-page-bg .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.platform-page-bg .t1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
.platform-page-bg .t2 {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}
.platform-page-wrap .cont-text {
  margin-bottom: 120px;
}
.platform-page-wrap .cont-text .t1 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}
.platform-page-wrap .benefits {
  margin-bottom: 120px;
}
.platform-page-wrap .benefits dt {
  margin-top: 40px;
  color: #04bc97;
  font-size: 22px;
  font-weight: 600;
}
.platform-page-wrap .benefits dd {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 26px;
}
.platform-page-wrap .features {
  margin-top: 40px;
}
.platform-page-wrap .features div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  position: relative;
}
.platform-page-wrap .features div::before {
  order:1;
  content: '';
  display: flex;
  align-self: center;
  width: 52px;
  height: 20px;
  background: url(../image/ico/platform_arrow.svg) no-repeat  0 0 / cover;
}
.platform-page-wrap .features div:not(:first-child) {
  margin-top: 30px;
}
.platform-page-wrap .features dt {
  order:0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 165px;
  border-radius: 20px;
  background: #F2FCFA;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.platform-page-wrap .features dd {
  order:2;
  display: flex;
  align-items: center;
  padding-inline: 30px;
  flex: 1;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}


@media (max-width: 1024px) {
  .platform-page-bg {
    height: 200px;
  }
  .platform-page-bg .inner {
    max-width: 100%;
    justify-content: center;
  }
  .platform-page-bg .t1 {
    font-size: 20px;
  }
  .platform-page-bg .t2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .platform-page-wrap .cont-text {
    margin-bottom: 40px;
  }
  .platform-page-wrap .cont-text .t1 {
    font-size: 14px;
    line-height: 26px;
  }
  .platform-page-wrap .benefits {
    margin-bottom: 40px;
  }
  .platform-page-wrap .benefits dt {
    margin-top: 20px;
    font-size: 16px;
  }
  .platform-page-wrap .benefits dd {
    font-size: 13px;
    margin-top: 5px;
    line-height: 20px;
  }
  .platform-page-wrap .features {
    margin-top: 20px;
  }
  .platform-page-wrap .features div {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    position: relative;
  }
  .platform-page-wrap .features div::before {
    width: 40px;
    height: 15px;
    transform:rotate(90deg);
  }
  .platform-page-wrap .features div:not(:first-child) {
    margin-top: 20px;
  }
  .platform-page-wrap .features dt {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
  }
  .platform-page-wrap .features dd {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
.primary-page-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0 160px 0;
}
@media (max-width: 1024px) {
  .primary-page-wrap {
    padding: 40px 0 70px 0;
  }
}
.primary-page-wrap .mtit {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .mtit {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.primary-page-wrap .mtxt {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .mtxt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.primary-page-wrap .stit {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .stit {
    font-size: 14px;
    line-height: 20px;
  }
}
.primary-page-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .img-wrap {
    margin-top: 10px;
  }
}
.primary-page-wrap .img-wrap img {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1024px) {
  .primary-page-wrap .img-wrap img {
    width: calc((100% - 10px) / 2);
  }
}
.primary-page-wrap .img-wrap + .mtit {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .img-wrap + .mtit {
    margin-top: 20px;
  }
}
.primary-page-wrap .vr-tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px;
  gap: 57px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 20px;
  }
}
.primary-page-wrap .vr-tbl img {
  display: none;
  width: 100%;
}
.primary-page-wrap .vr-tbl > div {
  width: 100%;
  max-width: 362px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div {
    max-width: 100%;
  }
}
.primary-page-wrap .vr-tbl > div .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #000;
  font-weight: 600;
  background-color: #e8e7e7;
  border-radius: 10px;
  font-size: 22px;
  height: 68px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div .t1 {
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
  }
}
.primary-page-wrap .vr-tbl > div .t1::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  bottom: -10px;
  background-color: #e8e7e7;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div .t1::before {
    width: 15px;
    height: 15px;
    bottom: 0px;
  }
}
.primary-page-wrap .vr-tbl > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.primary-page-wrap .vr-tbl > div div dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 330px;
  height: 206px;
  padding: 30px;
  background: url(../image/etc/etc-vr.svg) no-repeat 0 0/330px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div div dl {
    width: 49%;
    height: auto;
    padding: 10px;
    background: #7266ff;
    border-radius: 10px;
  }
}
.primary-page-wrap .vr-tbl > div div dl + dl {
  margin-top: 40px;
  background: url(../image/etc/etc-vr2.svg) no-repeat 0 0/330px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div div dl + dl {
    margin-top: 0;
    background: #ec8f3a;
  }
}
.primary-page-wrap .vr-tbl > div div dl dt {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div div dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.primary-page-wrap .vr-tbl > div div dl dd {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div div dl dd {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.primary-page-wrap .vr-tbl > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 452px;
  gap: 33px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div ul {
    height: auto;
    gap: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.primary-page-wrap .vr-tbl > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  width: 260px;
  height: 88px;
  border-radius: 10px;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div ul li {
    width: 49%;
    height: 40px;
    font-size: 14px;
  }
}
.primary-page-wrap .vr-tbl > div ul .l1 {
  background: #cff2ee;
  color: #000;
}
.primary-page-wrap .vr-tbl > div ul .l2 {
  background: var(--btnSetColor);
  color: #fff;
}
.primary-page-wrap .vr-tbl > div.vr1 {
  position: relative;
}
.primary-page-wrap .vr-tbl > div.vr1::before {
  content: "";
  display: block;
  position: absolute;
  top: 156px;
  left: -75px;
  width: 126px;
  height: 365px;
  background: url(../image/ico/ico-line2.svg) no-repeat 0 0 / cover;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div.vr1::before {
    display: none;
  }
}
.primary-page-wrap .vr-tbl > div.vr2 {
  position: relative;
}
.primary-page-wrap .vr-tbl > div.vr2::before {
  content: "";
  display: block;
  position: absolute;
  top: 156px;
  left: -116px;
  width: 174px;
  height: 365px;
  background: url(../image/ico/ico-line3.svg) no-repeat 0 0 / cover;
}
@media (max-width: 1024px) {
  .primary-page-wrap .vr-tbl > div.vr2::before {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .primary-page-wrap .vr-tbl > div {
    display: none;
  }
  .primary-page-wrap .vr-tbl img {
    display: block;
  }
}
.primary-list {
  display: flex;
  gap: 20px;
  margin-bottom: 100px;
}
.primary-item {
  width: calc(( 100% - 20px ) / 3);
}
.primary-item img {
  width: 100%;
}
.primary-item .t1 {
  font-size: 22px;
  margin-block: 10px;
  color:#000;
  font-weight: 500;
}
.primary-item .t2 {
  font-size: 18px;
  color:#000;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .primary-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .primary-item {
    width: 100%;
  }

  .primary-item .t1 {
    font-size: 18px;
    margin-block: 10px;
  }
  .primary-item .t2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dialog.open {
  display: flex !important;
}
.dialog .closedBtn {
  border: 0 solid #000;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 24px;
  height: 24px;
  background: url(../image/ico/ico-closed.svg) no-repeat center/cover;
}
@media (max-width: 1024px) {
  .dialog {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
  }
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.paging-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #c1c1c1;
  font-weight: 700;
}
.paging-btn[disabled] {
  opacity: 0.3;
}
.paging-btn.current {
  color: #000;
}
.paging-btn.prev {
  background: url(../image/ico/ico-arrow-left.svg) no-repeat center/20px;
}
.paging-btn.next {
  background: url(../image/ico/ico-arrow-right.svg) no-repeat center/20px;
}
@media (max-width: 1024px) {
  .paging {
    gap: 12px;
    margin-top: 20px;
  }
  .paging-btn {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

.sub-view-header-wrap .video-item-wrap {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .sub-view-header-wrap .video-item-wrap {
    padding-top: 56.25%;
    height: auto;
  }
}
.sub-view-header-wrap .video-item-wrap iframe {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: calc(100% - 90px);
}
@media (max-width: 1024px) {
  .sub-view-header-wrap .video-item-wrap iframe {
    top: 60px;
    height: calc(100% - 60px);
  }
}

.layer_popup {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 5px solid #b5b5b0;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
/**
#layer_popup1 {
  left: 0;
  top:0;
}
#layer_popup2 {
  right:0;
  top:0;
}
** */
.layer_popup .btn_box {
  width: 100%;
  margin: 0 0 3px;
  padding-top: 3px;
  padding-right: 20px;
  border-top: 1px solid #ddd;
  text-align: right;
  background-color: #eee;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  box-sizing: border-box;
}
.layer_popup .btn_box label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layer_popup .btn_box input[type="checkbox"] {
  float: none;
  margin-left: 5px;
}
.layer_popup a.btn_close {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: var(--btnSetColor);
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}
.layer_popup a.btn_close:hover {
  border: 1px solid #091940;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  text-decoration: none;
}

#popup_area {
  position: fixed;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 1020px;
  display: flex;
  z-index: 99;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1024px) {
  #popup_area {
    top: 80px;
    width: 90%;
  }
  #popup_area .layer_popup {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.custom-rect {
  fill: var(--btnSetColor);
}
.btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 solid #000;
  color: #fff;
  border-radius: 10px;
  background: var(--btnSetColor);
  font-weight: 700;
  margin: 0 auto;
  font-size: 18px;
  width: 100%;
  max-width: 97px;
  height: 44px;
}
@media (max-width: 1024px) {
  .btn_submit {
    max-width: 50px;
    height: 40px;
    font-size: 14px;
  }
}
.terms {
  width: calc( 100% - 40px );
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 160px 0;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .terms {
    padding: 50px 0 100px 0;
    font-size: 13px;
    line-height: 1.5em;
  }
  .terms table {
    min-width: 100%;
  }
  
}