a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.wrap {
  position: relative;
}

.sector_container {
  display: block;
  width: 100%;
  float: left;
  padding: 120px 0;
}

.grid {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sector_article_container .sector_article {
  gap: 30px;
}

.sector_article p {
  border: 12px solid transparent;
}
.sector_article p.active {
  border-color: #006edb;
}
.sector_article p img {
  width: 100%;
}

.sector_item {
  cursor: pointer;
}

.sector_article_info {
  margin: 25px 0;
  display: none;
}
.sector_article_info.active {
  display: block;
}
.sector_article_info .sector_article_info_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 30px;
}
.sector_article_info .sector_article_info_txt {
  position: relative;
  border: 1px solid #eeeeee;
  min-height: 270px;
  font-size: 20px;
}
.sector_article_info .sector_article_info_txt::after {
  position: absolute;
  bottom: 0px;
  right: 30px;
  z-index: 0;
  color: #f8f8f8;
  font-size: 150px;
  font-family: "SUIT-ExtraBold";
}
.sector_article_info .sector_article_info_txt b {
  font-family: "Pretendard-Bold";
}
.sector_article_info .sector_article_info_txt div + div {
  margin-top: 25px;
}
.sector_article_info .sector_article_info_txt ul {
  position: relative;
  margin-top: 5px;
  z-index: 2;
}
.sector_article_info .sector_article_info_txt ul li {
  line-height: 1.7;
}

#sector_article_info01 .sector_article_info_txt::after,
#sector_article_info01_m .sector_article_info_txt::after {
  content: "01";
}

#sector_article_info02 .sector_article_info_txt::after,
#sector_article_info02_m .sector_article_info_txt::after {
  content: "02";
}

#sector_article_info03 .sector_article_info_txt::after,
#sector_article_info03_m .sector_article_info_txt::after {
  content: "03";
}

#sector_article_info04 .sector_article_info_txt::after,
#sector_article_info04_m .sector_article_info_txt::after {
  content: "04";
}

.sector07 .grid {
  border-top: 1px solid #000000;
}

.faq_toggle {
  transition: all 0.13s ease;
}
.faq_toggle .title {
  position: relative;
  font-size: 20px;
  padding: 20px 0;
  gap: 10px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.faq_toggle .title::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  background-color: #e60012;
  color: white;
}
.faq_toggle .title .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-left: auto;
}
.faq_toggle .title .ico.norm {
  opacity: 1;
}
.faq_toggle .title .ico.active {
  opacity: 0;
}
.faq_toggle .answer {
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}
.faq_toggle * {
  transition: all 0.13s ease;
}
.faq_toggle.active {
  transition: all 0.13s ease;
}
.faq_toggle.active * {
  transition: all 0.13s ease;
}
.faq_toggle.active .ico.norm {
  opacity: 0;
}
.faq_toggle.active .ico.active {
  opacity: 1;
}
.faq_toggle.active .answer {
  width: 100%;
  height: auto;
  opacity: 1;
  padding: 50px;
  font-size: 20px;
  line-height: 1.7;
}

/*! style*/
.hidden_title {
  font-size: 0;
}

.ico_btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.text-center {
  text-align: center;
}

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

.ps-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.d-flex {
  display: flex;
  align-items: center;
}

.al-stretch {
  align-items: stretch;
}

.round_btn {
  border-radius: 5px;
}

.block_btn-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue {
  background-color: #006edb;
}

.text-white {
  color: #ffffff;
}

.text-bold {
  font-family: "Pretendard-Bold";
  font-weight: bold;
}

.main_hd {
  background-color: #ffffff80;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 100px;
}
.main_hd .d-flex {
  gap: 10px;
}
.main_hd .logo {
  flex-shrink: 1;
}
.main_hd .logo img {
  max-height: 70px;
}
.main_hd .hd_nav {
  margin-left: auto;
  flex-shrink: 0;
}
.main_hd .hd_nav .menu_list .menu {
  margin-right: 10px;
}
.main_hd .apply_btn {
  width: 120px;
  height: 50px;
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .main_hd {
    height: 80px;
    background-color: white;
    padding: 10px 0;
  }
  .main_hd .ico_btn {
    margin-left: auto;
  }
  .main_hd .d-flex {
    position: relative;
    padding: 0 20px;
  }
  .main_hd .hd_nav {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 70px;
    left: 0;
    background-color: white;
    box-shadow: 0 5px 8px 0px #00000050;
    transition: all 0.23s ease;
  }
  .main_hd .hd_nav .menu_list {
    width: 100%;
    height: 0;
    font-size: 0;
    opacity: 0;
  }
  .main_hd .hd_nav .menu_list .menu {
    text-align: center;
    height: 0;
    line-height: 50px;
    margin-right: 0;
    opacity: 0;
  }
  .main_hd .hd_nav .menu_list .menu + .menu {
    border-top: 1px solid #eeeeee;
  }
  .main_hd .hd_nav .menu_list .menu a {
    display: none;
  }
  .main_hd .hd_nav * {
    transition: all 0.13s ease;
  }
  .main_hd .hd_nav.active {
    height: auto;
    opacity: 1;
    transition: all 0.23s ease;
  }
  .main_hd .hd_nav.active * {
    transition: all 0.13s ease;
  }
  .main_hd .hd_nav.active .menu_list {
    opacity: 1;
    height: auto;
  }
  .main_hd .hd_nav.active .menu_list .menu {
    height: 50px;
    opacity: 1;
  }
  .main_hd .hd_nav.active .menu_list .menu a {
    font-size: 16px;
    display: block;
    color: #000000;
  }
}
@media screen and (min-width: 821px) {
  .pc_viewer {
    display: block;
    margin: 0 auto;
  }

  .mo_viewer {
    display: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .pc_viewer {
    display: none;
  }

  .mo_viewer {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .sector_container {
    padding: 70px 20px;
  }

  .grid {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .main_sec {
    padding: 130px 20px 50px;
    text-align: center;
    background-image: url("../img/bg_m.jpg");
    background-position: top 30px right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .main_sec .sector_title img {
    margin: 0 auto;
  }
  .main_sec .apply_btn {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    border-radius: 500px;
  }

  .sector02 {
    background-image: url("../img/bg2_m.jpg");
  }

  .sector03 {
    background-image: url("../img/bg3_m.jpg");
    background-size: contain;
  }

  .sector03 .mt50 {
    margin-top: 25px;
  }

  .sector03 .mt50 .sector_title {
    font-family: "Pretendard-Bold";
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sector03 .corp_list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sector04 {
    background-image: url("../img/bg4_m.jpg");
  }

  .sector05 {
    background-image: url("../img/bg5_m.jpg");
  }

  .sector06 {
    background-image: url("../img/bg6_m.jpg");
    background-size: 100% 100%;
    background-position: center bottom;
  }

  .sector07 .grid {
    margin-top: 25px;
  }
  .sector07 .sector_title img {
    height: 35px;
  }

  .sector08 {
    background-image: url("../img/bg8_m.jpg");
  }
}
@media screen and (max-width: 820px) {
  .sector_article p {
    border: none;
  }
  .sector_article p.active {
    border: 10px solid #006edb;
  }

  .sector_article + .sector_article {
    margin-top: 15px;
  }

  .sector_article_info {
    margin: 20px 0;
    display: none;
  }
  .sector_article_info.active {
    display: block;
  }
  .sector_article_info .sector_article_info_title {
    height: 45px;
    font-size: 20px;
  }
  .sector_article_info .sector_article_info_txt {
    padding: 20px !important;
    font-size: 14px;
    min-height: 125px;
  }
  .sector_article_info .sector_article_info_txt::after {
    right: 20px;
    font-size: 100px;
  }
}
@media screen and (max-width: 820px) {
  .faq_toggle .title {
    font-size: 14px;
    padding: 15px 0;
  }
  .faq_toggle .title::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .faq_toggle.active .answer {
    padding: 20px;
    font-size: 14px;
    padding-right: 40px;
    word-break: keep-all;
  }
}
.pc_viewer {
  display: block;
}

.mo_viewer {
  display: none;
}

.main_sec {
  padding: 0 100px;
  padding-top: 200px;
  padding-bottom: 120px;
  background-image: url("../img/bg.jpg");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.main_sec .sector_title img {
  margin: 0;
}
.main_sec .apply_btn {
  width: 350px;
  height: 100px;
  margin-top: 65px;
  font-weight: bold;
  font-size: 50px;
  padding: 0 50px;
  border-radius: 500px;
}

.sector02 {
  background-image: url("../img/bg2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sector03 {
  background-image: url("../img/bg3.jpg");
  background-position: top 100px center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sector03 .mt50 {
  margin-top: 150px ;
}

.sector03 .mt50 .sector_title {
  font-family: "Pretendard-Bold";
  text-align: left;
  font-size: 40px;
  margin-bottom: 45px;
}

.sector03 .corp_list {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.sector04 {
  background-image: url("../img/bg4.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sector05 {
  background-image: url("../img/bg5.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.sector06 {
  background-image: url("../img/bg6.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sector07 .grid {
  border-top: 1px solid #000000;
}

.sector08 {
  background-image: url("../img/bg8.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml-auto {
  margin-left: auto;
}

.mt50 {
  margin-top: 50px;
}

.pd-nl {
  padding: 0.5rem 0.8rem;
}

.pd50, .sector_article_info .sector_article_info_txt {
  padding: 50px;
}

.pd20 {
  padding: 20px;
}

.pd15 {
  padding: 15px;
}

#apply_wrap {
  padding-top: 150px;
  min-height: 100vh;
  background-image: url("../img//apply_bg.jpg");
  background-position: top center;
  background-size: 100% 800px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.inr_wrap,
.inr {
  cursor: pointer;
}

.blackBtn,
.borderBtn {
  width: 150px;
  height: 50px;
  font-size: 17px;
}

.apply_sector .apply_title {
  text-align: center;
  font-size: 70px;
  font-family: "Pretendard-Bold";
  color: white;
}
.apply_sector .grid {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 75px;
  text-align: left;
}

.notice {
  padding: 25px 50px;
  background-color: #222222;
  color: white;
  font-size: 16px;
  font-family: "Pretendard-Light";
  line-height: 1.5;
}

.apply_info_wrap {
  padding: 25px 50px;
  background-color: white;
}
.apply_info_wrap h5 {
  font-size: 26px;
  font-family: "Pretendard-Bold";
}
.apply_info_wrap p {
  margin-top: 15px;
}
.apply_info_wrap span {
  font-size: 12px;
}

.apply_form_wrap {
  border-top: 1px solid #222222;
  margin-top: 25px;
}
.apply_form_wrap .form_box {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.apply_form_wrap .form_box .form_title {
  flex: 0 0 230px;
}
.apply_form_wrap .form_box .form_info {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.apply_form_wrap .form_box .form_info .inp {
  flex: 1;
  font-size: 16px;
}
.apply_form_wrap .form_box .form_info .inr_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}

.inr_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.inr_container .inr_wrap {
  flex: 1 1 48%;
  height: 50px;
  display: flex;
  align-items: center;
}
.inr_container .inr_wrap .inr_label {
  min-width: 80px;
  height: 50px;
  line-height: 50px;
}
.inr_container .inr_wrap .inp {
  flex: 1;
}

.input_title_box_section {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.input_title_box_section .borderBtn {
  font-size: 16px;
  width: 193px;
  height: 38px;
  padding: 0;
}

.inr_container {
  gap: 15px;
}
.inr_container .inck_wrap {
  flex: 1 1 100%;
}

.agree_cnt_modify pre {
  font-size: 14px;
}

.input_title_box_section .d-flex {
  flex-wrap: nowrap;
}
.input_title_box_section .d-flex .inr_wrap {
  flex: 1 1 48%;
}
.input_title_box_section .d-flex .inr_wrap .inrBtn {
  height: 50px;
  font-size: 16px;
}

.btn_wrap {
  text-align: center;
}

.apply_btn {
  width: 300px;
  height: 80px;
  margin: 0 auto;
  font-size: 30px;
  font-family: "Pretendard-Bold";
}

@media screen and (max-width: 820px) {
  #apply_wrap {
    padding-top: 120px;
    min-height: 100vh;
  }

  .blackBtn,
.borderBtn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

  .apply_sector .apply_title {
    text-align: center;
    font-size: 30px;
    line-height: 1.7;
    font-family: "Pretendard-Bold";
    color: white;
  }
  .apply_sector .grid {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
  }

  .notice {
    padding: 15px 20px;
    background-color: #222222;
    color: white;
    font-size: 14px;
    font-family: "Pretendard-Light";
    line-height: 1.5;
  }

  .apply_info_wrap {
    padding: 15px 20px;
  }

  .apply_form_wrap .form_box .form_title {
    flex: 0 0 120px;
    font-size: 15px;
    font-family: "Pretendard-SemiBold";
  }

  .apply_btn {
    width: 210px;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Pretendard-Bold";
  }
}
@media screen and (min-width: 821px) {
  .pc_viewer {
    display: block;
    margin: 0 auto;
  }

  .mo_viewer {
    display: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .pc_viewer {
    display: none;
  }

  .mo_viewer {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .sector_container {
    padding: 70px 20px;
  }

  .grid {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .main_sec {
    padding: 130px 20px 50px;
    text-align: center;
    background-image: url("../img/bg_m.jpg");
    background-position: top 30px right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .main_sec .sector_title img {
    margin: 0 auto;
  }
  .main_sec .apply_btn {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    border-radius: 500px;
  }

  .sector02 {
    background-image: url("../img/bg2_m.jpg");
  }

  .sector03 {
    background-image: url("../img/bg3_m.jpg");
    background-size: contain;
  }

  .sector03 .mt50 {
    margin-top: 25px;
  }

  .sector03 .mt50 .sector_title {
    font-family: "Pretendard-Bold";
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sector03 .corp_list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sector04 {
    background-image: url("../img/bg4_m.jpg");
  }

  .sector05 {
    background-image: url("../img/bg5_m.jpg");
  }

  .sector06 {
    background-image: url("../img/bg6_m.jpg");
    background-size: 100% 100%;
    background-position: center bottom;
  }

  .sector07 .grid {
    margin-top: 25px;
  }
  .sector07 .sector_title img {
    height: 35px;
  }

  .sector08 {
    background-image: url("../img/bg8_m.jpg");
  }
}
@media screen and (max-width: 820px) {
  .sector_article p {
    border: none;
  }
  .sector_article p.active {
    border: 10px solid #006edb;
  }

  .sector_article + .sector_article {
    margin-top: 15px;
  }

  .sector_article_info {
    margin: 20px 0;
    display: none;
  }
  .sector_article_info.active {
    display: block;
  }
  .sector_article_info .sector_article_info_title {
    height: 45px;
    font-size: 20px;
  }
  .sector_article_info .sector_article_info_txt {
    padding: 20px !important;
    font-size: 14px;
    min-height: 125px;
  }
  .sector_article_info .sector_article_info_txt::after {
    right: 20px;
    font-size: 100px;
  }
}
@media screen and (max-width: 820px) {
  .faq_toggle .title {
    font-size: 14px;
    padding: 15px 0;
  }
  .faq_toggle .title::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .faq_toggle.active .answer {
    padding: 20px;
    font-size: 14px;
    padding-right: 40px;
    word-break: keep-all;
  }
}