.pc_viewer {
  display: block;
}
.mo_viewer {
  display: none;
}
.title-box > div {
  position: relative;
}
.top_banner_sec {
  background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg_main_top_banner.jpg");
  text-align: center;
  padding: 100px 0;
}

.top_banner_sec .sec_btn {
  padding: 0 8rem;
}

.top_banner_sec .btn_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.top_banner_sec .notion {
  font-size: 19px;
  margin-top: 40px;
  color: #e3d6d6;

  font-family: "Noto Sans KR";
  font-weight: 400;
}
.about_oi_bottom_wrapper {
  display: flex;
}
.about_oi_bottom_each_wrapper {
  position: relative;
}
.about_oi_bottom_each_wrapper > p {
  font-family: "Pretendard", sans-serif;
  color: #D5DEF8;
  display: flex;
  justify-content: flex-start;
}
.about_oi_bottom_inner_wapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.about_oi_bottom_inner_wapper > span, p {
  font-family: "Pretendard", sans-serif;
}

.sector02 {
  padding: 15em 0;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.sector02 > .grid {
  max-width: 90%;
}

.sec_body {
  display: inline-block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec_btn {
  margin-top: 50px;
  margin-bottom: 38px;
}

.sec_btn > a {
  cursor: pointer;
}
.sector05 .tab_list .tab {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  min-width: auto;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  font-family: "GmarketSansBold", "MinSans-Black";
  background-color: #a1a9b8;
}
.sector05 .pf_list {
  display: inline-block;
}
.sector05 .pf_list .pf_item {
  display: none;
}
.sector05 .pf_list .pf_item.on {
  display: block;
}
.sector05 .portfoli_each_img {
  background-color: #fff;
  border-radius: 15px;
}
.sector05 .pf_list .pf_item .poA {
  display: none;
}
.sector05 .pf_list .pf_item .poA {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
}
.sector05 .pf_list .pf_item .poA .poA_inner {
  background-color: rgba(46, 102, 251, .85);
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.sector05 .pf_list .pf_item .poA .round {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector05 .pf_list .pf_item .poA b {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector05 .pf_list .pf_item:not(.last):hover {
  transition: all .23s ease
}

.sector05 .pf_list .pf_item:not(.last):hover * {
  transition: all .23s ease
}

.sector05 .pf_list .pf_item:not(.last):hover img {
  filter: blur(2px)
}

.sector05 .pf_list .pf_item:not(.last):hover .poA {
  opacity: 1
}
.sector05 .pf_list .pf_item:not(.last):hover img {
  filter: blur(0)
}
.sector05 .tab_list .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: 80px;
  height: 40px;
  padding: 0 20px;
  font-size: 18px
}
.sector05 .tab_list .tab.on {
  background-color: #102c65;
  color: #fff
}
.portfolio_loading_container, .issue_loading_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #102c65;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.portfolio_loading_container {
  height: 220px;
}
.portfolio_arrow_btn_wrapper {
  display: flex;
  align-items: center;
  float: left;
  height: 220px;
}
.portfolio_arrow_btn_img {
  cursor: pointer;
  max-width: unset;
  max-height: unset;
}
.sector06 {
  background-color: #000f2b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sector06 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oi_issue_top_arrow_wrapper, .oi_issue_bottom_arrow_wrapper {
  cursor: pointer;
}
.oi_issue_middle_card_wrapper_pc .issue_loading_container {
  height: 100%;
}
.oi_issue_middle_card_wrapper_pc .slick-active .oi_issue_middle_left_poster_wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 14px 14px 0 0;
  z-index: 1;
}
.oi_issue_middle_card_wrapper_pc .slick-active .oi_issue_middle_left_poster_wrapper img {
  height: 376px;
  width: 100%;
}
.oi_issue_middle_card_wrapper_pc .oi_issue_spacing_left_poster_wrapper {
  width: 36px;
  height: 336px;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  margin-top: 40px;
}

.oi_issue_middle_card_wrapper_pc .oi_issue_txt_program_name_wrapper {
  display: flex;
  height: 20%;
  justify-content: flex-end;
  align-items: center;
  text-align: end;
  font-weight: 600;
}
.oi_issue_middle_card_wrapper_pc .oi_issue_txt_title_wrapper {
  display: flex;
  height: 20%;
  align-items: flex-end;
}
.oi_issue_middle_card_wrapper_pc .oi_issue_txt_body_wrapper {
  overflow: auto;
  white-space: pre-line;
}
.oi_issue_middle_card_wrapper_pc .oi_issue_txt_body_wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0 20px 25px 0px;
}
.each_issue_outer_wrapper {
  display: block;
}
.oi_issue_middle_card_wrapper_mobile .oi_issue_above_poster_wrapper {
  display: none;
}
.oi_issue_middle_card_wrapper_pc .oi_issue_below_poster_wrapper {
  height: 50px;
  float: inline-end;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: -10px;
}
.oi_issue_middle_card_wrapper_pc .each_issue_inner_wrapper {
  display: inline-block;
  height: 450px;
}
.oi_issue_item_name_txt {
  font-family: "Pretendard-SemiBold", sans-serif;
  color: #15357D;
}
.oi_issue_item_title_txt {
  font-family: "Pretendard-Bold", sans-serif;
  color: #121111;
  font-weight: 600;
  text-align: left;
}
.oi_issue_item_body_txt {
  font-family: "Pretendard", sans-serif;
  color: #868686;
  text-align: left;
}
.bg_img_2023_section06 {
  background-color: #000f2b;
}
.sec_connect {
  background-color: #f5f5f5;
}
.contact_outer_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_img_wrapper {
  padding-bottom: 40px;
}
.contact_2nd_wrapper {
  display: flex;
  flex-direction: column;
  background-color: #5381E0;
}
.contact_2nd_top_wrapper {
  flex: 1;
  padding: 10px 0;
}
.contact_team_name_txt {
  font-family: "Pretendard-Bold", sans-serif;
  color: #fff;
}
.contact_2nd_middle_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 0;
}
.contact_team_email_txt > span {
  color: #fff;
}
.contact_team_email_txt > span:nth-child(1), span:nth-child(3) {
  cursor: pointer;
}

.contact_2nd_bottom_wrapper {
  flex: 1;
}
.contact_memo {
  font-family: 'DejaVu Sans', sans-serif;
  color: #D4E1F8;
  font-weight: 400;
}
.sector_connect {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blockStyle {
  display: block;
}

@media screen and (min-width: 2200px) {
  .top_banner_sec.mn_sec {
    background-position: center;
  }
}

@media screen and (min-width: 1190px) and (max-width: 2200px) {
  .top_banner_sec.mn_sec {
    background-position: bottom;
  }
}

@media screen and (min-width: 1190px) {
  .pc_viewer {
    display: block;
    margin: 0 auto;
  }
  .mo_viewer {
    display: none;
    margin: 0 auto;
  }
  .no_margin {
    margin: 0;
  }
  .main_hd .hd_nav {
    height: 100%;
  }

  .main_hd .hd_nav .menu_list {
    align-items: flex-start;
    padding-top: 10px;
  }

  .apply_now_text {
    font-size: 1.21rem;
    padding-top: 5px;
  }

  .top_banner_sec .btn_wrapper {
    margin-top: 60px;
  }

  .top_banner_sec .notice_btn {
    margin-right: 60px;
  }

  .middle-txt {
    padding-top: 50px;
  }

  .top_banner_sec.mn_sec {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .sector02 > div > .sec_title {
    margin-bottom: 95px;
  }

  .sec_body > img, iframe {
    float: left;
  }

  .sec_body > img {
    padding-top: 4%;
    padding-left: 2%;
  }

  #video-container {
    float: left;
    padding-top: 4%;
    padding-left: 3%;
  }
  .mn_sec {
    padding: 100px 0;
  }
  .top_banner_sec.mn_sec {
    margin-top: 100px;
    top: 100px;
  }

  .about_oi_bottom_wrapper {
    padding-top: 50px;
    padding-right: 150px;
  }
  .about_oi_bottom_wrapper > .about_oi_bottom_each_wrapper {
    border-right: thin solid #59688b;
  }
  .about_oi_bottom_first_each_wrapper {
    padding-left: 0 !important;
  }
  .about_oi_bottom_wrapper .about_oi_bottom_last_each_wrapper {
    border: 0px;
    padding-left: 30px;
    padding-right: 0;
  }
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(3) {
    width: 18%;
  }
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(1),
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(2),
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(4) {
    width: 25%;
  }
  .about_oi_bottom_each_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about_oi_bottom_each_wrapper > p {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .about_oi_bottom_inner_wapper > span:nth-child(1) {
    font-size: 60px;
    position: relative;
    top: 11px;
  }
  .about_oi_bottom_inner_wapper > span:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
  }
  .attachment_title {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .attachment_desc {
    margin: 9px 0px 0px 0px;
    font-size: 15px;
  }

  .sector02 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg2.jpg");
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .img_padding_pc {
    padding: 130px 0;
  }
  .intro_2nd_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sector03 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg3.jpg");
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sector04 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg4.jpg");
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sector05 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .sector05 .tab_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    margin-top: 50px
  }

  .sector05 .tab_list .tab {
    min-width: 130px;
    height: 50px;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 23px;
  }
  .sector05 .pf_list .pf_item .poA b {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
  }
  .portfolio_outer_wrapper {
    margin: 2.5vw 7.5vw 0 7.5vw;
  }
  .portfolio_inner_wrap {
    display: flex;
    justify-content: space-between;
  }
  .portfolio_left_wrap {
    padding-right: 20px;
  }

  .portfolio_right_wrap {
    padding-left: 10px;
  }
  .portfolio_right_wrap > img {
    cursor: pointer;
  }
  .ico_btn {
    width: 50px;
  }
  .cooper_company_list_wrap {
    font-size: 18px;
  }
  .cooper_business_area_wrap {
    font-size: 18px;
  }
  .cooper_money_text {
    margin-left: 0.25em;
    border: 1px solid lightgray;
    padding: 8px;
    width: 100%;
  }
  .bg_img_2023_section06 {
    height: 60%;
    display: flex;
    align-items: center;
  }
  .modal-bg {
    top: 10%;
    left: 1%;
    right: 0;
  }
  .modal-bg {
    width: 500px;
    height: 740px;
  }
  .modal_img_wrapper {
    width: 500px;
    height: 700px;
  }
  .pop-close-wrap {
    height: 40px;
    padding-right: 5px;
  }
  .modal-close {
    font-size: 18px;
  }
  .sector06 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg6.jpg");
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sector06 .oi_issue_middle_card_wrapper_mobile {
    display: none;
  }
  .each_issue_inner_wrapper {
    width: 1200px;
  }
  .oi_issue_middle_card_wrapper_pc .each_inside_wrapper {
    float: right;
  }
  .oi_issue_title_wrapper {
    padding-bottom: 30px;
  }
  .oi_issue_top_arrow_wrapper {
    padding: 50px 0;
  }
  .oi_issue_bottom_arrow_wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .oi_issue_middle_card_wrapper_pc {
    height: 440px;
  }
  .oi_issue_middle_left_poster_wrapper {
    width: 300px;
  }
  .oi_issue_middle_card_wrapper_pc .oi_issue_middle_right_txt_wrapper {
    width: 864px;
    height: 336px;
    padding: 20px 30px 0px 47px;
    background-color: #fff;
    border-radius: 0 20px 0 0;
    margin-top: 40px;
  }
  .oi_issue_item_name_txt {
    font-size: 22px;
  }
  .oi_issue_item_title_txt {
    font-size: 35px;
  }
  .oi_issue_item_body_txt {
    font-size: 18px;
    line-height: 1.7;
  }
  .sector_connect {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_connect_bg.jpg");
  }
  .contact_2nd_bottom_wrapper {
    padding: 10px 0;
  }
  .contact_team_name_txt {
    font-size: 25px;
  }
  .contact_team_email_txt {
    font-size: 23px;
  }
  .contact_email_txt_outer {
    letter-spacing: -5px;;
  }
  .contact_team_email_txt .for_mo {
    display: none;
  }
  .contact_memo {
    font-size: 19px;
  }
  .contact_2nd_wrapper {
    border-radius: 15px;
    padding: 30px;
  }
}
@media screen and (max-width: 1189px) {
  .pc_viewer {
    display: none !important;
  }
  .mo_viewer {
    display: block;
    margin: 0 auto;
  }
  .no_margin {
    margin: 0;
  }
  .middle-txt {
    padding-top: 50px;
  }
  .main_hd .logo.d-flex {
    padding: 0;
  }
  .main_hd .logo.d-flex img {
    width: 210px;
  }
  .sector_container {
    padding: 50px 20px;
  }
  .sector_container > .sector_title.text-center {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .grid {
    text-align: center;
  }
  .top_banner_sec {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg_main_top_banner_m.jpg");
    text-align: center;
  }
  .main_sec {
    padding: 130px 20px 50px;
    padding-bottom: 165px;
    text-align: center;
  }
  .main_sec .sector_title p {
    margin-bottom: 0;
  }
  .main_sec .sector_title img {
    margin: 0 auto;
  }
  .top_banner_sec.mn_sec {
    margin-top: 60px;
    background-position: bottom;
  }
  .top_banner_sec .notice_btn {
    margin-right: 20px;
  }
  .top_banner_sec .btn_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .top_banner_sec .notion {
    font-size: 12px;
  }
  .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .title-box .top-txt,
  .title-box .middle-txt,
  .title-box .bottom-txt {
    width: 340px;
  }
  .middle-txt img {
    min-width: 330px;
  }
  .about_oi_bottom_wrapper {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(1),
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(3) {
    width: 43%;
  }
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(2),
  .about_oi_bottom_wrapper .about_oi_bottom_each_wrapper:nth-child(4) {
    width: 50%;
  }
  .about_oi_bottom_each_wrapper {
    padding-bottom: 20px;
  }
  .about_oi_bottom_each_wrapper > p {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 7px;
  }
  .about_oi_bottom_inner_wapper > span:nth-child(1) {
    font-size: 40px;
    position: relative;
    top: 7px;
  }
  .about_oi_bottom_inner_wapper > span:nth-child(2) {
    font-size: 17px;
    font-weight: 500;
  }
  .about_oi_bottom_inner_wapper span img {
    width: 80%;
  }
  .about_oi_bottom_wrapper > .about_oi_bottom_each_wrapper {
    border-right: thin solid #59688b;
  }
  .about_oi_bottom_wrapper > .about_oi_bottom_each_wrapper:nth-child(2),
  .about_oi_bottom_wrapper > .about_oi_bottom_each_wrapper:nth-child(4) {
    padding-left: 20px;
  }
  .about_oi_bottom_first_each_wrapper {
    padding-left: 0 !important;
  }
  .about_oi_bottom_wrapper .about_oi_bottom_last_each_wrapper {
    padding-left: 20px;
    padding-right: 0;
  }
  .spacing_upper_for_mobile {
    margin-top: 15px;
  }

  .sec_title {
    padding-top: 5px;
  }

  .sector02 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg2_m.jpg");
  }

  .sector02 > div > .sec_title {
    margin-bottom: 40px;
  }
  .intro_2nd_wrap {
    padding-top: 40px;
  }
  .intro_2nd_wrap > div {
    padding-bottom: 40px;
  }

  #video-container {
    padding-top: 50px;
  }

  .sec_body > img {
    padding-top: 20px;
  }

  .sec_btn {
    margin-top: 30px;
  }

  .sector03 {
    padding-right: 0;
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg3_m.jpg");
  }
  .sector03 .sec_title {
    padding-bottom: 25px;
  }
  .sector03 .sector_title img {
    width: 150px;
  }
  .sector03 .grid {
    padding: 0 40px;
  }
  .sector04 {
    padding-right: 0;
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg4_m.jpg");
  }
  .sector04 .sec_title {
    padding-bottom: 25px;
  }
  .sector04 .sector_title img {
    width: 150px;
  }
  .sector04 .grid {
    padding: 0 40px;
  }

  .sector05 .tab_list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
  }

  .sector05 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg5_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sector05 {
    padding-left: 0;
    padding-right: 0;
  }
  .sector05 p {
    padding: 0 20px;
  }

  .portfolio_inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .portfolio_arrow_btn_wrapper {
    width: 15vw;
  }
  .sector05 .tab_list .tab {
    min-width: 80px;
    height: 45px;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 20px;
  }
  .portfolio_outer_wrapper {
    margin-top: 30px;
  }
  .sector05 .pf_list .pf_item .poA b {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
  }
  .sector06 {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_bg6_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .sector06 .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .sector06 .oi_issue_middle_card_wrapper_pc {
    display: none;
  }
  .sector06 .oi_issue_middle_card_wrapper {
    width: 340px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_above_poster_wrapper .oi_issue_spacing_left_poster_wrapper {
    width: 59px;
    height: 15px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_above_poster_wrapper .oi_issue_spacing_right_poster_wrapper {
    float: left;
    width: 59px;
    height: 15px;
    margin-top: 40px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_middle_wrapper {
    background-color: #fff;
    border-radius: 20px;
    min-height: 697px;
  }
  .oi_issue_middle_card_wrapper_mobile .each_issue_inner_wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_middle_txt_wrapper {
    padding: 20px 20px 20px 20px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_txt_program_name_wrapper {
    text-align: left;
    font-weight: 600;
    font-size: 17px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_txt_title_wrapper {
    padding-top: 15px;
  }
  .oi_issue_title_wrapper {
    padding-bottom: 40px;
  }
  .oi_issue_item_name_txt {
    font-size: 17px;
  }
  .oi_issue_item_title_txt {
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_mobile_poster_wrapper {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    min-height: 300px;
  }
  .oi_issue_middle_card_wrapper_mobile .oi_issue_item_body_txt {
    font-size: 17px;
    line-height: 1.4;
    max-height: 170px;
  }
  .oi_issue_item_body_txt {
    overflow: auto;
    white-space: pre-line;
  }
  .sector_connect {
    background-image: url("https://obadmin.cdn1.cafe24.com/gccei_2024_connect_bg_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .sector_article p {
    border: none;
  }
  .sector_article p.active {
    border: 10px solid #f5f6f7;
  }
  .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;
  }
  .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;
  }
  .sector_wrap {
    margin-top: 0px;
  }
  .sector_wrap .light {
    font-size: 12px;
  }
  .sector_wrap .sector_box .sector_title {
    height: 45px;
    font-size: 16px;
  }
  .sector_wrap .sector_box .sector_title b {
    padding-left: 5px;
  }
  .sector_wrap .sector_box .sector_info_box .title {
    gap: 10px;
  }
  .sector_wrap .sector_box .sector_info_box .title b {
    font-size: 22px;
  }
  .sector_wrap .sector_box .sector_info_box .info {
    gap: 10px;
  }
  .sector_wrap .sector_box .sector_info_box .info .logo {
    position: relative;
    flex: 1 1 100%;
    margin: 0;
    max-width: 100%;
    min-height: 120px;
    padding: 10px;
    padding-right: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    word-break: keep-all;
  }
  .sector_wrap .sector_box .sector_info_box .info .logo img {
    display: block;
    max-width: unset;
    min-width: unset;
    max-height: unset;
    width: 80px;
  }
  .sector_wrap .sector_box .sector_info_box .info .logo div {
    flex: 1 0 50%;
    flex-shrink: 0;
    text-align: left;
  }
  .sector_wrap .sector_box .sector_info_box .info .logo div p {
    font-size: 12px;
  }
  .sector_wrap .sector_box .sector_info_box .info .logo div p:first-of-type {
    font-size: 16px;
    margin: 0;
  }
  .sector_wrap .sector_box .sector_info_box .info .logo.blank {
    display: none;
  }
  .sector_wrap .sector_box.on .sector_info_box {
    padding: 20px 15px;
  }
  .main_sec .sector_title .link {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10;
  }
  .mt80 {
    margin-top: 30px;
    padding: 0 !important;
  }
  .bar {
    margin: 100px auto 70px !important;
  }
  .main_hd {
    height: 80px;
    padding: 10px 0;
  }
  .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;
  }
  .cooper_company_list_wrap {
    font-size: 15px;
  }
  .cooper_business_area_wrap {
    font-size: 15px;
  }
  .modal-bg {
    width: 350px;
    height: 490px;
    top: 10%;
    left: 1%;
    right: 0;
  }
  .modal_img_wrapper {
    width: 350px;
    height: 490px;
  }
  .pop-close-wrap {
    height: 35px;
    padding-right: 5px;
  }
  .modal-close {
    color: #fff;
    font-size: 15px;
  }
  .custom_padding_h {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact_inner_wrapper {
    width: 350px;
  }
  .contact_2nd_wrapper {
    border-radius: 13px;
    padding: 10px;
  }
  .contact_2nd_bottom_wrapper {
    padding: 5px 0;
  }
  .contact_team_name_txt {
    font-size: 18px;
    font-weight: 500;
  }
  .contact_team_email_txt {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 400;
  }
  .contact_team_email_txt .for_pc {
    display: none;
  }
  .contact_memo {
    font-size: 14px;
  }
}

.sector_container {
  display: block;
  width: 100%;
  float: left;
  padding: 140px 0;
}
.sector_container > .sector_title.text-center {
  margin-bottom: 50px;
  font-size: 55px;
  font-family: "Pretendard-Bold", sans-serif;
}
.grid {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hidden_title {
  font-size: 0;
  display: none;
}
.ico_btn {
  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;
}
.jt-bc {
  justify-content: space-between;
}
.round_btn {
  border-radius: 5px;
}

.block_btn-black {
  background-color: #000000;
  color: #ffffff;
}
.bar {
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  margin: 150px auto 120px !important;
}
.font-small {
  font-size: 12px;
}
.main_hd {
  background-color: #1E2F5E;
  width: 100%;
  height: 100px;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 100px;
}
.my_shadow {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.main_hd > .d-flex {
  height: 100%;
}
.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;
}

.main_hd > .d-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main_hd .logo {
  flex-shrink: 1;
  margin: 0;
}
.main_hd .logo img {
  max-height: 70px;
}
.main_hd .hd_nav {
  flex: 0 1 auto;
}
.main_hd .hd_nav .menu_list {
  justify-content: flex-end;
}
.main_hd .hd_nav .menu_list .menu {
  margin-right: 10px;
  font-size: 18px;
  font-family: "GmarketSansMedium", "Noto Sans Kr";
  font-weight: 500;
}
.main_hd .hd_nav .menu_list .menu a {
  color: #fff;
}
.main_hd .hd_nav .menu_list .menu a:hover {
  cursor: pointer;
}
.main_hd .apply_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background-color: #e60012;
}
@media screen and (max-width: 1189px) {
  .main_hd {
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main_hd .ico_btn img {
    width: 24px;
    margin: 20px;
  }
  .main_hd > .d-flex {
    position: relative;
    flex: 1;
    padding: 0 15px;
  }
  .main_hd .logo {
    margin: 0;
    padding: 0;
  }
  .main_hd .logo.d-flex {
    padding: 0 !important;
  }
  .main_hd .hd_nav {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 70px;
    left: 0;
    background-color: #fff;
    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 #eee;
  }
  .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: #222;
  }
}
main {
  display: block;
  overflow: hidden;
}
footer {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #aaa;
  font-size: 12px;
  border-top: 1px solid #eaeaea;
}
.apply_form_sec {
  padding: 100px 0;
  background-color: #fafafa;
}
.apply_form_cnt_wrap {
  padding: 5em;
  text-align: left;
  background-color: #fff;
  border-top: 4px solid #222;
}
.apply_form_cnt_wrap .apply_title {
  text-align: center;
  font-size: 70px;
  color: #fff;
}
.apply_form_cnt_wrap .apply_title .ico {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}
.apply_form_cnt_wrap .apply_title .ico img {
  vertical-align: middle;
  margin-top: -4px;
}
.apply_form_cnt_wrap .apply_info_wrap + .apply_info_wrap {
  padding-top: 70px;
}
.apply_form_cnt_wrap .apply_info_wrap .info_title {
  line-height: 1.5;
  padding-bottom: 2em;
  border-bottom: 1px solid #222;
}
.apply_form_cnt_wrap .apply_info_wrap .info_title h5 {
  font-size: 3rem;
}
.apply_form_cnt_wrap .apply_info_wrap .info_title p {
  padding-top: 0.5rem;
  font-size: 1.6rem;
}
.apply_form_cnt_wrap .apply_info_wrap .info_title .txt {
  padding-right: 1em;
}
.form_box {
  display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #eee;
}
.form_box .form_title {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: 24%;
  -ms-flex-basis: 24%;
  -o-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -webkit-flex-basis: 24%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.form_box .form_title span {
  font-size: 1.4rem;
}
.form_box .form_info {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: 75%;
  -ms-flex-basis: 75%;
  -o-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -webkit-flex-basis: 75%;
  display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 1.6rem;
}
.form_box .form_info .inp {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -o-flex-basis: auto;
  -moz-flex-basis: auto;
  -webkit-flex-basis: auto;
}
.form_box .form_info .int {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -o-flex-basis: auto;
  -moz-flex-basis: auto;
  -webkit-flex-basis: auto;
  height: auto;
}
.form_box .form_info .inck_wrap {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  height: auto;
}
.form_box .form_info .inck_wrap + .inck_wrap {
  margin-top: 1em;
}
.form_box .form_info .blackBtn {
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 1em;
  min-width: 130px;
}
.form_box .form_info.auth_form_info .inp {
  margin: 0 0.25em;
}
.form_box .auth_form {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.download_notice {
  display: flex;
  justify-content: center;
}
.colorYellow {
  color: yellow;
}
.input_title_box_section {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  height: auto;
}
.input_title_box_section + .input_title_box_section {
  margin-top: 0.5em;
}
.input_title_box_section .iconBtn + .iconBtn {
  margin-top: 10px;
}
.input_title_box_section .input_title_box_title {
  background-color: #f5f5f5;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
}
.input_title_box_section .input_title_box_title.border_title {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.input_title_box_section .input_title_box_cnt {
  display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.input_title_box_section .input_title_box_cnt .inr_wrap {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: 33.3%;
  -ms-flex-basis: 33.3%;
  -o-flex-basis: 33.3%;
  -moz-flex-basis: 33.3%;
  -webkit-flex-basis: 33.3%;
  padding: 1em 0.5%;
}
.input_title_box_section.input_title_box_section__row {
  display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  gap: 2rem;
}
.input_title_box_section.input_title_box_section__row .input_title_box_section__row__content {
  flex-grow: 0;
  -ms-flex-grow: 0;
  -o-flex-grow: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: 50%;
  -ms-flex-basis: 50%;
  -o-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.apply_form_wrap .apply_form_wrap {
  overflow: hidden;
}
.apply_from_btn_wrap {
  text-align: center;
}
.apply_from_btn_wrap .submitBtn {
  border: 2px solid #222;
  min-width: 30rem;
  height: 8rem;
  font-size: 2.2rem;
  padding: 0 1em;
  margin-top: 3rem;
  font-weight: bold;
}
.sub_cnt_wrap {
  display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.sub_cnt_wrap .flex_mn {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -o-flex-basis: auto;
  -moz-flex-basis: auto;
  -webkit-flex-basis: auto;
  display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  overflow-y: scroll;
}
.sub_cnt_wrap .flex_mn .btn_wrap {
  margin-top: 3em;
  text-align: center;
}
.sub_cnt_wrap .flex_mn .btn_wrap .redBtn {
  min-width: 210px;
  font-size: 2.2rem;
  font-weight: 300;
}
.confirm_cnt_wrap .btn_wrap {
  margin-top: 50px !important;
}
.confirm_cnt_wrap .basicBtn {
  width: 200px;
  height: 5.5rem;
  padding: 0.55em 4rem;
  font-size: 2rem;
  line-height: 2;
}

#form_input_mutitple_rows {
  flex-direction: column;
  align-items: flex-start;
  height: 200px;
}

#form_input_mutitple_rows input {
  width: 100%;
}

.form_input_mutitple_rows input {
  width: 100%;
}

.lineHeightCustomInConfirm {
  line-height: 30px;
}

.customHeightOnTextInConfirm {
  height: 2rem;
}
.cooper_company_list_wrap {
  width: 100%;
  color: #222;
}
.cooper_business_area_wrap {
  width: 100%;
  color: #222;
}
#addressSearchBtnWrapper {
  margin: 0;
}
@media screen and (max-width: 1189px) {
  .apply_form_sec {
    background-color: #fafafa;
  }
  .apply_form_cnt_wrap {
    padding: 3em 20px;
    text-align: left;
    background-color: #fff;
    border-top: 4px solid #222;
  }
  .apply_form_cnt_wrap .apply_title {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }
  .apply_form_cnt_wrap .apply_title .ico {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
  }
  .apply_form_cnt_wrap .apply_title .ico img {
    vertical-align: middle;
    margin-top: -4px;
  }
  .apply_form_cnt_wrap .apply_info_wrap + .apply_info_wrap {
    padding-top: 50px;
  }
  .apply_form_cnt_wrap .apply_info_wrap .info_title {
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    text-align: left;
  }
  .apply_form_cnt_wrap .apply_info_wrap .info_title h5 {
    text-align: left;
    font-size: 22px;
    letter-spacing: -0.9px;
  }
  .apply_form_cnt_wrap .apply_info_wrap .info_title p {
    padding: 5px 0 10px;
    font-size: 15px;
  }
  .apply_form_cnt_wrap .apply_info_wrap .info_title .txt {
    font-size: 12px;
    padding-right: 0;
    line-height: 1.5;
    word-break: keep-all;
  }
  .apply_form_cnt_wrap .apply_info_wrap .info_title .txt br {
    display: none;
  }
  .form_box {
    display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }
  .form_box .form_title {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0px;
  }
  .form_box .form_title p {
    display: inline-block;
  }
  .form_box .form_title span {
    font-size: 1.4rem;
  }
  .form_box .form_info {
    display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    max-width: 100%;
    font-size: 1.6rem;
  }
  .form_box .form_info .inp {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: auto;
    -ms-flex-basis: auto;
    -o-flex-basis: auto;
    -moz-flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .form_box .form_info .int {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: auto;
    -ms-flex-basis: auto;
    -o-flex-basis: auto;
    -moz-flex-basis: auto;
    -webkit-flex-basis: auto;
    height: auto;
  }
  .form_box .form_info .inck_wrap {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    height: auto;
  }
  .form_box .form_info .inck_wrap + .inck_wrap {
    margin-top: 1em;
  }
  .form_box .form_info .blackBtn {
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 1em;
    min-width: 90px;
    font-size: 14px;
    background-color: #222;
    color: #fff;
  }
  .form_box .form_info.auth_form_info {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 100%;
  }
  .form_box .directionColumnForMobile {
    flex-direction: column;
  }
  .form_box .directionColumnForMobile input {
    width: 100%;
  }
  .form_box .form_info.auth_form_info .inp {
    min-width: auto;
    width: 100%;
    margin: 0 1%;
  }
  .input_title_box_section {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -o-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    height: auto;
    word-break: keep-all;
  }
  .input_title_box_section + .input_title_box_section {
    margin-top: 1em;
  }
  .input_title_box_section + .input_title_box_section .borderBtn {
    width: 100%;
  }
  .input_title_box_section .input_title_box_title {
    background-color: #f5f5f5;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .input_title_box_section .input_title_box_title.border_title {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .input_title_box_section .input_title_box_cnt {
    display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .input_title_box_section .input_title_box_cnt .inr_wrap {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: 48%;
    -ms-flex-basis: 48%;
    -o-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    margin: 0 1%;
    padding: 1em 0;
  }
  .input_title_box_section .input_title_box_cnt .inr_wrap.flex_wrap {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
  }
  .apply_from_btn_wrap {
    text-align: center;
  }
  .apply_from_btn_wrap .submitBtn {
    border: 2px solid #222;
    width: 100%;
    height: 60px;
    padding: 0 1em;
    margin-top: 3rem;
    line-height: 60px;
    font-weight: bold;
  }
  .sub_cnt_wrap {
    display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    min-height: 100vh;
  }
  .sub_cnt_wrap .flex_mn {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-basis: auto;
    -ms-flex-basis: auto;
    -o-flex-basis: auto;
    -moz-flex-basis: auto;
    -webkit-flex-basis: auto;
    display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    overflow-y: scroll;
  }
  .sub_cnt_wrap .flex_mn .btn_wrap {
    margin-top: 3em;
    text-align: center;
  }
  .sub_cnt_wrap .flex_mn .btn_wrap .redBtn {
    min-width: 55%;
    font-size: 2.2rem;
    font-weight: 300;
  }
  .confirm_cnt_wrap .btn_wrap {
    margin-top: 50px !important;
  }
  .confirm_cnt_wrap .basicBtn {
    width: 200px;
    height: 5.5rem;
    padding: 0 4rem;
    font-size: 2rem;
    line-height: 2;
  }
  .mn_sec {
    padding: 80px 0;
    text-align: center;
  }
}
.mn_sec {
  text-align: center;
}

.mn_sec_confirm {
  padding: 10em 0;
}

.mn_sec_2024 {
  padding: 120px 0;
  text-align: center;
}
.plus_sec {
  padding: 11.25em 0;
}
.bg_img_sec {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  cursor: pointer;
}

.modal-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.pop-close-wrap {
  background-color:#000000;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5px;
}
.modal-close {
  color: #fff;
  font-size: 18px;
}

  .portfolio_middle_wrap {
    width: 100%;
  }