input[type=text],
input[type=number],
input[type=password],
input[type=submit],
input[type=search],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 15px;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #838795 !important;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=submit]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #838795 !important;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #838795 !important;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=submit]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #838795 !important;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=submit]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #838795 !important;
}

select {
  width: 100%;
  height: 36px;
  padding: 0 34px 0 7px;
  background: url("/_Resources/Front/2024/images/common/ico_arrowDown_gray_thin.svg") right 12px top 12px no-repeat #fff;
  background-size: 14px;
  border-radius: 5px;
  border: 1px solid #8a94a4;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select.selectConsulting {
  height: 46px;
  background: url("/_Resources/Front/2024/images/common/ico_arrowDown_gray_thin.svg") right 12px top 16px no-repeat #eaedf2;
  background-size: 14px;
  border: none;
  color: #5F6474;
}
select.familySite {
  height: 48px;
  padding: 0 20px;
  background: url("/_Resources/Front/2024/images/common/ico_arrowDown_gray_thin.svg") right 20px top 18px no-repeat #F4F5F6;
  background-size: 17px;
  border-radius: 0;
  border-left: 1px solid #E2E5E9;
  border-right: 1px solid #E2E5E9;
  font-size: 16px;
}

input[type=text], input[type=email], input[type=number] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #8a94a4;
  border-radius: 5px;
}
input[type=text].textConsulting, input[type=email].textConsulting, input[type=number].textConsulting {
  height: 46px;
  background: #eaedf2;
  border: none;
}
input[type=text].textLogin, input[type=email].textLogin, input[type=number].textLogin {
  height: 42px;
}

input[type=password] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #8a94a4;
  border-radius: 5px;
}
input[type=password].pwLogin {
  height: 42px;
}

input[type=tel] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #8a94a4;
  border-radius: 5px;
}
input[type=tel].telConsulting {
  height: 46px;
  background: #eaedf2;
  border: none;
  color: #5F6474;
}

input[type=checkbox] {
  display: inline-block;
  background: url("/_Resources/Front/2024/images/common/check20_off.png") center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: text-bottom;
}
input[type=checkbox]:checked {
  background: url("/_Resources/Front/2024/images/common/check20_on.png") center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}
input[type=checkbox]:disabled {
  background: url("/_Resources/Front/2024/images/common/check20_disable.png") center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}
input[type=checkbox].checkConsulting {
  background: url("/_Resources/Front/2024/images/common/check_con_off.png") center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}
input[type=checkbox].checkConsulting:checked {
  background: url("/_Resources/Front/2024/images/common/check_con_on.png") center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

input[type=checkbox] + label, input[type=checkbox] + span {
  margin: 0 0 0 6px;
}

input[type=radio] {
  display: inline-block;
  background: url("/_Resources/Front/2024/images/common/radio_off.png") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: -1px 0 0 0;
  border: none;
  vertical-align: text-bottom;
}
input[type=radio]:checked {
  background: url("/_Resources/Front/2024/images/common/radio_on.png") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

input[type=radio] + label, input[type=radio] + span {
  margin: -1px 0 0 6px;
}

textarea {
  width: 100%;
  min-height: 140px;
  background: #fff;
  padding: 10px;
  text-align: left;
}

div.fileUploadWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 400px;
}
div.fileUploadWrap input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
div.fileUploadWrap label.btnFileSelect {
  display: block;
  width: 88px;
  height: 36px;
  margin: 0 0 0 10px;
  background: #4c5460;
  border-radius: 5px;
  font-size: 15px;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
}
div.fileUploadWrap input.fileUpload {
  width: calc(100% - 98px);
  vertical-align: middle;
  font-size: 15px;
}

section.eventWrap .deviceSize {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.eventWrap .deviceSize {
    max-width: 100%;
    padding: 0 20px;
  }
}
section.eventWrap .deviceSize img {
  max-width: 100%;
}
section.eventWrap article.bgGray {
  background: #e8ecf1 !important;
}
section.eventWrap article.bgWhite {
  background: #fff !important;
}
section.eventWrap article.bgNavy {
  background: #212341 !important;
}
section.eventWrap div.headerWrap {
  width: 100%;
}
section.eventWrap div.headerWrap div.imgBox {
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  section.eventWrap div.headerWrap div.imgBox img {
    width: auto;
    max-width: 100%;
  }
}
section.eventWrap div.headerWrap div.imgBox div.date {
  position: absolute;
  width: 320px;
  left: 50%;
  margin: 0 auto 0 -160px;
}
@media (max-width: 767px) {
  section.eventWrap div.headerWrap div.imgBox div.date {
    left: 50%;
    width: 280px;
    margin: 0 auto 0 -140px;
  }
}
section.eventWrap div.headerWrap div.imgBox div.date p.bg {
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.eventWrap div.headerWrap div.imgBox div.date p.bg {
    font-size: 14px;
  }
}
section.eventWrap div.headerWrap div.imgBox div.date p.bdr {
  padding: 12px 18px;
  border-radius: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 700;
}
section.eventWrap div.headerWrap div.imgBox div.date span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}
@media (max-width: 767px) {
  section.eventWrap div.headerWrap div.imgBox div.date span {
    font-size: 14px;
  }
}
section.eventWrap div.infoWrap {
  width: 100%;
}
section.eventWrap div.infoWrap div.innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 400px);
  padding: 40px 0;
}
@media (max-width: 1024px) {
  section.eventWrap div.infoWrap div.innerWrap article.scheduleBox {
    width: 65%;
  }
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox h4.calendar {
  width: 217px;
  height: 113px;
  padding: 2px 0 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  color: #221b16;
  letter-spacing: -1px;
  text-align: center;
  background: url("/_Resources/img/event/2023/common/calendar_bg_w.png") no-repeat;
}
@media (max-width: 767px) {
  section.eventWrap div.infoWrap div.innerWrap article.scheduleBox h4.calendar {
    width: 100%;
    height: auto;
    padding: 0;
    background: url("/_Resources/img/event/2023/common/calendar_bg_m.png") no-repeat center;
  }
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox h4.calendar em {
  display: block;
  font-size: 34px;
  font-style: normal;
}
@media (max-width: 767px) {
  section.eventWrap div.infoWrap div.innerWrap article.scheduleBox h4.calendar em {
    display: inline-block;
    width: 48%;
    font-size: 26px;
  }
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox h4.calendar span {
  display: inline-block;
  padding: 3px 0 0 0;
  font-size: 28px;
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox > dl {
  width: calc(100% - 217px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 30px;
  color: #fff;
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox > dl dt {
  width: 120px;
  height: 34px;
  padding: 5px 0;
  margin: 0 20px 5px 0;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox > dl dd {
  width: calc(100% - 140px);
  height: 34px;
  padding: 5px 0;
  margin: 0 0 5px 0;
  text-align: left;
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox p.stxt {
  width: 100%;
  margin: 10px 0 0 245px;
  color: #fff;
  font-weight: 600;
}
section.eventWrap div.infoWrap div.innerWrap article.scheduleBox p.stxt:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-right: 8px;
  vertical-align: middle;
  background: url("/_Resources/img/event/2023/common/ico_alarm_white.png") no-repeat bottom left;
}
section.eventWrap div.infoWrap div.innerWrap div.linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  text-align: right;
}
@media (max-width: 1024px) {
  section.eventWrap div.infoWrap div.innerWrap div.linkBox {
    width: 35%;
  }
}
section.eventWrap div.infoWrap div.innerWrap div.linkBox button.btnGo {
  width: 160px;
  height: 150px;
  margin-left: 20px;
  padding: 40px 0;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1024px) {
  section.eventWrap div.infoWrap div.innerWrap div.linkBox button.btnGo {
    width: 50%;
    height: 130px;
  }
}
@media (max-width: 767px) {
  section.eventWrap div.infoWrap div.innerWrap div.linkBox button.btnGo {
    width: 100%;
    height: 46px;
    padding: 12px 0;
    margin: 6px 0;
    font-size: 16px;
  }
}
section.eventWrap article.promoWrap {
  width: 100%;
  padding: 90px 0;
  background: #fff;
  line-height: 1;
}
section.eventWrap article.promoWrap div.promoDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px;
  border: 5px solid #212529;
  border-radius: 20px;
}
section.eventWrap article.promoWrap div.promoDate div.left {
  width: 40%;
  text-align: left;
}
section.eventWrap article.promoWrap div.promoDate div.left p {
  line-height: 150%;
}
section.eventWrap article.promoWrap div.promoDate div.left p.desc {
  font-size: 24px;
  font-weight: bold;
  color: #df0000;
}
section.eventWrap article.promoWrap div.promoDate div.left p.date {
  font-size: 36px;
  font-weight: bold;
}
section.eventWrap article.promoWrap div.promoDate div.middle {
  width: 40%;
  padding: 0 20px 0 0;
}
section.eventWrap article.promoWrap div.promoDate div.middle > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px;
}
section.eventWrap article.promoWrap div.promoDate div.middle > dl dt {
  width: auto;
  padding: 7px 0;
  margin: 0 10px 0 0;
  text-align: center;
  font-weight: 600;
}
section.eventWrap article.promoWrap div.promoDate div.middle > dl dd {
  width: calc(100% - 140px);
  padding: 7px 0;
  margin: 0;
  text-align: left;
}
section.eventWrap article.promoWrap div.promoDate div.right {
  width: 20%;
}
section.eventWrap article.promoWrap div.promoDate div.right button.btnCounsel {
  width: 100%;
  height: 80px;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 0 #333;
          box-shadow: 0 8px 0 #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.eventWrap article.promoWrap div.promoDate div.right button.btnCounsel:hover {
  -webkit-box-shadow: 0 8px 0 #333;
          box-shadow: 0 8px 0 #333;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
section.eventWrap article.promoWrap div.promoList {
  width: 100%;
  padding: 60px;
  margin: 20px 0 0 0;
  border: 5px solid #212529;
  border-radius: 20px;
}
section.eventWrap article.promoWrap div.promoList.practice {
  padding: 30px 60px 60px 60px;
}
section.eventWrap article.promoWrap div.promoList div.promoTitle {
  margin: 0 0 50px 0;
  text-align: center;
}
section.eventWrap article.promoWrap div.promoList div.promoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
section.eventWrap article.promoWrap div.promoList div.promoItem:last-child {
  padding: 30px 0 0 0;
}
section.eventWrap article.promoWrap div.promoList div.promoItem.bdrBottom {
  border-bottom: 2px dashed #ccc;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left {
  width: 55%;
  padding: 0 20px 0 0;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left div.icoBest {
  width: 70px;
  height: 34px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  background: #df0000;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left p.itemTitle {
  font-size: 34px;
  font-weight: 700;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left p.itemTitle em {
  color: #df0000;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left p.itemInfo {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left p.itemInfo.small {
  margin: 7px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.left a.btnPractice {
  padding: 8px 20px;
  margin: 10px 0 0 0;
  background: #4c5460;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.middle {
  width: 25%;
  text-align: center;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.middle del {
  font-size: 24px;
  font-weight: 600;
  color: #666;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.right {
  width: auto;
  text-align: center;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.right button.btnCounsel {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #df0000;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 0 #bc0000;
          box-shadow: 0 8px 0 #bc0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.right button.btnCounsel:hover {
  -webkit-box-shadow: 0 8px 0 #bc0000;
          box-shadow: 0 8px 0 #bc0000;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.right p.desc {
  margin: 20px 0 0 0;
  font-size: 15px;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.right span.price {
  font-size: 34px;
  font-weight: 700;
  color: #df0000;
}
section.eventWrap article.promoWrap div.promoList div.promoItem div.right span.etc {
  font-size: 28px;
  font-weight: 700;
}
section.eventWrap article.subjectWrap {
  width: 100%;
  padding: 90px 0;
  text-align: center;
}
section.eventWrap article.subjectWrap table.tblSubject {
  width: 100%;
  margin: 60px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.eventWrap article.subjectWrap table.tblSubject {
    margin: 40px 0 0 0;
  }
}
section.eventWrap article.subjectWrap table.tblSubject th {
  background: #424859;
  padding: 18px 10px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  section.eventWrap article.subjectWrap table.tblSubject th {
    padding: 14px 10px;
  }
}
section.eventWrap article.subjectWrap table.tblSubject td {
  background: #f4f5f6;
  border-bottom: 1px solid #fff;
  padding: 16px 16px;
}
@media (max-width: 767px) {
  section.eventWrap article.subjectWrap table.tblSubject td {
    padding: 10px 6px;
  }
}
section.eventWrap article.subjectWrap table.tblSubject td:first-child {
  border-right: 1px solid #fff;
}
section.eventWrap article.subjectWrap table.tblSubject td:last-child {
  border-left: 1px solid #fff;
}
section.eventWrap article.subjectWrap table + table {
  margin: 20px 0 0 0;
}
section.eventWrap article.ubionWrap {
  width: 100%;
  padding: 90px 0;
  background: url("/_Resources/Front/2024/images/event_2025/common/bg_ubion.jpg") top center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  section.eventWrap article.ubionWrap {
    padding: 40px 0;
  }
}
section.eventWrap article.ubionWrap div.inner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
section.eventWrap article.ubionWrap div.inner img.title {
  margin: 0 auto 30px auto;
}
section.eventWrap article.ubionWrap div.inner div.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0 0;
}
@media (max-width: 1024px) {
  section.eventWrap article.ubionWrap div.inner div.btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    margin: 30px 0 0 0;
  }
}
section.eventWrap article.ubionWrap div.inner div.btnWrap a, section.eventWrap article.ubionWrap div.inner div.btnWrap button {
  min-width: 300px;
  height: 65px;
  padding: 0 60px;
  margin: 0 10px;
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  section.eventWrap article.ubionWrap div.inner div.btnWrap a, section.eventWrap article.ubionWrap div.inner div.btnWrap button {
    width: 100%;
    height: 40px;
    margin: 4px 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
  }
}
section.eventWrap article.ubionWrap div.inner div.btnWrap a:hover, section.eventWrap article.ubionWrap div.inner div.btnWrap button:hover {
  -webkit-box-shadow: 0 8px 0 #7558df;
          box-shadow: 0 8px 0 #7558df;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width: 1024px) {
  section.eventWrap article.ubionWrap div.inner div.btnWrap a:hover, section.eventWrap article.ubionWrap div.inner div.btnWrap button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}
section.eventWrap article.ubionWrap div.inner div.btnWrap a.btnCounsel, section.eventWrap article.ubionWrap div.inner div.btnWrap button.btnCounsel {
  padding: 0 0 0 36px;
  background: url("/_Resources/Front/2024/images/event_2025/common/ico_ubion_counsel.png") #8f74f3 no-repeat 32px 12px;
}
@media (max-width: 1024px) {
  section.eventWrap article.ubionWrap div.inner div.btnWrap a.btnCounsel, section.eventWrap article.ubionWrap div.inner div.btnWrap button.btnCounsel {
    padding: 0 60px;
    background: #8f74f3;
  }
}
section.eventWrap article.ubionWrap div.inner div.btnWrap a.btnKakao, section.eventWrap article.ubionWrap div.inner div.btnWrap button.btnKakao {
  padding: 0 0 0 50px;
  background: url("/_Resources/Front/2024/images/event_2025/common/ico_ubion_kakao.png") #8f74f3 no-repeat 32px 14px;
}
@media (max-width: 1024px) {
  section.eventWrap article.ubionWrap div.inner div.btnWrap a.btnKakao, section.eventWrap article.ubionWrap div.inner div.btnWrap button.btnKakao {
    padding: 0 60px;
    background: #8f74f3;
  }
}

.tblScroll {
  width: 100%;
}
.device_m .tblScroll {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.tblScroll table.tblSubject {
  margin: 0 auto;
}

article.epilogue_wrap {
  width: 100%;
  background: #e8ecf1;
  padding: 90px 0 160px 0;
}
@media (max-width: 767px) {
  article.epilogue_wrap {
    padding: 60px 0 50px;
  }
}

div.ubiChatWrap {
  width: 100%;
  padding: 90px 0;
  background: #ecf3fd;
  text-align: center;
}
@media (max-width: 767px) {
  div.ubiChatWrap {
    padding: 40px 0;
  }
}
div.ubiChatWrap img {
  max-width: 100%;
}
div.ubiChatWrap img.title {
  margin: 0 0 40px 0;
}
div.ubiChatWrap div.btnAlign img {
  display: block;
  margin: 0 auto;
}
div.ubiChatWrap div.btnAlign button.btnUbiChat {
  width: 700px;
  height: 80px;
  background: url("/_Resources/Front/2024/images/event_2025/common/ai_input_w.png") no-repeat center;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 8px rgba(65, 67, 71, 0.2);
          box-shadow: 0 2px 8px rgba(65, 67, 71, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.ubiChatWrap div.btnAlign button.btnUbiChat:hover {
  -webkit-box-shadow: 0 8px 0 rgba(65, 67, 71, 0.2);
          box-shadow: 0 8px 0 rgba(65, 67, 71, 0.2);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

article.onlyUbionWrap {
  width: 100%;
  padding: 40px 0 110px 0;
  background: url("/_Resources/Front/2024/images/event_2025/engineer/only_ubion_bg.jpg") top center;
  text-align: center;
}
@media (max-width: 767px) {
  article.onlyUbionWrap {
    padding: 20px 0 55px 0;
  }
  article.onlyUbionWrap img {
    max-width: 100%;
  }
}

section.eventWrap.pqi {
  text-align: center;
}
section.eventWrap.pqi div.imgBox img {
  max-width: 100%;
}
section.eventWrap.pqi div.innerWrap {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.innerWrap {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  section.eventWrap.pqi table.tblDefault {
    width: 750px;
    border-top: 2px solid #212d3d;
    background: #eff1f3;
  }
}
@media (max-width: 1024px) {
  section.eventWrap.pqi table.tblDefault th {
    padding: 15px 10px;
    background: #f0f1f2;
    border-right: 1px solid #dee0e2;
    border-bottom: 1px solid #dee0e2;
    border-left: 1px solid #dee0e2;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  section.eventWrap.pqi table.tblDefault td {
    background: #fff;
    border-right: 1px solid #dee0e2;
    border-bottom: 1px solid #dee0e2;
    border-left: 1px solid #dee0e2;
    font-size: 16px;
  }
}
section.eventWrap.pqi div.headerWrap {
  background: url("/_Resources/Front/2024/images/event_2025/pqi/header_bg.jpg") #fff9cd no-repeat top center;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.headerWrap {
    padding: 20px 0 0 0;
  }
}
section.eventWrap.pqi div.specupWrap {
  padding: 67px 0;
  background: url("/_Resources/Front/2024/images/event_2025/pqi/specup_bg.jpg") #f9f9ed no-repeat top center;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.specupWrap {
    padding: 30px 0;
  }
}
section.eventWrap.pqi div.defineWrap {
  padding: 79px 0;
  background: #fff6b4;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.defineWrap {
    padding: 30px 0;
  }
}
section.eventWrap.pqi div.defineWrap img.title {
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.defineWrap img.title {
    margin: 0 0 20px 0;
  }
}
section.eventWrap.pqi div.defineWrap div.innerWrap:nth-child(2) {
  margin-top: 75px;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.defineWrap div.innerWrap:nth-child(2) {
    margin-top: 35px;
  }
}
section.eventWrap.pqi div.recommendWrap {
  padding: 72px 0 42px 0;
  background: url("/_Resources/Front/2024/images/event_2025/pqi/recommend_bg_w.jpg") #f9f9ed bottom center repeat-y;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.recommendWrap {
    padding: 30px 0;
    background-size: cover;
  }
}
section.eventWrap.pqi div.recommendWrap div.itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 52px;
  margin: 35px 0 0 0;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.recommendWrap div.itemBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 30px 0;
  }
}
section.eventWrap.pqi div.recommendWrap div.itemBox div.item {
  position: relative;
  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: 300px;
  height: 150px;
  margin: 0 0 30px 0;
  background: #fff;
  border: 2px solid #fe6d02;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 8px rgba(122, 102, 87, 0.4);
          box-shadow: 0 4px 8px rgba(122, 102, 87, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.recommendWrap div.itemBox div.item {
    width: 80%;
    height: 60px;
  }
}
section.eventWrap.pqi div.recommendWrap div.itemBox div.item:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #fe6d02;
  border-top: none;
  border-left: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
section.eventWrap.pqi div.recommendWrap div.itemBox div.item:nth-child(1) {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.recommendWrap div.itemBox div.item:nth-child(1) {
    margin-top: 0;
  }
}
section.eventWrap.pqi div.recommendWrap div.itemBox div.item:nth-child(3) {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.recommendWrap div.itemBox div.item:nth-child(3) {
    margin-top: 0;
    margin: 0;
  }
}
section.eventWrap.pqi div.recommendWrap div.itemBox div.item:hover {
  -webkit-box-shadow: 1px -5px 24px 0 rgba(122, 102, 87, 0.4);
          box-shadow: 1px -5px 24px 0 rgba(122, 102, 87, 0.4);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
section.eventWrap.pqi div.recommendWrap div.itemBox div.item p {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  color: #51422a;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.recommendWrap div.itemBox div.item p {
    font-size: 16px;
  }
}
section.eventWrap.pqi div.licenseWrap {
  padding: 170px 0 90px 0;
  background: #fff6b4;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.licenseWrap {
    padding: 90px 15px 30px 15px;
  }
}
section.eventWrap.pqi div.licenseWrap div.innerWrap {
  height: 887px;
  padding: 0 52px;
  background: url("/_Resources/Front/2024/images/event_2025/pqi/license_bg_w.jpg") bottom center no-repeat;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.licenseWrap div.innerWrap {
    height: auto;
    padding: 0 20px 80px 20px;
  }
}
@media (max-width: 767px) {
  section.eventWrap.pqi div.licenseWrap div.innerWrap {
    min-height: 560px;
  }
}
section.eventWrap.pqi div.licenseWrap div.innerWrap img.title {
  margin: -85px 0 40px 0;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.licenseWrap div.innerWrap img.title {
    margin: -50px 0 20px 0;
  }
}
section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox img {
  max-width: 100%;
}
section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox div.item {
  padding: 15px 0 0 0;
  margin: 0 0 45px 0;
  border: 2px dashed #fe6d02;
  border-radius: 40px;
  background: #fff;
}
section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox div.item:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox div.item {
    margin: 0 0 20px 0;
    border-radius: 20px;
  }
}
section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox div.item button.btnLicenseOpen {
  width: 230px;
  height: 110px;
  margin: -15px 0 0 0;
  background: #fe6d02;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox div.item button.btnLicenseOpen:hover {
  -webkit-box-shadow: 0 6px 0 #de5400;
          box-shadow: 0 6px 0 #de5400;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.licenseWrap div.innerWrap div.itemBox div.item button.btnLicenseOpen {
    width: 80%;
    height: 40px;
    margin: 15px 0;
    border-radius: 10px;
    font-size: 16px;
  }
}
section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  min-height: 500px;
  max-height: 700px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1001;
}
@media (max-width: 767px) {
  section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp {
    width: 90%;
    height: 90%;
    max-height: 620px;
    overflow-y: auto;
  }
}
section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp div.popupCont {
  padding: 3rem;
}
@media (max-width: 767px) {
  section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp div.popupCont {
    padding: 60px 1.5rem 1.5rem 1.5rem;
  }
}
section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp div.popupCont p.title {
  display: inline-block;
  padding: 12px 20px;
  margin: 0 auto 16px auto;
  background: #4c5460;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp div.popupCont p.title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp div.popupCont table.tblDefault {
    width: 100%;
    font-size: 16px;
  }
}
section.eventWrap.pqi div.licenseWrap div.licensePopUpWrap div.licensePopUp button.btnClosePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("/_Resources/Front/2024/images/common/ico_close_dgray_thick.svg") no-repeat center;
  background-size: 80%;
  border-radius: 5px;
}
section.eventWrap.pqi div.meritWrap {
  padding: 50px 0 76px 0;
  background: url("/_Resources/Front/2024/images/event_2025/pqi/merit_bg.jpg") top center;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.meritWrap {
    padding: 30px 0;
  }
}
section.eventWrap.pqi div.applyWrap {
  padding: 45px 0;
  background: #ffba40;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.applyWrap {
    padding: 30px 0;
  }
}
section.eventWrap.pqi div.applyWrap div.innerWrap {
  position: relative;
}
section.eventWrap.pqi div.applyWrap div.innerWrap a.btnLicenseApply {
  position: absolute;
  bottom: 55px;
  left: 79px;
  width: 510px;
  height: 90px;
  background: #f26522;
  border-radius: 15px;
  border: 2px solid #402f10;
  -webkit-box-shadow: 0 6px 0 #402f10;
          box-shadow: 0 6px 0 #402f10;
  font-size: 26px;
  font-weight: 600;
  line-height: 88px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.eventWrap.pqi div.applyWrap div.innerWrap a.btnLicenseApply:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.applyWrap div.innerWrap a.btnLicenseApply {
    bottom: 76px;
    left: 90px;
    height: 60px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  section.eventWrap.pqi div.applyWrap div.innerWrap a.btnLicenseApply {
    left: 40px;
    bottom: 13px;
    width: 80%;
    height: 50px;
    margin: 15px 0;
    border-radius: 10px;
    font-size: 16px;
    line-height: 45px;
  }
}
section.eventWrap.pqi div.orgInfoWrap {
  padding: 80px 0;
  background: #fff;
}
section.eventWrap.pqi div.orgInfoWrap p.title {
  font-size: 30px;
  font-weight: 700;
  color: #2f230c;
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.orgInfoWrap p.title {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1024px) {
  section.eventWrap.pqi div.orgInfoWrap div.tblScrollXWrap {
    width: 100%;
    overflow-x: scroll;
    padding: 0 15px;
  }
}
section.eventWrap.pqi div.orgInfoWrap table.tblDefault {
  margin: 30px 0 0 0;
}