@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
html {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  letter-spacing: 0;
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 10px;
}

body {
  height: 100%;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

li {
  vertical-align: top;
  list-style: none;
}

textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}

address,
em {
  font-style: normal;
}

input,
select {
  vertical-align: top;
}

input[type=text]::-ms-clear {
  display: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: top;
}

button:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.blind {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
}

table {
  table-layout: fixed;
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: separate;
}

[class*="btn_"] {
  display: inline-block;
  vertical-align: top;
}

[class*="btn_"] .inner_txt {
  display: inline-block;
  vertical-align: top;
}

[class*="btn_"] .inner_txt:only-child {
  display: block;
}

[class*="btn_"] .ico_detail {
  margin: 14px 12px 0 4px;
}

[class*="btn_"] .ico_play {
  margin: 3.5px 1px 0 -9px;
}

.btn_normal {
  height: 6.0rem;
  background: #111;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 6.0rem;
  text-align: left;
  padding: 0 22px 0 16px;
}

.btn_normal:hover {
  background: #333333;
}

.btn_normal.c_blue {
  background: #005cfd;
}

.btn_normal.c_white {
  background: #fff;
  color: #111;
}

.btn_normal.c_white .ico_detail {
  background-image: url(../img/ic-24-detail.svg);
}

.btn_normal.c_white:hover {
  background: rgba(255, 255, 255, 0.9);
}

.btn_app {
  min-width: 91px;
  height: 3.6rem;
  background: #005cfd;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 3.6rem;
  text-align: center;
}

.btn_app:hover {
  background: #004acc;
}

.btn_text {
  height: 6.0rem;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 6.0rem;
  text-align: left;
  padding: 0 22px 0 16px;
}

.btn_text:hover {
  opacity: 0.8;
}

.btn_text.c_black {
  color: #111;
}

.btn_text.c_black .ico_detail {
  background-image: url(../img/ic-24-detail.svg);
}

.btn_top {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 1.98rem;
  line-height: 2.0rem;
}

.btn_top .inner_txt {
  display: inline-block;
  vertical-align: top;
  color: #000;
}

.btn_top:hover {
  opacity: 0.6;
}

.btn_circle_close {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  background: url(../img/btn-36-close.svg) no-repeat;
  background-size: 36px 36px;
}

.btn_circle_close:hover {
  background-image: url(../img/btn-36-close-hover.svg);
}

.btn_close {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.btn_close:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-position: 0 0;
}

.btn_prev, .btn_next {
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  width: 40px;
  height: 40px;
  background-position: 0 -26px;
}

.btn_prev:hover, .btn_next:hover {
  background-position: -43px -26px;
}

.btn_next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn_next:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn_play {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  background-image: url(../img/btn_play_pc.png);
  background-repeat: no-repeat;
  background-size: 120px 120px;
}

.btn_play:hover {
  background-image: url(../img/btn_play_hover_pc.png);
}

.btn_play.stop {
  background-image: url(../img/btn_stop_pc.png);
}

.btn_play.stop:hover {
  background-image: url(../img/btn_stop_hover_pc.png);
}

.btn_circle_arrow {
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  width: 24px;
  height: 24px;
  background-position: -26px -68px;
}

.btn_circle_arrow:hover {
  background-position: -78px -68px;
}

.btn_circle_arrow.on {
  background-position: 0 -68px;
}

.btn_circle_arrow.on:hover {
  background-position: -52px -68px;
}

.btn_live {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 168px;
  height: 80px;
  margin-top: -40px;
  background: url(../img/btn_live.svg) no-repeat;
  background-size: 100% 100%;
}

.ico_detail {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url(../img/ic-24-detail-w.svg) no-repeat;
  background-size: 100% 100%;
}

.ico_up_arrow {
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  width: 20px;
  height: 20px;
  background-position: -52px 0;
}

.ico_select {
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  width: 12px;
  height: 12px;
  background-position: -74px 0;
}

.ico_outlink {
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  width: 20px;
  height: 20px;
  background-position: -26px 0;
}

.ico_outlink.c_blue {
  background-position: -88px 0;
}

[class*="ico_sns"] {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url(../img/ico_sns.png) no-repeat;
  background-size: 76px 24px;
}

.ico_sns_facebook {
  background-position: 0 0;
}

.ico_sns_instagram {
  background-position: -26px 0;
}

.ico_sns_naver {
  background-position: -52px 0;
}

.ico_play {
  display: inline-block;
  vertical-align: top;
  width: 53px;
  height: 53px;
  background: url(../img/btn-120-play.svg) no-repeat;
  background-size: 100% 100%;
}

.ico_card {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  background-repeat: no-repeat;
}

.ico_card.growth {
  background-image: url(../img/about/ic-80-about-card-1.svg);
}

.ico_card.doing {
  background-image: url(../img/about/ic-80-about-card-2.svg);
}

.ico_card.learning {
  background-image: url(../img/about/ic-80-about-card-3.svg);
}

.ico_card.career {
  background-image: url(../img/webmobile/ic-webmobile-benefit-1.svg);
}

.ico_card.connection {
  background-image: url(../img/webmobile/ic-webmobile-benefit-2.svg);
}

.ico_card.cv {
  background-image: url(../img/ai_tech/ic-aitech-growth-1.svg);
}

.ico_card.nlp {
  background-image: url(../img/ai_tech/ic-aitech-growth-2.svg);
}

.ico_card.recsys {
  background-image: url(../img/ai_tech/ic-aitech-growth-3.svg);
}

.imoji {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin-top: 14px;
  margin-right: 7px;
}

.imoji img {
  display: inline-block !important;
  width: 22px;
  height: 22px;
}

@media (max-width: 1200px) {
  .btn_normal {
    min-width: 170px;
    height: 5.0rem;
    font-size: 1.6rem;
    line-height: 5.0rem;
    white-space: nowrap;
  }
  .btn_normal .ico_detail {
    margin: 12px 10px 0 4px;
  }
  .btn_normal .ico_play {
    margin: 5px 1px 0 -9px;
  }
  .btn_app {
    min-width: 140px;
    height: 5.0rem;
    font-size: 1.6rem;
    line-height: 5.0rem;
  }
  .btn_text {
    min-width: 170px;
    height: 5.0rem;
    font-size: 1.6rem;
    line-height: 5.0rem;
  }
  .btn_play {
    width: 94px;
    height: 94px;
    background-image: url(../img/btn_play_mo.png);
    background-repeat: no-repeat;
    background-size: 94px 94px;
  }
  .btn_play:hover {
    background-image: url(../img/btn_play_hover_mo.png);
  }
  .btn_play.stop {
    background-image: url(../img/btn_stop_mo.png);
  }
  .btn_play.stop:hover {
    background-image: url(../img/btn_stop_hover_mo.png);
  }
  .btn_circle_close {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
  .btn_live {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
    width: 126px;
    height: 60px;
  }
  .ico_detail {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .ico_play {
    width: 40px;
    height: 40px;
  }
  .imgoji {
    width: 20px;
    height: 20px;
  }
  .imgoji img {
    width: 20px;
    height: 20px;
  }
}

.m .btn_normal {
  min-width: 170px;
  height: 5.0rem;
  font-size: 1.6rem;
  line-height: 5.0rem;
}

.m .btn_normal .ico_detail {
  margin: 12px 10px 0 4px;
}

.m .btn_app {
  min-width: 140px;
  height: 5.0rem;
  font-size: 1.6rem;
  line-height: 5.0rem;
}

.m .btn_text {
  min-width: 170px;
  height: 5.0rem;
  font-size: 1.6rem;
  line-height: 5.0rem;
}

.m .btn_play {
  width: 94px;
  height: 94px;
  background-image: url(../img/btn_play_mo.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 94px 94px;
}

.m .btn_play:hover {
  background-image: url(../img/btn_play_hover_mo.png);
}

.m .btn_play.stop {
  background-image: url(../img/btn_stop_mo.png);
}

.m .btn_play.stop:hover {
  background-image: url(../img/btn_stop_hover_mo.png);
}

.m .btn_circle_close {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.m .btn_live {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 40px;
  width: 126px;
  height: 60px;
}

.m .ico_detail {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.ly_popup {
  position: fixed;
  display: none;
  z-index: 2000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ly_popup[aria-hidden="false"] {
  display: block;
}

.ly_popup[aria-hidden="true"] {
  display: none;
}

.ly_popup.webmobile, .ly_popup.aitech {
  width: 660px;
  background: #fff;
  color: #333;
  padding: 30px 30px 50px;
  max-height: 90%;
  overflow-y: auto;
}

.ly_popup.webmobile p, .ly_popup.aitech p {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ly_popup.webmobile .period, .ly_popup.aitech .period {
  background-color: #3390ff;
}

.ly_popup.webmobile.challenge .popup_summary .period, .ly_popup.aitech.challenge .popup_summary .period {
  background-color: #3390ff;
}

.ly_popup.webmobile.membership, .ly_popup.aitech.membership {
  width: 675px;
}

.ly_popup.webmobile.membership .popup_summary .period, .ly_popup.aitech.membership .popup_summary .period {
  background-color: #005cfd;
}

.ly_popup.webmobile.ai_modeling .popup_summary .period, .ly_popup.aitech.ai_modeling .popup_summary .period {
  background-color: #005cfd;
}

.ly_popup.webmobile.atoz .popup_summary .period, .ly_popup.aitech.atoz .popup_summary .period {
  background-color: #001eb9;
}

.ly_popup.webmobile .btn_circle_close, .ly_popup.aitech .btn_circle_close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 36px;
  height: 36px;
  background: url(../img/btn-36-close.svg) no-repeat;
  background-size: 36px 36px;
}

.ly_popup.webmobile .popup_summary, .ly_popup.aitech .popup_summary {
  padding-bottom: 40px;
}

.ly_popup.webmobile .popup_summary .period, .ly_popup.aitech .popup_summary .period {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 19px;
  padding: 0 19px;
}

.ly_popup.webmobile .popup_summary .period em, .ly_popup.aitech .popup_summary .period em {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
}

.ly_popup.webmobile .popup_summary .period + .period, .ly_popup.aitech .popup_summary .period + .period {
  margin-left: 6px;
}

.ly_popup.webmobile .popup_summary .program_tit, .ly_popup.aitech .popup_summary .program_tit {
  display: block;
  margin: 50px 0 20px;
  font-weight: 800;
  font-size: 4rem;
  line-height: 5.2rem;
  letter-spacing: -0.5px;
  color: #111;
}

.ly_popup.webmobile .popup_summary .program_tit .en, .ly_popup.aitech .popup_summary .program_tit .en {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.ly_popup.webmobile .popup_summary .program_desc, .ly_popup.aitech .popup_summary .program_desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ly_popup.webmobile .popup_content .title, .ly_popup.aitech .popup_content .title {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.5px;
  color: #111;
}

.ly_popup.webmobile .popup_content .title .en, .ly_popup.aitech .popup_content .title .en {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ly_popup.webmobile .popup_content .benefit_tit, .ly_popup.aitech .popup_content .benefit_tit {
  display: block;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: -0.5px;
  color: #222;
}

.ly_popup.webmobile .popup_content .benefit_tit .period, .ly_popup.aitech .popup_content .benefit_tit .period {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
  width: 46px;
  height: 28px;
  line-height: 28px;
  border-radius: 19px;
  border: 1.2px solid #005cfd;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}

.ly_popup.webmobile .popup_content .knowledge, .ly_popup.aitech .popup_content .knowledge {
  border-top: 1px solid #e6e7e6;
  padding: 20px 0 40px;
}

.ly_popup.webmobile .popup_content .knowledge p, .ly_popup.aitech .popup_content .knowledge p {
  background-color: #f0f4fa;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.3px;
  color: #444;
}

.ly_popup.webmobile .popup_content .knowledge .step_box, .ly_popup.aitech .popup_content .knowledge .step_box {
  background-color: #f0f4fa;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ly_popup.webmobile .popup_content .knowledge .step_box .step_title, .ly_popup.aitech .popup_content .knowledge .step_box .step_title {
  line-height: 2.4rem;
  color: #222;
}

.ly_popup.webmobile .popup_content .knowledge .step_box .ico_step_arrow, .ly_popup.aitech .popup_content .knowledge .step_box .ico_step_arrow {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url(../img/ai_tech/ic-16-arrow-r.png) no-repeat;
  background-size: 16px 16px;
  margin: 6px 8px 0;
}

.ly_popup.webmobile .popup_content .knowledge .hashtag_box, .ly_popup.aitech .popup_content .knowledge .hashtag_box {
  margin-top: 10px;
}

.ly_popup.webmobile .popup_content .knowledge .hashtag_box .list_item, .ly_popup.aitech .popup_content .knowledge .hashtag_box .list_item {
  display: block;
}

.ly_popup.webmobile .popup_content .knowledge .dot_list, .ly_popup.aitech .popup_content .knowledge .dot_list {
  margin-top: 21px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ly_popup.webmobile .popup_content .knowledge .dot_list li, .ly_popup.aitech .popup_content .knowledge .dot_list li {
  position: relative;
  padding-left: 17px;
}

.ly_popup.webmobile .popup_content .knowledge .dot_list li:before, .ly_popup.aitech .popup_content .knowledge .dot_list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #111;
  -webkit-border-radius: 5px;
  -moz--border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ly_popup.webmobile .popup_content .schedule, .ly_popup.aitech .popup_content .schedule {
  padding-top: 20px;
  border-top: 1px solid #e6e7e6;
}

.ly_popup.webmobile .popup_content .schedule .schedule_table, .ly_popup.aitech .popup_content .schedule .schedule_table {
  height: 80px;
  margin-bottom: 30px;
  background: url(../img/webmobile/img_popup_schedule_table_pc.png) 0 0/600px 80px no-repeat;
}

.ly_popup.webmobile .popup_content .sprint, .ly_popup.aitech .popup_content .sprint {
  padding: 20px 0 40px;
  border-top: 1px solid #e6e7e6;
}

.ly_popup.webmobile .popup_content .sprint .course_list, .ly_popup.aitech .popup_content .sprint .course_list {
  display: -webkit-box-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}

.ly_popup.webmobile .popup_content .sprint .course_list li, .ly_popup.aitech .popup_content .sprint .course_list li {
  width: 190px;
  height: 381px;
  padding: 30px 12px 12px;
  text-align: center;
  background-color: #f0f4fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_popup.webmobile .popup_content .sprint .course_list li ~ li, .ly_popup.aitech .popup_content .sprint .course_list li ~ li {
  margin-left: 15px;
}

.ly_popup.webmobile .popup_content .sprint .course_list .course_name, .ly_popup.aitech .popup_content .sprint .course_list .course_name {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.5px;
  color: #222;
}

.ly_popup.webmobile .popup_content .sprint .course_list .course_summary, .ly_popup.aitech .popup_content .sprint .course_list .course_summary {
  margin: 15px 0 20px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.3rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ly_popup.webmobile .popup_content .group_project, .ly_popup.aitech .popup_content .group_project {
  padding-top: 20px;
  border-top: 1px solid #e6e7e6;
}

.ly_popup.webmobile .popup_content .group_project .project_process, .ly_popup.aitech .popup_content .group_project .project_process {
  margin-top: 20px;
  background-color: #f0f4fa;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ly_popup.webmobile .popup_content .group_project .project_process li, .ly_popup.aitech .popup_content .group_project .project_process li {
  padding-left: 10px;
  position: relative;
}

.ly_popup.webmobile .popup_content .group_project .project_process li:before, .ly_popup.aitech .popup_content .group_project .project_process li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.ly_popup.webmobile .popup_content .detail_text, .ly_popup.aitech .popup_content .detail_text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ly_popup.webmobile .popup_content .detail_desc_box, .ly_popup.aitech .popup_content .detail_desc_box {
  padding: 10px;
  background-color: #e3e8f4;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.3rem;
  letter-spacing: -0.5px;
  color: #444;
  text-align: left;
}

.ly_popup.webmobile .popup_content .detail_desc_box ~ .detail_desc_box, .ly_popup.aitech .popup_content .detail_desc_box ~ .detail_desc_box {
  margin-top: 10px;
}

.ly_popup.webmobile .popup_content .detail_desc_box strong, .ly_popup.aitech .popup_content .detail_desc_box strong {
  display: block;
  font-weight: 700;
}

.ly_popup.webmobile .popup_content .add_info, .ly_popup.aitech .popup_content .add_info {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.5px;
  color: #666;
}

.ly_popup.webmobile .popup_content .section_recruit_count, .ly_popup.aitech .popup_content .section_recruit_count {
  margin-bottom: 0;
}

.ly_popup.webmobile[class*="learning_"], .ly_popup.aitech[class*="learning_"] {
  display: none;
}

.ly_popup.aitech .popup_content .add_info {
  margin-top: 0;
}

.ly_popup.recruit_count {
  display: none;
  position: fixed;
  top: auto;
  left: auto;
  transform: none;
  right: 15px;
  bottom: 15px;
  width: 396px;
}

.ly_popup.recruit_count[aria-hidden="false"] {
  display: block;
}

.ly_popup.recruit_count .section_recruit_count {
  height: auto;
  padding: 37px 18px 19px;
  margin-bottom: 0;
  background: #005CFD;
  -webkit-border-radius: 8px;
  -moz--border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.ly_popup.recruit_count .section_recruit_count .section_title {
  font-size: 1.9rem;
  color: #fff;
}

.ly_popup.recruit_count .section_recruit_count .count_area {
  margin-top: 19px;
}

.ly_popup.recruit_count .section_recruit_count .count_area .count_info {
  width: 76px;
}

.ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_box {
  height: 86px;
  background: #19369f;
}

.ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_box .count_num {
  font-size: 4.0rem;
  line-height: 8.6rem;
}

.ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_name {
  margin-top: 4px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.8;
}

.ly_popup.recruit_count .section_recruit_count .btn_normal {
  position: relative;
  height: 5.0rem;
  font-size: 1.6rem;
  line-height: 5.0rem;
  padding: 0 23px 0 28px;
  -webkit-border-radius: 4px;
  -moz--border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.ly_popup.recruit_count .section_recruit_count .ico_arrow_right {
  display: inline-block;
  margin-top: 15px;
  width: 20px;
  height: 20px;
  background-image: url(../img/ic-20-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transform: rotate(-90deg);
  vertical-align: top;
}

.ly_popup.recruit_count .btn_circle_close {
  position: absolute;
  right: 18px;
  top: 18px;
}

.ly_popup.session {
  overflow: hidden;
  top: 100px;
  left: 50px;
  transform: translate(0);
  z-index: 5000;
}

.ly_popup.session [class*="btn_"] {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ly_popup.session .popup_inner {
  display: inline-block;
  overflow: hidden;
  width: 500px;
  padding: 0 29px;
  border: 1px solid #dedede;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_popup.session .popup_top {
  position: relative;
  padding: 40px 0 20px;
  z-index: 1;
}

.ly_popup.session .popup_top:after {
  display: block;
  position: absolute;
  right: -30px;
  top: 30px;
  width: 210px;
  height: 144px;
  background: url(../img/img_notice.png) 0 0 no-repeat;
  background-size: 210px 144px;
  z-index: -1;
  content: '';
}

.ly_popup.session .popup_top .session_tit {
  padding-left: 22px;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -2px;
  color: #1f1f1f;
  text-align: left;
}

.ly_popup.session .popup_top .session_tit strong {
  font-weight: 800;
}

.ly_popup.session .popup_content {
  overflow: hidden;
  background-color: #9252fe;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.ly_popup.session .session_box {
  display: block;
  position: relative;
  padding: 25px 22px;
}

.ly_popup.session .session_box .sub_tit {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.ly_popup.session .session_box .sub_tit strong {
  font-weight: 800;
}

.ly_popup.session .session_box .btn_apply {
  display: block;
  overflow: hidden;
  width: 130px;
  height: 36px;
  background-color: #fff;
  border-radius: 23.5px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 36px;
  color: #9252fe;
}

.ly_popup.session .session_box .btn_apply .icon_play {
  display: inline-block;
  width: 28px;
  height: 18px;
  margin-right: 4px;
  border-radius: 6px;
  background-color: #2d4ae5;
  vertical-align: -4px;
}

.ly_popup.session .session_box .btn_apply .icon_play:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 4px auto 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.ly_popup.session .popup_bottom {
  overflow: hidden;
  margin: 25px -29px 0;
}

.ly_popup.session .popup_bottom [class*="btn_"] {
  display: block;
  float: left;
  position: static;
  width: 50%;
  height: 50px;
  background-color: #dedede;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
}

.ly_popup.session .popup_bottom .btn_close {
  background-color: #262323;
  color: #fff;
}

.ly_popup.session .popup_bottom .btn_close:before {
  display: none;
}

.ly_popup.benefit {
  width: 648px;
  background-color: #fff;
}

.ly_popup.benefit .popup_inner {
  padding: 30px 30px 60px;
  letter-spacing: -.5px;
}

.ly_popup.benefit .popup_top {
  margin-top: 48px;
}

.ly_popup.benefit .popup_top::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  background-color: #e6e7e6;
}

.ly_popup.benefit .popup_top .pop_title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5rem;
  color: #111;
}

.ly_popup.benefit .popup_top .pop_desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
}

.ly_popup.benefit .popup_content {
  margin-top: 48px;
}

.ly_popup.benefit .popup_content .item + .item {
  margin-top: 40px;
}

.ly_popup.benefit .popup_content .text_box {
  margin-top: 20px;
}

.ly_popup.benefit .popup_content .review {
  padding: 20px;
  background-color: #f0f4fa;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
}

.ly_popup.benefit .btn_circle_close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.ly_popup.benefit.num3 .item {
  display: flex;
  align-items: center;
  text-align: center;
}

.ly_popup.benefit.num3 .item + .item {
  margin-top: 26px;
}

.ly_popup.benefit.num3 .logo_box {
  width: 145px;
  text-align: center;
}

.ly_popup.benefit.num3 .logo_box .type_pc {
  display: inline-block;
}

.ly_popup.benefit.num3 .logo_box .type_mo {
  display: none;
}

.ly_popup.benefit.num3 .logo_box button {
  display: block;
  width: 100%;
}

.ly_popup.benefit.num3 .text {
  margin-left: 60px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #444;
}

.ly_popup .mo {
  display: none;
}

@media (max-width: 1200px) {
  .ly_popup.webmobile, .ly_popup.aitech {
    position: fixed;
    width: 648px;
  }
  .ly_popup.webmobile.membership, .ly_popup.aitech.membership {
    width: 663px;
    padding: 30px 30px 20px;
  }
  .ly_popup.webmobile .popup_summary .program_tit, .ly_popup.aitech .popup_summary .program_tit {
    margin: 50px 0 30px;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .ly_popup.webmobile .popup_content .sprint .course_list li ~ li, .ly_popup.aitech .popup_content .sprint .course_list li ~ li {
    margin-left: 9px;
  }
  .ly_popup.webmobile .popup_content .knowledge p, .ly_popup.aitech .popup_content .knowledge p {
    letter-spacing: -0.5px;
  }
  .ly_popup.webmobile .popup_content .schedule .title, .ly_popup.aitech .popup_content .schedule .title {
    margin-bottom: 17px;
  }
  .ly_popup.webmobile .popup_content .schedule .schedule_table, .ly_popup.aitech .popup_content .schedule .schedule_table {
    height: 80px;
    margin-bottom: 25px;
    background: url(../img/webmobile/img_popup_schedule_table_tablet.png) 0 0/588px 75px no-repeat;
  }
  .ly_popup.webmobile .popup_content .benefit_tit, .ly_popup.aitech .popup_content .benefit_tit {
    margin-bottom: 11px;
  }
  .ly_popup.webmobile .popup_content .detail_desc_box, .ly_popup.aitech .popup_content .detail_desc_box {
    padding: 12px 10px 10px;
  }
  .ly_popup.webmobile .popup_content .detail_desc_box strong, .ly_popup.aitech .popup_content .detail_desc_box strong {
    margin-top: -2px;
  }
  .ly_popup.webmobile .popup_content .group_project .project_process li, .ly_popup.aitech .popup_content .group_project .project_process li {
    padding-left: 8px;
  }
  .ly_popup.webmobile[class*="learning_"], .ly_popup.aitech[class*="learning_"] {
    padding: 0;
    width: 470px;
  }
  .ly_popup.webmobile[class*="learning_"][aria-hidden="false"], .ly_popup.aitech[class*="learning_"][aria-hidden="false"] {
    display: block;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info {
    width: 65px;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_box {
    height: 86px;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_box .count_num {
    font-size: 4.0rem;
    line-height: 8.6rem;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_name {
    font-size: 1.2rem;
  }
  .ly_popup.recruit_count .section_recruit_count .btn_normal {
    min-width: auto;
  }
  .ly_popup.session .popup_inner {
    width: 500px;
    padding: 0 25px;
  }
  .ly_popup.session .popup_bottom {
    margin: 25px -25px 0;
  }
  .ly_popup.benefit .popup_top .pop_title {
    font-size: 3rem;
    line-height: 4.2rem;
  }
}

@media (max-width: 768px) {
  .ly_popup.webmobile, .ly_popup.aitech {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 18px 20px 40px;
    transform: translate(0, 0);
    max-height: inherit;
  }
  .ly_popup.webmobile.challenge, .ly_popup.aitech.challenge {
    position: fixed;
    top: 0;
    max-height: 100vh;
  }
  .ly_popup.webmobile.membership, .ly_popup.aitech.membership {
    position: fixed;
    top: 0;
    max-height: 100vh;
    width: 100%;
    padding: 18px 20px 40px;
  }
  .ly_popup.webmobile.basics, .ly_popup.aitech.basics {
    position: fixed;
    top: 0;
    max-height: 100vh;
  }
  .ly_popup.webmobile.ai_modeling, .ly_popup.aitech.ai_modeling {
    position: fixed;
    top: 0;
    max-height: 100vh;
  }
  .ly_popup.webmobile.atoz, .ly_popup.aitech.atoz {
    position: fixed;
    top: 0;
    max-height: 100vh;
  }
  .ly_popup.webmobile .btn_circle_close, .ly_popup.aitech .btn_circle_close {
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    background: url(../img/btn-28-close.svg) no-repeat;
    background-size: 28px 28px;
  }
  .ly_popup.webmobile .popup_summary .program_tit, .ly_popup.aitech .popup_summary .program_tit {
    margin: 58px 0 24px;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .ly_popup.webmobile .popup_content .title, .ly_popup.aitech .popup_content .title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .ly_popup.webmobile .popup_content .benefit_tit, .ly_popup.aitech .popup_content .benefit_tit {
    margin-bottom: 19px;
  }
  .ly_popup.webmobile .popup_content .knowledge, .ly_popup.aitech .popup_content .knowledge {
    padding: 20px 0 50px;
  }
  .ly_popup.webmobile .popup_content .knowledge p, .ly_popup.aitech .popup_content .knowledge p {
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .ly_popup.webmobile .popup_content .schedule .schedule_table, .ly_popup.aitech .popup_content .schedule .schedule_table {
    height: 294px;
    margin-bottom: 40px;
    background: url(../img/webmobile/img_popup_schedule_table_mo.png) 50% 0/contain no-repeat;
  }
  .ly_popup.webmobile .popup_content .sprint .course_list, .ly_popup.aitech .popup_content .sprint .course_list {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .ly_popup.webmobile .popup_content .sprint .course_list li, .ly_popup.aitech .popup_content .sprint .course_list li {
    width: 100%;
    height: auto;
    padding: 30px 24px 24px;
  }
  .ly_popup.webmobile .popup_content .sprint .course_list li ~ li, .ly_popup.aitech .popup_content .sprint .course_list li ~ li {
    margin-left: 0;
    margin-top: 20px;
  }
  .ly_popup.webmobile .popup_content .sprint .course_list .course_name, .ly_popup.aitech .popup_content .sprint .course_list .course_name {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .ly_popup.webmobile .popup_content .sprint .course_list .course_summary, .ly_popup.aitech .popup_content .sprint .course_list .course_summary {
    margin: 20px 0 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ly_popup.webmobile .popup_content .group_project, .ly_popup.aitech .popup_content .group_project {
    padding-top: 36px;
  }
  .ly_popup.webmobile .popup_content .group_project .project_process, .ly_popup.aitech .popup_content .group_project .project_process {
    margin-top: 30px;
    padding: 20px;
    line-height: 2.4rem;
  }
  .ly_popup.webmobile .popup_content .group_project .project_process li, .ly_popup.aitech .popup_content .group_project .project_process li {
    padding-left: 8px;
    position: relative;
  }
  .ly_popup.webmobile .popup_content .group_project .project_process li ~ li, .ly_popup.aitech .popup_content .group_project .project_process li ~ li {
    margin-top: 10px;
  }
  .ly_popup.webmobile .popup_content .detail_text, .ly_popup.aitech .popup_content .detail_text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ly_popup.webmobile .popup_content .detail_desc_box, .ly_popup.aitech .popup_content .detail_desc_box {
    padding: 20px 18px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .ly_popup.webmobile .popup_content .add_info, .ly_popup.aitech .popup_content .add_info {
    margin-top: 30px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.5px;
    color: #666;
  }
  .ly_popup.webmobile[class*="learning_"], .ly_popup.aitech[class*="learning_"] {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 335px;
    padding: 0;
    top: auto;
    bottom: auto;
  }
  .ly_popup.webmobile[class*="learning_"][aria-hidden="false"], .ly_popup.aitech[class*="learning_"][aria-hidden="false"] {
    display: block;
  }
  .ly_popup.webmobile.learning_1, .ly_popup.aitech.learning_1 {
    top: 2606px;
    height: 665px;
  }
  .ly_popup.webmobile.learning_2, .ly_popup.aitech.learning_2 {
    height: 460px;
    top: 3013px;
  }
  .ly_popup.culture {
    position: absolute;
    transform: translateX(-50%);
  }
  .ly_popup.culture.pop_1 {
    top: 5082px;
  }
  .ly_popup.culture.pop_2 {
    top: 5322px;
  }
  .ly_popup.culture.pop_3 {
    top: 5562px;
  }
  .ly_popup.culture.pop_4 {
    top: 5802px;
  }
  .ly_popup.culture.pop_5 {
    top: 6042px;
  }
  .ly_popup.culture.pop_6 {
    top: 6282px;
  }
  .ly_popup.recruit_count {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 320px;
  }
  .ly_popup.recruit_count .section_recruit_count .section_title {
    font-size: 2.0rem;
    color: #fff;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info {
    width: 65px;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_box {
    height: 86px;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_box .count_num {
    font-size: 4.0rem;
    line-height: 8.6rem;
  }
  .ly_popup.recruit_count .section_recruit_count .count_area .count_info .count_name {
    font-size: 1.2rem;
  }
  .ly_popup.session {
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 375px;
    border: 0;
    transform: translate(-50%, -50%);
  }
  .ly_popup.session:before {
    display: none;
  }
  .ly_popup.session .popup_inner {
    width: 100%;
    padding: 0;
  }
  .ly_popup.session .popup_content {
    position: relative;
    -webkit-border-radius: 21px 21px 0 0;
    border-radius: 21px 21px 0 0;
  }
  .ly_popup.session .popup_top {
    padding: 30px 0 15px;
  }
  .ly_popup.session .popup_top:after {
    right: 0;
    top: 28px;
    width: 127px;
    height: 93px;
    background-size: 127px 93px;
  }
  .ly_popup.session .popup_top .session_tit {
    padding-left: 22px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #1f1f1f;
  }
  .ly_popup.session .session_box {
    padding: 15px 22px;
  }
  .ly_popup.session .session_box .sub_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .ly_popup.session .session_box .btn_apply {
    width: 116px;
    height: 32px;
    -webkit-border-radius: 22.5px;
    border-radius: 22.5px;
    font-size: 14px;
  }
  .ly_popup.session .session_box .btn_apply .icon_play {
    width: 25px;
    height: 16px;
  }
  .ly_popup.session .session_box .btn_apply .icon_play:before {
    border-width: 4px 0 4px 7px;
    vertical-align: -3px;
  }
  .ly_popup.session .popup_bottom {
    margin: 0;
  }
  .ly_popup.session .popup_bottom [class*="btn_"] {
    position: static;
    width: calc(100% - 152px);
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .ly_popup.session .popup_bottom .btn_close {
    width: 152px;
  }
  .ly_popup.benefit {
    width: 100%;
  }
  .ly_popup.benefit .popup_inner {
    padding: 20px 20px 60px;
  }
  .ly_popup.benefit .popup_top {
    margin-top: 40px;
  }
  .ly_popup.benefit .popup_top::after {
    margin-top: 40px;
  }
  .ly_popup.benefit .popup_top .pop_title {
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .ly_popup.benefit .popup_content {
    margin-top: 40px;
  }
  .ly_popup.benefit.num3 .logo_box {
    width: 100px;
  }
  .ly_popup.benefit.num3 .logo_box .type_pc {
    display: none;
  }
  .ly_popup.benefit.num3 .logo_box .type_mo {
    display: inline-block;
  }
  .ly_popup.benefit.num3 .text {
    margin-left: 20px;
  }
  .ly_popup .pc {
    display: none;
  }
  .ly_popup .mo {
    display: block;
  }
}

@media (max-width: 411px) {
  .ly_popup.session {
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
  }
  .webmobile .ly_popup.session {
    top: 50%;
    left: 50%;
    width: 375px;
    border: 0;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 375px) {
  .ly_popup.session {
    width: 100% !important;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3000;
}

.header.type_blur .blur_box {
  display: block;
}

.header.type_white {
  background: #fff;
}

.header.type_dark nav .list_button span {
  border-color: #fff;
}

.header.type_dark nav ul .list a {
  color: #fff;
}

.header.type_dark nav ul .list a:hover .ico_select {
  background-position: -111px -14px;
}

.header.type_dark nav ul .list a .ico_select {
  background-position: -111px 0;
}

.header.type_dark .header_inner h1 > a {
  background-image: url(../img/img_boostcamp_logo_dark.png);
}

.header .blur_box {
  display: none;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.header .blur_box:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-filter-filter: blur(30px);
  filter: blur(30px);
}

.header .header_inner {
  position: relative;
  max-width: 1192px;
  height: 72px;
  margin: 0 auto;
}

.header .header_inner h1 {
  position: absolute;
  left: 0;
  top: 24px;
}

.header .header_inner h1 > a {
  display: block;
  width: 132px;
  height: 24px;
  background-image: url(../img/img_boostcamp_logo.png);
  background-repeat: no-repeat;
  background-size: 132px 24px;
}

.header nav {
  text-align: right;
}

.header nav .list_button, .header nav .close_button {
  display: none;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: 0 none;
  cursor: pointer;
}

.header nav .list_button span {
  display: block;
  position: relative;
  width: 22px;
  height: 12px;
  margin: 0 auto;
  border: 2px solid #000;
  border-width: 2px 0px;
  box-sizing: border-box;
}

.header nav ul {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.header nav ul .list {
  float: left;
  height: 40px;
  min-width: 70px;
  position: relative;
  text-align: center;
}

.header nav ul .list:hover .sub {
  display: block;
}

.header nav ul .list:hover .ico_select {
  background-position: -74px -14px;
}

.header nav ul .list[aria-selected="true"] > a {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.header nav ul .list:nth-child(2) {
  margin-left: 27px;
}

.header nav ul .list:nth-child(3) {
  min-width: 110px;
  margin-left: 36px;
}

.header nav ul .list:nth-child(4) {
  min-width: 110px;
  margin-left: 33px;
}

.header nav ul .list:nth-child(5) {
  margin-left: 18px;
}

.header nav ul .list a {
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
}

.header nav ul .list a .ico_select {
  margin-top: 9px;
}

.header nav ul .list .sub {
  position: absolute;
  top: 34px;
  width: 128px;
  background: #fff;
  display: none;
  padding-top: 16px;
  padding-bottom: 14px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.header nav ul .list .sub li a {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #111;
  margin-bottom: 10px;
}

.header nav ul .list .sub li[aria-selected="true"] > a {
  font-weight: 700;
}

.header .btn_app {
  position: absolute;
  right: 0;
  top: 18px;
}

.header .btn_close {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    z-index: 4000;
  }
  .header .blur_box {
    height: 64px;
  }
  .header .header_inner {
    height: 64px;
  }
  .header .header_inner h1 {
    top: 30px;
    left: 22px;
  }
  .header .header_inner h1 > a {
    width: 135px;
    height: 24px;
    background-image: url(../img/img_boostcamp_logo_m.png);
    background-size: 135px 24px;
    margin-top: -10px;
  }
  .header .header_inner nav .list_box {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 375px;
    text-align: left;
    z-index: 50;
    background: #fff;
    max-height: 100vh;
    overflow-y: auto;
  }
  .header .header_inner nav .list_box.active {
    display: block;
  }
  .header .header_inner nav .list_box ul {
    position: relative;
    left: 0;
    margin: 0;
    text-align: left;
    padding-top: 221.5px;
    padding-left: 30px;
    transform: inherit;
  }
  .header .header_inner nav .list_box ul .list {
    float: none;
    height: 100%;
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left;
  }
  .header .header_inner nav .list_box ul .list[aria-selected="true"] > a {
    color: #005cfd;
  }
  .header .header_inner nav .list_box ul .list a {
    height: 4.2rem;
    font-size: 3.0rem;
    line-height: 4.2rem;
    border: none;
    color: #111;
    margin: 0 0 30px 0;
  }
  .header .header_inner nav .list_box ul .list a .ico_select {
    display: none;
  }
  .header .header_inner nav .list_box ul .list .sub {
    display: block;
    position: static;
    padding: 0;
    margin-top: -1px;
    margin-bottom: 38px;
  }
  .header .header_inner nav .list_box ul .list .sub li {
    height: 30px;
  }
  .header .header_inner nav .list_box ul .list .sub li[aria-selected="true"] > a {
    color: #005cfd;
  }
  .header .header_inner nav .list_box ul .list .sub li a {
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #111;
    height: 100%;
    line-height: 100%;
    margin: 0;
    text-align: left;
    font-weight: normal;
  }
  .header .header_inner nav .list_box ul .list .sub li + li {
    margin-top: 16px;
  }
  .header .header_inner nav .btn_app {
    position: relative;
    top: auto;
    left: 30px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .header .header_inner nav .btn_close {
    display: inline-block;
    position: absolute;
    top: 12.5px;
    right: 22px;
  }
  .header .header_inner nav .list_button {
    display: block;
    top: 12px;
    right: 17px;
  }
}

@media (max-width: 375px) {
  .header .header_inner nav .list_box {
    width: 100%;
  }
}

.footer {
  position: relative;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #000;
}

.footer .footer_inner {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 0 40px;
}

.footer .area_title {
  display: block;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 24px;
  font-weight: 500;
}

.footer ul li {
  font-size: 1.6rem;
  line-height: 3.0rem;
}

.footer ul li .item_title {
  display: block;
}

.footer ul li .item_info {
  display: block;
}

.footer ul li + li {
  margin-top: 20px;
}

.footer ul li .ico_outlink {
  margin-top: 5px;
}

.footer .contact_area, .footer .information_area {
  display: inline-block;
  width: 402px;
  vertical-align: top;
}

.footer .information_area ul li .item_info a:hover {
  text-decoration: underline;
}

.footer .sns_area {
  overflow: hidden;
  position: absolute;
  bottom: 36px;
  right: 0;
}

.footer .sns_area ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 3.0rem;
}

.footer .sns_area ul li a:hover {
  text-decoration: underline;
}

.footer .sns_area ul li + li {
  margin-top: 0;
  margin-left: 11px;
}

.footer .copyright_area {
  margin-top: 60px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 3.0rem;
  color: #888;
}

.footer .btn_top_area {
  position: absolute;
  top: 41.5px;
  left: 50%;
  margin-left: 547px;
  z-index: 3000;
}

@media (max-width: 1200px) {
  .footer {
    max-width: 100%;
    min-width: 600px;
  }
  .footer .area_title {
    margin-bottom: 23px;
  }
  .footer .footer_inner {
    padding: 44px 30px 35px;
  }
  .footer ul li + li {
    margin-top: 18px;
  }
  .footer ul li .item_info {
    margin-top: -2px;
  }
  .footer .contact_area, .footer .information_area, .footer .sns_area, .footer .copyright_area {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
  }
  .footer .btn_top_area {
    top: -52px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .footer .sns_area {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 61px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 42px 30px 37px;
    min-width: 300px;
  }
  .footer .area_title {
    margin-bottom: 14px;
  }
  .footer .contact_area, .footer .information_area, .footer .sns_area, .footer .copyright_area {
    display: block;
    width: 100%;
  }
  .footer .btn_top_area {
    top: -53px;
  }
  .footer ul li .item_info {
    margin-top: -2px;
  }
  .footer ul li + li {
    margin-top: 12px;
  }
  .footer .information_area {
    margin-top: 43px;
  }
  .footer .sns_area {
    margin-top: 47px;
  }
  .footer .copyright_area {
    margin-top: 46px;
  }
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 400;
  src: url(../webfont/NanumSquare/NanumSquareR.eot);
  src: url(../webfont/NanumSquare/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../webfont/NanumSquare/NanumSquareR.woff) format("woff"), url(../webfont/NanumSquare/NanumSquareR.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  src: url(../webfont/NanumSquare/NanumSquareL.eot);
  src: url(../webfont/NanumSquare/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../webfont/NanumSquare/NanumSquareL.woff) format("woff"), url(../webfont/NanumSquare/NanumSquareL.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  src: url(../webfont/NanumSquare/NanumSquareB.eot);
  src: url(../webfont/NanumSquare/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../webfont/NanumSquare/NanumSquareB.woff) format("woff"), url(../webfont/NanumSquare/NanumSquareB.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 800;
  src: url(../webfont/NanumSquare/NanumSquareEB.eot);
  src: url(../webfont/NanumSquare/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../webfont/NanumSquare/NanumSquareEB.woff) format("woff"), url(../webfont/NanumSquare/NanumSquareEB.ttf) format("truetype");
}

@font-face {
  font-family: "Mark W01 Thin";
  src: url("../webfont/MarkPro/Fonts/5835135/93512d0e-3fd6-4789-aeec-ba6682c9af93.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/5835135/17c5f772-dc57-418a-bbe7-4288cd50056e.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Italic";
  src: url("../webfont/MarkPro/Fonts/5835180/ff8fe6f3-42f9-4b50-89a0-3a59112770e9.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/5835180/19426e43-d193-46a4-aaf6-1762e7fb12b5.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Extlight";
  src: url("../webfont/MarkPro/Fonts/6215356/402e71ff-53b5-4d8c-bbd3-f9338ff073d2.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215356/7785de4d-b6ce-4272-a2b3-439b3066b1df.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Thin Italic";
  src: url("Fonts/6215360/27039fb0-55a0-4619-b01c-a88c494977c6.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215360/aa509e6c-9dca-4748-adf6-ccafe2c5beb5.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Regular";
  src: url("../webfont/MarkPro/Fonts/6215362/be19d19f-d253-4979-a6d6-fd5c51d10387.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215362/e478d528-f58a-473a-bf84-d8b21b7f7107.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Book Italic";
  src: url("../webfont/MarkPro/Fonts/6215366/cafb93b0-8566-48bc-a644-e3ec731735d2.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215366/86aa6663-0c43-4c92-8b69-3e5c8a3e1203.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Book";
  src: url("../webfont/MarkPro/Fonts/6215370/67260a48-c64a-4c8a-9317-5fd0a3468953.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215370/ab45fe39-2036-4dba-b878-a74d8140e8e7.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Black Italic";
  src: url("Fonts/6215381/f141f3d9-14bc-42c1-824d-1ed9f2aa34ce.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215381/0bd7b397-41a6-4b73-842d-3b5271395a3c.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Black";
  src: url("../webfont/MarkPro/Fonts/6215385/25a82304-84a4-490a-98a7-9f1b471b8947.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215385/651e315f-7c83-4ea8-bd0f-e9bbc303d7fc.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Heavy Italic";
  src: url("../webfont/MarkPro/Fonts/6215390/0e62165b-f71d-4888-9ca9-59d2b0201fd7.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215390/0b11b301-e2e1-4c3d-a24e-5848b96b7bf0.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Heavy";
  src: url("../webfont/MarkPro/Fonts/6215393/fbb4168c-3acc-4115-9a34-593ef03c9b07.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215393/7f34d676-21e3-4ac7-998d-04f8428dff18.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Bold Italic";
  src: url("../webfont/MarkPro/Fonts/6215397/fc0eb25c-4745-4349-9ac6-36e11584e0dc.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215397/8d393e80-9da5-4955-a2d1-92844dab71d5.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Light Italic";
  src: url("../webfont/MarkPro/Fonts/6215408/fd5c769f-de18-474d-bafa-61735dba8cee.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215408/9ee87f96-c915-444d-81b3-044f4a55d22b.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Hairline Italic";
  src: url("../webfont/MarkPro/Fonts/6215415/3cb51d71-7372-4130-8261-1c804713d617.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215415/fc6559d8-50db-4210-8b18-0ecbefb2fbf5.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Hairline";
  src: url("../webfont/MarkPro/Fonts/6215419/8d504ec3-af04-4013-9994-e382985a8b9a.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6215419/201c0365-b1fe-4cda-b368-d319b7e4920b.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Medium";
  src: url("../webfont/MarkPro/Fonts/6418315/c4487fee-7b63-40b6-87ac-af84854f2bd2.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6418315/e9889c96-b678-47f3-99e2-e50426ce470b.woff") format("woff");
}

@font-face {
  font-family: "Mark W04 Extlight Italic";
  src: url("../webfont/MarkPro/Fonts/6460575/24af5b85-a527-4ad6-ada2-6e5f1bda0fbf.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6460575/11bab3a2-5fff-4f02-9b68-474fac643257.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Bold";
  src: url("../webfont/MarkPro/Fonts/6460613/da4f22ef-a1b6-401a-8a40-56954ce5141d.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6460613/c061ab4d-74ab-4c1c-9399-152de03f973d.woff") format("woff");
}

@font-face {
  font-family: "Mark W05 Medium Italic";
  src: url("../webfont/MarkPro/Fonts/6479631/efa3a5a5-6e6e-4ae2-a556-640440c61745.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6479631/4a45e8e1-22fe-4371-aa12-9bfb083af6ca.woff") format("woff");
}

@font-face {
  font-family: "Mark W01 Ultra";
  src: url("../webfont/MarkPro/Fonts/6481881/177caa30-150d-4a27-9d6c-33b350647b7e.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/6481881/19e7d03b-3090-4530-8910-2424f7451642.woff") format("woff");
}

@font-face {
  font-family: "Mark W03 Light";
  src: url("../webfont/MarkPro/Fonts/7151805/10b5935e-0a65-4a50-b994-4c770a3e6ab1.woff2") format("woff2"), url("../webfont/MarkPro/Fonts/7151805/d154b4cc-8431-4ad7-b2bf-f46a84f1fbe7.woff") format("woff");
}

.flicking-viewport {
  position: relative;
  overflow: hidden;
}

.flicking-camera {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 1;
}

.flicking-camera > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flicking-viewport.vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.flicking-viewport.vertical > .flicking-camera {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flicking-viewport {
  width: 100%;
  height: 100%;
}

.side_content {
  z-index: 5555;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #6c5ce7;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.push_right {
  padding-left: 50%;
  box-sizing: border-box;
}

.title {
  font-size: 56px;
  font-weight: bold;
  color: #333;
}

.bg_black {
  background-color: #222;
}

.font_white {
  color: #fff;
}

.padding_custom {
  padding-top: 215px;
}

#curtainsCarousel {
  background-color: #eff2f8;
}

#curtainsCarousel.is_open .curtains {
  transform: translateY(-100%);
}

#curtainsCarousel.is_open .image_cover {
  width: 100%;
  height: 100%;
  background-position: center;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
}

#curtainsCarousel.is_open .text_cover {
  opacity: 1;
}

.curtains {
  position: relative;
  background-color: #fff;
  transition: transform 1s ease-in-out;
}

.image_cover {
  position: absolute;
  top: 564px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 708px;
  height: 810px;
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  transition: all 0.7s ease-in-out;
}

.image_cover img, .image_cover video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.image_cover .ty_mo {
  display: none;
}

.text_cover {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.7s ease-in-out 0.5s;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.custom_title {
  display: block;
  text-align: center;
  padding: 100px 0;
}

.rolling {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  height: 300px;
  background-color: #222;
  line-height: 300px;
}

.rolling .scroller {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: rolling 10s linear infinite;
}

.rolling .text {
  display: inline-block;
  margin-left: 50px;
  font-size: 100px;
  font-weight: bold;
}

.rolling .text.color_1 {
  color: #6c5ce7;
}

.rolling .text.color_2 {
  color: #0984e3;
}

.rolling .text.color_3 {
  color: #ff7675;
}

.rolling .text.color_4 {
  color: #fdcb6e;
}

.paragraph {
  margin: 0;
  padding: 150px 0 300px;
  color: #333;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.text_left {
  text-align: left;
  padding-left: 200px;
}

.text_right {
  text-align: right;
  padding-right: 200px;
}

.slide {
  transition: transform 0.7s ease-in-out;
}

@keyframes rolling {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1200px) {
  .image_cover {
    width: 437px;
    height: 500px;
    top: 424px;
  }
  .padding_custom {
    padding-top: 162px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #curtainsCarousel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1600px;
    height: 100%;
    background: url(../img/about/video_mask.png) no-repeat;
    background-size: 1600px 1554px;
    z-index: 100;
  }
  #curtainsCarousel.is_open:before {
    opacity: 0;
    animation: all 2s;
  }
  .section_curtains h2 {
    position: relative;
    z-index: 300;
  }
}

.wrap {
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  background-color: #fff;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: -0.5px;
  color: #000;
}

.wrap.type_blur {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.container_area {
  position: relative;
  background-color: #f4f7f9;
  min-width: 1200px;
  min-height: 100vh;
  height: 100%;
  padding-top: 64px;
}

section {
  width: 1200px;
  margin: 0 auto;
}

.section_title {
  font-size: 5.0rem;
  line-height: 7.0rem;
  letter-spacing: -1px;
  color: #111;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
}

.section_title em {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: normal;
}

.section_desc {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  color: #444;
}

.section_recruit_count {
  width: 100%;
  padding: 129px 0 129px;
  background: #f0f4fa;
  text-align: center;
  margin-bottom: 213px;
}

.section_recruit_count.type_blur {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  overflow: hidden;
}

.section_recruit_count .section_title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: 0;
  text-align: center !important;
}

.section_recruit_count .count_area {
  margin-top: 31px;
  font-size: 0;
  letter-spacing: 0;
}

.section_recruit_count .count_area .count_info {
  display: inline-block;
  vertical-align: top;
  width: 128px;
}

.section_recruit_count .count_area .count_info + .count_info {
  margin-left: 12px;
}

.section_recruit_count .count_area .count_info .count_box {
  width: 100%;
  height: 140px;
  background: #005cfd;
  -webkit-border-radius: 8px;
  -moz--border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.section_recruit_count .count_area .count_info .count_box .count_num {
  display: block;
  width: 100%;
  font-size: 6.8rem;
  line-height: 14.0rem;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.section_recruit_count .count_area .count_info .count_name {
  display: block;
  margin-top: 11px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #5e6677;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 500;
}

.section_recruit_count .btn_normal {
  margin-top: 39px;
}

.section_apply.type_blur {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  overflow: hidden;
}

.section_deadline {
  display: none;
  position: absolute;
  top: 640px;
  left: 0;
  right: 0;
  width: 100%;
  height: 640px;
  background-color: rgba(0, 83, 255, 0.4);
}

.section_deadline.active {
  display: block !important;
}

.section_deadline .section_title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  line-height: 5.6rem;
  color: #fff;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  text-align: center !important;
}

.section_deadline .scroll_down {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section_deadline .scroll_down:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  background: url(../img/btn-40-scrolldown.svg) no-repeat;
  background-size: 100% 100%;
}

.section_alarm {
  width: 100%;
  padding: 193px 0 196px;
  background: #99baf9;
  margin-bottom: 213px;
}

.section_alarm .inner {
  position: relative;
  width: 1200px;
  padding-left: 148px;
  margin: 0 auto;
}

.section_alarm .inner:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 178px;
  width: 315px;
  height: 487px;
  margin-top: -250px;
  background: url(../img/img_8th_pc.png) 0 0 no-repeat;
  background-size: 315px 487px;
  -webkit-background-size: 315px 487px;
  content: '';
}

.section_alarm .section_title {
  font-size: 46px;
  line-height: 64px;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1.5px;
}

.section_alarm .section_title strong {
  font-weight: 800;
}

.section_alarm .btn_alarm {
  display: block;
  width: 285px;
  height: 80px;
  padding-left: 36px;
  margin-top: 43px;
  border: 3px solid #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
}

.section_alarm .btn_alarm .text {
  font-size: 28px;
  line-height: 74px;
  color: #fff;
  font-weight: 800;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_alarm .btn_alarm .text:after {
  display: inline-block;
  width: 15px;
  height: 24px;
  margin-left: 30px;
  background: url(../img/ic-25-arr.png) 0 0 no-repeat;
  background-size: 15px 25px;
  -webkit-background-size: 15px 25px;
  vertical-align: -3px;
  content: '';
}

.pc_br {
  display: block !important;
}

.mo_br {
  display: none;
}

.tb_br {
  display: none;
}

.type_pc {
  display: block;
}

.type_mo {
  display: none;
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}

.dimmed.type_blur {
  background-color: rgba(187, 187, 187, 0.6);
}

.area_tab {
  position: relative;
}

.area_tab ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.area_tab ul li {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 4.6rem;
  line-height: 4.6rem;
  background: #f0f4fa;
  color: #5e6677;
  font-size: 1.8rem;
  font-weight: bold;
}

.area_tab ul li[aria-selected="true"] {
  background: #005cfd;
  color: #fff;
}

.area_tab ul li + li {
  margin-left: 20px;
}

.area_tab ul li .menu {
  display: block;
  text-align: center;
}

.area_tab .all_open {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  color: #005cfd;
  line-height: 4.6rem;
  letter-spacing: -0.3px;
}

.section_recruit_count ~ .section_tab_wrap .section_tab .select_btn {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_recruit_count ~ .section_tab_wrap .section_tab ul li[aria-selected="true"] a {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_recruit_count ~ .section_tab_wrap .section_tab ul li a {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_tab_wrap {
  z-index: 3100;
  background: #fff;
  position: sticky;
  top: 0;
  height: 72px;
}

.section_tab_wrap .section_tab {
  width: 1200px;
  margin: -13px auto;
  padding: 13px 0;
}

.section_tab_wrap .section_tab .select_btn {
  display: none;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_tab_wrap .section_tab ul {
  font-size: 0;
  line-height: 0;
}

.section_tab_wrap .section_tab ul li {
  display: inline-block;
  vertical-align: top;
  background: #f0f4fa;
}

.section_tab_wrap .section_tab ul li + li {
  margin-left: 20px;
}

.section_tab_wrap .section_tab ul li[aria-selected="true"] {
  background: #111;
}

.section_tab_wrap .section_tab ul li[aria-selected="true"] a {
  color: #fff;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_tab_wrap .section_tab ul li a {
  display: block;
  font-size: 1.8rem;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  line-height: 4.6rem;
  color: #5e6677;
  padding: 0 27px;
}

.section_recruitinfo {
  padding-top: 132px;
}

.section_recruitinfo .section_title {
  position: relative;
  text-align: left;
}

.section_recruitinfo .section_desc {
  margin-top: 33px;
}

.recruitinfo_list {
  margin-top: 100px;
  text-align: left;
}

.recruitinfo_list > li {
  min-height: 112px;
}

.recruitinfo_list > li.type_accordion {
  position: relative;
  min-height: 114px;
}

.recruitinfo_list > li.type_accordion.open .dot_list {
  display: block;
}

.recruitinfo_list > li.type_accordion.open .accordion_button {
  height: 80px;
}

.recruitinfo_list > li.type_accordion.open .accordion_button:after {
  background-position: 0 -68px;
}

.recruitinfo_list > li.type_accordion.open .accordion_button:hover:after {
  background-position: -52px -68px;
}

.recruitinfo_list > li.type_accordion .accordion_title {
  margin-top: 1px;
  font-weight: normal;
  line-height: 3.4rem;
}

.recruitinfo_list > li.type_accordion .dot_list {
  display: none;
  margin-top: 16px;
}

.recruitinfo_list > li.type_accordion .list_link {
  margin-top: 4px;
}

.recruitinfo_list > li.type_accordion .accordion_button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.recruitinfo_list > li.type_accordion .accordion_button:after {
  content: '';
  position: absolute;
  top: 45px;
  right: 20px;
  display: inline-block;
  overflow: hidden;
  background: url(../img/sp_boostcamp.png) no-repeat;
  -webkit-background-size: 200px 200px;
  background-size: 200px 200px;
  vertical-align: top;
  color: transparent;
  width: 24px;
  height: 24px;
  background-position: -26px -68px;
}

.recruitinfo_list > li.type_accordion .accordion_button:hover:after {
  background-position: -78px -68px;
}

.recruitinfo_list > li .list_name {
  border-top: 1px solid #e5e5e5;
  float: left;
  width: 203px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.5px;
  padding: 40px 0;
}

.recruitinfo_list > li .list_info {
  border-top: 1px solid #e5e5e5;
  margin-left: 203px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  color: #444;
  letter-spacing: -0.5px;
  padding: 40px 0;
}

.recruitinfo_list > li .list_info .inner_list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.recruitinfo_list > li .list_txt + .sub_list_title {
  margin-top: 23px;
}

.recruitinfo_list > li .list_txt + .list_link {
  margin-top: 20px;
}

.recruitinfo_list > li .sub_list_title {
  display: block;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  color: #222;
}

.recruitinfo_list > li .sub_list_title + .dot_list {
  margin-top: 9px;
}

.recruitinfo_list > li .dot_list li {
  position: relative;
  padding: 0 16px;
  line-height: 3.6rem;
}

.recruitinfo_list > li .dot_list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz--border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #111;
}

.recruitinfo_list > li .dot_list li + li {
  margin-top: 1px;
}

.recruitinfo_list > li .dot_list li .info_title {
  color: #222;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.recruitinfo_list > li .dot_list + .sub_list_title {
  margin-top: 31px;
}

.recruitinfo_list > li .asterisk_list.type_small {
  margin-top: 19px;
}

.recruitinfo_list > li .asterisk_list.type_small li {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.3px;
}

.recruitinfo_list > li .asterisk_list.type_small li:before {
  font-size: 1.4rem;
}

.recruitinfo_list > li .asterisk_list.type_small li + li {
  margin-top: 1px;
}

.recruitinfo_list > li .asterisk_list li {
  position: relative;
  padding: 0 16px;
  font-size: 1.8rem;
  line-height: 3.0rem;
  color: #666;
}

.recruitinfo_list > li .asterisk_list li:before {
  content: '*';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 5px;
  font-size: 1.8rem;
  color: #666;
}

.recruitinfo_list > li .asterisk_list li + li {
  margin-top: 1px;
}

.recruitinfo_list > li .asterisk_list + .sub_list_title {
  margin-top: 31px;
}

.recruitinfo_list > li .list_link {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.5px;
  color: #005cfd;
}

.recruitinfo_list > li .list_link .ico_outlink {
  margin-top: 3px;
}

.recruitinfo_list > li .list_link .point {
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -.3px;
  color: #666;
}

.recruitinfo_list > li .list_link + .list_link {
  margin-top: 9px;
}

.recruitinfo_list > li .list_link.type_inline {
  display: inline-block;
  vertical-align: 0;
}

.recruitinfo_list > li .composition_info {
  margin-top: 41px;
  width: 537px;
  height: 380px;
  background-image: url(../img/ai_tech/img-aitech-composition_info_v2.png);
  background-repeat: no-repeat;
  background-size: 537px 380px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc {
  displaY: inline-block;
  vertical-align: top;
  width: calc(50% - 25px);
  margin-left: 0;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc + .type_pc, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc + .type_pc {
  margin-left: 45px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .list_info, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .list_info {
  margin-left: 0;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .list_name, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .list_name {
  float: none;
  display: block;
  width: 100%;
  padding-bottom: 0;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .list_info, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .list_info {
  display: block;
  width: 100%;
  border-top: 0;
  padding-top: 21px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .list_info + .list_name, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .list_info + .list_name {
  border-top: 0;
  padding-top: 0;
  margin-top: -8px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .list_info .list_title, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .list_info .list_title {
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .dot_list li, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .dot_list li {
  padding-right: 0;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .dot_list li + li, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .dot_list li + li {
  margin-top: 6px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .dot_list li .list_link.type_inline, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .dot_list li .list_link.type_inline {
  margin-left: 8px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .dot_list + .list_title, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .dot_list + .list_title {
  margin-top: 20px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .asterisk_list.type_small, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .asterisk_list.type_small {
  margin-top: 11px;
}

.ai_tech .section_recruitinfo .recruitinfo_list.type_pc > li .composition_info, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc > li .composition_info {
  margin-top: 31px;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_pc + .type_pc > li:nth-child(2) .list_info {
  border-top: 1px solid #e5e5e5;
}

.section_scheduleinfo {
  padding-top: 231px;
}

.section_scheduleinfo .section_title {
  text-align: left;
}

.section_scheduleinfo .section_desc {
  margin-top: 30px;
}

.section_scheduleinfo .scheduleinfo_list {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 70px;
}

.section_scheduleinfo .scheduleinfo_list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 30px;
}

.section_scheduleinfo .scheduleinfo_list li:nth-child(4) .step_box:after {
  right: 15px;
}

.section_scheduleinfo .scheduleinfo_list li:last-child .step_box:after {
  right: 15px;
}

.section_scheduleinfo .scheduleinfo_list li.option .step_box .dot:after {
  background: #95a7cd;
}

.section_scheduleinfo .scheduleinfo_list li.option .step_box:after {
  background-image: linear-gradient(to left, #95a7cd, #95a7cd 0%);
}

.section_scheduleinfo .scheduleinfo_list li.option .step_box .step_num {
  color: #95a7cd;
}

.section_scheduleinfo .scheduleinfo_list li.option .step_box .step_num .sub_title {
  font-weight: normal;
}

.section_scheduleinfo .scheduleinfo_list li.option .schedule_box {
  background: #fff;
  position: relative;
}

.section_scheduleinfo .scheduleinfo_list li.option .schedule_box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #e9eff8;
  -webkit-border-radius: 10px;
  -moz--border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.section_scheduleinfo .scheduleinfo_list li .step_box {
  position: relative;
  height: 66px;
}

.section_scheduleinfo .scheduleinfo_list li .step_box .dot {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: -5px;
  bottom: 11px;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz--border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  z-index: 10;
}

.section_scheduleinfo .scheduleinfo_list li .step_box .dot:after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 5px;
  background: #1f85ff;
  -webkit-border-radius: 18px;
  -moz--border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}

.section_scheduleinfo .scheduleinfo_list li .step_box:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 6px;
  background-image: linear-gradient(to left, #005cfd, #2086ff 0%);
  -webkit-border-radius: 100px;
  -moz--border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.section_scheduleinfo .scheduleinfo_list li .step_box .step_num {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1f85ff;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box {
  position: relative;
  width: 285px;
  height: 174px;
  background: #f0f4fa;
  padding: 16px 20px;
  -webkit-border-radius: 10px;
  -moz--border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_title {
  display: block;
  font-size: 2.0rem;
  line-height: 3.4rem;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  color: #111;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_txt {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -.5px;
  color: #222;
  word-break: break-all;
  word-wrap: break-word;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_sub_txt {
  display: block;
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -.5px;
  color: #222;
  word-break: break-all;
  word-wrap: break-word;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_link {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #005cfd;
  position: absolute;
  left: 21px;
  bottom: 22px;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_link .ico_outlink {
  margin-top: 3px;
}

.section_scheduleinfo .scheduleinfo_list li .schedule_box .point {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -.5px;
  color: #222;
}

.section_scheduleinfo .noti_box {
  margin-top: 60px;
}

.section_scheduleinfo .noti_box ul li {
  position: relative;
  padding: 0 13px;
  font-size: 2.0rem;
  line-height: 3.4rem;
  color: #444;
  letter-spacing: -1px;
}

.section_scheduleinfo .noti_box ul li:before {
  content: '*';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 8px;
  height: 8px;
  font-size: 2.0rem;
  color: #444;
}

.section_noticeinfo {
  padding: 231px 0 230px;
  text-align: center;
}

.section_noticeinfo .section_title {
  text-align: left;
}

.section_noticeinfo .recruitinfo_list {
  margin-top: 97px;
}

.section_noticeinfo .btn_normal {
  margin-top: 60px;
}

.section_noticeinfo .online_briefing {
  margin-top: 98px;
  background: #f0f4fa;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  font-weight: bold;
  padding: 31px 44px 29px 32px;
  text-align: left;
}

.section_noticeinfo .online_briefing p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.section_noticeinfo .online_briefing .btn_box {
  float: right;
  margin-top: 5px;
}

.section_noticeinfo .online_briefing .btn_box .btn_normal {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  height: 5.0rem;
  line-height: 5.0rem;
}

.section_noticeinfo .online_briefing .btn_box .btn_normal .ico_detail {
  width: 20px;
  height: 20px;
}

.section_noticeinfo .online_briefing ~ .recruitinfo_list {
  margin-top: 60px;
}

.count_simple {
  display: none;
  position: absolute;
  top: 0;
  right: 30px;
  vertical-align: top;
  height: 46px;
  padding: 0 15px;
  line-height: 4.6rem;
  background: #005cfd;
  font-size: 2.4rem;
  letter-spacing: -0.24px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz--border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.count_simple .count_num {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.button_area {
  margin-top: 140px;
  text-align: center;
}

.button_area.align_l {
  text-align: left;
}

.section_interview_video {
  width: 100%;
}

.section_interview_video .section_title {
  padding: 200px 0 78px;
  width: 100%;
  text-align: center !important;
}

.section_interview_video .interview_box {
  position: relative;
  width: 100%;
}

.section_interview_video .interview_box .spot_bg {
  position: relative;
  height: 100%;
}

.section_interview_video .interview_box .spot_bg:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.23);
}

.section_interview_video .interview_box .spot_bg img {
  object-fit: cover;
}

.section_interview_video .interview_box .interview_info {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section_interview_video .interview_box .interview_info .testimony_txt {
  font-size: 3.6rem;
  line-height: 5.4rem;
  letter-spacing: -0.8px;
  color: #fff;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.section_interview_video .interview_box .interview_info .speaker_info {
  display: block;
  margin-top: 26px;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}

.section_interview_video .interview_box .interview_info .speaker_info em {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  margin-right: 4px;
}

.section_interview_video .interview_box .interview_info .btn_normal {
  margin-top: 57px;
}

@media (max-width: 1200px) {
  .wrap {
    min-width: auto;
  }
  section {
    width: 100%;
  }
  .section_title {
    font-size: 4.6rem;
    line-height: 6.2rem;
    letter-spacing: -0.8px;
  }
  .section_desc {
    font-size: 2.0rem;
    line-height: 3.2rem;
    letter-spacing: -0.5px;
  }
  .pc_br {
    display: none !important;
  }
  .tb_br {
    display: block !important;
  }
  .section_recruit_count {
    padding: 83px 0 84px;
    margin-bottom: 0;
  }
  .section_recruit_count .count_area {
    margin-top: 25px;
  }
  .section_recruit_count .count_area .count_info {
    width: 96px;
  }
  .section_recruit_count .count_area .count_info + .count_info {
    margin-left: 10px;
  }
  .section_recruit_count .count_area .count_info .count_box {
    height: 107px;
  }
  .section_recruit_count .count_area .count_info .count_box .count_num {
    font-size: 5.2rem;
    line-height: 10.7rem;
  }
  .section_recruit_count .count_area .count_info .count_name {
    margin-top: 6px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .section_recruit_count .btn_normal {
    margin-top: 39px;
  }
  .section_deadline {
    top: 520px;
    height: 440px;
  }
  .section_deadline .section_title {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
  .section_deadline .scroll_down {
    height: 73px;
  }
  .section_deadline .scroll_down:before {
    left: 50%;
    width: 36px;
    height: 36px;
  }
  .section_alarm {
    padding: 72px 0 172px;
    margin-bottom: 0;
  }
  .section_alarm .inner {
    width: 100%;
    max-width: 768px;
    padding: 0 50px;
  }
  .section_alarm .inner:after {
    top: 50%;
    right: 58px;
    width: 215px;
    height: 331px;
    margin-top: -104px;
    background-image: url(../img/img_8th_tb.png);
    background-size: 215px 331px;
    -webkit-background-size: 215px 331px;
  }
  .section_alarm .section_title {
    font-size: 37px;
    line-height: 51px;
  }
  .section_alarm .btn_alarm {
    width: 218px;
    height: 65px;
    padding-left: 29px;
    margin-top: 29px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
  }
  .section_alarm .btn_alarm .text {
    font-size: 22px;
    line-height: 59px;
  }
  .section_alarm .btn_alarm .text:after {
    width: 12px;
    height: 20px;
    margin-left: 15px;
    vertical-align: -3px;
    background-image: url(../img/ic-20-arr.png);
    background-size: 12px 20px;
    -webkit-background-size: 12px 20px;
  }
  .area_tab ul li + li {
    margin-left: 16px;
  }
  .section_tab_wrap {
    height: 64px;
    border-bottom: 1px solid #eee;
  }
  .section_tab_wrap .section_tab {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .section_tab_wrap .section_tab.type_inline {
    width: auto;
  }
  .section_tab_wrap .section_tab.type_inline .select_btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .section_tab_wrap .section_tab.type_inline .select_btn:after {
    right: 17px;
    background-image: url(../img/btn-20-dropdown-b.svg);
  }
  .section_tab_wrap .section_tab .select_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 1.8rem;
    color: #111;
    text-align: left;
    padding: 0 50px 0 30px;
  }
  .section_tab_wrap .section_tab .select_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url(../img/ic-20-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .section_tab_wrap .section_tab .select_btn[aria-expanded="true"]:after, .section_tab_wrap .section_tab .select_btn.open:after {
    transform: rotate(180deg);
  }
  .section_tab_wrap .section_tab .select_btn[aria-expanded="true"] ~ .list_area, .section_tab_wrap .section_tab .select_btn.open ~ .list_area {
    display: block;
  }
  .section_tab_wrap .section_tab .list_area {
    border-top: 1px solid #eee;
    display: none;
  }
  .section_tab_wrap .section_tab .list_area ul {
    padding: 18px 0;
  }
  .section_tab_wrap .section_tab .list_area ul li {
    display: block;
    background: #fff;
  }
  .section_tab_wrap .section_tab .list_area ul li a {
    line-height: 3.6rem;
    padding: 0 30px;
  }
  .section_tab_wrap .section_tab .list_area ul li[aria-selected="true"] a {
    color: #111;
    font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
    font-weight: 600;
  }
  .section_tab_wrap .section_tab .list_area ul li + li {
    margin-left: 0;
  }
  .section_recruitinfo {
    padding: 101px 30px 0;
  }
  .section_recruitinfo .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .section_recruitinfo .section_desc {
    margin-top: 27px;
  }
  .recruitinfo_list {
    margin-top: 80px;
    margin-left: 0;
  }
  .recruitinfo_list > li {
    min-height: 90px;
  }
  .recruitinfo_list > li.type_accordion {
    min-height: 90px;
  }
  .recruitinfo_list > li.type_accordion.open .accordion_button {
    height: 70px;
  }
  .recruitinfo_list > li.type_accordion .accordion_top {
    margin-top: -1px;
  }
  .recruitinfo_list > li.type_accordion .dot_list {
    margin-top: 17px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .recruitinfo_list > li.type_accordion .accordion_button:after {
    top: 33px;
    right: 0;
  }
  .recruitinfo_list > li .list_name {
    float: left;
    width: 203px;
    font-size: 1.8rem;
    line-height: 3.0rem;
    padding: 30px 0 29px;
  }
  .recruitinfo_list > li .list_info {
    margin-left: 203px;
    font-size: 1.8rem;
    line-height: 3.0rem;
    color: #444;
    padding: 30px 0 29px;
  }
  .recruitinfo_list > li .list_info .list_title {
    display: block;
    margin-bottom: 8.5px;
  }
  .recruitinfo_list > li .list_txt + .sub_list_title {
    margin-top: 20px;
  }
  .recruitinfo_list > li .list_txt + .list_link {
    margin-top: 16px;
  }
  .recruitinfo_list > li .sub_list_title + .dot_list {
    margin-top: 9px;
  }
  .recruitinfo_list > li .dot_list li {
    padding: 0 16px;
    line-height: 3.0rem;
  }
  .recruitinfo_list > li .dot_list li:before {
    top: 11px;
  }
  .recruitinfo_list > li .dot_list li + li {
    margin-top: 1px;
  }
  .recruitinfo_list > li .dot_list + .sub_list_title {
    margin-top: 19px;
  }
  .recruitinfo_list > li .dot_list + .list_title {
    margin-top: 30px;
  }
  .recruitinfo_list > li .asterisk_list.type_small {
    margin-top: 24px;
  }
  .recruitinfo_list > li .asterisk_list li {
    padding: 0 16px;
    font-size: 1.4rem;
    line-height: 2.40rem;
    color: #666;
  }
  .recruitinfo_list > li .asterisk_list li:before {
    top: 2px;
    width: 5px;
    height: 5px;
    font-size: 1.4rem;
  }
  .recruitinfo_list > li .asterisk_list li + li {
    margin-top: 1px;
  }
  .recruitinfo_list > li .asterisk_list + .sub_list_title {
    margin-top: 31px;
  }
  .recruitinfo_list > li .list_link .ico_outlink {
    margin-top: 3px;
  }
  .recruitinfo_list > li .list_link + .list_link {
    margin-top: 9px;
  }
  .recruitinfo_list > li .composition_info {
    margin-top: 38px;
    width: 455px;
    height: 166px;
    background-image: url(../img/ai_tech/img-aitech-composition_info-t_v2.png);
    background-size: 455px 166px;
  }
  .ai_tech .section_recruitinfo .recruitinfo_list.type_pc, .ai_tech .section_noticeinfo .recruitinfo_list.type_pc {
    display: none;
  }
  .ai_tech .section_recruitinfo .recruitinfo_list.type_mo, .ai_tech .section_noticeinfo .recruitinfo_list.type_mo {
    display: block;
  }
  .ai_tech .section_recruitinfo .recruitinfo_list > li .dot_list li .list_link, .ai_tech .section_noticeinfo .recruitinfo_list > li .dot_list li .list_link {
    margin-top: 6px;
  }
  .ai_tech .section_recruitinfo .recruitinfo_list > li .dot_list li .list_link:last-child, .ai_tech .section_noticeinfo .recruitinfo_list > li .dot_list li .list_link:last-child {
    margin-bottom: 14px;
  }
  .section_scheduleinfo {
    padding: 141px 30px 0;
  }
  .section_scheduleinfo .sction_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .section_scheduleinfo .section_desc {
    margin-top: 20px;
  }
  .section_scheduleinfo .scheduleinfo_list {
    padding-top: 39px;
  }
  .section_scheduleinfo .scheduleinfo_list li {
    width: 33.3%;
    margin-top: 40px;
  }
  .section_scheduleinfo .scheduleinfo_list li:nth-child(3n) .step_box:after {
    right: 10px;
  }
  .section_scheduleinfo .scheduleinfo_list li:nth-child(4) .step_box:after {
    right: 0;
  }
  .section_scheduleinfo .scheduleinfo_list li:last-child .step_box:after {
    right: 10px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box {
    height: 58px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box .dot {
    width: 20px;
    height: 20px;
    left: -5px;
    bottom: 6px;
    -webkit-border-radius: 20px;
    -moz--border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box .dot:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 12px;
    -moz--border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box:after {
    bottom: 13px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box .step_num {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .section_scheduleinfo .scheduleinfo_list li .schedule_box {
    width: calc(100% - 10px);
    height: 142px;
    padding: 16px;
  }
  .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_title {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  .section_scheduleinfo .noti_box {
    margin-top: 50px;
  }
  .section_scheduleinfo .noti_box ul li {
    padding: 0 13px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .section_scheduleinfo .noti_box ul li:before {
    top: 2px;
    left: 0;
    width: 8px;
    height: 8px;
    font-size: 1.4rem;
  }
  .section_noticeinfo {
    padding: 139px 30px 215px;
    text-align: center;
  }
  .section_noticeinfo .recruitinfo_list {
    margin-top: 75px;
  }
  .section_noticeinfo .btn_normal {
    margin-top: 51px;
  }
  .section_noticeinfo .online_briefing {
    margin-top: 28px;
    margin-left: 0;
    width: 100%;
    font-size: 2.0rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    padding: 30px 40px 28px 34px;
  }
  .section_noticeinfo .online_briefing .btn_box .btn_normal {
    height: 5.0rem;
    line-height: 5.0rem;
    min-width: initial;
  }
  .section_noticeinfo .online_briefing + .recruitinfo_list {
    margin-top: 40px;
  }
  .count_simple {
    display: inline-block;
    top: 16px;
    right: 30px;
    height: 32px;
    padding: 0 12px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: -0.2px;
    -webkit-border-radius: 2.8px;
    -moz--border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    border-radius: 2.8px;
  }
  .button_area {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .section_interview_video .section_title {
    padding: 141px 0 59px;
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: -0.5px;
  }
  .section_interview_video .interview_box {
    min-height: inherit;
  }
  .section_interview_video .interview_box .interview_info {
    width: auto;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
  }
  .section_interview_video .interview_box .interview_info .testimony_txt {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -0.5px;
  }
  .section_interview_video .interview_box .interview_info .speaker_info {
    margin-top: 19px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.4px;
  }
  .section_interview_video .interview_box .interview_info .btn_normal {
    margin-top: 28px;
  }
  .section_interview_video .interview_box .interview_info .pc_txt {
    display: none;
  }
}

@media (max-width: 767px) {
  .section_title {
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: -0.5px;
  }
  .section_desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .pc_br {
    display: none !important;
  }
  .tb_br {
    display: none !important;
  }
  .mo_br {
    display: block !important;
  }
  .type_pc {
    display: none;
  }
  .type_mo {
    display: block;
  }
  .section_recruit_count {
    padding: 113px 0 114px;
    margin-bottom: 0;
  }
  .section_recruit_count .section_title {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }
  .section_recruit_count .count_area {
    margin-top: 27px;
  }
  .section_recruit_count .count_area .count_info {
    width: 78px;
  }
  .section_recruit_count .count_area .count_info + .count_info {
    margin-left: 8px;
  }
  .section_recruit_count .count_area .count_info .count_box {
    height: 88px;
  }
  .section_recruit_count .count_area .count_info .count_box .count_num {
    font-size: 4.2rem;
    line-height: 8.8rem;
  }
  .section_recruit_count .count_area .count_info .count_name {
    margin-top: 9px;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .section_recruit_count .btn_normal {
    margin-top: 30px;
  }
  .section_deadline {
    height: 480px;
  }
  .section_alarm {
    padding: 63px 0 341px;
  }
  .section_alarm .inner {
    max-width: 375px;
    padding: 0 28px;
  }
  .section_alarm .inner:after {
    top: 50%;
    right: 23px;
    width: 192px;
    height: 296px;
    margin-top: 75px;
    background-image: url(../img/img_8th_mo.png);
    background-size: 192px 296px;
    -webkit-background-size: 192px 296px;
  }
  .section_alarm .section_title {
    font-size: 29px;
    line-height: 41px;
  }
  .section_alarm .btn_alarm {
    width: 149px;
    height: 46px;
    padding-left: 20px;
    margin-top: 22px;
    border-width: 2px;
  }
  .section_alarm .btn_alarm .text {
    font-size: 16px;
    line-height: 42px;
  }
  .section_alarm .btn_alarm .text:after {
    width: 9px;
    height: 15px;
    margin-left: 8px;
    background-image: url(../img/ic-15_arr.png);
    background-size: 9px 15px;
    -webkit-background-size: 9px 15px;
  }
  .section_tab_wrap .section_tab {
    width: 100%;
  }
  .section_tab_wrap .section_tab .select_btn {
    font-size: 1.6rem;
  }
  .section_tab_wrap .section_tab .list_area ul {
    padding: 18px 0;
  }
  .section_tab_wrap .section_tab .list_area ul li a {
    font-size: 1.6rem;
  }
  .section_tab_wrap .section_tab .list_area ul li + li a {
    line-height: 3.6rem;
    padding: 0 30px;
  }
  .section_recruitinfo {
    padding: 80px 20px 0;
  }
  .section_recruitinfo .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .section_recruitinfo .section_desc {
    margin-top: 22px;
  }
  .recruitinfo_list {
    margin-top: 60px;
    word-break: keep-all;
    word-wrap: break-word;
  }
  .recruitinfo_list > li {
    min-height: 90px;
  }
  .recruitinfo_list > li.type_accordion {
    min-height: 78px;
  }
  .recruitinfo_list > li.type_accordion.open .accordion_button {
    height: 60px;
  }
  .recruitinfo_list > li.type_accordion .list_info {
    padding-top: 23px !important;
    padding-bottom: 21px;
  }
  .recruitinfo_list > li.type_accordion .accordion_button:after {
    top: 26px;
  }
  .recruitinfo_list > li.type_accordion .dot_list {
    margin-top: 11px;
  }
  .recruitinfo_list > li .list_name {
    float: none;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 26px 16px 11px;
  }
  .recruitinfo_list > li .list_info {
    border-top: 0;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0 16px 24px;
  }
  .recruitinfo_list > li .list_info:only-child {
    padding-top: 15px;
  }
  .recruitinfo_list > li .list_txt + .list_link {
    margin-top: 10px;
  }
  .recruitinfo_list > li .sub_list_title + .dot_list {
    margin-top: 9px;
  }
  .recruitinfo_list > li .dot_list li {
    padding: 0 16px;
    line-height: 2.8rem;
  }
  .recruitinfo_list > li .dot_list li + li {
    margin-top: 1px;
  }
  .recruitinfo_list > li .dot_list + .sub_list_title {
    margin-top: 20px;
  }
  .recruitinfo_list > li .asterisk_list.type_small {
    margin-top: 18px;
  }
  .recruitinfo_list > li .asterisk_list.type_small li {
    line-height: 2.4rem;
  }
  .recruitinfo_list > li .asterisk_list li {
    padding: 0 16px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #666;
  }
  .recruitinfo_list > li .asterisk_list li:before {
    top: 2px;
    width: 5px;
    height: 5px;
    font-size: 1.4rem;
  }
  .recruitinfo_list > li .asterisk_list li + li {
    margin-top: 1px;
  }
  .recruitinfo_list > li .asterisk_list + .sub_list_title {
    margin-top: 31px;
  }
  .recruitinfo_list > li .list_link .ico_outlink {
    margin-top: 3px;
  }
  .recruitinfo_list > li .list_link + .list_link {
    margin-top: 9px;
  }
  .recruitinfo_list > li .list_link .point {
    margin-left: 0;
  }
  .recruitinfo_list > li .composition_info {
    margin-top: 38px;
    margin-bottom: 1px;
    width: 325px;
    height: 151px;
    background-image: url(../img/ai_tech/img-aitech-composition_info-m_v2.png);
    background-size: 325px 151px;
  }
  .section_scheduleinfo {
    padding: 122px 20px 0;
  }
  .section_scheduleinfo .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .section_scheduleinfo .section_desc {
    margin-top: 22px;
  }
  .section_scheduleinfo .scheduleinfo_list {
    padding-top: 39px;
  }
  .section_scheduleinfo .scheduleinfo_list li {
    width: 100%;
    margin-top: 16px;
  }
  .section_scheduleinfo .scheduleinfo_list li:nth-child(3n) .step_box:after {
    right: auto;
  }
  +
.section_scheduleinfo .scheduleinfo_list li:nth-child(4) .step_box:after {
    right: auto;
  }
  .section_scheduleinfo .scheduleinfo_list li:last-child .step_box:after {
    right: auto;
    bottom: 0;
  }
  .section_scheduleinfo .scheduleinfo_list li .list_item {
    position: relative;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box {
    height: 44px;
    position: static;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box .dot {
    width: 20px;
    height: 20px;
    left: -7px;
    top: 12px;
    bottom: auto;
    -webkit-border-radius: 20px;
    -moz--border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box .dot:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 12px;
    -moz--border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box:after {
    width: 6px;
    top: 20px;
    bottom: -32px;
    height: auto;
  }
  .section_scheduleinfo .scheduleinfo_list li .step_box .step_num {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 2.8rem;
    top: 8px;
    left: 23px;
  }
  .section_scheduleinfo .scheduleinfo_list li .schedule_box {
    width: calc(100% - 23px);
    min-height: 110px;
    height: auto;
    padding: 20px;
    margin-left: 23px;
  }
  .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_title {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_txt {
    margin-top: 10px;
  }
  .section_scheduleinfo .noti_box {
    margin-top: 30px;
  }
  .section_noticeinfo {
    padding: 120px 20px 176px;
    text-align: center;
  }
  .section_noticeinfo .sction_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .section_noticeinfo .recruitinfo_list {
    margin-top: 58px;
  }
  .section_noticeinfo .recruitinfo_list li:last-child .list_info {
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
  }
  .section_noticeinfo .btn_normal {
    margin-top: 55px;
  }
  .section_noticeinfo .online_briefing {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 26px 24px 24px 26px;
  }
  .section_noticeinfo .online_briefing .btn_box {
    float: none;
    display: block;
    margin-top: 29px;
    text-align: right;
  }
  .button_area {
    margin-bottom: -1px;
  }
  .section_interview_video .section_title {
    padding: 100px 0 59px;
    font-size: 2.8rem;
    line-height: 4.0rem;
    letter-spacing: -0.8px;
  }
  .section_interview_video .interview_box {
    min-height: inherit;
  }
  .section_interview_video .interview_box .interview_info {
    width: auto;
    left: 25px;
    top: auto;
    transform: translateY(0);
    bottom: 36px;
  }
  .section_interview_video .interview_box .interview_info .speaker_info {
    margin-top: 15px;
    margin-left: 5px;
  }
  .section_interview_video .interview_box .interview_info .btn_normal {
    margin-top: 27px;
    margin-left: 5px;
    background-color: #222;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section_recruit_count.type_blur {
    position: relative;
  }
  .section_recruit_count.type_blur:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}

.main_spot {
  width: 100%;
  position: relative;
  min-height: 900px;
}

.main_spot .spot_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main_spot .spot_bg img, .main_spot .spot_bg video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 900px;
}

.main_spot .section_list {
  min-height: 900px;
}

.main_spot .section_list .list_item {
  position: relative;
  width: 100%;
  height: 100vh;
}

.main_spot .section_list .list_item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 386px;
  opacity: 0.12;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  background-color: #002298;
}

.main_spot .section_list .list_item img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.main_spot .section_list .list_item .spot_title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 6.4rem;
  line-height: 8.4rem;
  letter-spacing: -1.5px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.main_spot .section_list .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main_spot .section_list .slick-dots {
  position: absolute;
  bottom: 37px;
}

.main_spot .section_list .slick-dots li {
  width: 100px;
  height: 3px;
  margin: 0;
}

.main_spot .section_list .slick-dots li button {
  width: 100px;
  height: 3px;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
}

.main_spot .section_list .slick-dots li button:before {
  display: none;
}

.main_spot .section_list .slick-dots li.slick-active button {
  background: #fff;
}

.section_slogan {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
  z-index: 10;
}

.section_slogan > ul {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
}

.section_slogan > ul .slick-list {
  overflow: visible !important;
}

.section_slogan > ul .slick-slide:first-child li .list_item .sub_title, .section_slogan > ul .slick-slide:first-child li .list_item .section_title {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section_slogan > ul .slick-slide li .list_item .sub_title, .section_slogan > ul .slick-slide li .list_item .section_title {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section_slogan > ul .slick-slide.slick-current li .list_item .sub_title, .section_slogan > ul .slick-slide.slick-current li .list_item .section_title {
  background-image: none;
  color: #fff;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.section_slogan > ul .slick-slide.slick-current li .list_item .sub_title {
  opacity: 0.6;
}

.section_slogan > ul .slick-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 30px;
}

.section_slogan > ul .slick-dots li {
  width: 10px;
  height: 10px;
}

.section_slogan > ul .slick-dots li button {
  background: #fff;
  opacity: 0.6;
  border-radius: 10px;
}

.section_slogan > ul .slick-dots li button[aria-selected="true"] {
  opacity: 1;
}

.section_slogan > ul .slick-dots li button:before {
  display: none;
}

.section_slogan > ul .slick-dots li + li {
  margin-top: 10px;
}

.section_slogan > ul li {
  color: #fff;
  text-align: center;
  display: table !important;
  width: 100%;
  text-align: center;
}

.section_slogan > ul li .list_item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 258px;
  z-index: 20;
}

.section_slogan .sub_title {
  display: block;
  margin-bottom: 23px;
  font-size: 2.2rem;
  line-height: 3.0rem;
  color: rgba(255, 255, 255, 0.6);
}

.section_slogan .section_title {
  color: #fff;
}

.section_slogan .dimmed {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.section_explanation {
  position: relative;
  height: 100vh;
}

.section_explanation .section_title {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  transform: translateY(-50%);
  width: 100%;
}

.section_explanation .question_list li {
  position: absolute;
  top: 50%;
  padding: 16px 21px;
  width: 320px;
  height: 140px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #fff;
  font-weight: 800px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 8, 179, 0.08);
  box-shadow: 10px 10px 30px 0 rgba(0, 8, 179, 0.08);
  background-color: #005cfd;
  -webkit-border-radius: 10px;
  -moz--border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  transform: scale(1);
  opacity: 0;
}

.section_explanation .question_list li .question_mark {
  display: block;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.section_explanation .question_list li.expand {
  -webkit-animation: cloudscale 0.5s;
  animation: cloudscale 0.5s;
  opacity: 1;
}

.section_explanation .question_list li.move {
  -webkit-animation: cloudemove 1s infinite linear;
  animation: cloudemove 1s infinite linear;
}

.section_explanation .question_list .q1 {
  margin-top: -291px;
  left: 0;
}

.section_explanation .question_list .q1.move {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.section_explanation .question_list .q2 {
  margin-top: -205px;
  right: 0;
}

.section_explanation .question_list .q2.move {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.section_explanation .question_list .q3 {
  margin-top: 135px;
  left: 100px;
}

.section_explanation .question_list .q3.move {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.section_explanation .question_list .q4 {
  margin-top: 224px;
  right: 158px;
}

.section_explanation .question_list .q4.move {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.section_explanation .btn_normal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 161px;
}

.section_intro {
  padding-top: 200px;
}

.section_intro .section_title {
  margin-bottom: 59px;
}

.section_intro .intro_list li {
  height: 600px;
  overflow: hidden;
}

.section_intro .intro_list li + li {
  margin-top: 40px;
}

.section_intro .intro_list .item_area {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.section_intro .intro_list .img_box {
  display: table-cell;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.section_intro .intro_list .img_box img {
  width: 100%;
  height: auto;
}

.section_intro .intro_list .txt_box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  background: #f0f4fa;
}

.section_intro .intro_list .txt_box .item_title {
  display: block;
  font-size: 4.6rem;
  line-height: 5.2rem;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  text-align: center;
}

.section_intro .intro_list .txt_box .item_txt {
  margin-top: 20px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: -0.5px;
  text-align: center;
  opacity: 0.8;
}

.section_intro .intro_list .txt_box .btn_text {
  margin-top: 25px;
}

.section_keyword {
  margin-top: 230px;
  background: #0a0b0d;
  height: 420px;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}

.section_keyword .section_title {
  overflow: hidden;
  margin: 0 auto;
  width: 99999px;
  height: 220px;
  background-image: url(../img/home/img-pc-vlaue@2x.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: repeat-x;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: 3931px 220px;
  -webkit-animation: moveSlideshow 1000s 0s linear infinite;
  animation: moveSlideshow 1000s 0s linear infinite;
}

.section_review {
  margin-top: 228px;
  padding-bottom: 280px;
}

.section_review .section_title {
  margin-bottom: 60px;
}

.section_review .item_area {
  overflow: hidden;
  display: table;
  width: 100%;
  height: 453px;
}

.section_review .img_box, .section_review .txt_box {
  display: table-cell;
  vertical-align: top;
}

.section_review .img_box {
  width: 604px;
  height: 100%;
  overflow: hidden;
}

.section_review .img_box img {
  width: 100%;
  height: auto;
}

.section_review .txt_box {
  position: relative;
  width: 596px;
  height: 100%;
  padding-top: 60px;
  padding-left: 68px;
  background: #f0f4fa;
}

.section_review .txt_box .item_title {
  display: block;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  word-break: keep-all;
  word-wrap: break-word;
}

.section_review .txt_box .item_info {
  margin-top: 23px;
  font-size: 2.0rem;
  line-height: 3.0rem;
}

.section_review .txt_box .item_info .info_name {
  display: inline-block;
  vertical-align: top;
  color: #444;
}

.section_review .txt_box .item_info .info_profile {
  display: inline-block;
  vertical-align: top;
  margin-left: 17px;
  color: #666;
}

.section_review .txt_box .btn_text {
  position: absolute;
  bottom: 41px;
  left: 40px;
}

.section_review .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -47px;
  z-index: 10;
}

.section_review .slick-arrow.btn_next {
  margin-left: 9px;
}

@media (max-width: 1200px) {
  .main_spot {
    min-height: auto;
  }
  .main_spot .spot_bg img, .main_spot .spot_bg video {
    min-height: inherit;
  }
  .main_spot .section_list {
    min-height: auto;
  }
  .main_spot .section_list .list_item .spot_title {
    font-size: 6.0rem;
    line-height: 8.0rem;
    letter-spacing: -1px;
  }
  .main_spot .section_list .list_item .spot_title:before {
    width: 732px;
    height: 276px;
  }
  .main_spot .section_slogan {
    min-height: auto;
  }
  .main_spot .section_slogan .sub_title {
    margin-bottom: 24px;
  }
  .section_explanation {
    margin-top: 48px;
  }
  .section_explanation .section_title {
    margin-top: -45px !important;
  }
  .section_explanation .question_list li {
    width: 290px;
    height: 130px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 12px 18px 12px 18px;
  }
  .section_explanation .question_list .q1 {
    margin-top: -325px;
    left: 50%;
    margin-left: -384px;
  }
  .section_explanation .question_list .q2 {
    margin-top: -351px;
    left: 50%;
    margin-left: 45px;
  }
  .section_explanation .question_list .q3 {
    margin-top: 200px;
    left: 50%;
    margin-left: -300px;
  }
  .section_explanation .question_list .q4 {
    margin-top: 110px;
    left: 50%;
    margin-left: 120px;
  }
  .section_explanation .btn_normal {
    margin-top: 116px;
  }
  .section_keyword {
    height: 230px;
    padding: 50px 0;
  }
  .section_keyword .section_title {
    height: 130px;
    background-image: url(../img/home/img-t-vlaue@2x.png);
    background-size: 2071px 130px;
  }
  .section_intro {
    padding-top: 0;
  }
  .section_intro .intro_list li {
    padding: 0 29px;
    height: auto;
  }
  .section_intro .intro_list .txt_box .item_title {
    font-size: 3.2rem;
    line-height: 4.0rem;
  }
  .section_intro .intro_list .txt_box .item_txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .section_review {
    margin-top: 144px;
  }
  .section_review .section-title {
    margin-bottom: 38px;
  }
  .section_review .item_area {
    height: 100%;
    padding: 0 30px;
  }
  .section_review .img_box {
    width: 50.8%;
    height: 100%;
  }
  .section_review .img_box img {
    object-fit: cover;
  }
  .section_review .txt_box {
    width: 49.2%;
    padding-top: 30px;
    padding-left: 36px;
  }
  .section_review .txt_box .item_title {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  .section_review .txt_box .item_info {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .section_review .txt_box .btn_text {
    bottom: 11px;
    left: 10px;
  }
  .section_review .slick-arrow {
    bottom: -71px;
  }
}

@media (max-width: 768px) {
  .main_spot .section_list .list_item .spot_title {
    font-size: 4.6rem;
    line-height: 6.2rem;
  }
  .main_spot .section_list .list_item .spot_title:before {
    width: 374px;
    height: 368px;
  }
  .main_spot .section_slogan .sub_title {
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: 0;
    margin-bottom: 19px;
  }
  .section_explanation {
    margin-top: 48px;
    height: auto;
    padding-bottom: 117px;
  }
  .section_explanation .section_title {
    position: relative;
    top: auto;
    transform: none;
    padding-top: 97px;
    margin-top: 48px !important;
  }
  .section_explanation .question_list {
    margin-top: 50px;
  }
  .section_explanation .question_list li {
    position: relative;
    width: 256px;
    height: 112px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 11px 17px;
    top: auto !important;
    margin-top: 0 !important;
  }
  .section_explanation .question_list li .question_mark {
    margin-bottom: 8px;
  }
  .section_explanation .question_list li + li {
    margin-top: 20px !important;
  }
  .section_explanation .question_list li.expand, .section_explanation .question_list li.move {
    -webki-animation: none;
    animation: none;
  }
  .section_explanation .question_list .q1 {
    margin-left: 0;
    transform: translateX(-50%);
  }
  .section_explanation .question_list .q2 {
    margin-left: 0;
    transform: translateX(-50%);
  }
  .section_explanation .question_list .q3 {
    margin-left: 0;
    transform: translateX(-50%);
  }
  .section_explanation .question_list .q4 {
    margin-left: 0;
    transform: translateX(-50%);
  }
  .section_explanation .btn_normal {
    position: relative;
    top: auto;
    margin: 29px auto 0;
    transform: translateX(-50%);
  }
  .section_keyword {
    height: 200px;
    margin-top: 100px;
  }
  .section_keyword .section_title {
    height: 100px;
    background-image: url(../img/home/img-t-vlaue@2x.png);
    background-size: 1647px 100px;
  }
  .section_intro .intro_list li {
    height: auto;
    padding: 0 20px;
  }
  .section_intro .intro_list li + li .item_area {
    display: flex;
    flex-direction: column-reverse;
  }
  .section_intro .intro_list .img_box {
    display: block;
    width: 100%;
  }
  .section_intro .intro_list .txt_box {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
  .section_intro .intro_list .txt_box .box_inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section_review {
    margin-top: 100px;
    padding-bottom: 246px;
  }
  .section_review .section_title {
    margin-bottom: 39px;
  }
  .section_review .item_area {
    position: relative;
    display: block;
    height: auto;
    padding: 0 20px;
  }
  .section_review .img_box {
    position: relative;
    display: block;
    width: 100%;
  }
  .section_review .img_box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -47px;
    display: inline-block;
    vertical-align: top;
    width: 94px;
    height: 94px;
    background: url(../img/btn-120-play.svg) no-repeat;
    background-size: 100% 100%;
  }
  .section_review .img_box img {
    height: 100%;
    object-fit: cover;
  }
  .section_review .txt_box {
    display: block;
    width: 100%;
    padding: 23px 30px;
    position: static;
  }
  .section_review .txt_box .item_title {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  .section_review .txt_box .item_title br {
    display: none;
  }
  .section_review .txt_box .item_info {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .section_review .txt_box .btn_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section_review .txt_box .btn_text .ico_detail {
    display: none;
  }
  .section_review .txt_box .btn_text .inner_txt {
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_spot .spot_bg video {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .main_spot .section_list .list_item:before {
    background: transparent;
  }
  .section_slogan > ul .slick-slide li .list_item .sub_title,
  .section_slogan > ul .slick-slide li .list_item .section_title {
    background: none !important;
    color: rgba(255, 255, 255, 0.3) !important;
  }
}

@-webkit-keyframes cloudscale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes cloudscale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(1);
  }
}

@-webkit-keyframes cloudemove {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10%);
  }
}

@keyframes cloudemove {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10%);
  }
}

@-webkit-keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100vw);
  }
}

@-webkit-keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100vw);
  }
}

@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100vw);
  }
}

@-webkit-keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

.section_curtains {
  position: relative;
  text-align: center;
  width: 100%;
  height: 1553px;
  color: #fff;
}

.section_curtains h2 {
  width: 689px;
  margin: 0 auto;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 8.4rem;
  letter-spacing: -1.5px;
  color: #111;
}

.section_curtains .polygon {
  margin-top: 100px;
}

.section_curtains iframe {
  height: 810px;
  width: 1440px;
  z-index: 10;
  object-fit: cover;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

#curtainsCarousel.is_open iframe {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

#curtainsCarousel.is_open .text_cover {
  opacity: 0;
}

#curtainsCarousel.text_open .image_cover {
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

#curtainsCarousel.text_open .text_cover {
  opacity: 0.7;
}

.section_video {
  position: relative;
  width: auto;
  height: 100vh;
  min-height: 900px;
}

.section_video .video_thumb {
  position: relative;
  height: 100%;
}

.section_video .video_thumb img {
  object-fit: cover;
}

.section_video .video_thumb .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_video .video_thumb.play {
  position: absolute;
}

.section_video .video_thumb.play .btn_play {
  display: none;
  background-image: url(../img/btn_stop_pc.png);
  z-index: 0;
}

.section_video .video_thumb.play ~ .video_box.type_pc {
  display: block;
}

.section_video iframe, .section_video video {
  height: 100vh;
  min-height: 900px;
  width: 100%;
  z-index: 10;
  object-fit: cover;
}

.section_video .video_box {
  position: relative;
  display: none;
  z-index: 10;
}

.section_about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  background-color: #000;
  text-align: center;
}

.section_about .sub_title {
  display: block;
  margin-bottom: 20px;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
}

.section_about .section_desc {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.4rem;
  letter-spacing: -0.8px;
  color: #fff;
}

.section_about2 {
  padding: 200px 0 200px;
  width: 1255px;
}

.section_about2 .section_desc {
  margin: 0 auto;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.6rem;
  letter-spacing: -0.8px;
  color: #111;
  text-align: left;
}

.section_about2 .images_swiper {
  position: relative;
  width: 1310px;
  height: 920px;
  margin-top: 100px;
  margin-left: auto;
  text-align: right;
}

.section_about2 .images_swiper .slick-slide {
  width: 950px !important;
  position: absolute !important;
  top: 0;
  lefT: 0;
  float: none;
}

.section_about2 .images_swiper .slick-slide.slick-active li {
  z-index: 10;
}

.section_about2 .images_swiper .slick-slider .slick-track, .section_about2 .images_swiper .slick-slider .slick-list {
  width: 950px !important;
  height: 840px;
  transform: none !important;
}

.section_about2 .images_swiper ul {
  position: relative;
  width: 950px;
  height: 840px;
  margin-left: 360px;
}

.section_about2 .images_swiper ul li {
  position: relative;
  width: 950px !important;
  height: 840px;
}

.section_about2 .images_swiper ul li img {
  position: absolute;
}

.section_about2 .images_swiper ul li.img1 img {
  top: 183px;
  left: 0;
}

.section_about2 .images_swiper ul li.img2 img {
  top: 0;
  left: 174px;
}

.section_about2 .images_swiper ul li.img3 img {
  top: 121px;
  right: 105px;
}

.section_about2 .images_swiper .slick-arrow {
  position: absolute;
  right: 105px;
  bottom: -90px;
  font-size: 0;
}

.section_about2 .images_swiper .slick-arrow.btn_prev {
  right: 150px;
}

.section_value {
  background-color: red;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}

.section_value .value_list {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.section_value .value_list .slick-list {
  overflow: visible !important;
}

.section_value .value_list .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section_value .value_list .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  margin-top: -50px;
  margin-left: -100px;
  width: 20px;
}

.section_value .value_list .slick-dots li {
  display: block;
}

.section_value .value_list .slick-dots li button:before {
  content: '';
  background: #fff;
}

.section_value .slide_content {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #000;
}

.section_value .slide_content:before, .section_value .slide_content:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 64px;
  width: 48px;
  height: 121px;
  margin-top: -60px;
  background-repeat: no-repeat;
  background-size: 48px 121px;
}

.section_value .slide_content:after {
  left: auto;
  right: 64px;
  transform: scaleX(-1);
}

.section_value .slide_content.open:before, .section_value .slide_content.open:after {
  background-image: url(../img/about/img-value-open-focus.svg);
}

.section_value .slide_content.growth:before, .section_value .slide_content.growth:after {
  background-image: url(../img/about/img-value-growth-focus.svg);
}

.section_value .slide_content.passionate:before, .section_value .slide_content.passionate:after {
  background-image: url(../img/about/img-value-passionate-focus.svg);
}

.section_value .slide_content.excellent:before, .section_value .slide_content.excellent:after {
  background-image: url(../img/about/img-value-excellent-focus.svg);
}

.section_value .highlight_box {
  position: relative;
  text-align: center;
  padding: 93px 0;
}

.section_value .highlight_box .image_box[class*="type_"] {
  display: inline-block;
  vertical-align: top;
  height: 130px;
  background-repeat: no-repeat;
}

.section_value .highlight_box .image_box.type_open {
  background-image: url(../img/about/img-value-open.png);
  background-size: 290px 130px;
  width: 290px;
}

.section_value .highlight_box .image_box.type_growth {
  background-image: url(../img/about/img-value-growth.png);
  background-size: 386px 130px;
  width: 386px;
}

.section_value .highlight_box .image_box.type_passionate {
  background-image: url(../img/about/img-value-passionate.png);
  background-size: 530px 130px;
  width: 530px;
}

.section_value .highlight_box .image_box.type_excellent {
  background-image: url(../img/about/img-value-excellent.png);
  background-size: 440px 130px;
  width: 440px;
}

.section_value .fixed_content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 12.6%;
  width: 50%;
  background-color: #005cfd;
  color: #fff;
}

.section_value .fixed_content .title {
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: normal;
}

.section_value .fixed_content .text {
  font-weight: 800;
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: -1px;
}

.section_value .fixed_content .pages {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.section_value .mo_box {
  display: none;
}

.section_provide {
  padding-top: 199px;
  width: 1360px;
}

.section_provide .section_title {
  font-weight: 800;
  margin-left: 80px;
  text-align: left;
}

.section_provide .provide_list {
  margin: 100px auto 0;
  font-size: 0;
  line-height: 0;
}

.section_provide .provide_list ul {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.section_provide .provide_list li {
  display: inline-block;
  vertical-align: top;
  width: 434px;
  height: 560px;
  white-space: normal;
}

.section_provide .provide_list li + li {
  margin-left: 29px;
}

.section_provide .provide_list li:nth-child(2) {
  margin-top: 80px;
}

.section_provide .provide_list li:nth-child(3) {
  margin-top: 160px;
}

.section_provide .provide_list li.on .detail_box {
  display: block;
}

.section_provide .provide_list li.detail .normal_box {
  display: none;
}

.section_provide .provide_list li.detail .detail_box {
  display: block;
}

.section_provide .provide_list li .normal_box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f0f4fa;
  padding: 0 40px;
}

.section_provide .provide_list li .normal_box .ico_card {
  top: 32px;
  left: 32px;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}

.section_provide .provide_list li .normal_box .box_title {
  display: block;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.2rem;
  color: #111;
  padding-top: 185px;
  word-break: keep-all;
  word-wrap: break-word;
}

.section_provide .provide_list li .normal_box .box_info {
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 3.2rem;
  color: #222;
  padding-top: 27px;
  word-break: keep-all;
  word-wrap: break-word;
}

.section_provide .provide_list li .detail_box {
  display: none;
  position: relative;
  background: #0053ff;
  padding: 0 40px;
  width: 100%;
  height: 100%;
}

.section_provide .provide_list li .detail_box .box_title {
  display: block;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #fff;
  padding-top: 41px;
}

.section_provide .provide_list li .detail_box .box_info {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #fff;
  padding-top: 37px;
  letter-spacing: -0.5px;
  opacity: 0.9;
}

.section_provide .provide_list li .btn_text {
  position: absolute;
  bottom: 21px;
  left: 20px;
}

.section_provide .provide_list li .inner_txt {
  font-weight: 400;
}

.section_history {
  padding-top: 181px;
  padding-bottom: 166px;
}

.section_history:after {
  content: '';
  display: block;
  clear: both;
}

.section_history .section_title {
  font-weight: 800;
  text-align: left;
}

.section_history .section_desc {
  margin-top: 33px;
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  color: #444;
}

.section_history .history_list {
  float: right;
  width: 895px;
  margin-top: 120px;
  font-size: 0;
}

.section_history .history_list .list_title {
  display: block;
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: normal;
}

.section_history .history_list ul {
  margin-top: 39px;
}

.section_history .history_list li {
  border-top: 1px solid #e5e5e5;
  white-space: nowrap;
}

.section_history .history_list .year_info {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  padding-top: 41px;
  font-size: 2.4rem;
  line-height: 3.0rem;
  color: #0053ff;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section_history .history_list .title_info {
  display: inline-block;
  vertical-align: top;
  width: 295px;
  padding-top: 41px;
  font-size: 2.4rem;
  line-height: 3.0rem;
  opacity: 0.5;
}

.section_history .history_list .count_info {
  display: inline-block;
  vertical-align: top;
  width: 368px;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 9.4rem;
  line-height: 18.6rem;
  letter-spacing: -4.5px;
  text-align: right;
}

@media (max-width: 1200px) {
  .section_curtains {
    height: 1024px;
  }
  .section_curtains h2 {
    font-size: 4.6rem;
    line-height: 6.0rem;
    letter-spacing: -0.8px;
  }
  .section_curtains iframe {
    height: 502px;
    width: 890px;
  }
  .section_video {
    min-height: auto;
  }
  .section_video iframe, .section_video video {
    min-height: auto;
  }
  .section_about .sub_title {
    font-size: 2.0rem;
    line-height: 2.5rem;
  }
  .section_about .section_desc {
    font-size: 2.6rem;
    line-height: 3.8rem;
    letter-spacing: 0;
  }
  .section_about2 {
    width: 100%;
    padding: 142px 30px 100px;
  }
  .section_about2 .section_desc {
    font-size: 2.6rem;
    line-height: 4.0rem;
    letter-spacing: -0.5px;
  }
  .section_about2 .images_swiper {
    width: 100%;
    height: 632px;
    margin-top: 55px;
  }
  .section_about2 .images_swiper .slick-slide {
    width: 587px !important;
  }
  .section_about2 .images_swiper .slick-slider .slick-track, .section_about2 .images_swiper .slick-slider .slick-list {
    width: 587px !important;
    height: 532px;
  }
  .section_about2 .images_swiper ul {
    width: 587px;
    height: 532px;
    margin-left: auto;
  }
  .section_about2 .images_swiper ul li {
    width: 587px !important;
    height: 532px;
  }
  .section_about2 .images_swiper ul li img {
    height: auto;
  }
  .section_about2 .images_swiper ul li.img1 img {
    width: 480px;
    top: 113px;
    left: 0;
  }
  .section_about2 .images_swiper ul li.img2 img {
    width: 480px;
    top: 0;
    left: 107px;
  }
  .section_about2 .images_swiper ul li.img3 img {
    width: 335px;
    top: 87px;
    right: 60px;
  }
  .section_about2 .images_swiper .slick-arrow {
    right: 60px;
    bottom: -59px;
  }
  .section_about2 .images_swiper .slick-arrow.btn_prev {
    right: 105px;
  }
  .section_value {
    height: 432px;
    min-height: auto;
  }
  .section_value .slide_content:before, .section_value .slide_content:after {
    left: 24px;
    width: 28px;
    height: 70px;
    margin-top: -35px;
    background-size: 28px 70px;
  }
  .section_value .slide_content:after {
    left: auto;
    right: 24px;
  }
  .section_value .highlight_box {
    padding: 34px 0 33px;
  }
  .section_value .highlight_box .image_box[class*="type_"] {
    height: 58px;
  }
  .section_value .highlight_box .image_box.type_open {
    background-image: url(../img/about/img-value-open-tb.png);
    background-size: 132px 58px;
    width: 132px;
  }
  .section_value .highlight_box .image_box.type_growth {
    background-image: url(../img/about/img-value-growth-tb.png);
    background-size: 179px 58px;
    width: 179px;
  }
  .section_value .highlight_box .image_box.type_passionate {
    background-image: url(../img/about/img-value-passionate-tb.png);
    background-size: 252px 58px;
    width: 252px;
  }
  .section_value .highlight_box .image_box.type_excellent {
    background-image: url(../img/about/img-value-excellent-tb.png);
    background-size: 212px 58px;
    width: 212px;
  }
  .section_value .fixed_content {
    padding-left: 30px;
  }
  .section_value .fixed_content .title {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .section_value .fixed_content .text {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .section_value .fixed_content .pages {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .section_provide {
    padding: 155px 30px 0;
    width: 100%;
  }
  .section_provide .section_title {
    margin-left: 0;
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .section_provide .provide_list {
    margin-top: 68px;
  }
  .section_provide .provide_list li {
    width: 335px;
    height: 448px;
    margin-top: 0 !important;
    white-space: normal;
    padding-bottom: 39px;
  }
  .section_provide .provide_list li + li {
    margin-left: 20px;
  }
  .section_provide .provide_list li .normal_box {
    padding: 0 30px;
  }
  .section_provide .provide_list li .normal_box .ico_card {
    top: 27px;
    left: 27px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .section_provide .provide_list li .normal_box .box_title {
    padding-top: 154px;
    font-size: 3.2rem;
    line-height: 3.62rem;
  }
  .section_provide .provide_list li .normal_box .box_info {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section_provide .provide_list li .detail_box {
    padding: 0 30px;
  }
  .section_provide .provide_list li .detail_box .box_title {
    padding-top: 31px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .section_provide .provide_list li .detail_box .box_info {
    padding-top: 26px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .section_provide .provide_list li .btn_text {
    left: 15px;
    bottom: 14px;
  }
  .section_history {
    padding: 151px 30px 175px;
  }
  .section_history .section_title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .section_history .section_desc {
    margin-top: 23px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .section_history .history_list {
    float: none;
    width: 100%;
    margin-top: 79px;
  }
  .section_history .history_list ul {
    margin-top: 42px;
  }
  .section_history .history_list li {
    height: 15rem;
  }
  .section_history .history_list .list_title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .section_history .history_list .year_info {
    width: 28%;
    padding-top: 16px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .section_history .history_list .title_info {
    width: 35%;
    padding-top: 16px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .section_history .history_list .count_info {
    width: 37%;
    padding-top: 15px;
    font-size: 7.0rem;
    line-height: 7.6rem;
  }
}

@media (max-width: 768px) {
  .section_curtains {
    height: auto;
    padding: 165px 0 64px;
    min-height: auto;
  }
  .section_curtains h2 {
    width: auto;
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: -0.5px;
    padding: 0;
  }
  .section_curtains .image_cover {
    clip-path: none;
    height: 100vh;
    width: 100%;
    top: 420px;
  }
  .section_curtains .image_cover video {
    height: 100vh;
  }
  .section_video .video_thumb.play ~ .video_box.type_mo {
    display: block;
  }
  .section_video .video_thumb.play ~ .video_box.type_pc {
    display: none;
  }
  .section_about .section_desc {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -0.5px;
  }
  .section_about2 {
    padding: 100px 20px 100px;
  }
  .section_about2 .section_desc {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -0.5px;
  }
  .section_about2 .images_swiper {
    width: 100%;
    height: auto;
    margin-top: 48px;
  }
  .section_about2 .images_swiper ul {
    width: 100% !important;
    height: auto;
  }
  .section_about2 .images_swiper ul li {
    width: 100% !important;
    height: auto;
  }
  .section_about2 .images_swiper ul li img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    lefT: auto !important;
    right: auto !important;
  }
  .section_about2 .images_swiper ul li + li {
    margin-top: 20px;
  }
  .section_value {
    height: auto;
  }
  .section_value .mo_box {
    display: block;
  }
  .section_value .mo_box .value_list {
    display: block;
  }
  .section_value .mo_box .value_list li {
    display: block;
    width: 100%;
  }
  .section_value .mo_box .value_list .slide_content, .section_value .mo_box .value_list .fixed_content {
    display: block;
    width: 100%;
  }
  .section_value .mo_box .value_list .slide_content:before, .section_value .mo_box .value_list .slide_content:after, .section_value .mo_box .value_list .fixed_content:before, .section_value .mo_box .value_list .fixed_content:after {
    background: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  .section_value .mo_box .value_list .slide_content:after, .section_value .mo_box .value_list .fixed_content:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .section_value .mo_box .value_list .slide_content.open .highlight_box svg path {
    fill: #005cfd;
  }
  .section_value .mo_box .value_list .slide_content.open + .fixed_content {
    background: #005cfd;
  }
  .section_value .mo_box .value_list .slide_content.growth .highlight_box svg path {
    fill: #783bdd;
  }
  .section_value .mo_box .value_list .slide_content.growth + .fixed_content {
    background: #783bdd;
  }
  .section_value .mo_box .value_list .slide_content.passionate .highlight_box svg path {
    fill: #e36e71;
  }
  .section_value .mo_box .value_list .slide_content.passionate + .fixed_content {
    background: #e36e71;
  }
  .section_value .mo_box .value_list .slide_content.excellent .highlight_box svg path {
    fill: #3acfd9;
  }
  .section_value .mo_box .value_list .slide_content.excellent + .fixed_content {
    background: #3acfd9;
  }
  .section_value .mo_box .value_list .highlight_box {
    width: 100%;
    height: 74px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .section_value .mo_box .value_list .highlight_box svg {
    position: absolute;
    left: 20px;
  }
  .section_value .mo_box .value_list .highlight_box .image_box + svg {
    position: absolute;
    left: auto;
    right: 20px;
  }
  .section_value .mo_box .value_list .fixed_content {
    padding-left: 0;
    position: relative;
  }
  .section_value .mo_box .value_list .fixed_content .txt_box {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .section_value .value_list.vertical {
    display: none;
  }
  .section_value .highlight_box .image_box {
    height: 64px;
  }
  .section_value .highlight_box .image_box.type_open {
    background-image: url(../img/about/img-value-open-tb.png);
    background-size: 133px 64px;
    width: 133px;
  }
  .section_value .highlight_box .image_box.type_growth {
    background-image: url(../img/about/img-value-growth-tb.png);
    background-size: 186px 64px;
    width: 186px;
  }
  .section_value .highlight_box .image_box.type_passionate {
    background-image: url(../img/about/img-value-passionate-tb.png);
    background-size: 265px 64px;
    width: 265px;
  }
  .section_value .highlight_box .image_box.type_excellent {
    background-image: url(../img/about/img-value-excellent-tb.png);
    background-size: 224px 64px;
    width: 224px;
  }
  .section_value .fixed_content {
    padding-left: 30px;
  }
  .section_value .fixed_content .title {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .section_value .fixed_content .text {
    margin-top: 20px;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .section_value .fixed_content .pages {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .section_provide {
    padding: 116px 20px 0;
  }
  .section_provide .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .section_provide .provide_list {
    margin-top: 45px;
  }
  .section_provide .provide_list ul {
    overflow: visible;
    white-space: normal;
  }
  .section_provide .provide_list li {
    width: 100%;
  }
  .section_provide .provide_list li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
  .section_history {
    padding: 181px 20px 141px;
  }
  .section_history .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .section_history .section_desc {
    margin-top: 23px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .section_history .history_list {
    margin-top: 60px;
  }
  .section_history .history_list ul {
    margin-top: 20px;
  }
  .section_history .history_list li {
    height: 15.1rem;
  }
  .section_history .history_list .list_title {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .section_history .history_list .year_info {
    width: 50%;
    padding-top: 16px;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .section_history .history_list .title_info {
    width: 50%;
    padding-top: 16px;
    padding-right: 20px;
    font-size: 1.6rem;
    line-height: 2.0rem;
    text-align: right;
  }
  .section_history .history_list .count_info {
    display: block;
    width: 100%;
    padding-top: 17px;
    padding-right: 20px;
    font-size: 6.0rem;
    line-height: 6.3rem;
    text-align: right;
  }
}

@keyframes rolling {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.webmobile .section_title {
  text-align: left;
}

.webmobile .main_spot {
  min-width: 1200px;
  min-height: inherit;
  height: 640px;
  position: relative;
  z-index: 10;
}

.webmobile .main_spot .spot_bg {
  position: absolute;
}

.webmobile .main_spot .spot_bg img {
  object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.webmobile .main_spot .list_item {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -106px;
}

.webmobile .main_spot .sub_title {
  display: block;
  margin-bottom: 14px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #fff;
  text-align: center;
}

.webmobile .main_spot .sub_title em {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.webmobile .main_spot .section_title {
  font-size: 6.4rem;
  line-height: 8.4rem;
  color: #fff;
  text-align: center;
}

.webmobile .section_recruit_guide {
  text-align: center;
  padding: 198px 0 213px;
}

.webmobile .section_recruit_guide .section_title {
  text-align: center;
}

.webmobile .section_recruit_guide .section_title em {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  background-image: linear-gradient(115deg, #13b9de -7%, #004cd5 88%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
}

.webmobile .section_recruit_guide .section_desc {
  margin-top: 34px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 3.4rem;
}

.webmobile .section_recruit_guide .btn_normal {
  margin: 59px auto 0;
}

.webmobile .section_growth {
  padding-top: 154px;
}

.webmobile .section_growth .section_title {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.webmobile .section_growth .section_desc {
  margin-top: 33px;
}

.webmobile .section_growth .list_title {
  margin-top: 100px;
  display: block;
  font-size: 3.0rem;
  line-height: 3.8rem;
  color: #111;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 500;
}

.webmobile .section_growth .program_list {
  margin-top: 34px;
  font-size: 0;
  line-height: 0;
}

.webmobile .section_growth .program_list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 585px;
  height: 540px;
  background: #3390ff;
  padding: 182px 34px 0;
}

.webmobile .section_growth .program_list li .badge_txt {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 24px;
  left: 34px;
  min-width: 68px;
  height: 38px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.8rem;
  background: rgba(4, 31, 179, 0.3);
  -webkit-border-radius: 17px;
  -moz--border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  text-align: center;
  color: #fff;
}

.webmobile .section_growth .program_list li .box_title {
  display: block;
  font-size: 5.0rem;
  line-height: 5.6rem;
  color: fff;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  color: #fff;
}

.webmobile .section_growth .program_list li .box_info {
  margin-top: 28px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.45px;
  color: #fff;
}

.webmobile .section_growth .program_list li .btn_text {
  position: absolute;
  left: 36px;
  bottom: 19px;
}

.webmobile .section_growth .program_list li + li {
  margin-left: 30px;
  background: #005cfd;
}

.webmobile .section_growth .program_list li + li .badge_txt {
  background: #0045bf;
}

.webmobile .section_learning {
  padding-top: 230px;
}

.webmobile .section_learning .section_title {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.webmobile .section_learning .section_desc {
  margin-top: 33px;
}

.webmobile .section_learning .learning_list {
  margin-top: 34px;
  font-size: 0;
  line-height: 0;
}

.webmobile .section_learning .learning_list > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 585px;
  height: 476px;
}

.webmobile .section_learning .learning_list > li.detail .normal_box {
  display: none;
}

.webmobile .section_learning .learning_list > li.detail .detail_box {
  display: block;
}

.webmobile .section_learning .learning_list > li .normal_box {
  background: #f0f4fa;
  padding: 36px 40px 0;
  height: 100%;
}

.webmobile .section_learning .learning_list > li .normal_box .ico_card {
  bottom: 16px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}

.webmobile .section_learning .learning_list > li .normal_box .sub_title {
  display: block;
  font-size: 2.4rem;
  line-height: 3.0rem;
  color: #005cfd;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 500;
}

.webmobile .section_learning .learning_list > li .normal_box .box_title {
  display: block;
  margin-top: 16px;
  font-size: 3.6rem;
  line-height: 5.4rem;
  color: #111;
  letter-spacing: -0.5px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.webmobile .section_learning .learning_list > li .btn_text {
  position: absolute;
  left: 20px;
  bottom: 16px;
}

.webmobile .section_learning .learning_list > li .dimmed {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background-color: rgba(187, 187, 187, 0.6);
}

.webmobile .section_learning .learning_list > li + li {
  margin-left: 30px;
}

.webmobile .section_learning .detail_box, .webmobile[class*="learning_"] .detail_box {
  display: none;
  position: relative;
  background: #005cfd;
  color: #fff;
  padding: 34px 40px 0;
  height: 100%;
}

.webmobile .section_learning .detail_box .box_title, .webmobile[class*="learning_"] .detail_box .box_title {
  display: block;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: -0.5px;
}

.webmobile .section_learning .detail_box .box_info, .webmobile[class*="learning_"] .detail_box .box_info {
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.3px;
}

.webmobile .section_learning .detail_box .sub_title, .webmobile[class*="learning_"] .detail_box .sub_title {
  display: block;
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.3px;
}

.webmobile .section_learning .detail_box .sub_info, .webmobile[class*="learning_"] .detail_box .sub_info {
  display: block;
  position: absolute;
  bottom: 36px;
  right: 35px;
  margin-top: 1px;
  font-size: 1.3rem;
  line-height: 2.0rem;
  letter-spacing: -0.2px;
  opacity: 0.9;
}

.webmobile .section_learning .detail_box .img_box, .webmobile[class*="learning_"] .detail_box .img_box {
  position: absolute;
  right: 35px;
  bottom: 82px;
}

.webmobile .section_learning .detail_box .img_box .type_mo, .webmobile[class*="learning_"] .detail_box .img_box .type_mo {
  display: none;
}

.webmobile .section_learning .detail_box .event_list, .webmobile[class*="learning_"] .detail_box .event_list {
  margin-top: 67px;
}

.webmobile .section_learning .detail_box .event_list ul, .webmobile[class*="learning_"] .detail_box .event_list ul {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.webmobile .section_learning .detail_box .event_list ul li, .webmobile[class*="learning_"] .detail_box .event_list ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.5px;
  width: 103px;
  text-align: center;
}

.webmobile .section_learning .detail_box .event_list ul li + li, .webmobile[class*="learning_"] .detail_box .event_list ul li + li {
  margin-left: 49px;
}

.webmobile .section_learning .detail_box .event_list ul li [class*="ico_"], .webmobile[class*="learning_"] .detail_box .event_list ul li [class*="ico_"] {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
}

.webmobile .section_learning .detail_box .event_list ul li .ico_talk, .webmobile[class*="learning_"] .detail_box .event_list ul li .ico_talk {
  background-image: url(../img/webmobile/ic-webmobile-benefit-3.svg);
}

.webmobile .section_learning .detail_box .event_list ul li .ico_hackathon, .webmobile[class*="learning_"] .detail_box .event_list ul li .ico_hackathon {
  background-image: url(../img/webmobile/ic-webmobile-benefit-4.svg);
}

.webmobile .section_learning .detail_box .event_list ul li .ico_study, .webmobile[class*="learning_"] .detail_box .event_list ul li .ico_study {
  background-image: url(../img/webmobile/ic-webmobile-benefit-5.svg);
}

.webmobile .section_learning .detail_box .event_list ul li .list_name, .webmobile[class*="learning_"] .detail_box .event_list ul li .list_name {
  display: block;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 500;
}

.webmobile .section_instructor {
  width: 100%;
  padding: 230px 0;
  text-align: center;
}

.webmobile .section_instructor .section_title {
  text-align: left;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  width: 1200px;
  margin: 0 auto;
}

.webmobile .section_instructor .section_desc {
  position: relative;
  font-size: 3.0rem;
  line-height: 4.8rem;
  letter-spacing: -0.5px;
  color: #222;
  padding-left: 8px;
  margin-top: 34px;
  text-align: left;
  width: 1200px;
  margin: 34px auto 0;
}

.webmobile .section_instructor .section_desc .quotation {
  margin-left: -10px;
}

.webmobile .section_instructor .section_desc .speaker_info {
  display: block;
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  color: #666;
}

.webmobile .section_instructor .instructor_list_wrap {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}

.webmobile .section_instructor .instructor_list_wrap .rolling {
  height: 652px;
  margin-top: 48px;
  background: #fff;
}

.webmobile .section_instructor .instructor_list_wrap .rolling .scroller {
  animation: rolling 40s linear infinite;
}

.webmobile .section_instructor .instructor_list_wrap .rolling .scroller.pause {
  animation-play-state: paused;
}

.webmobile .section_instructor .instructor_list {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  margin-left: -14px;
  text-align: left;
}

.webmobile .section_instructor .instructor_list + .instructor_list {
  margin-left: -239px;
}

.webmobile .section_instructor .instructor_list > li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 580px;
  height: 320px;
}

.webmobile .section_instructor .instructor_list > li + li {
  margin-left: 60px;
}

.webmobile .section_instructor .instructor_list > li .item_box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.webmobile .section_instructor .instructor_list > li .item_box:before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eeeef1;
  -webkit-border-radius: 10px;
  -moz--border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.webmobile .section_instructor .instructor_list > li .thumb {
  float: right;
  position: relative;
  z-index: 20;
}

.webmobile .section_instructor .instructor_list > li .thumb img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.webmobile .section_instructor .instructor_list > li .profile_info {
  position: relative;
  height: 100%;
  padding: 79px 36px 0;
}

.webmobile .section_instructor .instructor_list > li .name_info {
  display: block;
  font-size: 3.2rem;
  line-height: 4.5rem;
  color: #111;
}

.webmobile .section_instructor .instructor_list > li .name_info .sub_name {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  color: #444;
}

.webmobile .section_instructor .instructor_list > li .sub_info {
  display: block;
  font-size: 2.0rem;
  line-height: 3.4rem;
  color: #111;
}

.webmobile .section_instructor .instructor_list > li .detail_info {
  display: none;
}

.webmobile .section_instructor .instructor_list > li .career_list li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  white-space: nowrap;
}

.webmobile .section_instructor .instructor_list > li:hover .item_box:before, .webmobile .section_instructor .instructor_list > li.detail .item_box:before {
  background: #005cfd;
}

.webmobile .section_instructor .instructor_list > li:hover .thumb img, .webmobile .section_instructor .instructor_list > li.detail .thumb img {
  filter: none;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.webmobile .section_instructor .instructor_list > li:hover .name_info, .webmobile .section_instructor .instructor_list > li.detail .name_info {
  color: #fff;
}

.webmobile .section_instructor .instructor_list > li:hover .name_info .sub_name, .webmobile .section_instructor .instructor_list > li.detail .name_info .sub_name {
  color: #fff;
}

.webmobile .section_instructor .instructor_list > li:hover .sub_info, .webmobile .section_instructor .instructor_list > li.detail .sub_info {
  display: none;
}

.webmobile .section_instructor .instructor_list > li:hover .detail_info, .webmobile .section_instructor .instructor_list > li.detail .detail_info {
  display: block;
}

.webmobile .section_instructor .btn_normal {
  margin: 94px auto 0;
}

.webmobile .section_scheduleinfo .scheduleinfo_list {
  max-width: 915px;
}

.webmobile .section_scheduleinfo .scheduleinfo_list li {
  width: 33.33%;
}

.webmobile .section_scheduleinfo .scheduleinfo_list li:nth-child(3) .step_box:after {
  right: 15px;
}

.webmobile .section_scheduleinfo .scheduleinfo_list li:nth-child(4) .step_box:after {
  right: 0;
}

.webmobile .recruitinfo_list .dot_list li .list_link {
  font-size: inherit;
  line-height: inherit;
}

.webmobile .recruitinfo_list .dot_list li .list_link .ico_outlink.c_blue {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  background: url(../img/ic-20-outlink-b.svg) 0 0 no-repeat;
  background-size: 30px 30px;
}

.webmobile .section_interview_list {
  padding: 202px 0 230px;
}

.webmobile .section_interview_list .section_title {
  text-align: center;
}

.webmobile .section_interview_list .interview_list {
  margin-top: 97px;
}

.webmobile .section_interview_list .interview_list > ul > li {
  position: relative;
  text-align: left;
  padding: 80px 0 41px;
  border-bottom: 1px solid #e5e5e5;
}

.webmobile .section_interview_list .interview_list > ul > li:first-child {
  border-top: 1px solid #e5e5e5;
}

.webmobile .section_interview_list .interview_list > ul > li + li {
  margin-top: 59px;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area {
  color: #111;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .chance_txt {
  display: block;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -0.8px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .testimony_txt {
  margin-top: 29px;
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  color: #444;
  word-break: keep-all;
  word-wrap: break-word;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info {
  margin-top: 40px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: -0.5px;
  color: #5e6677;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .name_info {
  float: left;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .sub_info {
  margin-left: 82px;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .sub_info li + li {
  margin-top: -1px;
}

.webmobile .section_interview_list .interview_list > ul > li .interview_area .btn_text {
  margin-top: 75px;
  margin-left: -13px;
}

.webmobile .section_interview_list .interview_list > ul > li .img_box {
  position: absolute;
  right: 0;
  bottom: 0;
}

@keyframes rolling {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1200px) {
  .webmobile .main_spot {
    min-width: auto;
    width: 100%;
    height: 520px;
  }
  .webmobile .main_spot .spot_bg img {
    height: 520px;
  }
  .webmobile .main_spot .sub_title {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .webmobile .main_spot .section_title {
    font-size: 4.6rem;
    line-height: 6.2rem;
  }
  .webmobile .section_recruit_guide {
    padding: 140px 0 140px;
  }
  .webmobile .section_recruit_guide .section_title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .webmobile .section_recruit_guide .section_desc {
    margin-top: 21px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .webmobile .section_recruit_guide .btn_normal {
    margin-top: 38px;
  }
  .webmobile .section_growth {
    padding: 101px 30px 0;
  }
  .webmobile .section_growth .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .webmobile .section_growth .section_desc {
    margin-top: 24px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .webmobile .section_growth .list_title {
    margin-top: 78px;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .webmobile .section_growth .program_list {
    width: 100%;
  }
  .webmobile .section_growth .program_list li {
    width: calc(50% - 10px);
    height: 447px;
    padding: 148px 30px 0;
  }
  .webmobile .section_growth .program_list li + li {
    margin-left: 20px;
  }
  .webmobile .section_growth .program_list li .badge_txt {
    top: 30px;
    left: 30px;
    height: 36px;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
  .webmobile .section_growth .program_list li .box_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .webmobile .section_growth .program_list li .box_info {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .webmobile .section_growth .program_list li .btn_text {
    left: 8px;
    bottom: 12px;
  }
  .webmobile .section_learning {
    padding: 142px 30px 0;
  }
  .webmobile .section_learning .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .webmobile .section_learning .section_desc {
    margin-top: 24px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .webmobile .section_learning .learning_list {
    width: 100%;
    margin-top: 59px;
  }
  .webmobile .section_learning .learning_list li {
    width: calc(50% - 10px);
    height: 386px;
  }
  .webmobile .section_learning .learning_list li:first-child .detail_box {
    height: 584px;
  }
  .webmobile .section_learning .learning_list li:nth-child(2) .detail_box {
    height: 367px;
  }
  .webmobile .section_learning .learning_list li + li {
    margin-left: 20px;
  }
  .webmobile .section_learning .learning_list li.detail {
    height: auto;
  }
  .webmobile .section_learning .learning_list li.detail .normal_box {
    display: block;
    height: 386px;
  }
  .webmobile .section_learning .learning_list li.detail .detail_box {
    display: none;
  }
  .webmobile .section_learning .learning_list li .normal_box {
    padding: 28px 30px 0;
  }
  .webmobile .section_learning .learning_list li .normal_box .ico_card {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    right: 30px;
    bottom: 30px;
  }
  .webmobile .section_learning .learning_list li .normal_box .sub_title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .webmobile .section_learning .learning_list li .normal_box .box_title {
    margin-top: 12px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .webmobile .section_learning .learning_list li .normal_box .btn_text {
    left: 10px;
    bottom: 14px;
  }
  .webmobile .section_learning .learning_list li .detail_box {
    display: none;
  }
  .webmobile .section_learning .detail_box, .webmobile[class*="learning_"] .detail_box {
    width: 470px;
    min-height: 367px;
    padding: 34px 40px 52px;
  }
  .webmobile .section_learning .detail_box .box_title, .webmobile[class*="learning_"] .detail_box .box_title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .webmobile .section_learning .detail_box .box_info, .webmobile[class*="learning_"] .detail_box .box_info {
    margin-top: 16px;
  }
  .webmobile .section_learning .detail_box .sub_title, .webmobile[class*="learning_"] .detail_box .sub_title {
    margin-top: 18px;
  }
  .webmobile .section_learning .detail_box .sub_info, .webmobile[class*="learning_"] .detail_box .sub_info {
    position: static;
    margin-top: 6px;
  }
  .webmobile .section_learning .detail_box .img_box, .webmobile[class*="learning_"] .detail_box .img_box {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 5px;
    padding: 18px 0 30px;
  }
  .webmobile .section_learning .detail_box .img_box img, .webmobile[class*="learning_"] .detail_box .img_box img {
    width: 100%;
    height: auto;
    max-width: 390px;
    max-height: 214px;
  }
  .webmobile .section_learning .detail_box .btn_text, .webmobile[class*="learning_"] .detail_box .btn_text {
    position: absolute;
    left: 20px;
    bottom: 21px;
  }
  .webmobile .section_learning .detail_box .event_list, .webmobile[class*="learning_"] .detail_box .event_list {
    margin-top: 31px;
    margin-bottom: 40px;
  }
  .webmobile .section_learning .detail_box .event_list ul li, .webmobile[class*="learning_"] .detail_box .event_list ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
    width: 103px;
  }
  .webmobile .section_learning .detail_box .event_list ul li + li, .webmobile[class*="learning_"] .detail_box .event_list ul li + li {
    margin-left: 22px;
  }
  .webmobile .section_learning .detail_box .event_list ul li [class*="ico_"], .webmobile[class*="learning_"] .detail_box .event_list ul li [class*="ico_"] {
    width: 60px;
    height: 60px;
  }
  .webmobile .section_learning .detail_box .event_list ul li .list_name, .webmobile[class*="learning_"] .detail_box .event_list ul li .list_name {
    margin-top: -4px;
  }
  .webmobile[class*="learning_"] .detail_box {
    display: block;
  }
  .webmobile .section_instructor {
    padding: 140px 0 215px;
    width: 100%;
  }
  .webmobile .section_instructor .section_title {
    margin: 0;
    width: 100%;
    padding: 0 30px;
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .webmobile .section_instructor .section_desc {
    width: 100%;
    margin: 0;
    margin-top: 21px;
    padding: 0 30px;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
  .webmobile .section_instructor .section_desc .speaker_info {
    margin-top: 21px;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .webmobile .section_instructor .instructor_list_wrap {
    width: 100%;
    margin: 0;
  }
  .webmobile .section_instructor .instructor_list_wrap .rolling {
    margin-top: 31px;
    height: 440px;
  }
  .webmobile .section_instructor .instructor_list + .instructor_list {
    margin-top: 10px;
  }
  .webmobile .section_instructor .instructor_list > li {
    width: 380px;
    height: 215px;
  }
  .webmobile .section_instructor .instructor_list > li + li {
    margin-left: 15px;
  }
  .webmobile .section_instructor .instructor_list > li:hover .thumb, .webmobile .section_instructor .instructor_list > li.detail .thumb {
    display: none;
  }
  .webmobile .section_instructor .instructor_list > li .thumb img {
    width: 215px;
    height: 215px;
  }
  .webmobile .section_instructor .instructor_list > li .item_box:before {
    top: 23px;
  }
  .webmobile .section_instructor .instructor_list > li .profile_info {
    padding: 39px 20px 0;
  }
  .webmobile .section_instructor .instructor_list > li .profile_info .name_info {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .webmobile .section_instructor .instructor_list > li .profile_info .sub_info {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .webmobile .section_instructor .instructor_list > li .detail_info .name_info {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .webmobile .section_instructor .instructor_list > li .detail_info .career_list li {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .webmobile .section_instructor .btn_normal {
    margin-top: 80px;
  }
  .webmobile .section_scheduleinfo .scheduleinfo_list {
    max-width: 100%;
  }
  .webmobile .recruitinfo_list .dot_list li .list_link .ico_outlink.c_blue {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .webmobile .section_interview_list {
    padding: 142px 30px 215px;
  }
  .webmobile .section_interview_list .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .webmobile .section_interview_list .interview_list {
    margin-top: 57px;
  }
  .webmobile .section_interview_list .interview_list > ul > li {
    padding: 60px 0 25px;
  }
  .webmobile .section_interview_list .interview_list > ul > li + li {
    margin-top: 40px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .chance_txt {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -0.5px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .testimony_txt {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info {
    margin-top: 29px;
    font-size: 1.8rem;
    line-height: 3.0rem;
    letter-spacing: -0.5px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .sub_info {
    margin-left: 60px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .sub_info li + li {
    margin-top: -1px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .btn_text {
    margin-top: 66px;
    margin-left: -14px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .img_box img {
    width: 244px;
    height: 244px;
  }
}

@media (max-width: 768px) {
  .webmobile .main_spot .sub_title {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .webmobile .main_spot .section_title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .webmobile .section_recruit_guide {
    padding: 102px 0 100px;
  }
  .webmobile .section_recruit_guide .section_title {
    font-size: 2.8rem;
    line-height: 4.0rem;
  }
  .webmobile .section_recruit_guide .section_desc {
    margin-top: 23px;
    line-height: 2.6rem;
  }
  .webmobile .section_recruit_guide .btn_normal {
    margin-top: 41px;
  }
  .webmobile .section_growth {
    padding: 80px 20px 0;
  }
  .webmobile .section_growth .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .webmobile .section_growth .section_desc {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .webmobile .section_growth .list_title {
    margin-top: 60px;
    font-size: 2.0rem;
  }
  .webmobile .section_growth .program_list {
    margin-top: 24px;
  }
  .webmobile .section_growth .program_list li {
    width: 100%;
    height: 447px;
    padding: 148px 30px 0;
  }
  .webmobile .section_growth .program_list li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .webmobile .section_growth .program_list li .box_title {
    line-height: 3.6rem;
  }
  .webmobile .section_growth .program_list li .box_info {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .webmobile .section_growth .program_list li .btn_text {
    left: 8px;
    bottom: 12px;
  }
  .webmobile .section_learning {
    padding: 100px 20px 0;
  }
  .webmobile .section_learning .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .webmobile .section_learning .section_desc {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .webmobile .section_learning .learning_list {
    width: 100%;
    margin-top: 59px;
  }
  .webmobile .section_learning .learning_list li {
    width: 100%;
  }
  .webmobile .section_learning .learning_list li:first-child .detail_box {
    height: 660px;
  }
  .webmobile .section_learning .learning_list li:nth-child(2) .detail_box {
    height: 424px;
  }
  .webmobile .section_learning .learning_list li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .webmobile .section_learning .learning_list li .normal_box {
    padding: 28px 30px 0;
  }
  .webmobile .section_learning .learning_list li .normal_box .box_title {
    margin-top: 12px;
  }
  .webmobile .section_learning .learning_list li .normal_box .btn_text {
    left: 10px;
    bottom: 14px;
  }
  .webmobile .section_learning .detail_box, .webmobile[class*="learning_"] .detail_box {
    width: 335px;
    min-height: 424px;
    padding: 29px 30px 52px;
    position: absolute;
  }
  .webmobile .section_learning .detail_box .box_title, .webmobile[class*="learning_"] .detail_box .box_title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .webmobile .section_learning .detail_box .box_info, .webmobile[class*="learning_"] .detail_box .box_info {
    margin-top: 18px;
  }
  .webmobile .section_learning .detail_box .sub_title, .webmobile[class*="learning_"] .detail_box .sub_title {
    margin-top: 18px;
  }
  .webmobile .section_learning .detail_box .sub_info, .webmobile[class*="learning_"] .detail_box .sub_info {
    position: absolute;
    bottom: 76px;
    right: auto;
    margin-top: 0;
  }
  .webmobile .section_learning .detail_box .img_box, .webmobile[class*="learning_"] .detail_box .img_box {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 23px 0 25px;
    margin-right: 0;
  }
  .webmobile .section_learning .detail_box .img_box .type_mo, .webmobile[class*="learning_"] .detail_box .img_box .type_mo {
    display: block;
  }
  .webmobile .section_learning .detail_box .img_box img, .webmobile[class*="learning_"] .detail_box .img_box img {
    max-width: 275px;
    max-height: 256px;
  }
  .webmobile .section_learning .detail_box .event_list, .webmobile[class*="learning_"] .detail_box .event_list {
    margin-top: 33px;
    margin-bottom: 0;
  }
  .webmobile .section_learning .detail_box .event_list ul li, .webmobile[class*="learning_"] .detail_box .event_list ul li {
    width: 33.3%;
  }
  .webmobile .section_learning .detail_box .event_list ul li + li, .webmobile[class*="learning_"] .detail_box .event_list ul li + li {
    margin-left: 0;
  }
  .webmobile .section_learning .detail_box .event_list ul li:first-child, .webmobile[class*="learning_"] .detail_box .event_list ul li:first-child {
    padding-right: 10px;
  }
  .webmobile .section_learning .detail_box .event_list ul li:last-child, .webmobile[class*="learning_"] .detail_box .event_list ul li:last-child {
    padding-left: 12px;
  }
  .webmobile .section_learning .detail_box .btn_text, .webmobile[class*="learning_"] .detail_box .btn_text {
    left: 10px;
    bottom: 17px;
  }
  .webmobile .section_scheduleinfo .scheduleinfo_list li {
    width: 100%;
  }
  .webmobile .section_scheduleinfo .scheduleinfo_list li:nth-child(3) .step_box:after {
    right: auto;
  }
  .webmobile .recruitinfo_list .dot_list li .list_link .ico_outlink.c_blue {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .webmobile .section_instructor {
    padding: 140px 0 176px;
    width: 100%;
  }
  .webmobile .section_instructor .section_title {
    padding: 0 20px;
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .webmobile .section_instructor .section_desc {
    margin-top: 25px;
    padding: 0 20px;
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  .webmobile .section_instructor .section_desc .speaker_info {
    margin-top: 21px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .webmobile .section_instructor .instructor_list_wrap {
    padding: 0 20px;
  }
  .webmobile .section_instructor .instructor_list_wrap .rolling {
    margin-top: 36px;
    height: auto;
    line-height: auto;
    overflow: visible;
  }
  .webmobile .section_instructor .instructor_list_wrap .rolling .scroller {
    position: relative;
    animation: none;
    min-width: auto;
  }
  .webmobile .section_instructor .instructor_list {
    margin-left: 0;
    white-space: normal;
  }
  .webmobile .section_instructor .instructor_list + .instructor_list {
    margin-left: 0;
    margin-top: 0;
  }
  .webmobile .section_instructor .instructor_list > li {
    width: 100%;
    height: 205px;
  }
  .webmobile .section_instructor .instructor_list > li[aria-hidden="true"] {
    display: none;
  }
  .webmobile .section_instructor .instructor_list > li + li {
    margin-left: 0;
    margin-top: 0;
  }
  .webmobile .section_instructor .instructor_list > li .thumb {
    margin-top: 15px;
  }
  .webmobile .section_instructor .instructor_list > li .thumb img {
    width: 190px;
    height: 190px;
  }
  .webmobile .section_instructor .instructor_list > li .item_box:before {
    top: 23px;
  }
  .webmobile .section_instructor .instructor_list > li .profile_info {
    padding: 39px 20px 0;
  }
  .webmobile .section_instructor .btn_normal {
    margin-top: 60px;
  }
  .webmobile .section_interview_list {
    padding: 102px 20px 216px;
  }
  .webmobile .section_interview_list .section_title {
    font-size: 2.8rem;
    line-height: 4.0rem;
    letter-spacing: -0.8px;
  }
  .webmobile .section_interview_list .interview_list {
    margin-top: 37px;
  }
  .webmobile .section_interview_list .interview_list > ul > li {
    padding: 30px 0 191px;
  }
  .webmobile .section_interview_list .interview_list > ul > li + li {
    margin-top: 50px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .chance_txt {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .testimony_txt {
    margin-top: 14px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info {
    margin-top: 27px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .sub_info {
    margin-left: 48px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .profile_info .sub_info li + li {
    margin-top: -1px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .interview_area .btn_text {
    margin-top: 25px;
    margin-left: -14px;
  }
  .webmobile .section_interview_list .interview_list > ul > li .img_box img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .webmobile .section_recruit_guide .section_title em {
    background: none;
    color: #004cd5;
  }
  .webmobile .section_instructor .instructor_list > li:hover .profile_info {
    background: #005cfd;
  }
  .webmobile .section_instructor .instructor_list > li .profile_info {
    height: 240px;
    margin-top: 80px;
    background: #eeeef1;
  }
}

.ai_tech .en {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.ai_tech .content {
  padding-bottom: 200px;
}

.ai_tech section .inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.ai_tech .mt_none {
  margin-top: 0 !important;
}

.ai_tech .main_spot {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1600px;
  min-height: 100vh;
  overflow: hidden;
  background: url(../img/ai_tech/img_kv_pc.png) 0 0/cover no-repeat;
}

.ai_tech .main_spot .list_item {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.ai_tech .main_spot .section_title {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 8.2rem;
  color: #fff;
  text-align: center;
}

.ai_tech .main_spot.open_2nd {
  min-width: 1200px;
  min-height: inherit;
  height: 640px;
  position: relative;
  z-index: 10;
  background: none;
}

.ai_tech .main_spot.open_2nd .spot_bg {
  position: absolute;
}

.ai_tech .main_spot.open_2nd .spot_bg img {
  object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.ai_tech .main_spot.open_2nd .list_item {
  width: 100%;
  margin-top: 0;
}

.ai_tech .main_spot.open_2nd .sub_title {
  display: block;
  margin-bottom: 27px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #fff;
  text-align: center;
}

.ai_tech .main_spot.open_2nd .sub_title em {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ai_tech .main_spot.open_2nd .section_title {
  font-size: 6.0rem;
  line-height: 8.0rem;
  color: #fff;
  text-align: center;
}

.ai_tech .main_spot.open_2nd .section_title.type_program {
  line-height: 8.4rem;
}

.ai_tech .main_spot.open_2nd .section_title.type_recruitment {
  line-height: 7.8rem;
}

.ai_tech .main_spot .count_area {
  margin-top: 56px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.ai_tech .main_spot .count_area .count_info {
  display: inline-block;
  vertical-align: top;
  width: 96px;
}

.ai_tech .main_spot .count_area .count_info ~ .count_info {
  margin-left: 11px;
}

.ai_tech .main_spot .count_area .count_info .count_box {
  width: 100%;
  height: 107px;
  background: #0044e2;
  -webkit-border-radius: 9.7px;
  -moz--border-radius: 9.7px;
  -ms-border-radius: 9.7px;
  border-radius: 9.7px;
}

.ai_tech .main_spot .count_area .count_info .count_box .count_num {
  display: block;
  width: 100%;
  font-size: 5.2rem;
  line-height: 107px;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.ai_tech .main_spot .count_area .count_info .count_name {
  display: block;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #fff;
  font-weight: 500;
}

.ai_tech .main_content {
  padding-bottom: 200px;
}

.ai_tech .main_content .info_box {
  position: relative;
  -webkit-border-radius: 20px;
  -moz--border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 60px 2px rgba(23, 23, 24, 0.1);
  background-color: #fff;
  text-align: center;
}

.ai_tech .main_content .info_box ~ .info_box {
  margin-top: 60px;
}

.ai_tech .main_content .info_box.box1 {
  margin-top: -155px;
  padding: 98px 80px;
}

.ai_tech .main_content .info_box.box2 {
  padding: 78px 80px 80px;
}

.ai_tech .main_content .info_box.box3 {
  padding: 80px;
}

.ai_tech .main_content .info_box .tech_video {
  display: block;
  position: relative;
  margin-top: 60px;
}

.ai_tech .main_content .info_box .tech_video:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 144px;
  height: 144px;
  margin: -72px 0 0 -72px;
  background: url(../img/btn_play_pc.png) 0 0/144px 144px no-repeat;
}

.ai_tech .main_content .info_box .tech_video .thumbnail {
  margin-top: 0;
}

.ai_tech .main_content .info_box .thumbnail {
  margin-top: 60px;
  width: 100%;
  height: 440px;
  -webkit-border-radius: 20px;
  -moz--border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.ai_tech .main_content .info_box h3 {
  font-weight: 800;
  font-size: 4.6rem;
  line-height: 6rem;
  letter-spacing: -0.8px;
  color: #111;
}

.ai_tech .main_content .info_box h3 .highlight {
  color: #f0f4fa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(109deg, #20baff 8%, #0053ff 128%);
}

.ai_tech .main_content .info_box .text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: -0.5px;
  color: #444;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ai_tech .main_content .info_box .btn_normal {
  margin-top: 40px;
  font-weight: 700;
}

.ai_tech .main_content .info_box .btn_point {
  margin-top: 40px;
  background-image: linear-gradient(144deg, #005cfd, #8056f9 117%);
  padding: 21px 30px 21px 28px;
}

.ai_tech .main_content .info_box .btn_point .ico_detail {
  margin: 0 12px 0 4px;
}

.ai_tech .main_content .info_box .btn_point .inner_txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.5px;
  color: #fff;
}

.ai_tech .main_share {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-image: linear-gradient(118deg, #008bff -6%, #0053ff 84%);
  text-align: center;
  color: #fff;
}

.ai_tech .main_share h3 {
  font-weight: 800;
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: -1px;
}

.ai_tech .main_share .text {
  margin-top: 22px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: -0.5px;
}

.ai_tech .main_share .btn_copy {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 500;
  margin-top: 38px;
  padding: 16px 20px 14px 18px;
  background-color: #111111;
  color: #fff;
}

.ai_tech .main_share .btn_copy:hover {
  background-color: #333;
}

.ai_tech .main_share .btn_copy .inner_txt {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.5px;
}

.ai_tech .main_share .ico_copy {
  display: inline-block;
  vertical-align: top;
  margin: 1px 8px 0 0;
  width: 28px;
  height: 28px;
  background: url(../img/ic-20-url.png) 0 0/28px 28px no-repeat;
}

.ai_tech .main_share .toast_pop {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 85px;
  z-index: 3100;
  width: 380px;
  box-shadow: 0 0 40px 2px rgba(23, 23, 24, 0.1), 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  background-color: rgba(16, 16, 16, 0.8);
  -webkit-border-radius: 20px;
  -moz--border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 23px 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 1;
  -webkit-animation: fadeOut 0.5s 4.5s both;
  animation: fadeOut 0.5s 4.5s both;
}

.ai_tech .main_share .toast_pop.active {
  display: block;
}

.ai_tech .section_partner .inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.ai_tech .section_partner .item_box {
  padding: 30px 40px;
  background-color: #f0f4fa;
}

.ai_tech .section_partner .item_box::after {
  content: '';
  display: block;
  clear: both;
}

.ai_tech .section_partner .text_box {
  float: left;
}

.ai_tech .section_partner .text_box .text {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -.5px;
  color: #111;
}

.ai_tech .section_partner .button_area {
  float: right;
  margin-top: 6px;
}

.ai_tech .section_partner .button_area .btn_normal {
  padding: 0 27px 0 15px;
}

.ai_tech .section_aitech_guide {
  padding: 200px 0 213px;
  text-align: center;
}

.ai_tech .section_aitech_guide .section_title em {
  background-image: linear-gradient(to right, #ae78ec 0%, #7543d4);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.ai_tech .section_aitech_guide .section_desc {
  margin-top: 22px;
  font-size: 2.0rem;
  line-height: 3.4rem;
}

.ai_tech .section_aitech_guide .btn_normal {
  margin-top: 59px;
}

.ai_tech .section_growth {
  padding-top: 122px;
  text-align: left;
}

.ai_tech .section_growth .section_title {
  text-align: left;
}

.ai_tech .section_growth .section_desc {
  margin-top: 28px;
}

.ai_tech .section_growth .list_title {
  margin-top: 89px;
  display: block;
  font-size: 3.0rem;
  line-height: 3.8rem;
  color: #111;
  font-weight: 500;
}

.ai_tech .section_growth .learning_list {
  margin-top: 60px;
  font-size: 0;
  line-height: 0;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.ai_tech .section_growth .learning_list > li {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 540px;
  white-space: normal;
}

.ai_tech .section_growth .learning_list > li + li {
  margin-left: 30px;
}

.ai_tech .section_growth .learning_list > li:nth-child(2) .normal_box {
  background: #005cfd;
}

.ai_tech .section_growth .learning_list > li:nth-child(2) .normal_box .hashtag_box .item {
  background-color: #0045bf;
}

.ai_tech .section_growth .learning_list > li:nth-child(3) .normal_box {
  background: #001eb9;
}

.ai_tech .section_growth .learning_list > li:nth-child(3) .normal_box .hashtag_box .item {
  background-color: #000982;
}

.ai_tech .section_growth .learning_list > li .normal_box {
  position: relative;
  background: #3390ff;
  padding: 36px 40px 0;
  height: 100%;
}

.ai_tech .section_growth .learning_list > li .normal_box .ico_card {
  position: relative;
  bottom: auto;
  right: auto;
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
}

.ai_tech .section_growth .learning_list > li .normal_box .sub_title {
  display: block;
  margin-top: 4px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  color: #f0f4fa;
}

.ai_tech .section_growth .learning_list > li .normal_box .sub_title .en {
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ai_tech .section_growth .learning_list > li .normal_box .box_title {
  display: block;
  margin-top: 69px;
  font-size: 4.6rem;
  line-height: 5.2rem;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.ai_tech .section_growth .learning_list > li .normal_box .box_title .en {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ai_tech .section_growth .learning_list > li .normal_box .hashtag_box {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.ai_tech .section_growth .learning_list > li .normal_box .hashtag_box .item {
  display: inline-block;
  vertical-align: top;
  height: 54px;
  margin: 12px 12px 0 0;
  padding: 0 25px;
  line-height: 54px;
  font-size: 1.8rem;
  letter-spacing: -0.5px;
  color: #fff;
  -webkit-border-radius: 54px;
  -moz--border-radius: 54px;
  -ms-border-radius: 54px;
  border-radius: 54px;
  background: rgba(4, 31, 179, 0.3);
}

.ai_tech .section_growth .learning_list + .list_title {
  margin-top: 140px;
}

.ai_tech .section_growth .program_list {
  margin-top: 60px;
  font-size: 0;
  line-height: 0;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.ai_tech .section_growth .program_list > li {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 420px;
  white-space: normal;
}

.ai_tech .section_growth .program_list > li .normal_box {
  position: relative;
  display: block;
  height: 100%;
  padding: 34px 34px 0;
  background: #e9eff8;
}

.ai_tech .section_growth .program_list > li .badge_txt {
  display: inline-block;
  vertical-align: top;
  min-width: 38px;
  padding: 0 15px;
  height: 38px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.8rem;
  background: #fff;
  -webkit-border-radius: 38px;
  -moz--border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  text-align: center;
  color: #005cfd;
}

.ai_tech .section_growth .program_list > li .badge_txt + .badge_txt {
  margin-left: 7px;
}

.ai_tech .section_growth .program_list > li .box_title {
  display: block;
  margin-top: 60px;
  font-size: 4.6rem;
  line-height: 5.2rem;
  color: #111;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.ai_tech .section_growth .program_list > li .box_info {
  margin-top: 28px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.45px;
  color: #111;
}

.ai_tech .section_growth .program_list > li .btn_text {
  position: absolute;
  left: 20px;
  bottom: 19px;
}

.ai_tech .section_growth .program_list > li .info_list {
  margin-top: 25px;
}

.ai_tech .section_growth .program_list > li .info_list li {
  font-size: 2.0rem;
  line-height: 4.0rem;
  letter-spacing: -0.5px;
  color: #111;
}

.ai_tech .section_growth .program_list > li + li {
  margin-left: 30px;
}

.ai_tech .section_growth_culture {
  padding: 232px 0 0;
}

.ai_tech .section_growth_culture .section_title {
  text-align: left;
}

.ai_tech .section_growth_culture .section_desc {
  margin-top: 29px;
}

.ai_tech .section_growth_culture .btn_normal {
  margin-top: 40px;
}

.ai_tech .section_growth_culture .culture_list {
  margin-top: 100px;
}

.ai_tech .section_growth_culture .culture_list li {
  display: flex;
}

.ai_tech .section_growth_culture .culture_list li + li {
  margin-top: 30px;
}

.ai_tech .section_growth_culture .culture_list li:nth-child(even) {
  flex-direction: row-reverse;
}

.ai_tech .section_growth_culture .culture_list .normal_box {
  position: relative;
  width: 50%;
}

.ai_tech .section_growth_culture .culture_list .detail_box {
  position: relative;
  width: 50%;
  padding: 60px;
}

.ai_tech .section_growth_culture .culture_list .detail_box .box_title {
  font-size: 3.6rem;
  line-height: 5.0rem;
  letter-spacing: -.5px;
  color: #111;
}

.ai_tech .section_growth_culture .culture_list .detail_box .box_info {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: -.5px;
  color: #444;
}

.ai_tech .section_growth_culture .culture_list .detail_box .icon_box {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
}

.ai_tech .section_growth_culture .culture_list .detail_box .icon_box.type_data {
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_aitech_benefit01.png) no-repeat 0 0;
  background-size: 80px 80px;
}

.ai_tech .section_growth_culture .culture_list .detail_box .icon_box.type_master {
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_aitech_benefit02.png) no-repeat 0 0;
  background-size: 80px 80px;
}

.ai_tech .section_growth_culture .culture_list .detail_box .icon_box.type_learning {
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_aitech_benefit03.png) no-repeat 0 0;
  background-size: 80px 80px;
}

.ai_tech .awrad_box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.3px;
}

.ai_tech .awrad_box:before, .ai_tech .awrad_box:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -52px;
  width: 32px;
  height: 100px;
  background-image: url(../img/ai_tech/ic-aitech-award.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ai_tech .awrad_box:after {
  left: auto;
  right: -52px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ai_tech .awrad_box .award_info {
  display: block;
  margin-top: 13px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 6.4rem;
}

.ai_tech .ly_popup.culture .detail_box {
  display: block;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box {
  margin-top: 16px;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box .graph_item {
  text-align: center;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box .graph_item + .graph_item {
  text-align: left;
  margin-left: 38px;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box .graph_item + .graph_item .sub_title {
  padding-left: 18px;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box .graph_item .img_box .type_pc {
  display: block;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box .graph_item .img_box .type_tb {
  display: none;
}

.ai_tech .ly_popup.culture:nth-child(5) .detail_box .graph_box .sub_info {
  opacity: 0.9;
  right: 30px;
  bottom: 30px;
}

.ai_tech .ly_popup.culture:nth-child(6) .detail_box .graph_box {
  margin-top: 39px;
}

.ai_tech .section_instructor {
  width: 100%;
  padding: 229px 0 0;
  text-align: center;
}

.ai_tech .section_instructor .section_title {
  text-align: left;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  width: 1200px;
  margin: 0 auto;
}

.ai_tech .section_instructor .section_desc {
  position: relative;
  font-size: 3.0rem;
  line-height: 4.8rem;
  letter-spacing: -0.5px;
  color: #222;
  padding-left: 8px;
  margin-top: 34px;
  text-align: left;
  width: 1200px;
  margin: 34px auto 0;
}

.ai_tech .section_instructor .section_desc .quotation {
  margin-left: -10px;
}

.ai_tech .section_instructor .section_desc .speaker_info {
  display: block;
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #666;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ai_tech .section_instructor .section_desc .speaker_info em {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ai_tech .section_instructor .section_desc .speaker_info .ko {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.ai_tech .section_instructor .instructor_list_wrap {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}

.ai_tech .section_instructor .instructor_list_wrap .rolling {
  height: 963px;
  margin-top: 48px;
  background: #fff;
}

.ai_tech .section_instructor .instructor_list_wrap .rolling .scroller {
  animation: rolling 50s linear infinite;
}

.ai_tech .section_instructor .instructor_list_wrap .rolling .scroller.pause {
  animation-play-state: paused;
}

.ai_tech .section_instructor .instructor_list {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  margin-left: -14px;
  text-align: left;
}

.ai_tech .section_instructor .instructor_list:nth-child(2) {
  margin-left: -239px;
}

.ai_tech .section_instructor .instructor_list > li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 580px;
  height: 320px;
}

.ai_tech .section_instructor .instructor_list > li + li {
  margin-left: 60px;
}

.ai_tech .section_instructor .instructor_list > li .item_box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ai_tech .section_instructor .instructor_list > li .item_box:before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eeeef1;
  -webkit-border-radius: 10px;
  -moz--border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.ai_tech .section_instructor .instructor_list > li .thumb {
  float: right;
  position: relative;
  z-index: 20;
}

.ai_tech .section_instructor .instructor_list > li .thumb img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.ai_tech .section_instructor .instructor_list > li .profile_info {
  position: relative;
  height: 100%;
  padding: 79px 36px 0;
}

.ai_tech .section_instructor .instructor_list > li .name_info {
  display: block;
  font-size: 3.2rem;
  line-height: 4.5rem;
  color: #111;
}

.ai_tech .section_instructor .instructor_list > li .sub_info {
  display: block;
  font-size: 2.0rem;
  line-height: 3.4rem;
  color: #111;
}

.ai_tech .section_instructor .instructor_list > li .detail_info {
  display: none;
}

.ai_tech .section_instructor .instructor_list > li .career_list li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  white-space: nowrap;
}

.ai_tech .section_instructor .instructor_list > li:hover .item_box:before, .ai_tech .section_instructor .instructor_list > li.detail .item_box:before {
  background: #005cfd;
}

.ai_tech .section_instructor .instructor_list > li:hover .thumb img, .ai_tech .section_instructor .instructor_list > li.detail .thumb img {
  filter: none;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.ai_tech .section_instructor .instructor_list > li:hover .name_info, .ai_tech .section_instructor .instructor_list > li.detail .name_info {
  color: #fff;
}

.ai_tech .section_instructor .instructor_list > li:hover .sub_info, .ai_tech .section_instructor .instructor_list > li.detail .sub_info {
  display: none;
}

.ai_tech .section_instructor .instructor_list > li:hover .detail_info, .ai_tech .section_instructor .instructor_list > li.detail .detail_info {
  display: block;
}

.ai_tech .section_instructor .btn_normal {
  margin: 100px auto 0;
}

.ai_tech .section_recruitinfo {
  padding-top: 120px;
}

.ai_tech .section_recruitinfo .section_desc {
  margin-top: 32px;
}

.ai_tech .section_recruitinfo .button_area.align_l {
  margin-top: 60px;
}

.ai_tech .section_recruitinfo + .section_recruitinfo {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ai_tech .section_recruitinfo .review_container {
  margin-top: 60px;
}

.ai_tech .section_recruitinfo .review_container .review_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ai_tech .section_recruitinfo .review_container .review_item {
  position: relative;
  width: 372px;
  height: 420px;
  margin: 0 42px 42px 0;
  padding: 36px;
  background-color: #e9eff8;
}

.ai_tech .section_recruitinfo .review_container .review_item::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 36px;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(3n) {
  margin-right: 0;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(1)::before {
  width: 40px;
  height: 40px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_01.png) no-repeat 0 0;
  background-size: 40px 40px;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(2)::before {
  width: 38px;
  height: 40px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_02.png) no-repeat 0 0;
  background-size: 38px 40px;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(3)::before {
  width: 40px;
  height: 40px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_03.png) no-repeat 0 0;
  background-size: 40px 40px;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(4)::before {
  width: 40px;
  height: 40px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_04.png) no-repeat 0 0;
  background-size: 40px 40px;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(5)::before {
  width: 40px;
  height: 39px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_05.png) no-repeat 0 0;
  background-size: 40px 39px;
}

.ai_tech .section_recruitinfo .review_container .review_item:nth-child(6)::before {
  width: 40px;
  height: 33px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_06.png) no-repeat 0 0;
  background-size: 40px 33px;
}

.ai_tech .section_recruitinfo .review_container .review {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding-top: 68px;
  font-size: 3.2rem;
  line-height: 4.4rem;
  letter-spacing: -.5px;
  color: #111;
}

.ai_tech .section_recruitinfo .review_container .writer {
  position: absolute;
  bottom: 36px;
  left: 36px;
  font-size: 2.0rem;
  line-height: 3.4rem;
  letter-spacing: normal;
}

.ai_tech .section_recruitinfo_alarm {
  width: auto;
  margin: 0;
  background-color: #005cfd;
}

.ai_tech .section_recruitinfo_alarm .inner {
  padding: 120px 0 51px;
  display: flex;
  justify-content: space-between;
}

.ai_tech .section_recruitinfo_alarm .text_container {
  margin-top: 21px;
}

.ai_tech .section_recruitinfo_alarm .img_container {
  width: 540px;
  height: 508px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/img_alarm_6th.png) no-repeat 0 0;
  background-size: 540px 508px;
}

.ai_tech .section_recruitinfo_alarm .section_title {
  text-align: left;
  font-weight: 800;
  font-size: 4.6rem;
  line-height: 6.4rem;
  letter-spacing: -.5px;
  color: #fff;
}

.ai_tech .section_recruitinfo_alarm .section_desc {
  margin-top: 30px;
  color: #fff;
}

.ai_tech .section_recruitinfo_alarm .button_area {
  margin-top: 60px;
}

.ai_tech .section_recruitinfo_alarm .button_area .btn_normal {
  display: inline-block;
  height: auto;
  padding: 21px 37px;
  border: 3px solid #fff;
  border-radius: 40px;
  background-color: transparent;
}

.ai_tech .section_recruitinfo_alarm .button_area .inner_txt {
  font-weight: 800;
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
}

.ai_tech .section_recruitinfo_alarm .button_area .inner_txt::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 25px;
  margin-left: 32px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_arrow_16-25.png) no-repeat 0 0;
  background-size: 16px 25px;
  vertical-align: middle;
}

.ai_tech .section_apply {
  width: auto;
  margin: 0 0 173px 0;
  background-image: linear-gradient(to bottom, #ae78ec, #7543d4);
}

.ai_tech .section_apply .inner {
  padding: 120px 0 70px;
  display: flex;
  justify-content: space-between;
}

.ai_tech .section_apply .img_container {
  width: 554px;
  height: 450px;
  margin-right: 3px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/img_apply_6th.png) no-repeat 0 0;
  background-size: 553px 450px;
}

.ai_tech .section_apply .section_title {
  text-align: left;
  font-weight: 800;
  font-size: 4.6rem;
  line-height: 6.4rem;
  letter-spacing: -.5px;
  color: #fff;
}

.ai_tech .section_apply .section_desc {
  margin-top: 28px;
  color: #fff;
}

.ai_tech .section_apply .button_area {
  margin-top: 59px;
}

.ai_tech .section_apply .button_area .btn_normal {
  display: inline-block;
  height: auto;
  padding: 21px 38px;
  border: 3px solid #fff;
  border-radius: 40px;
  background-color: transparent;
}

.ai_tech .section_apply .button_area .inner_txt {
  font-weight: 800;
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
}

.ai_tech .section_apply .button_area .inner_txt::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 25px;
  margin: 4px 0 0 39px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_arrow_16-25.png) no-repeat 0 0;
  background-size: 16px 25px;
  vertical-align: top;
}

.ai_tech .section_tab_wrap .inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.ai_tech .section_tab_wrap .count_simple {
  top: 13px;
  right: 0;
}

.ai_tech .section_tab_wrap .count_simple .type_day {
  margin-right: 6px;
}

.ai_tech .recruitinfo_list.type_wide {
  margin-top: 34px;
}

.ai_tech .recruitinfo_list.type_wide > li:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.ai_tech .recruitinfo_list.type_wide .list_info .list_title {
  line-height: 3.6rem;
}

.ai_tech .recruitinfo_list.type_wide .dot_list {
  margin-top: 8px;
}

.ai_tech .recruitinfo_list .sub_info {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 3.0rem;
  letter-spacing: -.5px;
  color: #666;
}

.ai_tech .section_scheduleinfo {
  padding-top: 140px;
}

.ai_tech .section_scheduleinfo .scheduleinfo_list li:nth-last-child(-n+4) {
  margin-top: 60px;
}

.ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box {
  height: 205px;
  padding: 19px 20px;
}

.ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_title {
  margin-top: 1px;
}

.ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_txt {
  margin-top: 16px;
}

.ai_tech .section_scheduleinfo .noti_box {
  margin-top: 58px;
}

.ai_tech .section_scheduleinfo .noti_box ul li {
  padding: 0 9px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.5px;
  color: #666;
}

.ai_tech .section_scheduleinfo .noti_box ul li:before {
  font-size: 1.6rem;
  color: #666;
}

.ai_tech .section_scheduleinfo .noti_box ul li .text_link {
  color: #005cfd;
}

.ai_tech .section_scheduleinfo .noti_box ul li .text_link .ico_outlink {
  margin-top: 2px;
}

.ai_tech .section_noticeinfo {
  padding: 140px 0 200px;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_wide {
  margin-top: 60px;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_wide > li .list_name {
  font-size: 2.2rem;
  line-height: 3.6rem;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_wide .dot_list {
  margin-top: 0;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_wide .dot_list li + li {
  margin-top: 6px;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_wide .dot_list li .list_name {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: -.5px;
}

.ai_tech .section_noticeinfo .recruitinfo_list.type_wide .dot_list li .list_link {
  margin-top: 6px;
}

.ai_tech .section_noticeinfo .online_briefing {
  padding: 31px 51px 29px 36px;
}

.ai_tech .section_noticeinfo .online_briefing .btn_box {
  margin-top: 11px;
}

.ai_tech .count_simple {
  display: inline-block;
}

.ai_tech .section_awrad {
  background: #111;
  width: 100%;
  text-align: center;
  padding: 232px 0 230px;
}

.ai_tech .section_awrad .section_title {
  color: #fff;
}

.ai_tech .section_awrad .list_title {
  margin-top: 61px;
  display: block;
  font-size: 3.6rem;
  line-height: 5.0rem;
  letter-spacing: -0.5px;
  color: #fff;
}

.ai_tech .section_awrad .section_desc {
  margin-top: 22px;
  color: #fff;
  opacity: 0.8;
}

.ai_tech .section_awrad .btn_normal {
  margin-top: 50px;
}

.ai_tech .section_awrad .award_list {
  margin: 21px auto 0;
  width: 1200px;
  font-size: 0;
  line-height: 0;
}

.ai_tech .section_awrad .award_list + .list_title {
  margin-top: 162px;
}

.ai_tech .section_awrad .award_list li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 340px;
  margin-top: 73px;
  margin-left: 85px;
}

.ai_tech .section_awrad .award_list li:nth-child(3n+1) {
  margin-left: 0;
}

.ai_tech .section_awrad .award_list li:last-child .award_info {
  font-size: 3.0rem;
  line-height: 4.2rem;
}

.ai_tech .section_awrad .award_list li .awrad_box {
  position: static;
  color: #fff;
}

.ai_tech .section_awrad .award_list li .awrad_box .award_title {
  display: table-cell;
  width: 340px;
  height: 4.8rem;
  vertical-align: middle;
  opacity: 0.8;
}

.ai_tech .section_awrad .award_list li .awrad_box:before, .ai_tech .section_awrad .award_list li .awrad_box:after {
  width: 40px;
  height: 125px;
  background-image: url(../img/ai_tech/ic-aitech-award-blue.svg);
}

.ai_tech .section_awrad .award_list li .awrad_box:before {
  left: 0;
}

.ai_tech .section_awrad .award_list li .awrad_box:after {
  right: 0;
}

.ai_tech .section_awrad .graduate_list {
  font-size: 0;
  line-height: 0;
  margin: 80px auto 0;
}

.ai_tech .section_awrad .graduate_list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 259px;
  height: 259px;
  border-radius: 20px;
  overflow: hidden;
}

.ai_tech .section_awrad .graduate_list li a {
  display: block;
  pointer-events: none;
  cursor: default;
}

.ai_tech .section_awrad .graduate_list li img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ai_tech .section_awrad .graduate_list li + li {
  margin-left: 60px;
}

.ai_tech .section_interview_list {
  padding: 233px 0 30px;
}

.ai_tech .section_interview_list .section_title {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}

.ai_tech .section_interview_list .section_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #e5e5e5;
}

.ai_tech .section_interview_list .interview_list_area {
  width: 1200px;
  overflow: hidden;
  margin: 135px auto 0;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li + li {
  margin-top: 80px;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .item_area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1200px;
  min-height: 480px;
  padding: 60px;
  border: 2px solid  #ebeef7;
  -webkit-border-radius: 20px;
  -moz--border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area {
  color: #111;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .chance_txt {
  display: block;
  font-size: 3.6rem;
  line-height: 5.0rem;
  letter-spacing: -0.8px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box {
  font-size: 0;
  line-height: 0;
  width: 790px;
  margin-top: 24px;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item {
  display: inline-block;
  vertical-align: top;
  height: 4.8rem;
  font-size: 1.8rem;
  color: #444;
  line-height: 4.8rem;
  background: #f0f4fa;
  -webkit-border-radius: 27px;
  -moz--border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  padding: 0 25px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item.type_mo {
  displaY: none;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item .imoji {
  width: 20px;
  height: 20px;
  margin-top: 13px;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item .imoji img {
  width: 100%;
  height: 100%;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info {
  display: inline-flex;
  margin-top: 50px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: -0.5px;
  color: #5e6677;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info .name_info {
  margin-right: 16px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info .sub_info li + li {
  margin-top: -1px;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .btn_text {
  position: absolute;
  left: 60px;
  bottom: 60px;
  height: auto;
  line-height: normal;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .btn_text .ico_detail {
  margin: 0;
  vertical-align: middle;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .btn_text .inner_txt {
  margin: 6px 0 0 10px;
  vertical-align: middle;
}

.ai_tech .section_interview_list .interview_list_area .interview_list li .img_box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  border-radius: 16px;
}

.ai_tech .section_interview_list .interview_list_area .btn_box {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}

.ai_tech .section_interview_group {
  padding: 100px 0 50px;
}

.ai_tech .section_interview_group .interview_group_area {
  width: 1400px;
  overflow: hidden;
  margin: 0 -35px;
  padding-bottom: 80px;
}

.ai_tech .section_interview_group .interview_group_list {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.ai_tech .section_interview_group .interview_group_list .slick-list {
  width: 1200px;
  overflow: visible !important;
}

.ai_tech .section_interview_group .interview_group_list .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -80px;
  left: 35px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.ai_tech .section_interview_group .interview_group_list .btn_next {
  left: 177px;
}

.ai_tech .section_interview_group .interview_group_list .slick-dots {
  width: auto !important;
  font-size: 2.0rem;
  line-height: 3.0rem;
}

.ai_tech .section_interview_group .interview_group_list .slick-dots li {
  display: none;
  position: absolute;
  top: 20px;
  left: 94px;
  margin: 0;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: -0.5px;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  color: #5e6677;
}

.ai_tech .section_interview_group .interview_group_list .slick-dots li.slick-active {
  display: block;
}

.ai_tech .section_interview_group .interview_group_list .slick-dots li .now_pagi {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: 600;
  width: 20px;
  margin-right: 2px;
}

.ai_tech .section_interview_group .interview_group_list .slick-dots li .total_pagi {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  margin-left: 3px;
}

.ai_tech .section_interview_group .interview_group_list .slick-slide li {
  width: 1130px !important;
}

.ai_tech .section_interview_group .interview_group_list li .item_area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1080px;
  height: 574px;
  padding: 60px 60px 60px 50px;
  background: #f0f4fa;
  margin-right: 50px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .chance_txt {
  display: block;
  margin-top: 2px;
  font-size: 3.6rem;
  line-height: 5.0rem;
  letter-spacing: -0.5px;
  color: #111;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .tag_box {
  margin-top: 30px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .tag_box .tag_item {
  display: block;
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  color: #444;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: -0.5px;
  color: #5e6677;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .name_info {
  display: inline-block;
  vertical-align: top;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  margin-right: 12px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info {
  display: inline-block;
  vertical-align: top;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info li {
  width: auto !important;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info li + li {
  margin-top: -1px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .btn_text {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .imoji {
  width: 23px;
  height: 23px;
  margin-top: 4px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .imoji img {
  width: 23px;
  height: 23px;
}

.ai_tech .section_interview_group .interview_group_list li .item_area .img_box {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

@media (max-width: 1200px) {
  .ai_tech section .inner {
    width: 100%;
  }
  .ai_tech .content {
    padding-bottom: 195px;
  }
  .ai_tech .count_area {
    margin-top: 48px;
  }
  .ai_tech .count_area .count_info .count_name {
    margin-top: 11px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .ai_tech .main_spot {
    min-width: 768px;
    background: url(../img/ai_tech/img_kv_tablet.png) 0 0/cover no-repeat;
  }
  .ai_tech .main_spot .section_title {
    font-size: 4.6rem;
    line-height: 6.2rem;
    letter-spacing: -0.8px;
  }
  .ai_tech .main_spot.open_2nd {
    min-width: inherit;
    width: 100%;
    height: 520px;
  }
  .ai_tech .main_spot.open_2nd .section_title {
    font-size: 4.6rem;
    line-height: 6.0rem;
  }
  .ai_tech .main_spot.open_2nd .section_title.type_program {
    line-height: 6.0rem;
  }
  .ai_tech .section_recruitinfo_alarm .inner {
    padding: 72px 40px 69px 50px;
  }
  .ai_tech .section_recruitinfo_alarm .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_recruitinfo_alarm .section_desc {
    display: none;
  }
  .ai_tech .section_recruitinfo_alarm .text_container {
    margin-top: 11px;
  }
  .ai_tech .section_recruitinfo_alarm .img_container {
    width: 320px;
    height: 301px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/img_alarm_6th_tb.png) no-repeat 0 0;
    background-size: 320px 301px;
  }
  .ai_tech .section_recruitinfo_alarm .button_area {
    margin-top: 34px;
  }
  .ai_tech .section_recruitinfo_alarm .button_area .btn_normal {
    padding: 18px 29px;
  }
  .ai_tech .section_recruitinfo_alarm .button_area .inner_txt {
    font-size: 2.2rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .ai_tech .section_recruitinfo_alarm .button_area .inner_txt::after {
    width: 11px;
    height: 15px;
    margin-left: 16px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_arrow_11-15.png) no-repeat 0 0;
    background-size: 11px 15px;
  }
  .ai_tech .section_apply {
    margin: 0;
  }
  .ai_tech .section_apply .inner {
    padding: 81px 50px 84px;
  }
  .ai_tech .section_apply .text_container {
    margin-top: 0;
  }
  .ai_tech .section_apply .img_container {
    width: 320px;
    height: 260px;
    margin-top: 15px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/img_apply_6th_tb.png) no-repeat 0 0;
    background-size: 317px 256px;
  }
  .ai_tech .section_apply .section_title {
    text-align: left;
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_apply .section_desc {
    display: none;
  }
  .ai_tech .section_apply .button_area {
    margin-top: 34px;
  }
  .ai_tech .section_apply .button_area .btn_normal {
    padding: 18px 29px;
  }
  .ai_tech .section_apply .button_area .inner_txt {
    font-size: 2.2rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .ai_tech .section_apply .button_area .inner_txt::after {
    width: 11px;
    height: 15px;
    margin: 4px 0 0 23px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_arrow_11-15.png) no-repeat 0 0;
    background-size: 11px 15px;
  }
  .ai_tech .section_tab_wrap .inner {
    width: 100%;
  }
  .ai_tech .section_tab_wrap .count_simple {
    top: 16px;
    right: 30px;
  }
  .ai_tech .section_tab_wrap .count_simple .type_day {
    margin-right: 7px;
  }
  .ai_tech .main_content {
    padding: 0 30px 120px;
  }
  .ai_tech .main_content .info_box ~ .info_box {
    margin-top: 50px;
  }
  .ai_tech .main_content .info_box.box1 {
    margin-top: -117px;
    padding: 59px 40px;
  }
  .ai_tech .main_content .info_box.box2 {
    padding: 54px 40px 40px;
  }
  .ai_tech .main_content .info_box.box2 .text {
    margin-top: 18px;
  }
  .ai_tech .main_content .info_box.box3 {
    padding: 54px 40px 40px;
  }
  .ai_tech .main_content .info_box.box3 .text {
    margin-top: 19px;
  }
  .ai_tech .main_content .info_box .tech_video {
    margin-top: 40px;
  }
  .ai_tech .main_content .info_box .tech_video:after {
    width: 94px;
    height: 94px;
    margin: -47px 0 0 -47px;
    background: url(../img/btn_play_pc.png) 0 0/94px 94px no-repeat;
  }
  .ai_tech .main_content .info_box .thumbnail {
    margin-top: 40px;
    width: 100%;
    height: 266px;
    -webkit-border-radius: 12px;
    -moz--border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .ai_tech .main_content .info_box h3 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .main_content .info_box .text {
    margin-top: 26px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .ai_tech .main_content .info_box .btn_normal {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .ai_tech .main_content .info_box .btn_point {
    margin-top: 30px;
    background-image: linear-gradient(144deg, #005cfd, #8056f9 117%);
    padding: 17px 30px 11px 26px;
  }
  .ai_tech .main_content .info_box .btn_point .ico_detail {
    margin: 0 12px 0 4px;
  }
  .ai_tech .main_content .info_box .btn_point .inner_txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_partner .inner {
    width: 100%;
    padding: 80px 30px 0;
  }
  .ai_tech .section_partner .item_box {
    padding: 29px 32px;
  }
  .ai_tech .section_partner .text_box .text {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_partner .button_area {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .ai_tech .main_share {
    padding: 80px 0;
  }
  .ai_tech .main_share h3 {
    font-size: 3.6rem;
    line-height: 5rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .main_share .btn_copy {
    margin-top: 40px;
    padding: 12px 20px 12px 18px;
  }
  .ai_tech .main_share .btn_copy .inner_txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .main_share .ico_copy {
    margin: -2px 8px 0 0;
  }
  .ai_tech .main_share .toast_pop {
    bottom: 50px;
    width: 330px;
    padding: 22px 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .ai_tech .section_aitech_guide {
    padding: 141px 30px 139px;
  }
  .ai_tech .section_aitech_guide .section_title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .ai_tech .section_aitech_guide .section_desc {
    margin-top: 22px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .ai_tech .section_aitech_guide .btn_normal {
    margin-top: 40px;
  }
  .ai_tech .section_growth {
    padding: 102px 30px 0;
  }
  .ai_tech .section_growth .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_growth .section_desc {
    margin-top: 22px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_growth .list_title {
    margin-top: 94px;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .ai_tech .section_growth .learning_list {
    margin-top: 34px;
  }
  .ai_tech .section_growth .learning_list > li {
    width: 335px;
    height: 477px;
    padding-bottom: 30px;
  }
  .ai_tech .section_growth .learning_list > li + li {
    margin-left: 20px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box {
    padding: 25px 30px 0;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .ico_card {
    position: relative;
    width: 60px;
    height: 60px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .sub_title {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .box_title {
    margin-top: 68px;
    font-size: 3.2rem;
    line-height: 3.6rem;
    letter-spacing: 0px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .hashtag_box {
    bottom: 30px;
    left: 30px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .hashtag_box .item {
    height: 46px;
    margin: 12px 12px 0 0;
    padding: 0 20px;
    line-height: 46px;
    font-size: 1.6rem;
    -webkit-border-radius: 46px;
    -moz--border-radius: 46px;
    -ms-border-radius: 46px;
    border-radius: 46px;
  }
  .ai_tech .section_growth .learning_list + .list_title {
    margin-top: 101px;
  }
  .ai_tech .section_growth .program_list {
    margin-top: 59px;
  }
  .ai_tech .section_growth .program_list > li {
    width: 335px;
    height: 477px;
    padding-bottom: 30px;
  }
  .ai_tech .section_growth .program_list > li .normal_box {
    display: block;
    padding: 30px 30px 0;
  }
  .ai_tech .section_growth .program_list > li .badge_txt {
    min-width: 38px;
    padding: 0 15px;
    height: 36px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    -webkit-border-radius: 36px;
    -moz--border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
  }
  .ai_tech .section_growth .program_list > li .badge_txt + .badge_txt {
    margin-left: 8px;
  }
  .ai_tech .section_growth .program_list > li .box_title {
    margin-top: 69px;
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
  .ai_tech .section_growth .program_list > li .btn_text {
    position: absolute;
    left: 10px;
    bottom: 16px;
  }
  .ai_tech .section_growth .program_list > li .info_list {
    margin-top: 20px;
  }
  .ai_tech .section_growth .program_list > li .info_list li {
    font-size: 1.8rem;
    line-height: 3.0rem;
    letter-spacing: 0;
  }
  .ai_tech .section_growth .program_list > li + li {
    margin-left: 20px;
  }
  .ai_tech .section_growth_culture {
    padding: 140px 30px 0;
  }
  .ai_tech .section_growth_culture .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_growth_culture .section_desc {
    font-size: 2.0rem;
    line-height: 3.2rem;
    margin-top: 29px;
  }
  .ai_tech .section_growth_culture .btn_normal {
    margin-top: 40px;
  }
  .ai_tech .section_growth_culture .culture_list {
    margin-top: 60px;
  }
  .ai_tech .section_growth_culture .culture_list li + li {
    margin-top: 20px;
  }
  .ai_tech .section_growth_culture .culture_list .normal_box img {
    width: 100%;
    height: auto;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box {
    padding: 32px 40px;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .box_title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .box_info {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.0rem;
    letter-spacing: -.3px;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .icon_box {
    position: absolute;
    bottom: 32px;
    right: 40px;
    width: 40px;
    height: 40px;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .icon_box.type_data {
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_aitech_benefit01.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .icon_box.type_master {
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_aitech_benefit02.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .icon_box.type_learning {
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_aitech_benefit03.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .ai_tech .awrad_box {
    margin-top: 16px;
    margin-bottom: 33px;
  }
  .ai_tech .awrad_box .award_info {
    margin-top: 13px;
    font-weight: 600;
    font-size: 4.0rem;
    line-height: 5.6rem;
  }
  .ai_tech .ly_popup.culture {
    width: 516px;
  }
  .ai_tech .ly_popup.culture .detail_box {
    display: block;
    min-height: 342px;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box {
    height: 105px;
    display: block;
    font-size: 0;
    padding: 18px 20px;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item {
    margin-top: 11px;
    text-align: center;
    width: calc(100% / 3);
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item:nth-child(1) img {
    left: 0;
    transform: translateY(-50%);
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item:nth-child(3) img {
    right: 0;
    left: auto;
    transform: translateY(-50%);
    margin: 0 0 0 auto;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item:nth-child(3) {
    text-align: right;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item:nth-child(n+4) {
    margin-top: 21px;
    margin-bottom: 18px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box {
    margin-top: 23px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item {
    text-align: center;
    margin-left: 31px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item {
    text-align: left;
    margin-left: 61px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item .sub_title {
    padding-left: 18px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item .img_box {
    margin-top: 4px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item .img_box .type_tb {
    margin-top: 0 !important;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box img {
    display: block;
    margin-left: 0;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box img + img {
    margin-top: 10px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box .type_pc {
    display: none;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box .type_tb {
    display: block;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .sub_info {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    margin-top: 22px;
    margin-bottom: 28px;
  }
  .ai_tech .ly_popup.culture.pop_6 .detail_box .graph_box {
    margin-top: 25px;
  }
  .ai_tech .section_instructor {
    padding: 140px 0 20px;
    width: 100%;
  }
  .ai_tech .section_instructor .section_title {
    margin: 0;
    width: 100%;
    padding: 0 30px;
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_instructor .section_desc {
    width: 100%;
    margin: 0;
    margin-top: 21px;
    padding: 0 30px;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
  .ai_tech .section_instructor .section_desc .speaker_info {
    margin-top: 21px;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_instructor .instructor_list_wrap {
    width: 100%;
    margin: 0;
  }
  .ai_tech .section_instructor .instructor_list_wrap .rolling {
    margin-top: 31px;
    height: 440px;
  }
  .ai_tech .section_instructor .instructor_list_wrap.type_pc {
    display: none !important;
  }
  .ai_tech .section_instructor .instructor_list_wrap.type_mo {
    display: block !important;
  }
  .ai_tech .section_instructor .instructor_list + .instructor_list {
    margin-top: 10px;
  }
  .ai_tech .section_instructor .instructor_list > li {
    width: 380px;
    height: 215px;
  }
  .ai_tech .section_instructor .instructor_list > li + li {
    margin-left: 15px;
  }
  .ai_tech .section_instructor .instructor_list > li:hover .thumb, .ai_tech .section_instructor .instructor_list > li.detail .thumb {
    display: none;
  }
  .ai_tech .section_instructor .instructor_list > li:hover .icon_box, .ai_tech .section_instructor .instructor_list > li.detail .icon_box {
    display: none;
  }
  .ai_tech .section_instructor .instructor_list > li .thumb img {
    width: 215px;
    height: 215px;
  }
  .ai_tech .section_instructor .instructor_list > li .item_box:before {
    top: 23px;
  }
  .ai_tech .section_instructor .instructor_list > li .profile_info {
    padding: 39px 20px 0;
  }
  .ai_tech .section_instructor .instructor_list > li .profile_info .name_info {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_instructor .instructor_list > li .profile_info .sub_info {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .ai_tech .section_instructor .instructor_list > li .detail_info .name_info {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_instructor .instructor_list > li .detail_info .career_list li {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .ai_tech .section_instructor .instructor_list > li .item_box .icon_box {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .ai_tech .section_instructor .instructor_list > li .item_box .icon_box .icon_arrow {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../img/ic-24-detail.svg) no-repeat 0 0;
    background-size: 20px 20px;
  }
  .ai_tech .section_instructor .instructor_list > li .item_box .icon_box .inner_txt {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 8px;
    font-size: 1.6rem;
    line-height: 18px;
    letter-spacing: -.5px;
    color: #000;
  }
  .ai_tech .section_instructor .btn_normal {
    margin-top: 80px;
  }
  .ai_tech .section_recruitinfo {
    padding-top: 140px;
  }
  .ai_tech .section_recruitinfo .section_title {
    font-weight: 800;
  }
  .ai_tech .section_recruitinfo .section_desc {
    margin-top: 26px;
  }
  .ai_tech .section_recruitinfo + .section_recruitinfo {
    padding-top: 124px;
    padding-bottom: 120px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item {
    width: calc(50% - 10px);
    height: 320px;
    padding: 32px 30px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(1n) {
    margin: 0 10px 20px 0;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(2n) {
    margin: 0 0 20px 10px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(1)::before {
    width: 32px;
    height: 32px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_01.png) no-repeat 0 0;
    background-size: 32px 32px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(2)::before {
    width: 31px;
    height: 32px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_02.png) no-repeat 0 0;
    background-size: 31px 32px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(3)::before {
    width: 32px;
    height: 32px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_03.png) no-repeat 0 0;
    background-size: 32px 32px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(4)::before {
    width: 32px;
    height: 32px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_04.png) no-repeat 0 0;
    background-size: 32px 32px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(5)::before {
    width: 32px;
    height: 31px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_05.png) no-repeat 0 0;
    background-size: 32px 31px;
  }
  .ai_tech .section_recruitinfo .review_container .review_item:nth-child(6)::before {
    width: 32px;
    height: 26px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/aitech6th_imoji_06.png) no-repeat 0 0;
    background-size: 32px 26px;
  }
  .ai_tech .section_recruitinfo .review_container .review {
    -webkit-line-clamp: 4;
    padding-top: 52px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .ai_tech .section_recruitinfo .review_container .writer {
    bottom: 32px;
    left: 30px;
  }
  .ai_tech .section_recruitinfo .review_container + .button_area {
    margin-top: 40px;
  }
  .ai_tech .recruitinfo_list {
    margin-top: 59px;
  }
  .ai_tech .recruitinfo_list > li:nth-child(2) .list_info .dot_list li + li {
    margin-top: 14px;
  }
  .ai_tech .recruitinfo_list .sub_info {
    margin-top: 4px;
    line-height: 2.6rem;
  }
  .ai_tech .recruitinfo_list.type_wide {
    margin-top: 80px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_name {
    width: 168px;
    padding-left: 20px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info {
    margin-left: 168px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info .list_title {
    line-height: 3.0rem;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info .inner_list {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  .ai_tech .recruitinfo_list.type_wide > li .dot_list li {
    padding: 0 0 0 16px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .dot_list li + li {
    margin-top: 3px;
  }
  .ai_tech .section_scheduleinfo {
    padding-top: 140px;
  }
  .ai_tech .section_scheduleinfo .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
    letter-spacing: -.5px;
  }
  .ai_tech .section_scheduleinfo .section_desc {
    margin-top: 24px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list {
    padding-top: 19px;
  }
  .ai_tech .section_scheduleinfo .noti_box {
    margin-top: 49px;
  }
  .ai_tech .section_scheduleinfo .noti_box ul li {
    padding: 0 0 0 9px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li:nth-last-child(-n+4) {
    margin-top: 0;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li:nth-last-child(-n+5) {
    margin-top: 50px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box {
    height: 240px;
    padding: 16px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_title {
    margin-top: 2px;
    line-height: 2.8rem;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_txt {
    margin-top: 10px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_sub_txt {
    margin-top: 11px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_link {
    left: 16px;
    bottom: 16px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .point {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_noticeinfo {
    padding: 140px 30px 129px;
  }
  .ai_tech .section_noticeinfo .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
    letter-spacing: normal;
  }
  .ai_tech .section_noticeinfo .online_briefing {
    margin-top: 59px;
    padding: 28px 44px 28px 34px;
  }
  .ai_tech .section_noticeinfo .online_briefing .btn_box {
    margin-top: 7px;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide {
    margin-top: 40px;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide li .list_name {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide li .list_txt + .list_link {
    margin-top: 8px;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide li .list_link + .list_link {
    margin-top: 6px;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide li .asterisk_list.type_small {
    margin-top: 20px;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide li .asterisk_list.type_small li {
    padding: 0 0 0 8px;
    line-height: 2.4rem;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide .dot_list li .list_link {
    margin-bottom: 8px !important;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide .dot_list li + li {
    margin-top: 8px;
  }
  .ai_tech .section_awrad {
    padding: 146px 0 120px;
  }
  .ai_tech .section_awrad .section_title {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_awrad .list_title {
    margin-top: 80px;
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  .ai_tech .section_awrad .section_desc {
    margin-top: 17px;
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .ai_tech .section_awrad .btn_normal {
    min-width: initial;
    margin-top: 40px;
  }
  .ai_tech .section_awrad .award_list {
    margin: 50px auto 0;
    width: 768px;
  }
  .ai_tech .section_awrad .award_list + .list_title {
    margin-top: 85px;
  }
  .ai_tech .section_awrad .award_list li {
    width: 258px;
    margin-top: 3px;
    margin-left: 52px;
  }
  .ai_tech .section_awrad .award_list li:nth-child(3n+1) {
    margin-left: 52px;
  }
  .ai_tech .section_awrad .award_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ai_tech .section_awrad .award_list li:last-child .award_info {
    font-size: 2.2rem;
  }
  .ai_tech .section_awrad .award_list li .awrad_box {
    margin-top: 10px;
    margin-bottom: 33px;
  }
  .ai_tech .section_awrad .award_list li .awrad_box .award_title {
    width: 340px;
    height: 4.8rem;
  }
  .ai_tech .section_awrad .award_list li .awrad_box .award_info {
    margin-top: 10px;
  }
  .ai_tech .section_awrad .award_list li .awrad_box:before, .ai_tech .section_awrad .award_list li .awrad_box:after {
    width: 36px;
    height: 112px;
  }
  .ai_tech .section_awrad .graduate_list {
    margin: 60px auto 0;
  }
  .ai_tech .section_awrad .graduate_list li {
    width: 185px;
    height: 185px;
  }
  .ai_tech .section_awrad .graduate_list li + li {
    margin-left: 19px;
  }
  .ai_tech .section_interview_list {
    padding: 145px 30px 30px;
  }
  .ai_tech .section_interview_list .section_title {
    padding-bottom: 60px;
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .ai_tech .section_interview_list .interview_list_area {
    width: 100%;
    margin: 80px 0 0;
    padding-bottom: 0;
  }
  .ai_tech .section_interview_list .interview_list_area .btn_next {
    left: 146px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list {
    width: 100%;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .item_area {
    width: 100%;
    min-height: 386px;
    padding: 32px 310px 40px 40px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .chance_txt {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box {
    width: 100%;
    margin-top: 20px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item {
    height: 4.8rem;
    font-size: 1.8rem;
    line-height: 4.8rem;
    -webkit-border-radius: 27px;
    -moz--border-radius: 27px;
    -ms-border-radius: 27px;
    border-radius: 27px;
    padding: 0 25px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info {
    margin-top: 41px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 3.0rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info .name_info {
    white-space: nowrap;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info .sub_info li + li {
    margin-top: -1px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .btn_text {
    left: 40px;
    bottom: 40px;
    padding: 0;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .img_box {
    top: auto;
    right: 40px;
    bottom: 40px;
    transform: translateY(0);
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .img_box img {
    width: 230px;
    height: 230px;
  }
  .ai_tech .section_interview_group {
    width: 100%;
    padding: 0;
  }
  .ai_tech .section_interview_group .interview_group_area {
    width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-bottom: 55px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-list {
    width: 700px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-arrow {
    bottom: -70px;
    left: 0;
    width: 40px;
    height: 40px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots li {
    top: 10px;
    left: 59px;
    margin: 0;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots li .now_pagi {
    width: 20px;
    margin-right: 2px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots li .total_pagi {
    width: 20px;
    margin-left: 3px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-slide li {
    width: 700px !important;
  }
  .ai_tech .section_interview_group .interview_group_list .btn_next {
    left: 146px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area {
    width: 670px;
    height: 405px;
    padding: 50px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .chance_txt {
    margin-top: 1px;
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .tag_box {
    margin-top: 17px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .tag_box .tag_item {
    font-size: 1.8rem;
    line-height: 3.0rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: -0.3px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .name_info {
    margin-right: 12px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info li {
    width: auto !important;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info li + li {
    margin-top: -1px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .btn_text {
    left: 40px;
    bottom: 36px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .img_box {
    right: 50px;
    bottom: 50px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .img_box img {
    height: 230px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .tb_br {
    display: block !important;
  }
  .mo_br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tb_br {
    display: none !important;
  }
  .mo_br {
    display: block !important;
  }
  .ai_tech .btn_normal {
    padding: 0 20px 0 14px;
  }
  .ai_tech .content {
    padding-bottom: 177px;
  }
  .ai_tech .main_spot {
    min-width: 375px;
    background: url(../img/ai_tech/img_kv_mo.png) 0 0/cover no-repeat;
  }
  .ai_tech .main_spot .section_title {
    font-size: 3.6rem;
    line-height: 5rem;
    letter-spacing: -1px;
  }
  .ai_tech .main_spot.open_2nd {
    min-width: inherit;
    width: 100%;
    height: 520px;
  }
  .ai_tech .main_spot.open_2nd .list_item {
    position: relative;
    padding: 0 15px;
  }
  .ai_tech .main_spot.open_2nd .list_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: blur(50px);
    background-color: #002298;
  }
  .ai_tech .main_spot.open_2nd .sub_title {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .ai_tech .main_spot.open_2nd .section_title {
    position: relative;
    font-size: 3.6rem;
    line-height: 4.8rem;
    z-index: 10;
  }
  .ai_tech .main_spot.open_2nd .section_title.type_program {
    line-height: 4.8rem;
  }
  .ai_tech .main_spot.open_2nd .section_title.type_recruitment {
    line-height: 5.0rem;
  }
  .ai_tech .count_area {
    margin-top: 47px;
  }
  .ai_tech .count_area .count_info {
    width: 78px;
  }
  .ai_tech .count_area .count_info ~ .count_info {
    margin-left: 7px;
  }
  .ai_tech .count_area .count_info .count_box {
    height: 88px;
  }
  .ai_tech .count_area .count_info .count_box .count_num {
    font-size: 4.2rem;
    line-height: 8.8rem;
  }
  .ai_tech .count_area .count_info .count_name {
    margin-top: 9px;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .ai_tech .section_recruitinfo_alarm .inner {
    flex-direction: column-reverse;
    padding: 58px 20px;
  }
  .ai_tech .section_recruitinfo_alarm .text_container {
    margin-top: 23px;
  }
  .ai_tech .section_recruitinfo_alarm .section_title {
    text-align: center;
    font-size: 2.9rem;
    line-height: 4.1rem;
  }
  .ai_tech .section_recruitinfo_alarm .img_container {
    width: 100%;
    height: 226px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/img_alarm_6th_mo.png) no-repeat 50% 0;
    background-size: 240px 226px;
  }
  .ai_tech .section_recruitinfo_alarm .button_area {
    margin-top: 24px;
    text-align: center;
  }
  .ai_tech .section_recruitinfo_alarm .button_area .btn_normal {
    min-width: auto;
    padding: 12px 22px;
    border: 2px solid #fff;
  }
  .ai_tech .section_recruitinfo_alarm .button_area .btn_normal .inner_txt {
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .ai_tech .section_recruitinfo_alarm .button_area .btn_normal .inner_txt::after {
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_arrow_7-11.png) no-repeat 0 0;
    background-size: 7px 11px;
  }
  .ai_tech .section_apply .inner {
    flex-direction: column-reverse;
    padding: 43px 20px 59px;
  }
  .ai_tech .section_apply .text_container {
    margin-top: 8px;
  }
  .ai_tech .section_apply .section_title {
    text-align: center;
    font-size: 2.9rem;
    line-height: 4.1rem;
  }
  .ai_tech .section_apply .img_container {
    width: 100%;
    height: 200px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/img_apply_6th_tb.png) no-repeat 50% 0;
    background-size: 245px 197px;
  }
  .ai_tech .section_apply .button_area {
    margin-top: 23px;
    text-align: center;
  }
  .ai_tech .section_apply .button_area .btn_normal {
    min-width: auto;
    padding: 12px 20px;
    border: 2px solid #fff;
  }
  .ai_tech .section_apply .button_area .btn_normal .inner_txt {
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .ai_tech .section_apply .button_area .btn_normal .inner_txt::after {
    width: 7px;
    height: 11px;
    margin: 3px 0 0 12px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/ai_tech/icon_arrow_7-11.png) no-repeat 0 0;
    background-size: 7px 11px;
  }
  .ai_tech .section_tab_wrap .section_tab .select_btn {
    padding: 0 50px 0 20px;
  }
  .ai_tech .section_tab_wrap .count_simple {
    right: 20px;
  }
  .ai_tech .main_content {
    padding: 0 20px 100px;
  }
  .ai_tech .main_content .info_box ~ .info_box {
    margin-top: 40px;
  }
  .ai_tech .main_content .info_box.box2, .ai_tech .main_content .info_box.box3 {
    padding: 50px 20px 30px;
  }
  .ai_tech .main_content .info_box.box2 .text, .ai_tech .main_content .info_box.box3 .text {
    margin-top: 23px;
  }
  .ai_tech .main_content .info_box.box1 {
    margin-top: -109px;
    padding: 52px 20px 50px;
  }
  .ai_tech .main_content .info_box.box3 h3 {
    line-height: 3.6rem;
  }
  .ai_tech .main_content .info_box.box3 .thumbnail {
    margin-top: 40px;
  }
  .ai_tech .main_content .info_box .tech_video {
    margin-top: 30px;
  }
  .ai_tech .main_content .info_box .tech_video:after {
    background: url(../img/btn_play_mo.png) 0 0/94px 94px no-repeat;
  }
  .ai_tech .main_content .info_box .thumbnail {
    margin-top: 30px;
    height: 170px;
    -webkit-border-radius: 6px;
    -moz--border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .ai_tech .main_content .info_box h3 {
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: -0.8px;
  }
  .ai_tech .main_content .info_box .text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .main_content .info_box .btn_normal {
    margin-top: 30px;
    font-size: 1.6rem;
    padding: 0 22px 0 13px;
  }
  .ai_tech .main_content .info_box .btn_point {
    margin-top: 30px;
    padding: 17px 30px 11px 26px;
  }
  .ai_tech .main_content .info_box .btn_point .ico_detail {
    margin: 0 10px 0 4px;
  }
  .ai_tech .main_share {
    padding: 100px 20px;
  }
  .ai_tech .main_share h3 {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
  .ai_tech .main_share .text {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .main_share .toast_pop {
    bottom: 40px;
    width: 315px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_partner .inner {
    padding: 80px 20px 0;
  }
  .ai_tech .section_partner .item_box {
    padding: 24px 26px 26px;
  }
  .ai_tech .section_partner .text_box .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_partner .button_area {
    margin-left: 20px;
  }
}

@media (max-width: 767px) and (max-width: 592px) {
  .ai_tech .section_partner .button_area {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .ai_tech .section_partner .button_area .btn_normal {
    padding: 0 24px 0 15px;
  }
  .ai_tech .section_aitech_guide {
    padding: 102px 20px 99px;
  }
  .ai_tech .section_aitech_guide .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_aitech_guide .section_desc {
    margin-top: 23px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_aitech_guide .btn_normal {
    margin-top: 38px;
  }
  .ai_tech .section_growth {
    padding: 82px 20px 0;
  }
  .ai_tech .section_growth .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_growth .section_desc {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_growth .list_title {
    margin-top: 58px;
    font-size: 2.0rem;
    line-height: 3.4rem;
  }
  .ai_tech .section_growth .learning_list {
    margin-top: 59px;
    overflow: visible;
    white-space: normal;
  }
  .ai_tech .section_growth .learning_list > li {
    width: 100%;
    height: 477px;
    padding-bottom: 0px;
  }
  .ai_tech .section_growth .learning_list > li + li {
    margin-top: 20px;
    margin-left: 0;
  }
  .ai_tech .section_growth .learning_list > li .normal_box {
    padding: 25px 30px 0;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .ico_card {
    position: relative;
    width: 60px;
    height: 60px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .sub_title {
    margin-top: 8px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .box_title {
    margin-top: 67px;
  }
  .ai_tech .section_growth .learning_list > li .normal_box .hashtag_box {
    bottom: 30px;
    left: 30px;
  }
  .ai_tech .section_growth .learning_list + .list_title {
    margin-top: 121px;
  }
  .ai_tech .section_growth .program_list {
    margin-top: 59px;
    overflow: visible;
    white-space: normal;
  }
  .ai_tech .section_growth .program_list > li {
    width: 100%;
    padding-bottom: 0;
  }
  .ai_tech .section_growth .program_list > li .normal_box {
    display: block;
    padding: 30px 30px 0;
  }
  .ai_tech .section_growth .program_list > li .badge_txt + .badge_txt {
    margin-left: 8px;
  }
  .ai_tech .section_growth .program_list > li .box_title {
    margin-top: 53px;
  }
  .ai_tech .section_growth .program_list > li .btn_text {
    position: absolute;
    left: 10px;
    bottom: 16px;
  }
  .ai_tech .section_growth .program_list > li .info_list {
    margin-top: 32px;
  }
  .ai_tech .section_growth .program_list > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .ai_tech .section_growth_culture {
    padding: 121px 20px 0;
  }
  .ai_tech .section_growth_culture .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_growth_culture .section_desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 24px;
  }
  .ai_tech .section_growth_culture .btn_normal {
    margin-top: 40px;
  }
  .ai_tech .section_growth_culture .culture_list li {
    flex-direction: column;
  }
  .ai_tech .section_growth_culture .culture_list li:nth-child(even) {
    flex-direction: column;
  }
  .ai_tech .section_growth_culture .culture_list .normal_box {
    width: 100%;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box {
    width: 100%;
    height: 180px;
    padding: 30px 0 0;
    text-align: left;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .box_title {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .box_info {
    margin-top: 8px;
    padding-right: 70px;
  }
  .ai_tech .section_growth_culture .culture_list .detail_box .icon_box {
    position: absolute;
    bottom: 46px;
    right: 0;
  }
  .ai_tech .awrad_box {
    margin-top: 16px;
    margin-bottom: 14px;
  }
  .ai_tech .awrad_box .award_info {
    margin-top: 13px;
    font-weight: 600;
    font-size: 4.0rem;
    line-height: 5.6rem;
  }
  .ai_tech .ly_popup.culture {
    width: 335px;
  }
  .ai_tech .ly_popup.culture .detail_box {
    display: block;
    min-height: 400px;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box {
    height: 169px;
    padding: 0 20px;
    text-align: left;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item {
    text-align: left;
    width: 50%;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item img {
    margin: 0 !important;
  }
  .ai_tech .ly_popup.culture.pop_1 .detail_box .logo_box .item:nth-child(3n+1) {
    margin: 13px 0 0 !important;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box {
    margin-top: 18px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item {
    text-align: center;
    margin-left: 0;
    margin-top: 31px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item .sub_title {
    padding-left: 18px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item .img_box {
    margin-top: 12px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item + .graph_item .img_box .type_tb {
    margin-top: 0 !important;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box img {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box img + img {
    margin-top: 0;
    margin-left: 18px;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box .type_pc {
    display: none;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .graph_item .img_box .type_tb {
    display: block;
  }
  .ai_tech .ly_popup.culture.pop_5 .detail_box .graph_box .sub_info {
    margin-top: 21px;
    margin-bottom: 16px;
  }
  .ai_tech .ly_popup.culture.pop_6 .detail_box .graph_box {
    margin-top: 40px;
  }
  .ai_tech .section_instructor {
    padding: 120px 0 0;
    width: 100%;
  }
  .ai_tech .section_instructor .section_title {
    padding: 0 20px;
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_instructor .section_desc {
    margin-top: 25px;
    padding: 0 20px;
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  .ai_tech .section_instructor .section_desc .speaker_info {
    margin-top: 21px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_instructor .instructor_list_wrap {
    padding: 0 20px;
  }
  .ai_tech .section_instructor .instructor_list_wrap .rolling {
    margin-top: 36px;
    height: auto;
    line-height: auto;
    overflow: visible;
  }
  .ai_tech .section_instructor .instructor_list_wrap .rolling .scroller {
    position: relative;
    animation: none;
    min-width: auto;
  }
  .ai_tech .section_instructor .instructor_list {
    margin-left: 0;
    white-space: normal;
  }
  .ai_tech .section_instructor .instructor_list + .instructor_list {
    margin-left: 0;
    margin-top: 0;
  }
  .ai_tech .section_instructor .instructor_list > li {
    width: 100%;
    height: 190px;
  }
  .ai_tech .section_instructor .instructor_list > li[aria-hidden="true"] {
    display: none;
  }
  .ai_tech .section_instructor .instructor_list > li + li {
    margin-left: 0;
    margin-top: 0;
  }
  .ai_tech .section_instructor .instructor_list > li .thumb img {
    width: 190px;
    height: 190px;
  }
  .ai_tech .section_instructor .instructor_list > li .item_box:before {
    top: 23px;
  }
  .ai_tech .section_instructor .instructor_list > li .profile_info {
    padding: 39px 20px 0;
  }
  .ai_tech .section_instructor .btn_normal {
    margin-top: 60px;
  }
  .ai_tech .section_recruitinfo {
    padding-top: 80px;
  }
  .ai_tech .section_recruitinfo .section_desc {
    margin-top: 24px;
  }
  .ai_tech .section_recruitinfo .button_area.align_l {
    margin-top: 34px;
  }
  .ai_tech .section_recruitinfo + .section_recruitinfo {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ai_tech .section_recruitinfo + .section_recruitinfo .section_title {
    word-break: break-all;
  }
  .ai_tech .section_recruitinfo .review_container .review_list {
    flex-direction: column;
  }
  .ai_tech .section_recruitinfo .review_container .review_list .review_item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .ai_tech .section_recruitinfo .review_container .review_list .review_item:last-child {
    margin-bottom: 0;
  }
  .ai_tech .section_recruitinfo .review_container + .button_area {
    margin-top: 60px;
  }
  .ai_tech .recruitinfo_list {
    margin-top: 59px;
  }
  .ai_tech .recruitinfo_list > li:nth-child(2) .list_info .dot_list li + li {
    margin-top: 14px;
  }
  .ai_tech .recruitinfo_list.type_wide {
    margin-top: 58px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_name {
    width: 100%;
    padding: 28px 16px 12px;
    font-size: 1.8rem;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info {
    margin-left: 0;
    padding: 0 0 24px 16px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info .list_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info .sub_title {
    margin-top: 20px;
  }
  .ai_tech .recruitinfo_list.type_wide > li .list_info .inner_list {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  .ai_tech .recruitinfo_list.type_wide > li .sub_info {
    margin-top: 6px;
    line-height: 2.4rem;
    word-break: break-all;
  }
  .ai_tech .recruitinfo_list.type_wide > li .dot_list li {
    padding: 0 12px 0 16px;
    word-break: break-all;
  }
  .ai_tech .section_scheduleinfo {
    padding-top: 120px;
  }
  .ai_tech .section_scheduleinfo .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_scheduleinfo .section_desc {
    margin-top: 24px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list {
    padding-top: 35px;
  }
  .ai_tech .section_scheduleinfo .noti_box {
    margin-top: 41px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li:nth-last-child(-n+5) {
    margin-top: 16px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box {
    padding: 23px 20px 20px 20px;
    height: auto;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_title {
    margin-top: 0;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_txt {
    margin-top: 13px;
  }
  .ai_tech .section_scheduleinfo .scheduleinfo_list li .schedule_box .schedule_link {
    position: relative;
    display: block;
    margin-top: 17px;
    left: auto;
    bottom: auto;
  }
  .ai_tech .section_noticeinfo {
    padding: 120px 20px;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list li:last-child .list_info {
    border-top: 0;
  }
  .ai_tech .section_noticeinfo .recruitinfo_list.type_wide > li .list_name {
    padding: 28px 16px 12px 20px;
  }
  .ai_tech .section_noticeinfo .online_briefing {
    margin-top: 58px;
    padding: 28px 24px 24px 28px;
  }
  .ai_tech .section_noticeinfo .online_briefing .btn_box {
    margin-top: 31px;
  }
  .ai_tech .section_noticeinfo .online_briefing + .recruitinfo_list {
    margin-top: 30px;
  }
  .ai_tech .section_awrad {
    padding: 101px 20px 100px;
  }
  .ai_tech .section_awrad .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_awrad .list_title {
    margin-top: 60px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_awrad .section_desc {
    margin-top: 13px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_awrad .btn_normal {
    min-width: initial;
    margin-top: 40px;
  }
  .ai_tech .section_awrad .award_list {
    margin: 66px auto 0;
    width: 100%;
  }
  .ai_tech .section_awrad .award_list + .list_title {
    margin-top: 121px;
  }
  .ai_tech .section_awrad .award_list li {
    width: 100%;
    margin: 8px auto 0;
  }
  .ai_tech .section_awrad .award_list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .ai_tech .section_awrad .award_list li:last-child .award_info {
    font-size: 2.2rem;
  }
  .ai_tech .section_awrad .award_list li .awrad_box {
    position: relative;
    width: 295px;
    margin-top: 7px;
    margin-bottom: 33px;
  }
  .ai_tech .section_awrad .award_list li .awrad_box .award_title {
    width: 340px;
    height: 4.8rem;
  }
  .ai_tech .section_awrad .award_list li .awrad_box .award_info {
    margin-top: 9px;
  }
  .ai_tech .section_awrad .award_list li .awrad_box:before, .ai_tech .section_awrad .award_list li .awrad_box:after {
    width: 35px;
    height: 110px;
  }
  .ai_tech .section_awrad .graduate_list {
    margin: 60px auto 0;
    position: relative;
    width: 315px;
    height: 350px;
  }
  .ai_tech .section_awrad .graduate_list li {
    position: absolute;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .ai_tech .section_awrad .graduate_list li:nth-child(2) {
    top: 180px;
    left: 28px;
    z-index: 10;
  }
  .ai_tech .section_awrad .graduate_list li:nth-child(3) {
    top: 60px;
    left: auto;
    right: 0;
    width: 160px;
    height: 160px;
  }
  .ai_tech .section_awrad .graduate_list li + li {
    margin-left: 19px;
  }
  .ai_tech .section_interview_list {
    padding: 102px 20px 40px;
  }
  .ai_tech .section_interview_list .section_title {
    padding-bottom: 37px;
    font-size: 3.0rem;
    line-height: 4.2rem;
  }
  .ai_tech .section_interview_list .interview_list_area {
    margin-top: 67px;
  }
  .ai_tech .section_interview_list .interview_list_area .btn_box {
    margin-top: 60px;
  }
  .ai_tech .section_interview_list .interview_list_area .btn_next {
    margin-left: 51px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li + li {
    margin-top: 60px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .item_area {
    width: 100%;
    padding: 30px;
    margin-right: 0;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .chance_txt {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box {
    width: 100%;
    margin-top: 14px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item {
    height: 4.6rem;
    font-size: 1.6rem;
    line-height: 4.6rem;
    margin: 8px 10px 0 0;
    padding: 0 20px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item.type_pc {
    displaY: none;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .tag_box .tag_item.type_mo {
    displaY: inline-block;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info {
    margin-top: 40px;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.3px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info .name_info {
    margin-right: 12px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .profile_info .sub_info li + li {
    margin-top: 0;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .interview_area .btn_text {
    display: block;
    position: relative;
    margin-top: 40px;
    left: auto;
    bottom: auto;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .img_box {
    position: relative;
    text-align: right;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }
  .ai_tech .section_interview_list .interview_list_area .interview_list li .img_box img {
    width: 100%;
    height: 100%;
  }
  .ai_tech .section_interview_group {
    width: 100%;
    padding: 0 20px;
  }
  .ai_tech .section_interview_group .interview_group_area {
    padding-left: 0;
    padding-bottom: 34px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-list {
    width: 100%;
    padding: 0 !important;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-arrow {
    bottom: -70px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -91px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots {
    font-size: 2.0rem;
    line-height: 3.0rem;
    position: relative;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots li {
    top: 10px;
    left: 50%;
    margin: 0;
    margin-left: -32px;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: -0.5px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots li .now_pagi {
    width: 20px;
    margin-right: 2px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-dots li .total_pagi {
    width: 20px;
    margin-left: 3px;
  }
  .ai_tech .section_interview_group .interview_group_list .slick-slide {
    width: calc(100vw - 40px);
  }
  .ai_tech .section_interview_group .interview_group_list .slick-slide li {
    width: 100% !important;
  }
  .ai_tech .section_interview_group .interview_group_list .btn_next {
    margin-left: 51px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area {
    width: 100%;
    height: 621px;
    padding: 30px;
    margin-right: 0;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .chance_txt {
    margin-top: 12px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .tag_box {
    margin-top: 15px;
    height: 5.2rem;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .tag_box .tag_item {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info {
    margin-top: 4px;
    line-height: 2.4rem;
    height: 4.8rem;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .name_info {
    margin-right: 12px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info li {
    width: auto !important;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .profile_info .sub_info li + li {
    margin-top: -1px;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .interview_area .btn_text {
    position: relative;
    margin-top: 25px;
    margin-left: -20px;
    left: auto;
    bottom: auto;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .img_box {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    text-align: right;
  }
  .ai_tech .section_interview_group .interview_group_list li .item_area .img_box img {
    height: 275px;
    width: auto;
    margin-left: auto;
  }
  .ai_tech .button_area {
    margin-top: 60px;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

.contributor .section_title {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  text-align: center;
}

.contributor .section_desc {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  text-align: center;
}

.contributor .main_spot {
  min-width: 1200px;
  min-height: inherit;
  height: 640px;
  position: relative;
  z-index: 10;
}

.contributor .main_spot .spot_bg {
  position: absolute;
}

.contributor .main_spot .spot_bg img {
  object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.contributor .main_spot .list_item {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.contributor .main_spot em {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.contributor .main_spot .sub_title {
  display: block;
  margin-bottom: 14px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #fff;
  text-align: center;
}

.contributor .main_spot .section_title {
  font-size: 6.4rem;
  line-height: 8.4rem;
  color: #fff;
  text-align: center;
}

.contributor .main_spot .btn_apply {
  height: 7.4rem;
  margin-top: 16px;
  padding: 0 28px;
  background: linear-gradient(170deg, #005CFD 0%, #8056F9 270.11%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 7.4rem;
  letter-spacing: -.5px;
  color: #fff;
}

.contributor .main_spot .btn_apply .ico_detail {
  margin: 22px 12px 0 4px;
}

.contributor .section_partner_apply {
  padding: 199px 0 0;
  text-align: center;
}

.contributor .section_partner_apply .section_desc {
  margin-top: 28px;
}

.contributor .section_partner_apply .btn_box {
  margin-top: 62px;
}

.contributor .section_partner_apply .btn_box strong {
  display: block;
  font-size: 2.6rem;
  line-height: 4.0rem;
  letter-spacing: -0.5px;
}

.contributor .section_partner_apply .btn_box .btn_normal {
  margin-top: 28px;
  min-width: 157px;
  text-align: center;
  padding: 0;
}

.contributor .section_partner_apply .btn_box .btn_normal .ico_detail {
  margin-left: 0;
}

.contributor .section_partner_apply .btn_box .btn_normal + .btn_normal {
  margin-left: 16px;
}

.contributor .section_partner_apply .img_box {
  margin-top: 100px;
}

.contributor .section_company_review {
  padding: 170px 0 230px;
  text-align: center;
}

.contributor .section_company_review .review_list {
  font-size: 0;
  line-height: 0;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.contributor .section_company_review .review_list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 380px;
  height: 540px;
  padding: 44px 40px;
  font-size: 2.0rem;
  line-height: 3.6rem;
  letter-spacing: -0.5px;
  background: #f0f4fa;
  color: #333d4b;
  margin: 30px 0 0 30px;
}

.contributor .section_company_review .review_list li:nth-child(3n+1) {
  margin-left: 0;
}

.contributor .section_company_review .review_list li .quotation_mark {
  display: block;
  position: absolute;
  top: 26px;
  left: 30px;
  width: 34px;
  height: 34px;
  background: url(../img/contributor/img-contributors-review.svg) no-repeat;
  background-size: 100% 100%;
}

.contributor .section_company_review .review_list li .review_txt {
  padding-top: 72px;
}

.contributor .section_company_review .review_list li .company_logo {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 26px;
}

.contributor .section_company_review .btn_normal {
  margin-top: 80px;
}

.contributor .section_sponsor {
  background: #121212;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  padding: 130px 0 139px;
}

.contributor .section_sponsor .section_title {
  color: #fff;
}

.contributor .section_sponsor .section_desc {
  margin-top: 29px;
  color: #fff;
  opacity: 0.8;
}

.contributor .section_sponsor .sponsor_list {
  font-size: 0;
  line-height: 0;
  width: 1200px;
  margin: 30px auto 0;
  text-align: center;
}

.contributor .section_sponsor .sponsor_list li {
  display: inline-block;
  vertical-align: top;
  width: 285px;
  height: 150px;
  margin: 30px 0 0 20px;
}

.contributor .section_sponsor .sponsor_list li:nth-child(4n+1) {
  margin-left: 0;
}

.contributor .section_partner_apply2 {
  width: 100%;
  height: 100vh;
  min-height: 900px;
}

.contributor .section_partner_apply2 .section_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.contributor .section_partner_apply2 .section_wrap .left_box {
  position: relative;
  display: table-cell;
  overflow: hidden;
  width: 50%;
  height: 100%;
  background: #005cfd;
}

.contributor .section_partner_apply2 .section_wrap .left_box .box_inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 800px;
}

.contributor .section_partner_apply2 .section_wrap .left_box .section_title {
  font-size: 7.6rem;
  line-height: 9.0rem;
  color: #fff;
  text-align: left;
}

.contributor .section_partner_apply2 .section_wrap .left_box .section_title .en {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.contributor .section_partner_apply2 .section_wrap .left_box .section_desc {
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 3.6rem;
  letter-spacing: -0.45px;
  color: #fff;
  text-align: left;
}

.contributor .section_partner_apply2 .section_wrap .left_box .btn_box {
  margin-top: 50px;
}

.contributor .section_partner_apply2 .section_wrap .left_box .btn_box strong {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: normal;
}

.contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal {
  margin-top: 17px;
  min-width: 157px;
}

.contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal + .btn_normal {
  margin-left: 16px;
  padding: 0;
  text-align: center;
}

.contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal + .btn_normal .ico_detail {
  margin-left: 0;
}

.contributor .section_partner_apply2 .section_wrap .right_box {
  display: table-cell;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner {
  width: 800px;
  height: 100%;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list {
  font-size: 0;
  padding: 102px 0;
  height: 100%;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list li {
  height: 25%;
  position: relative;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list li:nth-child(2n) .logo_box {
  -ms-transform: translate3d(-66.6666%, 0, 0);
  -webkit-transform: translate3d(-66.6666%, 0, 0);
  transform: translate3d(-66.6666%, 0, 0);
  -webkit-animation: moveSlideshowback 2000s 0s linear infinite;
  animation: moveSlideshowback 2000s 0s linear infinite;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list li .logo_box {
  position: absolute;
  top: 50%;
  margin-top: -57px;
  overflow: hidden;
  width: 99999px;
  height: 114px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: repeat-x;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: moveSlideshow 2000s 0s linear infinite;
  animation: moveSlideshow 2000s 0s linear infinite;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_1 .logo_box {
  background-image: url(../img/contributor/img-contributor-logo-1@2x.png);
  background-size: 6261px 114px;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_2 .logo_box {
  background-image: url(../img/contributor/img-contributor-logo-2@2x.png);
  background-size: 6222px 114px;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_3 .logo_box {
  background-image: url(../img/contributor/img-contributor-logo-3@2x.png);
  background-size: 6271px 114px;
}

.contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_4 .logo_box {
  background-image: url(../img/contributor/img-contributor-logo-4@2x.png);
  background-size: 6576px 114px;
}

.contributor .section_mentor_apply {
  padding: 202px 0 0;
  text-align: center;
}

.contributor .section_mentor_apply .section_desc {
  margin-top: 33px;
}

.contributor .section_mentor_apply .btn_normal {
  margin-top: 59px;
}

.contributor .section_mentor_intorduce {
  padding: 242px 0 232px;
  text-align: center;
}

.contributor .section_mentor_intorduce .introduce_area {
  padding-top: 58px;
}

.contributor .section_mentor_intorduce .introduce_area .area_tab {
  margin-bottom: 60px;
}

.contributor .section_mentor_intorduce .introduce_area .list_box {
  display: none;
}

.contributor .section_mentor_intorduce .introduce_area .list_box.active {
  display: block;
}

.contributor .section_mentor_intorduce .introduce_area .list_box ul {
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.contributor .section_mentor_intorduce .introduce_area .list_box ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 9.0rem;
  font-size: 2.0rem;
  line-height: 9.0rem;
  color: #888;
  width: 25%;
}

.contributor .section_mentor_intorduce .introduce_area .list_box ul li:nth-child(4n+1):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 400%;
  background: #e5e5e5;
}

.contributor .section_mentor_intorduce .introduce_area .list_box ul li:first-child:before {
  display: none !important;
}

.contributor .section_mentor_intorduce .introduce_area .list_box ul li .list_name {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #000;
}

.contributor .section_mentor_intorduce .introduce_area .list_box ul li .list_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}

.contributor .section_mentor_intorduce .introduce_area .noti_txt {
  margin-top: 83px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.5px;
  color: #444;
  text-align: center;
}

@media (max-width: 1600px) {
  .contributor .section_partner_apply2 .section_wrap .left_box .box_inner {
    right: auto;
    left: 40px;
  }
}

@media (max-width: 1200px) {
  .contributor .section_title {
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: -0.5px;
  }
  .contributor .section_desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .contributor .main_spot {
    min-width: auto;
    width: 100%;
    height: 520px;
  }
  .contributor .main_spot .spot_bg img {
    height: 520px;
  }
  .contributor .main_spot .sub_title {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .contributor .main_spot .section_title {
    font-size: 4.6rem;
    line-height: 6.2rem;
  }
  .contributor .section_partner_apply {
    padding: 142px 0 0;
  }
  .contributor .section_partner_apply .section_desc {
    margin-top: 24px;
  }
  .contributor .section_partner_apply .btn_box {
    margin-top: 36px;
  }
  .contributor .section_partner_apply .btn_box strong {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  .contributor .section_partner_apply .btn_box .btn_normal {
    margin-top: 24px;
    min-width: 131px;
  }
  .contributor .section_partner_apply .btn_box .btn_normal + .btn_normal {
    margin-left: 14px;
  }
  .contributor .section_partner_apply .img_box {
    margin-top: 80px;
  }
  .contributor .section_partner_apply .img_box img {
    width: 734px;
    height: 350px;
    margin: auto;
  }
  .contributor .section_company_review {
    padding: 120px 0 140px;
  }
  .contributor .section_company_review .review_list {
    width: 708px;
  }
  .contributor .section_company_review .review_list li {
    width: 344px;
    height: 440px;
    padding: 44px 30px;
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin: 20px 0 0 0;
  }
  .contributor .section_company_review .review_list li:nth-child(2n) {
    margin-left: 20px;
  }
  .contributor .section_company_review .review_list li .quotation_mark {
    top: 30px;
  }
  .contributor .section_company_review .review_list li .review_txt {
    padding-top: 41px;
  }
  .contributor .section_company_review .review_list li .company_logo {
    bottom: 31px;
  }
  .contributor .section_company_review .btn_normal {
    margin-top: 80px;
  }
  .contributor .section_sponsor {
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding: 80px 0 80px;
  }
  .contributor .section_sponsor .section_desc {
    margin-top: 23px;
  }
  .contributor .section_sponsor .sponsor_list {
    width: 768px;
    margin: 11px auto 0;
  }
  .contributor .section_sponsor .sponsor_list li {
    width: 168px;
    height: 88px;
    margin: 30px 0 0 20px;
  }
  .contributor .section_sponsor .sponsor_list li img {
    width: 168px;
    height: 88px;
  }
  .contributor .section_sponsor .sponsor_list li:nth-child(4n+1) {
    margin-left: 0;
  }
  .contributor .section_partner_apply2 {
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding-bottom: 179px;
  }
  .contributor .section_partner_apply2 .section_wrap {
    display: block;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box {
    display: block;
    width: 100%;
    height: 432px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .box_inner {
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .section_title {
    font-size: 3.6rem;
    line-height: 4.4rem;
    text-align: center;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .section_desc {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.5px;
    text-align: center;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box {
    margin-top: 38px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal {
    margin-top: 20px;
    min-width: 131px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal + .btn_normal {
    margin-left: 14px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box {
    display: block;
    width: 100%;
    height: 617px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner {
    width: 100%;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list {
    padding: 23px 0;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list li {
    height: 25%;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list li .logo_box {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    height: 92px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_1 .logo_box {
    background-image: url(../img/contributor/img-contributor-logo-1@2x-m.png);
    background-size: 5053px 92px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_2 .logo_box {
    background-image: url(../img/contributor/img-contributor-logo-2@2x-m.png);
    background-size: 5021px 92px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_3 .logo_box {
    background-image: url(../img/contributor/img-contributor-logo-3@2x-m.png);
    background-size: 5055px 92px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list .list_4 .logo_box {
    background-image: url(../img/contributor/img-contributor-logo-4@2x-m.png);
    background-size: 5307px 92px;
  }
  .contributor .section_mentor_apply {
    padding: 142px 0 0;
  }
  .contributor .section_mentor_apply .section_desc {
    margin-top: 23px;
  }
  .contributor .section_mentor_apply .btn_normal {
    margin-top: 39px;
  }
  .contributor .section_mentor_intorduce {
    padding: 143px 0 214px;
  }
  .contributor .section_mentor_intorduce .introduce_area {
    padding-top: 40px;
  }
  .contributor .section_mentor_intorduce .introduce_area .area_tab {
    margin-bottom: 60px;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul {
    padding: 0 30px;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li {
    height: 7.2rem;
    font-size: 1.6rem;
    line-height: 7.2rem;
    width: 33.333%;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li:nth-child(4n+1):before {
    display: none;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li:nth-child(3n+1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 300%;
    background: #e5e5e5;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li .list_info {
    margin-left: 12px;
  }
  .contributor .section_mentor_intorduce .introduce_area .noti_txt {
    margin-top: 61px;
  }
}

@media (max-width: 768px) {
  .contributor .section_title {
    font-size: 3.0rem;
    line-height: 4.2rem;
    letter-spacing: -0.8px;
  }
  .contributor .section_desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.5px;
  }
  .contributor .main_spot {
    min-width: auto;
    width: 100%;
    height: 520px;
  }
  .contributor .main_spot .spot_bg img {
    height: 520px;
  }
  .contributor .main_spot .sub_title {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .contributor .main_spot .section_title {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .contributor .section_partner_apply {
    padding: 141px 0 0;
  }
  .contributor .section_partner_apply .section_desc {
    margin-top: 24px;
  }
  .contributor .section_partner_apply .btn_box {
    margin-top: 31px;
  }
  .contributor .section_partner_apply .btn_box strong {
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
  .contributor .section_partner_apply .btn_box .btn_normal {
    margin-top: 15px;
  }
  .contributor .section_partner_apply .btn_box .btn_normal + .btn_normal {
    margin-left: 11px;
  }
  .contributor .section_partner_apply .img_box {
    margin-top: 80px;
  }
  .contributor .section_partner_apply .img_box img {
    width: 316px;
    height: 664px;
    margin: 0 auto;
  }
  .contributor .section_company_review {
    padding: 50px 0 100px;
  }
  .contributor .section_company_review .review_list {
    width: 100%;
    text-align: center;
  }
  .contributor .section_company_review .review_list li {
    width: 335px;
    height: 440px;
    padding: 44px 30px;
    margin: 30px 0 0 0;
    text-align: left;
  }
  .contributor .section_company_review .review_list li:nth-child(2n) {
    margin-left: 0;
  }
  .contributor .section_company_review .review_list li .company_logo {
    bottom: 30px;
  }
  .contributor .section_company_review .btn_normal {
    margin-top: 80px;
  }
  .contributor .section_sponsor {
    padding: 101px 0 100px;
  }
  .contributor .section_sponsor .section_desc {
    margin-top: 24px;
  }
  .contributor .section_sponsor .sponsor_list {
    width: 335px;
    margin: 24px auto 0;
  }
  .contributor .section_sponsor .sponsor_list li {
    width: 160px;
    height: 84px;
    margin: 15px 0 0 15px;
  }
  .contributor .section_sponsor .sponsor_list li img {
    width: 160px;
    height: 84px;
  }
  .contributor .section_sponsor .sponsor_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .contributor .section_partner_apply2 {
    padding-bottom: 216px;
  }
  .contributor .section_partner_apply2 .section_wrap {
    display: block;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box {
    display: block;
    width: 100%;
    height: 432px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .box_inner {
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .section_desc {
    margin-top: 18px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_normal {
    margin-top: 39px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box {
    margin-top: 43px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box strong {
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal {
    margin-top: 12px;
  }
  .contributor .section_partner_apply2 .section_wrap .left_box .btn_box .btn_normal + .btn_normal {
    margin-left: 11px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box {
    display: block;
    width: 100%;
    height: 617px;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner {
    width: 100%;
  }
  .contributor .section_partner_apply2 .section_wrap .right_box .box_inner .partner_list {
    padding: 23px 0;
  }
  .contributor .section_mentor_apply {
    padding: 101px 0 0;
  }
  .contributor .section_mentor_apply .section_desc {
    margin-top: 24px;
  }
  .contributor .section_mentor_apply .btn_normal {
    margin-top: 39px;
  }
  .contributor .section_mentor_intorduce {
    padding: 120px 0 175px;
  }
  .contributor .section_mentor_intorduce .introduce_area {
    padding-top: 40px;
  }
  .contributor .section_mentor_intorduce .introduce_area .area_tab {
    margin-bottom: 39px;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul {
    padding: 0 20px;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li {
    padding-top: 22px;
    height: 9.2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 50%;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li:nth-child(3n+1):before {
    display: none;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li:nth-child(2n+1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 200%;
    background: #e5e5e5;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li .list_name {
    display: block;
  }
  .contributor .section_mentor_intorduce .introduce_area .list_box ul li .list_info {
    display: block;
    margin-left: 0;
  }
  .contributor .section_mentor_intorduce .introduce_area .noti_txt {
    font-size: 1.6rem;
    margin-top: 42px;
  }
}

@-webkit-keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@-webkit-keyframes moveSlideshowback {
  100% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveSlideshowback {
  100% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.faq .main_spot {
  min-width: 1200px;
  min-height: inherit;
  height: 600px;
  position: relative;
  z-index: 10;
  background: #000;
}

.faq .main_spot .list_item {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.faq .main_spot .section_title {
  color: #fff;
  text-align: center;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
}

.faq .main_spot .section_title .main_txt {
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  width: 348px;
  height: 132px;
  background-image: url(../img/faq/img-faq-txt.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.faq .main_spot .ico_brace {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  height: 197px;
  background-image: url(../img/about/img-value-open-focus.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 55px;
}

.faq .main_spot .ico_brace.right {
  transform: scaleX(-1);
  margin-left: 57px;
  margin-right: 0;
}

.faq .service_tab {
  border-bottom: 1px solid #e5e5e5;
}

.faq .service_tab ul {
  font-size: 0;
  line-height: 0;
  padding: 21px 0;
}

.faq .service_tab ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 5.0rem;
  line-height: 7.0rem;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
  color: #8890a0;
  opacity: 0.5;
}

.faq .service_tab ul li[aria-selected="true"] {
  color: #111;
  opacity: 1;
}

.faq .service_tab ul li .menu {
  display: block;
}

.faq .service_tab ul li + li {
  margin-left: 41px;
}

.faq .faq_area {
  display: none;
  margin-top: 49px;
}

.faq .faq_area.active {
  display: block;
}

.faq .section_faq {
  padding: 100px 0 229px;
}

.faq .faq_list_box {
  display: none;
  margin-top: 70px;
}

.faq .faq_list_box.active {
  display: block;
}

.faq .faq_list_box > ul > li {
  min-height: 78px;
  font-size: 2.0rem;
  line-height: 3.4rem;
  color: #444;
  letter-spacing: -0.5px;
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
  word-wrap: break-word;
  word-break: keep-all;
}

.faq .faq_list_box > ul > li + li {
  margin-top: 10px;
}

.faq .faq_list_box > ul > li .faq_item {
  padding: 22px 0 21px;
}

.faq .faq_list_box > ul > li .question_box, .faq .faq_list_box > ul > li .answer_box {
  position: relative;
  padding-left: 73px;
}

.faq .faq_list_box > ul > li .question_box .question_button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.faq .faq_list_box > ul > li .question_box .question_button:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 39px;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic-24-arrow-down-grey.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.faq .faq_list_box > ul > li .question_box p {
  padding-right: 80px;
}

.faq .faq_list_box > ul > li .answer_box {
  display: none;
  margin-top: 18px;
  padding-right: 80px;
}

.faq .faq_list_box > ul > li .answer_box .ico_answer {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 20px;
  height: 20px;
  background: url(../img/ic-24-detail.svg) no-repeat;
  background-size: 100% 100%;
}

.faq .faq_list_box > ul > li .answer_box p + p {
  margin-top: 9px;
}

.faq .faq_list_box > ul > li .answer_box p + .dot_list {
  padding-top: 20px;
}

.faq .faq_list_box > ul > li .answer_box .dot_list li {
  position: relative;
  padding-left: 15px;
}

.faq .faq_list_box > ul > li .answer_box .dot_list li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #111;
}

.faq .faq_list_box > ul > li .answer_box .dot_list + p {
  padding-top: 20px;
}

.faq .faq_list_box > ul > li.open {
  height: auto;
}

.faq .faq_list_box > ul > li.open .faq_item {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #f0f4fa;
}

.faq .faq_list_box > ul > li.open .question_box .question_button:after {
  transform: rotate(180deg);
}

.faq .faq_list_box > ul > li.open .question_box p {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: normal;
}

.faq .faq_list_box > ul > li.open .answer_box {
  display: block;
}

.faq .faq_list_box .ico_question {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -1px;
  left: 30px;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Mark W01 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: normal;
  color: #0055fb;
}

.faq .section_deadline {
  position: relative;
  padding-top: 175px;
  top: 0;
  background: #fff;
  height: auto;
}

.faq .section_deadline .section_title {
  color: #111;
  text-align: center;
  transform: none;
  top: auto;
  left: auto;
}

@media (max-width: 1200px) {
  .faq .main_spot {
    min-width: inherit;
    width: 100%;
    height: 520px;
  }
  .faq .main_spot .section_title .main_txt {
    margin-top: 35px;
    width: 258px;
    height: 87px;
  }
  .faq .main_spot .ico_brace {
    width: 63px;
    height: 158px;
    margin-right: 55px;
  }
  .faq .main_spot .ico_brace.right {
    margin-left: 57px;
  }
  .faq .service_tab ul {
    padding: 14px 0;
  }
  .faq .service_tab ul li {
    font-size: 3.6rem;
    line-height: 5.0rem;
  }
  .faq .service_tab ul li + li {
    margin-left: 31px;
  }
  .faq .faq_area {
    margin-top: 29px;
  }
  .faq .section_faq {
    padding: 87px 30px 215px;
  }
  .faq .faq_list_box {
    margin-top: 70px;
  }
  .faq .faq_list_box > ul > li {
    min-height: 70px;
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .faq .faq_list_box > ul > li + li {
    margin-top: 2px;
  }
  .faq .faq_list_box > ul > li.open + .open {
    margin-top: 4px;
  }
  .faq .faq_list_box > ul > li .faq_item {
    padding: 21px 0 20px;
  }
  .faq .faq_list_box > ul > li .question_box, .faq .faq_list_box > ul > li .answer_box {
    padding-left: 65px;
  }
  .faq .faq_list_box > ul > li .question_box .question_button:after {
    top: 4px;
    right: 28px;
    width: 17px;
    height: 17px;
  }
  .faq .faq_list_box > ul > li .question_box p {
    padding-right: 70px;
  }
  .faq .faq_list_box > ul > li .answer_box {
    margin-top: 14px;
    padding-right: 70px;
  }
  .faq .faq_list_box > ul > li .answer_box .ico_answer {
    top: 3px;
    left: 33px;
  }
  .faq .faq_list_box > ul > li .answer_box p + p {
    margin-top: 11px;
  }
  .faq .faq_list_box > ul > li .answer_box p + .dot_list {
    padding-top: 18px;
  }
  .faq .faq_list_box > ul > li .answer_box .dot_list li {
    padding-left: 15px;
  }
  .faq .faq_list_box > ul > li .answer_box .dot_list li:before {
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .faq .faq_list_box > ul > li .answer_box .dot_list + p {
    padding-top: 18px;
  }
  .faq .faq_list_box .ico_question {
    top: -1px;
    left: 26px;
    font-size: 2.2rem;
    line-height: 3.0rem;
  }
  .section_deadline {
    padding-top: 160px;
  }
}

@media (max-width: 768px) {
  .faq .main_spot .section_title .main_txt {
    margin-top: 25px;
    width: 171px;
    height: 59px;
  }
  .faq .main_spot .ico_brace {
    width: 44px;
    height: 111px;
    margin-right: 9px;
  }
  .faq .main_spot .ico_brace.right {
    margin-left: 9px;
  }
  .faq .service_tab ul {
    padding: 13px 0;
  }
  .faq .service_tab ul li {
    font-size: 2.8rem;
    line-height: 4.2rem;
    letter-spacing: -0.5px;
  }
  .faq .service_tab ul li + li {
    margin-left: 10px;
  }
  .faq .faq_area {
    margin-top: 29px;
  }
  .faq .section_faq {
    padding: 86px 20px 160px;
  }
  .faq .faq_list_box {
    margin-top: 39px;
  }
  .faq .faq_list_box > ul > li {
    min-height: inherit;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .faq .faq_list_box > ul > li + li {
    margin-top: 0;
  }
  .faq .faq_list_box > ul > li.open + .open {
    margin-top: 2px;
  }
  .faq .faq_list_box > ul > li .faq_item {
    padding: 21px 0 20px;
  }
  .faq .faq_list_box > ul > li .question_box, .faq .faq_list_box > ul > li .answer_box {
    padding-left: 48px;
  }
  .faq .faq_list_box > ul > li .question_box .question_button:after {
    top: 4px;
    right: 23px;
    width: 15px;
    height: 15px;
  }
  .faq .faq_list_box > ul > li .question_box p {
    padding-right: 60px;
  }
  .faq .faq_list_box > ul > li .answer_box {
    margin-top: 14px;
    padding-right: 60px;
  }
  .faq .faq_list_box > ul > li .answer_box .ico_answer {
    display: none;
    top: 3px;
    left: 28px;
  }
  .faq .faq_list_box > ul > li .answer_box p + p {
    margin-top: 13px;
  }
  .faq .faq_list_box > ul > li .answer_box p + .dot_list {
    padding-top: 20px;
  }
  .faq .faq_list_box > ul > li .answer_box .dot_list li {
    padding-left: 15px;
  }
  .faq .faq_list_box > ul > li .answer_box .dot_list li:before {
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .faq .faq_list_box > ul > li .answer_box .dot_list + p {
    padding-top: 20px;
  }
  .faq .faq_list_box .ico_question {
    top: 0;
    left: 21px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .faq .area_tab ul {
    display: block;
  }
  .faq .area_tab ul li {
    font-size: 1.6rem;
    width: calc((100% - 20px) / 3);
  }
  .faq .area_tab ul li + li {
    margin-left: 10px;
  }
  .faq .area_tab .all_open {
    display: none;
  }
  .faq .section_deadline {
    padding-top: 110px;
  }
}

.corporate_partner section {
  padding: 120px 0;
}

.corporate_partner .tag {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 19px;
  background-color: #f0f4fa;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;
}

.corporate_partner .tag.type_number {
  color: #005cfd;
}

.corporate_partner .tag.type_select {
  color: #5e6677;
}

.corporate_partner .section_title {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: normal;
  text-align: left;
  color: #005cfd;
}

.corporate_partner .section_desc {
  margin-top: 30px;
  font-weight: 800;
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #111;
}

.corporate_partner .main_spot {
  position: relative;
  min-width: 1200px;
  min-height: inherit;
  height: 640px;
  padding: 0;
  z-index: 10;
}

.corporate_partner .main_spot .spot_bg {
  position: absolute;
}

.corporate_partner .main_spot .spot_bg img {
  object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.corporate_partner .main_spot .list_item {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 0;
  text-align: center;
}

.corporate_partner .main_spot em {
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.corporate_partner .main_spot .sub_title {
  display: block;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #fff;
  text-align: center;
}

.corporate_partner .main_spot .section_title {
  font-weight: 800;
  font-size: 6rem;
  line-height: 8rem;
  color: #fff;
  text-align: center;
}

.corporate_partner .main_spot .btn_apply {
  height: 7.4rem;
  margin-top: 16px;
  padding: 0 28px;
  background: linear-gradient(170deg, #005CFD 0%, #8056F9 270.11%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 7.4rem;
  color: #fff;
}

.corporate_partner .main_spot .btn_apply .ico_detail {
  margin: 22px 12px 0 4px;
}

.corporate_partner .banner_box {
  position: relative;
  overflow: hidden;
  padding: 160px 0;
}

.corporate_partner .banner_box .bg_box {
  width: 9999px;
  height: 30px;
  background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/corporate_partner/img_loro_roperty_pc.png) repeat-x;
  background-size: 11758px 30px;
  -webkit-animation: moveSlideshow 200s linear infinite;
  animation: moveSlideshow 200s linear infinite;
}

.corporate_partner .banner_box .bg_box:nth-child(2) {
  margin-top: 40px;
  transform: translate3d(-66.6666%, 0, 0);
  -webkit-animation: moveSlideshowback 200s linear infinite;
  animation: moveSlideshowback 200s linear infinite;
}

.corporate_partner .section_tab_wrap .section_tab ul li a {
  font-family: "NanumSquare", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.corporate_partner .section_benefit .benefit_list_box {
  margin-top: 100px;
}

.corporate_partner .section_benefit .benefit_list .item {
  display: flex;
}

.corporate_partner .section_benefit .benefit_list .item:nth-child(even) {
  flex-direction: row-reverse;
}

.corporate_partner .section_benefit .benefit_list .item + .item {
  margin-top: 30px;
}

.corporate_partner .section_benefit .benefit_list .item > div {
  position: relative;
  width: 50%;
}

.corporate_partner .section_benefit .benefit_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate_partner .section_benefit .benefit_list .detail_box {
  padding: 60px 60px 40px;
  color: #111;
}

.corporate_partner .section_benefit .benefit_list .detail_box .benefit_title {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5rem;
}

.corporate_partner .section_benefit .benefit_list .detail_box .benefit_desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
}

.corporate_partner .section_benefit .benefit_list .btn_text {
  padding: 0 20px 0 0;
}

.corporate_partner .section_benefit .benefit_list .btn_text .inner_txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 6rem;
  color: #000;
}

.corporate_partner .section_request {
  width: 100%;
  background-color: #000;
}

.corporate_partner .section_request .inner {
  width: 1200px;
  margin: 0 auto;
}

.corporate_partner .section_request .section_desc {
  color: #fff;
}

.corporate_partner .section_request .request_list {
  margin-top: 80px;
  font-size: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.corporate_partner .section_request .request_list .item {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  background-color: #fff;
  white-space: normal;
}

.corporate_partner .section_request .request_list .item + .item {
  margin-left: 30px;
}

.corporate_partner .section_request .request_list .detail_box {
  height: 360px;
  padding: 40px;
  font-size: 0;
}

.corporate_partner .section_request .request_list .detail_box .tag.type_select {
  margin-left: 8px;
}

.corporate_partner .section_request .request_list .detail_box .request_title {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.6rem;
}

.corporate_partner .section_request .request_list .detail_box .request_desc {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
}

.corporate_partner .section_request .request_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate_partner .section_process {
  padding: 120px 0 160px;
}

.corporate_partner .section_process .process_step_box {
  margin-top: 80px;
}

.corporate_partner .section_process .process_step {
  font-size: 0;
}

.corporate_partner .section_process .process_step .step {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 380px;
  text-align: center;
}

.corporate_partner .section_process .process_step .step + .step {
  margin-left: 30px;
}

.corporate_partner .section_process .process_step .step_num {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid #005cfd;
  background-color: #fff;
  text-align: center;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 2rem;
  line-height: 5.4rem;
  color: #005cfd;
  z-index: 10;
}

.corporate_partner .section_process .process_step .step_num.type_on {
  background-color: #005cfd;
  color: #fff;
}

.corporate_partner .section_process .process_step .step:nth-child(2)::before,
.corporate_partner .section_process .process_step .step:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 28px;
  left: -2px;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #005cfd;
  z-index: 1;
}

.corporate_partner .section_process .process_step .process_box {
  margin-top: 24px;
}

.corporate_partner .section_process .process_step .step_tag {
  display: block;
  font-family: "Mark W01 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "NanumSquare", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #5e6677;
}

.corporate_partner .section_process .process_step .step_title {
  display: block;
  margin-top: 8px;
  font-size: 3.6rem;
  line-height: 5rem;
  color: #111;
}

.corporate_partner .section_process .process_step .btn_normal {
  height: 5rem;
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 5rem;
}

.corporate_partner .section_process .process_step .btn_normal .ico_detail {
  width: 20px;
  height: 20px;
  margin: 12px 10px 0 0;
}

.corporate_partner .section_process .notice_box {
  margin-top: 80px;
}

.corporate_partner .section_process .notice_box .notice_item {
  position: relative;
  padding-left: 15px;
  font-size: 2rem;
  line-height: 3.4rem;
  color: #444;
}

.corporate_partner .section_process .notice_box .notice_item::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #111;
}

.corporate_partner .section_process .notice_box .notice_item + .notice_item {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .corporate_partner section {
    padding: 120px 30px;
  }
  .corporate_partner .tag {
    padding: 9px 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .corporate_partner .section_title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .corporate_partner .section_desc {
    margin-top: 24px;
    font-size: 3.6rem;
    line-height: 5rem;
  }
  .corporate_partner .main_spot {
    min-width: inherit;
    width: 100%;
    height: 520px;
  }
  .corporate_partner .main_spot .sub_title {
    margin-bottom: 18px;
  }
  .corporate_partner .main_spot .section_title {
    font-size: 4.6rem;
    line-height: 6rem;
    letter-spacing: -.8px;
  }
  .corporate_partner .main_spot .btn_apply {
    height: 6rem;
    margin-top: 18px;
    padding: 0 20px;
    line-height: 6rem;
  }
  .corporate_partner .main_spot .btn_apply .ico_detail {
    width: 24px;
    height: 24px;
    margin: 14px 12px 0 0;
    background-size: 100%;
  }
  .corporate_partner .banner_box {
    padding: 140px 0;
  }
  .corporate_partner .banner_box .bg_box {
    width: 8201px;
    height: 20px;
    background: url(https://ssl.pstatic.net/static/dm/boostcamp/img/corporate_partner/img_loro_roperty_mo.png) repeat-x;
    background-size: 8201px 20px;
  }
  .corporate_partner .section_tab_wrap .select_btn {
    padding: 0 24px;
  }
  .corporate_partner .section_tab_wrap .select_btn .btn_txt::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 64px;
    margin-left: 12px;
    background: url(../img/btn-20-dropdown-b.svg) no-repeat 0 50%;
    background-size: 20px 20px;
  }
  .corporate_partner .section_benefit .benefit_list_box {
    margin-top: 60px;
  }
  .corporate_partner .section_benefit .benefit_list .item + .item {
    margin-top: 40px;
  }
  .corporate_partner .section_benefit .benefit_list .item:nth-child(even) .detail_box {
    padding: 0 40px 0 0;
  }
  .corporate_partner .section_benefit .benefit_list .detail_box {
    padding: 0 0 0 40px;
  }
  .corporate_partner .section_benefit .benefit_list .detail_box .benefit_title {
    margin-top: 20px;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .corporate_partner .section_benefit .benefit_list .detail_box .benefit_desc {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -.3px;
  }
  .corporate_partner .section_benefit .benefit_list .btn_text {
    margin-top: 8px;
    padding: 0;
  }
  .corporate_partner .section_benefit .benefit_list .btn_text .ico_detail {
    margin: 12px 8px 0 0;
  }
  .corporate_partner .section_benefit .benefit_list .btn_text .inner_txt {
    line-height: 5rem;
  }
  .corporate_partner .section_request {
    min-height: 1262px;
  }
  .corporate_partner .section_request .inner {
    position: relative;
    width: 100%;
  }
  .corporate_partner .section_request .top_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 236px;
  }
  .corporate_partner .section_request .request_list {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-top: 0;
    overflow: initial;
    overflow-x: initial;
    white-space: initial;
  }
  .corporate_partner .section_request .request_list .item {
    display: block;
    width: calc(50% - 15px);
    height: 100%;
  }
  .corporate_partner .section_request .request_list .item + .item {
    margin-left: 0;
  }
  .corporate_partner .section_request .request_list .item:nth-child(2) {
    margin-top: 266px;
  }
  .corporate_partner .section_request .request_list .item:nth-child(3) {
    margin-top: -236px;
  }
  .corporate_partner .section_request .request_list .detail_box {
    height: auto;
    min-height: 222px;
    padding: 30px;
  }
  .corporate_partner .section_request .request_list .detail_box .request_title {
    margin-top: 24px;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .corporate_partner .section_request .request_list .detail_box .request_desc {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .corporate_partner .section_request .request_list .img_box {
    position: relative;
    padding-top: 78.87%;
  }
  .corporate_partner .section_request .request_list .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .corporate_partner .section_process {
    padding: 120px 30px 213px;
  }
  .corporate_partner .section_process .process_step_box {
    margin-top: 60px;
  }
  .corporate_partner .section_process .process_step {
    display: flex;
  }
  .corporate_partner .section_process .process_step .step {
    display: block;
    width: 100%;
  }
  .corporate_partner .section_process .process_step .step:nth-child(2)::before, .corporate_partner .section_process .process_step .step:nth-child(3)::before {
    content: '';
    top: 19px;
    left: -12px;
  }
  .corporate_partner .section_process .process_step .step_num {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
  .corporate_partner .section_process .process_step .process_box {
    margin-top: 35px;
  }
  .corporate_partner .section_process .process_step .step_title {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .corporate_partner .section_process .process_step .btn_normal {
    min-width: 123px;
    padding: 0 18px;
  }
  .corporate_partner .section_process .notice_box {
    margin-top: 60px;
  }
  .corporate_partner .section_process .notice_box .notice_item {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

@media (max-width: 767px) {
  .corporate_partner section {
    padding: 120px 20px;
  }
  .corporate_partner .section_desc {
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .corporate_partner .main_spot .list_item {
    position: relative;
    padding: 0 15px;
  }
  .corporate_partner .main_spot .sub_title {
    margin-bottom: 13px;
  }
  .corporate_partner .main_spot .section_title {
    font-size: 3.6rem;
    line-height: 5rem;
  }
  .corporate_partner .banner_box {
    padding: 120px 0;
  }
  .corporate_partner .section_benefit {
    padding-bottom: 94px;
  }
  .corporate_partner .section_benefit .benefit_list .item {
    display: block;
  }
  .corporate_partner .section_benefit .benefit_list .item + .item {
    margin-top: 20px;
  }
  .corporate_partner .section_benefit .benefit_list .item > div {
    width: 100%;
  }
  .corporate_partner .section_benefit .benefit_list .detail_box {
    padding: 26px 0 14px !important;
  }
  .corporate_partner .section_benefit .benefit_list .detail_box .benefit_title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .corporate_partner .section_benefit .benefit_list .detail_box .benefit_desc {
    margin-top: 8px;
  }
  .corporate_partner .section_benefit .benefit_list .btn_text {
    margin-top: 12px;
  }
  .corporate_partner .section_request .top_container {
    position: relative;
    height: auto;
  }
  .corporate_partner .section_request .section_desc {
    font-size: 3.6rem;
    line-height: 5rem;
  }
  .corporate_partner .section_request .request_list {
    display: block;
    margin-top: 60px;
  }
  .corporate_partner .section_request .request_list .item {
    width: 100%;
  }
  .corporate_partner .section_request .request_list .item + .item {
    margin-top: 20px;
  }
  .corporate_partner .section_request .request_list .detail_box .request_desc {
    letter-spacing: -.3px;
  }
  .corporate_partner .section_request .request_list .img_box {
    position: relative;
    padding-top: 78.80%;
  }
  .corporate_partner .section_request .request_list .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .corporate_partner .section_process {
    padding-bottom: 246px;
  }
  .corporate_partner .section_process .process_step {
    display: block;
  }
  .corporate_partner .section_process .process_step .step {
    display: flex;
    text-align: left;
  }
  .corporate_partner .section_process .process_step .step:nth-child(2) {
    align-items: center;
  }
  .corporate_partner .section_process .process_step .step:nth-child(2)::before {
    top: -130px;
    left: 19px;
    transform: none;
    width: 2px;
    height: 150px;
  }
  .corporate_partner .section_process .process_step .step:nth-child(3) {
    align-items: flex-end;
  }
  .corporate_partner .section_process .process_step .step:nth-child(3)::before {
    top: -50px;
    left: 19px;
    transform: none;
    width: 2px;
    height: 85px;
  }
  .corporate_partner .section_process .process_step .step + .step {
    margin: 30px 0 0;
  }
  .corporate_partner .section_process .process_step .process_box {
    margin: 0 0 0 20px;
  }
  .corporate_partner .section_process .process_step .btn_normal {
    margin-top: 20px;
  }
  .corporate_partner .section_process .notice_box {
    margin-top: 60px;
  }
}

@-webkit-keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes moveSlideshow {
  100% {
    -ms-transform: translateX(-66.6666%);
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@-webkit-keyframes moveSlideshowback {
  100% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveSlideshowback {
  100% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*# sourceMappingURL=maps/boostcamp.css.map */
