@charset "UTF-8";
/*event.scss*/
/*_base.scss*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
body {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, svg, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  border: 0 none;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
  font-family: "Malgun Gothic", "DroidFont", apple sd gothic neo, sans-serif !important;
}
pre a {
  font-size: inherit !important;
  background: none !important;
  color: #006fe1 !important;
}

/* Forms */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input:focus {
  outline: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* 민형 추가 */
em, address {
  font-style: normal;
}

p {
  margin: 0;
}

dl, ul, ol, menu, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blind {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#skipToContent {
  display: none;
}

.hidden {
  display: none !important;
}

.visib_hide {
  visibility: hidden;
}

.pt_15 {
  padding-top: 15px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*_mixins.scss*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*_colors.scss*/
/*_buttons.scss*/
/*_buttons2.scss*/
/*_placeholder.scss*/
a.board_link_btn {
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
a.board_link_btn.blue {
  background: #0b71b9;
}

/*_placeholder2.scss*/
/*_placeholder3.scss*/
html {
  scroll-behavior: smooth;
}

section {
  padding: 0;
}

div.subject_data_260921 {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #161c1c;
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "맑은고딕", "Malgun Gothic", sans-serif;
  word-break: keep-all;
}
div.subject_data_260921 * {
  box-sizing: border-box;
}
div.subject_data_260921 p,
div.subject_data_260921 span,
div.subject_data_260921 strong,
div.subject_data_260921 em {
  margin: 0;
  padding: 0;
  font-style: normal;
}
div.subject_data_260921 .wrap_1140 {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  div.subject_data_260921 .wrap_1140 {
    width: auto;
    margin: 0 32px;
  }
}
div.subject_data_260921 section.header_sc {
  position: relative;
  height: 930px;
  overflow: hidden;
  background: #fff;
}
div.subject_data_260921 section.header_sc .header_visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 1570px;
  height: 930px;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
div.subject_data_260921 section.header_sc .header_bg_objects {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
div.subject_data_260921 section.header_sc .header_bg_objects .bg_object {
  position: absolute;
  display: block;
  border-radius: 50%;
  will-change: transform;
  animation: header-object-float 4.5s ease-in-out infinite alternate;
}
div.subject_data_260921 section.header_sc .header_bg_objects .object_01 {
  top: 8%;
  left: 4%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 35% 35%, rgba(56, 189, 248, 0.2), rgba(59, 97, 222, 0.04) 65%, transparent 70%);
}
div.subject_data_260921 section.header_sc .header_bg_objects .object_02 {
  top: 13%;
  right: 9%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(59, 97, 222, 0.18);
  box-shadow: inset 0 0 60px rgba(56, 189, 248, 0.08), 0 0 80px rgba(59, 97, 222, 0.05);
  animation-duration: 6s;
  animation-delay: -3s;
}
div.subject_data_260921 section.header_sc .header_bg_objects .object_03 {
  right: 38%;
  bottom: 11%;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.13), rgba(59, 97, 222, 0.03));
  animation-duration: 3.5s;
  animation-delay: -5s;
}
div.subject_data_260921 section.header_sc .header_bg_objects .object_04 {
  bottom: -80px;
  left: 9%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow: inset 0 0 90px rgba(59, 97, 222, 0.05);
  animation-duration: 7s;
  animation-delay: -7s;
}
div.subject_data_260921 section.header_sc .header_bg_objects .object_05 {
  top: 38%;
  left: 48%;
  width: 36px;
  height: 36px;
  background: rgba(59, 97, 222, 0.13);
  box-shadow: 0 0 30px rgba(59, 97, 222, 0.18);
  animation-duration: 3s;
  animation-delay: -2s;
}
div.subject_data_260921 section.header_sc .wrap_1140 {
  position: relative;
  z-index: 1;
  padding-top: 170px;
}
div.subject_data_260921 section.header_sc .header_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
div.subject_data_260921 section.header_sc .header_title .flag {
  padding: 8px 10px;
  border: 1px solid #3b61de;
  color: #3b61de;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
div.subject_data_260921 section.header_sc .header_title .title_sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.header_sc .header_title .title_main {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.5px;
}
div.subject_data_260921 section.header_sc .header_title .title_main span {
  display: block;
}
div.subject_data_260921 section.header_sc .header_title .title_main em {
  background: linear-gradient(90deg, #38bdf8 0%, #3b61de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
div.subject_data_260921 section.header_sc .header_title .title_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
div.subject_data_260921 section.header_sc .header_info_list {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
div.subject_data_260921 section.header_sc .header_info_item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 560px;
  height: 197px;
  padding: 48px;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}
@media (min-width: 601px) {
  div.subject_data_260921 section.header_sc .header_info_item {
    height: auto;
    padding: 24px 40px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_detail {
    align-self: center;
    justify-content: center;
    padding-top: 0;
  }
}
div.subject_data_260921 section.header_sc .header_info_item .info_label {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
div.subject_data_260921 section.header_sc .header_info_item .info_label img {
  width: 60px;
  height: 67px;
  object-fit: contain;
}
div.subject_data_260921 section.header_sc .header_info_item .info_label strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
div.subject_data_260921 section.header_sc .header_info_item .info_detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
div.subject_data_260921 section.header_sc .header_info_item .info_detail > strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
}
div.subject_data_260921 section.header_sc .header_info_item .info_detail .price {
  display: flex;
  align-items: center;
  gap: 12px;
}
div.subject_data_260921 section.header_sc .header_info_item .info_detail .price span {
  font-size: 14px;
  line-height: 20px;
  text-decoration: line-through;
}
div.subject_data_260921 section.header_sc .header_info_item .info_detail .price em {
  color: #3b61de;
  font-size: 18px;
  line-height: 24px;
}
@keyframes header-object-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  100% {
    transform: translate3d(60px, -80px, 0) rotate(25deg) scale(1.18);
  }
}
div.subject_data_260921 section.example_sc {
  padding: 100px 0;
  background: #fff;
}
div.subject_data_260921 section.example_sc .wrap_1140 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
div.subject_data_260921 section.example_sc .main_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
div.subject_data_260921 section.example_sc .main_title h4 {
  margin: 0;
  font-family: inherit;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
div.subject_data_260921 section.example_sc .main_title h4 em {
  color: #3b61de;
}
div.subject_data_260921 section.example_sc .main_title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
div.subject_data_260921 section.example_sc .example_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
div.subject_data_260921 section.example_sc .sub_title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.example_sc .sub_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #38bdf8 0%, #3b61de 47%, #6a33c8 100%);
}
div.subject_data_260921 section.example_sc .example_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.example_sc .example_item {
  display: flex;
  flex: 0 0 270px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 270px;
  height: 550px;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  background: #fff;
  box-shadow: 0 15px 15px #ebf0f4;
}
div.subject_data_260921 section.example_sc .example_item .item_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
div.subject_data_260921 section.example_sc .example_item .img_slot {
  position: relative;
  width: 220px;
  height: 120px;
  overflow: hidden;
  background: #f5f7fa;
}
div.subject_data_260921 section.example_sc .example_item .img_slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
div.subject_data_260921 section.example_sc .example_item h6 {
  width: 100%;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
div.subject_data_260921 section.example_sc .example_item .summary,
div.subject_data_260921 section.example_sc .example_item .description {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
div.subject_data_260921 section.example_sc .example_item .description {
  color: #6b7280;
}
div.subject_data_260921 section.example_sc .example_item .tag_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.example_sc .example_item .tag_area > strong {
  width: 100%;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
div.subject_data_260921 section.example_sc .example_item .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
}
div.subject_data_260921 section.example_sc .example_item .tag_list span {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ebeffc;
  color: #3b61de;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
div.subject_data_260921 section.example_sc .example_bottom {
  width: 100%;
  padding: 20px;
  background: linear-gradient(90deg, rgba(227, 246, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  text-align: center;
}
div.subject_data_260921 section.example_sc .example_bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
div.subject_data_260921 section.curriculum_sc {
  padding: 100px 0;
  background: #fff;
}
div.subject_data_260921 section.curriculum_sc > .wrap_1140 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
div.subject_data_260921 section.curriculum_sc .main_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
div.subject_data_260921 section.curriculum_sc .main_title h4 {
  margin: 0;
  font-family: inherit;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
div.subject_data_260921 section.curriculum_sc .main_title h4 em {
  color: #3b61de;
}
div.subject_data_260921 section.curriculum_sc .main_title p {
  font-size: 18px;
  line-height: 24px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_cont,
div.subject_data_260921 section.curriculum_sc .table_cont,
div.subject_data_260921 section.curriculum_sc .technic_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
}
div.subject_data_260921 section.curriculum_sc .sub_title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.curriculum_sc .sub_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #38bdf8 0%, #3b61de 47%, #6a33c8 100%);
}
div.subject_data_260921 section.curriculum_sc .curriculum_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.curriculum_sc .curriculum_item {
  display: flex;
  flex: 0 0 212px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 212px;
  height: 272px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  background: #fff;
  box-shadow: 0 15px 15px #ebf0f4;
}
div.subject_data_260921 section.curriculum_sc .curriculum_item .icon_slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 90px;
  overflow: hidden;
  background: #f5f7fa;
}
div.subject_data_260921 section.curriculum_sc .curriculum_item .icon_slot img {
  width: auto;
  max-width: 88px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
div.subject_data_260921 section.curriculum_sc .curriculum_item .item_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_item .item_text h6 {
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_item .item_text p {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_table {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row {
  display: grid;
  grid-template-columns: 100px 183px 1fr 203px;
  width: 100%;
  border-bottom: 1px solid #d1d5db;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .weeks,
div.subject_data_260921 section.curriculum_sc .curriculum_row .course_name,
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .weeks {
  background: #edf9fe;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .weeks.split {
  align-items: stretch;
  flex-direction: column;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .weeks.split strong {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .weeks.split strong + strong {
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .course_name {
  padding: 20px;
  border-right: 1px solid #d1d5db;
  text-align: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .course_name.split {
  align-items: stretch;
  flex-direction: column;
  padding: 0;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .course_name.split strong {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .course_name.split strong + strong {
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .course_detail {
  display: flex;
  flex-direction: column;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line {
  display: grid;
  grid-template-columns: 228px 1fr;
  min-height: 100px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line + .detail_line {
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line.short {
  min-height: 81px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line .detail_title,
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line > ul,
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line .detail_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line .detail_title {
  border-right: 1px solid #d1d5db;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line ul li {
  display: flex;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line ul li:before {
  content: "";
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  margin: 8px 6px 0 0;
  background: #000;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line .detail_copy {
  align-items: flex-start;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line .detail_copy ul {
  padding: 0;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .detail_line .detail_copy p {
  margin-top: 12px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_area {
  padding: 8px;
  background: #f5f7fa;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_icons {
  display: grid;
  grid-template-columns: repeat(3, 60px);
  gap: 0;
  width: 180px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_icons.four {
  grid-template-columns: repeat(3, 60px);
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_icons.two {
  display: flex;
  justify-content: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_icons.three {
  display: flex;
  justify-content: center;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row .tool_icons img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row.project_row .detail_line {
  min-height: 240px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row.project_row.last .detail_line.short {
  min-height: 80px;
}
div.subject_data_260921 section.curriculum_sc .curriculum_row:first-child .detail_line > ul {
  padding: 16px;
}
div.subject_data_260921 section.curriculum_sc .technic_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.curriculum_sc .technic_item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 134px;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #f5f7fa;
}
div.subject_data_260921 section.curriculum_sc .technic_item .technic_img {
  display: flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
div.subject_data_260921 section.curriculum_sc .technic_item .technic_img img {
  object-fit: contain;
}
div.subject_data_260921 section.curriculum_sc .technic_item > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
div.subject_data_260921 section.curriculum_sc .technic_item > div:last-child h6 {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
div.subject_data_260921 section.curriculum_sc .technic_item > div:last-child p {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 section.curriculum_sc .technic_item:nth-child(1) .technic_img img {
  width: 60px;
  height: 66px;
}
div.subject_data_260921 section.curriculum_sc .technic_item:nth-child(2) .technic_img img {
  width: 85px;
  height: 84px;
}
div.subject_data_260921 section.curriculum_sc .technic_item:nth-child(3) .technic_img img {
  width: 85px;
  height: 65px;
}
div.subject_data_260921 section.curriculum_sc .technic_item:nth-child(4) .technic_img img {
  width: 85px;
  height: 61px;
}
div.subject_data_260921 section.curriculum_sc .technic_item:nth-child(5) .technic_img img {
  width: 78px;
  height: 80px;
}
div.subject_data_260921 section.curriculum_sc .technic_item:nth-child(6) .technic_img img {
  width: 65px;
  height: 80px;
}
div.subject_data_260921 section.curriculum_sc .techstack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 40px;
  border-radius: 24px;
  background: linear-gradient(90deg, #edf9fe 0%, #4c82e6 100%);
}
div.subject_data_260921 section.curriculum_sc .techstack .techstack_header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
}
div.subject_data_260921 section.curriculum_sc .techstack .techstack_header h6 {
  margin: 0;
  font-family: inherit;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
div.subject_data_260921 section.curriculum_sc .techstack .techstack_header p {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 section.curriculum_sc .techstack .techstack_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 774px;
  padding: 24px;
}
div.subject_data_260921 section.curriculum_sc .techstack .techstack_list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 59px;
  height: 59px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
div.subject_data_260921 section.curriculum_sc .techstack .techstack_list img {
  width: auto;
  max-width: 71px;
  height: auto;
  max-height: 27px;
  object-fit: contain;
}
div.subject_data_260921 section.project_sc {
  padding: 100px 0;
  background: #fff;
}
div.subject_data_260921 section.project_sc > .wrap_1140 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
div.subject_data_260921 section.project_sc .main_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
div.subject_data_260921 section.project_sc .main_title h4 {
  margin: 0;
  font-family: inherit;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
div.subject_data_260921 section.project_sc .main_title h4 em {
  color: #3b61de;
}
div.subject_data_260921 section.project_sc .main_title p {
  font-size: 18px;
  line-height: 24px;
}
div.subject_data_260921 section.project_sc .project_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}
div.subject_data_260921 section.project_sc .project_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  padding: 24px;
  border: 1px solid #d1d5db;
  background: #fff;
  box-shadow: 0 15px 15px #ebf0f4;
  cursor: pointer;
}
div.subject_data_260921 section.project_sc .project_item:focus-visible {
  outline: 3px solid rgba(59, 97, 222, 0.35);
  outline-offset: 3px;
}
div.subject_data_260921 section.project_sc .project_item .project_img {
  width: 500px;
  height: 280px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  background: #f5f7fa;
}
div.subject_data_260921 section.project_sc .project_item .project_img img {
  width: 500px;
  height: 282px;
  max-width: none;
  opacity: 0.4;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
div.subject_data_260921 section.project_sc .project_item .project_img:hover img {
  opacity: 1;
}
div.subject_data_260921 section.project_sc .project_item .project_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
div.subject_data_260921 section.project_sc .project_item .project_header > span {
  padding: 4px 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #38bdf8 0%, #3b61de 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
div.subject_data_260921 section.project_sc .project_item .project_header h5 {
  width: 100%;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
div.subject_data_260921 section.project_sc .project_item .project_desc {
  width: 100%;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
div.subject_data_260921 section.project_sc .project_item .project_tags {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.project_sc .project_item .project_tags > strong {
  flex: 0 0 auto;
  color: #9ca3af;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
div.subject_data_260921 section.project_sc .project_item .project_tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
div.subject_data_260921 section.project_sc .project_item .project_tags span {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ebeffc;
  color: #3b61de;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
div.subject_data_260921 section.project_sc .project_work_modal .modal-dialog {
  width: calc(100% - 32px);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
div.subject_data_260921 section.project_sc .project_work_modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
}
div.subject_data_260921 section.project_sc .project_work_modal .modal-header {
  align-items: center;
}
div.subject_data_260921 section.project_sc .project_work_modal .modal-header .modal-title {
  padding-right: 20px;
  color: #161c1c;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
div.subject_data_260921 section.project_sc .project_work_modal .modal-header .close {
  flex: 0 0 auto;
}
div.subject_data_260921 section.project_sc .project_work_modal .modal-body {
  max-height: calc(100vh - 150px);
  padding: 0;
  overflow-y: auto;
}
div.subject_data_260921 section.project_sc .project_work_modal .carousel-inner img {
  display: block;
  width: 100%;
  height: auto;
}
div.subject_data_260921 section.project_sc .project_work_modal .carousel-control-prev,
div.subject_data_260921 section.project_sc .project_work_modal .carousel-control-next {
  width: 10%;
}
div.subject_data_260921 section.project_sc .project_work_modal .carousel-control-prev-icon,
div.subject_data_260921 section.project_sc .project_work_modal .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-size: 100%;
}
div.subject_data_260921 section.project_sc .project_work_modal .carousel-control-prev-icon {
  background-image: url("../../img/sub/subject_data_260206/prev.png");
}
div.subject_data_260921 section.project_sc .project_work_modal .carousel-control-next-icon {
  background-image: url("../../img/sub/subject_data_260206/next.png");
}
div.subject_data_260921 section.project_sc .ability_cont {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
div.subject_data_260921 section.project_sc .sub_title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.project_sc .sub_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #38bdf8 0%, #3b61de 47%, #6a33c8 100%);
}
div.subject_data_260921 section.project_sc .ability_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.project_sc .ability_item {
  display: flex;
  flex: 0 0 212px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 212px;
  padding: 32px;
  background: #f5f7fa;
}
div.subject_data_260921 section.project_sc .ability_item .ability_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
}
div.subject_data_260921 section.project_sc .ability_item .ability_img img {
  width: auto;
  max-width: 84px;
  height: auto;
  max-height: 73px;
  object-fit: contain;
}
div.subject_data_260921 section.project_sc .ability_item .ability_txt {
  width: 100%;
  text-align: center;
}
div.subject_data_260921 section.project_sc .ability_item h6 {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
}
div.subject_data_260921 section.project_sc .ability_item p {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
div.subject_data_260921 section.special_sc {
  padding: 100px 0;
  background: #fff;
}
div.subject_data_260921 section.special_sc .special_badge {
  display: inline-block;
  padding: 4px 16px;
  background: linear-gradient(90deg, #38bdf8 0%, #3b61de 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
div.subject_data_260921 section.special_sc .special_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  margin-top: 10px;
}
div.subject_data_260921 section.special_sc .main_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
div.subject_data_260921 section.special_sc .main_title h4 {
  margin: 0;
  font-family: inherit;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
div.subject_data_260921 section.special_sc .main_title h4 em {
  color: #3b61de;
}
div.subject_data_260921 section.special_sc .main_title p {
  font-size: 18px;
  line-height: 24px;
}
div.subject_data_260921 section.special_sc .special_cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
div.subject_data_260921 section.special_sc .price_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.special_sc .price_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  width: 560px;
  min-height: 167px;
  padding: 32px;
  border-radius: 24px;
  background: #f5f7fa;
}
div.subject_data_260921 section.special_sc .price_item .price_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d5db;
}
div.subject_data_260921 section.special_sc .price_item .price_header strong,
div.subject_data_260921 section.special_sc .price_item .price_header span {
  font-size: 16px;
  line-height: 22px;
}
div.subject_data_260921 section.special_sc .price_item .price_header strong {
  font-weight: 700;
}
div.subject_data_260921 section.special_sc .price_item .price_header span {
  text-decoration: line-through;
}
div.subject_data_260921 section.special_sc .price_item .price_header em {
  color: #3b61de;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.special_sc .price_item .price_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
}
div.subject_data_260921 section.special_sc .price_item .price_bottom > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.subject_data_260921 section.special_sc .price_item .price_bottom p {
  color: #6b7280;
  font-size: 16px;
  line-height: 22px;
}
div.subject_data_260921 section.special_sc .price_item .price_bottom small {
  color: #9ca3af;
  font-size: 12px;
  line-height: 18px;
}
div.subject_data_260921 section.special_sc .price_item .price_bottom > strong {
  color: #3b61de;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}
div.subject_data_260921 section.special_sc .benefit_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.special_sc .benefit_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  padding: 32px;
  overflow: hidden;
  border-radius: 24px;
}
div.subject_data_260921 section.special_sc .benefit_item.blue {
  background: #ebf8fe;
}
div.subject_data_260921 section.special_sc .benefit_item.navy {
  background: #ebeffc;
}
div.subject_data_260921 section.special_sc .benefit_item > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 226px;
}
div.subject_data_260921 section.special_sc .benefit_item h5 {
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
div.subject_data_260921 section.special_sc .benefit_item p {
  color: #6b7280;
  font-size: 14px;
  line-height: 21px;
}
div.subject_data_260921 section.special_sc .benefit_item .benefit_img {
  display: flex;
  flex: 0 0 78px;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
}
div.subject_data_260921 section.special_sc .benefit_item .benefit_img img {
  width: auto;
  max-width: 80px;
  height: auto;
  max-height: 71px;
  object-fit: contain;
}
div.subject_data_260921 section.employment_sc {
  padding: 100px 0;
  background: #fff;
}
div.subject_data_260921 section.employment_sc > .wrap_1140 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
div.subject_data_260921 section.employment_sc .main_title {
  width: 100%;
}
div.subject_data_260921 section.employment_sc .main_title h4 {
  margin: 0;
  font-family: inherit;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
div.subject_data_260921 section.employment_sc .employstep_cont,
div.subject_data_260921 section.employment_sc .employreview_cont,
div.subject_data_260921 section.employment_sc .employcerti_cont {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
div.subject_data_260921 section.employment_sc .sub_title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.employment_sc .sub_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #38bdf8 0%, #3b61de 47%, #6a33c8 100%);
}
div.subject_data_260921 section.employment_sc .employstep_list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
div.subject_data_260921 section.employment_sc .employstep_item {
  display: flex;
  flex: 0 0 190px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 190px;
  padding: 0 20px 20px;
  text-align: center;
}
div.subject_data_260921 section.employment_sc .employstep_item .step_line {
  width: 190px;
  height: 15px;
  max-width: none;
  margin: 0 -20px;
}
div.subject_data_260921 section.employment_sc .employstep_item .step {
  padding: 8px;
  color: #3b61de;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
div.subject_data_260921 section.employment_sc .employstep_item .step_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: #f5f7fa;
}
div.subject_data_260921 section.employment_sc .employstep_item .step_img img {
  width: auto;
  max-width: 58px;
  height: auto;
  max-height: 47px;
  object-fit: contain;
}
div.subject_data_260921 section.employment_sc .employstep_item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
div.subject_data_260921 section.employment_sc .employstep_item > div:last-child h6 {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
div.subject_data_260921 section.employment_sc .employstep_item > div:last-child p {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 section.employment_sc .employreview_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.employment_sc .review_item {
  display: flex;
  flex: 0 0 366px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 366px;
  min-height: 464px;
  padding: 40px;
  background: linear-gradient(90deg, rgba(227, 246, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
div.subject_data_260921 section.employment_sc .review_item .review_img {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: #3b61de;
}
div.subject_data_260921 section.employment_sc .review_item .review_img img {
  position: absolute;
  max-width: none;
}
div.subject_data_260921 section.employment_sc .review_item .review_img.people img {
  width: 340px;
  height: 194px;
}
div.subject_data_260921 section.employment_sc .review_item .review_img.people.first img {
  top: 3.5px;
  left: -7px;
}
div.subject_data_260921 section.employment_sc .review_item .review_img.people.second img {
  top: 12.5px;
  left: -162px;
}
div.subject_data_260921 section.employment_sc .review_item .review_img.woman img {
  top: 18.5px;
  left: 6px;
  width: 88px;
  height: 149px;
}
div.subject_data_260921 section.employment_sc .review_item h6 {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
div.subject_data_260921 section.employment_sc .review_item > p {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 section.employment_sc .certi_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.employment_sc .certi_item {
  display: flex;
  flex: 0 0 366px;
  flex-direction: column;
  align-items: center;
  width: 366px;
  padding: 40px;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 15px #ebf0f4;
  white-space: nowrap;
}
div.subject_data_260921 section.employment_sc .certi_item strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
div.subject_data_260921 section.employment_sc .certi_item em {
  background: linear-gradient(90deg, #38bdf8 0%, #3b61de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  -webkit-text-fill-color: transparent;
}
div.subject_data_260921 section.employment_sc .certi_item p {
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
}
div.subject_data_260921 section.employment_sc .ci_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
div.subject_data_260921 section.employment_sc .ci_wrap .ci_row {
  width: 100%;
  overflow: hidden;
}
div.subject_data_260921 section.employment_sc .ci_wrap .ci_row:nth-child(2) .ci_list {
  animation-direction: reverse;
}
div.subject_data_260921 section.employment_sc .ci_wrap .ci_track,
div.subject_data_260921 section.employment_sc .ci_wrap .ci_list {
  width: max-content;
}
div.subject_data_260921 section.employment_sc .ci_wrap .ci_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: employment-ci-slide 24s linear infinite;
  will-change: transform;
}
div.subject_data_260921 section.employment_sc .ci_wrap .ci_list li {
  flex: 0 0 161px;
  width: 161px;
  height: 70px;
}
div.subject_data_260921 section.employment_sc .ci_wrap .ci_list img {
  display: block;
  width: 161px;
  height: 70px;
  object-fit: cover;
}
div.subject_data_260921 section.employment_sc .ci_wrap:hover .ci_list {
  animation-play-state: paused;
}
@keyframes employment-ci-slide {
  to {
    transform: translateX(calc(-50% - 5px));
  }
}
@media (prefers-reduced-motion: reduce) {
  div.subject_data_260921 section.employment_sc .ci_wrap .ci_list {
    animation: none;
  }
  div.subject_data_260921 aside.bottom_ban .deadline_label,
  div.subject_data_260921 aside.bottom_ban .ban_btn.st2 {
    animation: none;
  }
}
div.subject_data_260921 section.recruitment_sc {
  padding: 100px 0;
  background: #fff;
}
div.subject_data_260921 section.recruitment_sc > .wrap_1140 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
div.subject_data_260921 section.recruitment_sc .main_title {
  width: 100%;
}
div.subject_data_260921 section.recruitment_sc .main_title h4 {
  margin: 0;
  font-family: inherit;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
div.subject_data_260921 section.recruitment_sc .recruitstep_cont,
div.subject_data_260921 section.recruitment_sc .recruitnotice_cont {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
div.subject_data_260921 section.recruitment_sc .sub_title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
div.subject_data_260921 section.recruitment_sc .sub_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #38bdf8 0%, #3b61de 47%, #6a33c8 100%);
}
div.subject_data_260921 section.recruitment_sc .recruitstep_list {
  display: flex;
  gap: 20px;
  width: 100%;
}
div.subject_data_260921 section.recruitment_sc .recruitstep_item {
  display: flex;
  flex: 0 0 212px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 212px;
  height: 140px;
  padding: 20px;
  background: #f5f7fa;
  text-align: center;
}
div.subject_data_260921 section.recruitment_sc .recruitstep_item h6 {
  width: 100%;
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #3b61de;
  color: #3b61de;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
div.subject_data_260921 section.recruitment_sc .recruitstep_item p {
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_list {
  width: 100%;
  border-top: 1px solid #d1d5db;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #d1d5db;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item strong {
  display: flex;
  flex: 0 0 100px;
  align-items: center;
  gap: 10px;
  width: 100px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item strong img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item > p,
div.subject_data_260921 section.recruitment_sc .recruitnotice_item > ul {
  flex: 1;
  margin: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 21px;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item > p {
  white-space: nowrap;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item > p b {
  font-size: 16px;
  line-height: 24px;
}
div.subject_data_260921 section.recruitment_sc .recruitnotice_item > ul {
  padding-left: 37px;
  list-style: disc;
}
div.subject_data_260921 aside.bottom_ban {
  position: fixed;
  top: auto;
  bottom: 16px;
  left: 50%;
  z-index: 5;
  width: 1140px;
  padding: 32px;
  border-radius: 24px;
  background: #161c1c;
  transform: translateX(-50%);
}
div.subject_data_260921 aside.bottom_ban .wrap_1140 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
div.subject_data_260921 aside.bottom_ban .txt_wrap {
  color: #fff;
  font-weight: 700;
}
div.subject_data_260921 aside.bottom_ban .txt_wrap .txt {
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
}
div.subject_data_260921 aside.bottom_ban .txt_wrap .txt .deadline_label {
  color: #38bdf8;
  font-size: 18px;
  line-height: 24px;
  animation: bottom-deadline-blink 1.1s ease-in-out infinite alternate;
}
div.subject_data_260921 aside.bottom_ban .txt_wrap .date {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
div.subject_data_260921 aside.bottom_ban .txt_wrap .date em {
  color: #fff;
}
div.subject_data_260921 aside.bottom_ban .btn_wrap {
  display: flex;
  gap: 8px;
}
div.subject_data_260921 aside.bottom_ban .ban_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: filter 0.2s ease, transform 0.15s ease;
}
div.subject_data_260921 aside.bottom_ban .ban_btn span {
  position: relative;
  z-index: 1;
}
div.subject_data_260921 aside.bottom_ban .ban_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
div.subject_data_260921 aside.bottom_ban .ban_btn:hover {
  color: #fff;
  filter: brightness(1.08);
}
div.subject_data_260921 aside.bottom_ban .ban_btn:active {
  transform: translateY(2px) scale(0.97);
}
div.subject_data_260921 aside.bottom_ban .ban_btn.is-clicked:after {
  animation: bottom-button-ripple 0.55s ease-out;
}
div.subject_data_260921 aside.bottom_ban .ban_btn.st1 {
  background: #6b7280;
}
div.subject_data_260921 aside.bottom_ban .ban_btn.st2 {
  background: linear-gradient(90deg, #38bdf8 0%, #3b61de 100%);
  animation: bottom-apply-pulse 1.4s ease-in-out infinite;
}
@keyframes bottom-deadline-blink {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes bottom-apply-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(56, 189, 248, 0);
    filter: brightness(1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(56, 189, 248, 0.28);
    filter: brightness(1.15);
  }
}
@keyframes bottom-button-ripple {
  0% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(14);
  }
}
@media (max-width: 1140px) {
  div.subject_data_260921 section.header_sc {
    height: auto;
    min-height: 930px;
    padding-bottom: 220px;
  }
  div.subject_data_260921 section.header_sc .header_visual {
    right: -330px;
    opacity: 0.72;
  }
  div.subject_data_260921 section.header_sc .header_info_list {
    flex-direction: column;
    max-width: 560px;
  }
  div.subject_data_260921 section.example_sc {
    padding: 80px 0;
  }
  div.subject_data_260921 section.example_sc .example_list {
    flex-wrap: wrap;
  }
  div.subject_data_260921 section.curriculum_sc {
    padding: 80px 0;
  }
  div.subject_data_260921 section.curriculum_sc .curriculum_list {
    flex-wrap: wrap;
  }
  div.subject_data_260921 section.curriculum_sc .table_cont {
    overflow-x: auto;
  }
  div.subject_data_260921 section.curriculum_sc .curriculum_table {
    min-width: 1140px;
  }
  div.subject_data_260921 section.curriculum_sc .technic_list {
    grid-template-columns: repeat(3, 1fr);
  }
  div.subject_data_260921 section.curriculum_sc .techstack {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  div.subject_data_260921 section.curriculum_sc .techstack .techstack_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
  div.subject_data_260921 section.project_sc {
    padding: 80px 0;
  }
  div.subject_data_260921 section.project_sc .project_list {
    grid-template-columns: 1fr;
  }
  div.subject_data_260921 section.project_sc .project_item {
    width: 100%;
  }
  div.subject_data_260921 section.project_sc .ability_list {
    flex-wrap: wrap;
  }
  div.subject_data_260921 section.special_sc {
    padding: 80px 0;
  }
  div.subject_data_260921 section.special_sc .price_list {
    flex-direction: column;
  }
  div.subject_data_260921 section.special_sc .price_item {
    width: 100%;
  }
  div.subject_data_260921 section.special_sc .benefit_list {
    grid-template-columns: repeat(2, 1fr);
  }
  div.subject_data_260921 section.employment_sc {
    padding: 80px 0;
  }
  div.subject_data_260921 section.employment_sc .employstep_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  div.subject_data_260921 section.employment_sc .employreview_list,
  div.subject_data_260921 section.employment_sc .certi_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  div.subject_data_260921 section.employment_sc .review_item,
  div.subject_data_260921 section.employment_sc .certi_item {
    width: 100%;
    min-width: 0;
  }
  div.subject_data_260921 section.recruitment_sc {
    padding: 80px 0;
  }
  div.subject_data_260921 section.recruitment_sc .recruitstep_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  div.subject_data_260921 aside.bottom_ban {
    right: 32px;
    left: 32px;
    top: auto;
    bottom: 16px;
    width: auto;
    transform: none;
  }
}
@media (max-width: 992px) {
  div.subject_data_260921 section.header_sc .wrap_1140 {
    padding-top: 120px;
  }
  div.subject_data_260921 section.header_sc .header_title .title_main {
    font-size: 52px;
  }
  div.subject_data_260921 section.example_sc .wrap_1140 {
    gap: 64px;
  }
  div.subject_data_260921 section.example_sc .main_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  div.subject_data_260921 section.curriculum_sc > .wrap_1140 {
    gap: 64px;
  }
  div.subject_data_260921 section.curriculum_sc .main_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  div.subject_data_260921 section.curriculum_sc .technic_list {
    grid-template-columns: repeat(2, 1fr);
  }
  div.subject_data_260921 section.project_sc > .wrap_1140 {
    gap: 64px;
  }
  div.subject_data_260921 section.project_sc .main_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  div.subject_data_260921 section.special_sc .special_inner {
    gap: 64px;
  }
  div.subject_data_260921 section.special_sc .main_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  div.subject_data_260921 section.special_sc .benefit_list {
    grid-template-columns: 1fr;
  }
  div.subject_data_260921 section.employment_sc > .wrap_1140 {
    gap: 64px;
  }
  div.subject_data_260921 section.employment_sc .main_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  div.subject_data_260921 section.employment_sc .employreview_list,
  div.subject_data_260921 section.employment_sc .certi_list {
    grid-template-columns: 1fr;
  }
  div.subject_data_260921 section.employment_sc .review_item,
  div.subject_data_260921 section.employment_sc .certi_item {
    min-height: 0;
  }
  div.subject_data_260921 section.recruitment_sc > .wrap_1140 {
    gap: 64px;
  }
  div.subject_data_260921 section.recruitment_sc .main_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  div.subject_data_260921 section.recruitment_sc .recruitstep_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  div.subject_data_260921 section.recruitment_sc .recruitstep_item {
    width: 100%;
    min-width: 0;
  }
  div.subject_data_260921 aside.bottom_ban .wrap_1140 {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  div.subject_data_260921 .wrap_1140 {
    margin: 0 20px;
  }
  div.subject_data_260921 section.header_sc {
    min-height: 1020px;
    padding-bottom: 270px;
  }
  div.subject_data_260921 section.header_sc .header_visual {
    right: -760px;
    opacity: 0.45;
  }
  div.subject_data_260921 section.header_sc .wrap_1140 {
    padding-top: 80px;
  }
  div.subject_data_260921 section.header_sc .header_title .title_sub {
    font-size: 19px;
    line-height: 27px;
  }
  div.subject_data_260921 section.header_sc .header_title .title_main {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1px;
  }
  div.subject_data_260921 section.header_sc .header_title .title_desc {
    font-size: 16px;
    line-height: 22px;
  }
  div.subject_data_260921 section.header_sc .header_info_list {
    margin-top: 52px;
  }
  div.subject_data_260921 section.header_sc .header_info_item {
    gap: 16px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 20px 16px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_label {
    flex: 0 0 100px;
    gap: 4px;
    width: 100px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_label img {
    width: 42px;
    height: 47px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_label strong {
    font-size: 12px;
    line-height: 18px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_detail {
    gap: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_detail > strong {
    font-size: 14px;
    line-height: 20px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_detail .price em {
    font-size: 15px;
    line-height: 21px;
  }
  div.subject_data_260921 section.header_sc .header_info_item .info_detail .price {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  div.subject_data_260921 section.example_sc {
    padding: 64px 0;
  }
  div.subject_data_260921 section.example_sc .wrap_1140 {
    gap: 48px;
  }
  div.subject_data_260921 section.example_sc .main_title h4 {
    font-size: 32px;
    line-height: 41px;
  }
  div.subject_data_260921 section.example_sc .main_title p {
    font-size: 16px;
    line-height: 22px;
  }
  div.subject_data_260921 section.example_sc .sub_title {
    font-size: 20px;
    line-height: 28px;
  }
  div.subject_data_260921 section.example_sc .example_item {
    flex: 1 1 100%;
    width: 100%;
    height: auto;
  }
  div.subject_data_260921 section.example_sc .example_item .img_slot {
    width: 100%;
    height: 150px;
  }
  div.subject_data_260921 section.example_sc .example_item .tag_area {
    margin-top: 16px;
  }
  div.subject_data_260921 section.example_sc .example_bottom {
    padding: 20px 16px;
  }
  div.subject_data_260921 section.example_sc .example_bottom p {
    display: inline;
    font-size: 14px;
    line-height: 20px;
  }
  div.subject_data_260921 section.curriculum_sc {
    padding: 64px 0;
  }
  div.subject_data_260921 section.curriculum_sc > .wrap_1140 {
    gap: 48px;
  }
  div.subject_data_260921 section.curriculum_sc .main_title h4 {
    font-size: 32px;
    line-height: 41px;
  }
  div.subject_data_260921 section.curriculum_sc .main_title p {
    font-size: 16px;
    line-height: 22px;
  }
  div.subject_data_260921 section.curriculum_sc .sub_title {
    font-size: 20px;
    line-height: 28px;
  }
  div.subject_data_260921 section.curriculum_sc .curriculum_list {
    justify-content: center;
  }
  div.subject_data_260921 section.curriculum_sc .curriculum_item {
    flex: 1 1 100%;
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  div.subject_data_260921 section.curriculum_sc .curriculum_item .item_text h6 {
    font-size: 16px;
    line-height: 22px;
  }
  div.subject_data_260921 section.curriculum_sc .curriculum_item .item_text p {
    font-size: 14px;
    line-height: 20px;
  }
  div.subject_data_260921 section.curriculum_sc .technic_list {
    grid-template-columns: 1fr;
  }
  div.subject_data_260921 section.curriculum_sc .technic_item {
    height: auto;
    min-height: 134px;
  }
  div.subject_data_260921 section.curriculum_sc .techstack {
    padding: 24px;
  }
  div.subject_data_260921 section.curriculum_sc .techstack .techstack_header {
    white-space: normal;
  }
  div.subject_data_260921 section.curriculum_sc .techstack .techstack_list {
    gap: 8px;
  }
  div.subject_data_260921 section.project_sc {
    padding: 64px 0;
  }
  div.subject_data_260921 section.project_sc > .wrap_1140 {
    gap: 48px;
  }
  div.subject_data_260921 section.project_sc .main_title h4 {
    font-size: 32px;
    line-height: 41px;
  }
  div.subject_data_260921 section.project_sc .main_title p {
    font-size: 16px;
    line-height: 22px;
  }
  div.subject_data_260921 section.project_sc .project_item {
    padding: 20px;
  }
  div.subject_data_260921 section.project_sc .project_item .project_img {
    width: 100%;
    height: auto;
    aspect-ratio: 500/280;
  }
  div.subject_data_260921 section.project_sc .project_item .project_img img {
    width: 100%;
    height: 100%;
  }
  div.subject_data_260921 section.project_sc .project_item .project_tags {
    align-items: flex-start;
    flex-direction: column;
  }
  div.subject_data_260921 section.project_sc .sub_title {
    font-size: 20px;
    line-height: 28px;
  }
  div.subject_data_260921 section.project_sc .ability_list {
    justify-content: center;
  }
  div.subject_data_260921 section.project_sc .ability_item {
    flex: 1 1 100%;
    flex-direction: row;
    width: 100%;
  }
  div.subject_data_260921 section.project_sc .ability_item .ability_img {
    width: 80px;
    height: 64px;
  }
  div.subject_data_260921 section.project_sc .ability_item .ability_img img {
    max-width: 60px;
    max-height: 52px;
  }
  div.subject_data_260921 section.project_sc .ability_item .ability_txt {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  div.subject_data_260921 section.special_sc {
    padding: 64px 0;
  }
  div.subject_data_260921 section.special_sc .special_badge {
    font-size: 14px;
    line-height: 20px;
  }
  div.subject_data_260921 section.special_sc .special_inner {
    gap: 48px;
  }
  div.subject_data_260921 section.special_sc .main_title h4 {
    font-size: 32px;
    line-height: 41px;
  }
  div.subject_data_260921 section.special_sc .main_title p {
    font-size: 16px;
    line-height: 22px;
  }
  div.subject_data_260921 section.special_sc .price_item {
    padding: 24px;
  }
  div.subject_data_260921 section.special_sc .price_item .price_header,
  div.subject_data_260921 section.special_sc .price_item .price_bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  div.subject_data_260921 section.special_sc .benefit_item {
    padding: 24px;
  }
  div.subject_data_260921 section.special_sc .benefit_item > div:first-child {
    width: auto;
  }
  div.subject_data_260921 section.special_sc .benefit_item h5 {
    white-space: normal;
  }
  div.subject_data_260921 section.employment_sc {
    padding: 64px 0;
  }
  div.subject_data_260921 section.employment_sc > .wrap_1140 {
    gap: 48px;
  }
  div.subject_data_260921 section.employment_sc .main_title h4 {
    font-size: 32px;
    line-height: 41px;
  }
  div.subject_data_260921 section.employment_sc .sub_title {
    font-size: 20px;
    line-height: 28px;
  }
  div.subject_data_260921 section.employment_sc .employstep_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  div.subject_data_260921 section.employment_sc .employstep_item {
    flex: 0 0 190px;
    width: 190px;
    min-width: 190px;
    padding-right: 10px;
    padding-left: 10px;
  }
  div.subject_data_260921 section.employment_sc .employstep_item .step_line {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
  div.subject_data_260921 section.employment_sc .review_item,
  div.subject_data_260921 section.employment_sc .certi_item {
    padding: 24px;
  }
  div.subject_data_260921 section.recruitment_sc {
    padding: 64px 0;
  }
  div.subject_data_260921 section.recruitment_sc > .wrap_1140 {
    gap: 48px;
  }
  div.subject_data_260921 section.recruitment_sc .main_title h4 {
    font-size: 32px;
    line-height: 41px;
  }
  div.subject_data_260921 section.recruitment_sc .sub_title {
    font-size: 20px;
    line-height: 28px;
  }
  div.subject_data_260921 section.recruitment_sc .recruitstep_list {
    grid-template-columns: 1fr;
  }
  div.subject_data_260921 section.recruitment_sc .recruitnotice_item {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  div.subject_data_260921 section.recruitment_sc .recruitnotice_item strong {
    width: 100%;
  }
  div.subject_data_260921 section.recruitment_sc .recruitnotice_item > p,
  div.subject_data_260921 section.recruitment_sc .recruitnotice_item > ul {
    width: 100%;
    padding-top: 0;
    white-space: normal;
  }
  div.subject_data_260921 section.example_sc .main_title h4,
  div.subject_data_260921 section.curriculum_sc .main_title h4,
  div.subject_data_260921 section.project_sc .main_title h4,
  div.subject_data_260921 section.special_sc .main_title h4,
  div.subject_data_260921 section.employment_sc .main_title h4,
  div.subject_data_260921 section.recruitment_sc .main_title h4 {
    font-size: 26px;
    line-height: 36px;
  }
  div.subject_data_260921 section.example_sc h5.sub_title,
  div.subject_data_260921 section.curriculum_sc h5.sub_title,
  div.subject_data_260921 section.project_sc h5.sub_title,
  div.subject_data_260921 section.special_sc h5.sub_title,
  div.subject_data_260921 section.employment_sc h5.sub_title,
  div.subject_data_260921 section.recruitment_sc h5.sub_title {
    font-size: 18px;
    line-height: 24px;
  }
  div.subject_data_260921 aside.bottom_ban {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    border-radius: 0;
  }
  div.subject_data_260921 aside.bottom_ban .wrap_1140 {
    gap: 12px;
  }
  div.subject_data_260921 aside.bottom_ban .txt_wrap {
    width: 100%;
  }
  div.subject_data_260921 aside.bottom_ban .txt_wrap .txt {
    font-size: clamp(11px, 3.6vw, 15px);
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
  }
  div.subject_data_260921 aside.bottom_ban .txt_wrap .date {
    display: none;
  }
  div.subject_data_260921 aside.bottom_ban .btn_wrap {
    gap: 6px;
  }
  div.subject_data_260921 aside.bottom_ban .btn_wrap,
  div.subject_data_260921 aside.bottom_ban .ban_btn {
    width: 100%;
  }
  div.subject_data_260921 aside.bottom_ban .ban_btn {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
  }
}
