@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');

@font-face {
  font-family: 'RiaSans-ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'FlightSansTitle';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Title.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FlightSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Regular.woff2') format('woff2');
    font-display: swap;
}
@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
@font-face {
  font-family: "Wanted Sans";
  src: url("fonts/WantedSansVariable.woff2") format("woff2");
}

:root {
  font-size: 62.5% !important;
}
.pc-no-br {
  display: none;
}
.mo-no-br {
  display: block;
}
[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

html,body {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
:root {
  --point: #ff9221;
  --point2: #ff5d37;
  --point3: #e23848;
  --point4: #005b58;
}
.pc{
  display: block;
  margin: 0 auto;
}
.mo{
  display: none;
}

#container.ver_fix {
  margin-top: 55px;
  padding-top:0;
}
.floating_menu {
  display: none !important;
}
.event_2025_0923 .floating_banner {
  position: absolute;
  right: 160px;
  top: 200px;
  z-index: 9;
}
.event_2025_0923 .floating_banner.fix {
  position: fixed;  top: 255px;
}
.event_2025_0923 #sectionMain {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0923_orientation/sectionMainBg.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 806px;
  position: relative;
  display: flex;
  justify-content: center;
}
.event_2025_0923 #sectionMain .scroll_wrap {
  position: absolute;
  bottom:50px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap:30px;
  align-items: center;
  justify-content: center;
}
.event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon {
  position: relative;
  display: flex;
  flex-direction: column;
  /* gap:5px; */
  align-items: center;
  justify-content: center;
}
.event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .s1_arrow{
  animation:arrow_down 1.5s infinite;
  position: relative;
  top:0px;
}
.event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow {
  width:12px; height:12px; 
  border-right: 1px solid white; 
  border-bottom: 1px solid white;
  transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);
  animation: arrow-wave 1s infinite; animation-direction: alternate;
}
.event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow:nth-child(1){
  animation-delay: 0.1s;
}
.event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow:nth-child(2){
  margin-top:-6px; 
  animation-delay: 0.2s;
}
@keyframes arrow-wave {
  0% {opacity: 0;}
  50% {opacity: .5;}
  100% {opacity: 1;}
  }
@keyframes arrow_down{
  0%{top:0px;}
  50%{top:-5px;}
  100%{top:0px;}
}

.event_2025_0923 .fix_wrap {
  height:100px;
}
.event_2025_0923 .flt_inner {
  z-index: 6;
}
.event_2025_0923 .fix_menu {
  background: #000d76;
  height:100px;
  z-index: 5;
  position: relative;
  border: 1px solid #000;
}
.event_2025_0923 .fix_menu ul {
  /* width: 1080px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:35px;
  height: 100%;
}
.event_2025_0923 .fix_menu li {
  position: relative;
  display: block;
  padding: 27px 0;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.event_2025_0923 .fix_menu ul a {
  display: block;
  width: 100%;
  height: 100%;
}
.event_2025_0923 .fix_menu ul a li{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
  }
.event_2025_0923 .fix_menu ul a li svg{
  width: 12px;
  height: 100%;
}

.event_2025_0923 .fix_menu ul a li svg image{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event_2025_0923 .fix_menu.fixed {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
}

.event_2025_0923 .fix_menu .flex li a {
  font-family: 'FlightSans';color:#FFF;font-size:24px;line-height: 1;display: flex;gap:10px;align-items: center;
}
.event_2025_0923 #section01 {
  background: linear-gradient(90deg, #f1f3f8, #e3e6ee);
  position: relative;
}
.event_2025_0923 #section01 .inner {
  padding:100px 0;    
  position: relative;
  z-index: 1;
  justify-content: center;
}
.event_2025_0923 #section01 .inner .pc.sect01_01{
  width: 1200px;
}
.event_2025_0923 #section01 .inner .sect01_02{
  padding-top: 31px;
  width: 1217px;
}

.event_2025_0923 #section01 .inner .pc.sect01_03{
  padding-bottom: 50px;
}
.event_2025_0923 #section01 .inner .map_title{
  width: 180px;
  height: 50px;
  font-size: 24px;
  font-family: "Wanted Sans";
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.event_2025_0923 #section01 .inner .map_title.seoul{background-color: #4182fb;}
.event_2025_0923 #section01 .inner .map_title.gyeonggi{
  background-color: #356acd;
  margin-top: 69px;
}

.event_2025_0923 #section01 .inner .sect01_map{
  width: 1300px;
  margin-left: -50px;
  display: flex;
  gap: 19px;
  justify-content: center;
}
.event_2025_0923 #section01 .inner .sect01_map div{
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 17px #99a2b344;
}
.event_2025_0923 #section01 .inner .sect01_map div a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event_2025_0923 #section02 {
  background: #ebf8ff;
  padding:110px 0;
}


.event_2025_0923 #section03 {
  background: #fff2ca;
}
.event_2025_0923 #section03 .inner {
  padding-bottom: 91px;
}
.event_2025_0923 #section03 .inner .sect03_02{
  margin-top: 45px;
}

.event_2025_0923 #section04 {
  background: #f1f1f1;position: relative;
  padding:90px 0;
}
.event_2025_0923 #section04 .inner .slide.slide_interview{
  width:100%;display: flex;flex-direction: column;align-items: center;gap:43px;
}
.event_2025_0923 #section04 .inner .slide_box.slide_box_interview{
  width:100%;
}
.event_2025_0923 #section04 .inner .slide_box_interview button {
  background: #fff;border-radius: 10px;padding:10px 10px 0 10px;display: flex;flex-direction: column;
    box-shadow: 0px 0px 5px 0px rgba(225, 225, 225, 0.8);
}
.event_2025_0923 #section04 .inner .slide_box_interview button p {
  padding:26px 0;font-family: "Wanted Sans Variable";font-weight:500;color:#6235ff;font-size:18px;line-height:26px;
}
.event_2025_0923 #section04 .inner .slide_box_interview button p span{
  padding:26px 0;font-family: "Wanted Sans Variable";font-weight:600;color: #222222;line-height:26px;
}

.event_2025_0923 .evCon5 {
  background: #fff;
}
.event_2025_0923 .evCon5 *{
  font-family: "Wanted Sans Variable";
}

.event_2025_0923 .evCon5 .inner {
  padding:110px 0;display: flex;flex-direction: column;gap:47px;align-items: center;justify-content: center;max-width:1200px;
}
.event_2025_0923 .evCon5 .con_title {
  margin-bottom:0;
}
.event_2025_0923 .evCon5 .con_title h2{
  font-size:38px;color:rgba(83, 0, 208, 1);line-height: 53px;font-weight:700;
}
.event_2025_0923 .evCon5 .con_box {
  width:100%;
  height:100%;
  padding: 111px 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.event_2025_0923 .evCon5 .con_box::after {
  content:'';
  width:100%;  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/note_top.png);
  height:163px;
  background-size: 1021px 163px;
  background-repeat: no-repeat;
  margin-left: auto;
  max-width: 1080px;
  z-index: 1;
  position: absolute;
  top:0;left:calc(50% + 37px);
  transform: translate(-50%, 0);
}
.event_2025_0923 .evCon5 .con_box .counsul_table {
  display: flex;flex-direction: column;align-items: center;justify-content: center;gap:28px;
  max-width: 980px;
  padding: 62px 0 59px;
  width:100%;  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/note_bg.png);
  border:2px solid #9a81f7;
  background-size: 980px auto;
  background-position: center;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 30px 20px 30px rgba(0, 0, 0, .4);
}
.event_2025_0923 .evCon5 .con_box .counsul_table .notice_box p {
  font-size:11px;font-weight:400;color:#8D8D8D;text-align: left;line-height: 12px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table {
  border: 1px solid #c1c1c1;width: 870px;  border-radius: 5px;overflow: hidden;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
  display: flex;border-bottom:1px solid #c1c1c1;min-height:60px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .inp_wrap_gap {
  display: flex;    width: 50%;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
  border-bottom:0;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:180px;background: #fff;display: flex;align-items: center;justify-content: center;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:19px;font-weight:700;color:#222222;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
  color:#f8c100;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:15px 30px;flex-wrap: wrap;
  row-gap:0;column-gap:15px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp label {
  gap:6px;font-size:18px;color:#222222;font-weight: 500;line-height:1;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:100%;gap:68px;padding:15px 50px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
  display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: 100%;row-gap:20px;justify-content: space-between;padding:33px 50px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:40px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:100%;height:50px;border: 1px solid #c1c1c1;outline: 0;padding:0 15px;    background: transparent;
}
.event_2025_0923 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:100%;height:50px;border: 1px solid #c1c1c1;outline: 0;padding:0 15px;    background: transparent;
}
.event_2025_0923 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]::placeholder{
  color:#c1c1c1;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"] {
  appearance: none;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 1px #c1c1c1;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: transparent;
}

.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:checked {
  box-shadow: 0 0 0 1px #c1c1c1;
  border: 2px solid #fff;
  background-color: #f8c100;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:disabled{
  background: unset;
}

.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.name_wrap.tel_wrap .table_inp {
  padding:8px 9px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.name_wrap.tel_wrap .table_inp label{
  width:100%;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container {
  margin-top:79px;display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a {
  font-size:18px;font-weight:700;color:#000000;line-height:20px;display: flex;gap:15px;align-items: center;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a svg{
  transform: rotate(0deg);
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a.on svg{
  transform: rotate(180deg);
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info{
  display: none;
  height: 100px;
  width:100%;
  overflow: auto;
  padding: 20px;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #fff;
    border:1px solid #c1c1c1;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.on {
    display: block;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
    margin-bottom: 20px;
    line-height: 1.4;
    padding-left: 0;
    font-weight: 400;
    text-align: left;
    color:#8c8c8c;
    font-size:14px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 20px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}

.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .privacy2 label {
  font-size:15px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .input_check {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .input_check:checked::before {
  width: 14px;
  height: 14px;
}
.input_check:checked::after {
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
}
.event_2025_0923 .evCon5 .con_box .counsul_table form > a {
  margin-top:60px;width:370px;height:70px;display: flex;align-items: center;font-size:22px;background-color: #06113c;font-family: "RiaSans-ExtraBold";border-radius: 10px;
}








.event_2025_0923 #noticeSection{
  background-color: #F1F3F8;
  padding:50px 0 60px;
}
.event_2025_0923 #noticeSection .inner {
  display: flex;
  flex-direction: column;
  /* gap:40px; */
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.event_2025_0923 #noticeSection .inner .notice_main{
  font-family: 'FlightSans';
  font-size: 18px;
  font-weight: 600;
  color: #555;
}
.event_2025_0923 #noticeSection .inner .notice_unit {
  display: flex;
  flex-direction: column;
  gap:15px;
}
.event_2025_0923 #noticeSection .inner .notice_unit img {
  margin-left:0;
}
.event_2025_0923 #noticeSection .inner .notice_title div{
  display: flex;
  margin-top: 20px;
  height: 18px;
  align-items: center;
  gap: 6px;
}
.event_2025_0923 #noticeSection .inner .notice_title div img{
  width: 18px;
  height: 18px;
}
.event_2025_0923 #noticeSection .inner .notice_title div span{
  color: #555;
  font-family: "Wanted Sans";
  font-weight: 600;
  font-size: 18px;
}

.event_2025_0923 #noticeSection .inner .notice_con p {
  font-family: "Wanted Sans Variable";font-weight:400;font-size:18px;color: #777;line-height: 28px;
}
.event_2025_0923 #noticeSection .inner .notice_con p b{
  color: #555;
}




























@media all and (max-width:1800px){
  .event_2025_0923 .floating_banner {
    right: 30px;
  }
}

@media all and (max-width:1300px){
  .inner {
    max-width: 92.3076vw;
  }
  .event_2025_0923 .floating_banner {
    display: none;
  }
  .event_2025_0923 #sectionMain {
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0923_orientation/sectionMainBg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 62vw;
    height: 62vw;
    position: relative;
    display: flex;
    justify-content: center;
    /* width: 100%; */
    /* background-size: 147.6923vw auto; */

  }
  /* .event_2025_0923 #sectionMain .inner {
    padding:6.0769vw 0 33.1538vw;
  } */
  /* .event_2025_0923 #sectionMain .inner img {
    width: 58.4615vw;
  } */
  .event_2025_0923 #sectionMain .scroll_wrap {
    bottom:3.5714vw;
    gap:2.1429vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap > img{
    width: 23.5714vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap img{
    width: 1.4285vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow {
    width:0.8571vw;   height:0.8571vw; 
  }
  .event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow:nth-child(2){
    margin-top:-0.4286vw;
  }


  .event_2025_0923 .fix_wrap {
    height:7.6923vw;
  }
  .event_2025_0923 .flt_inner {
    z-index: 6;
  }
  .event_2025_0923 .fix_menu {
    background: #000d76;
    height:7.6923vw;
    z-index: 5;
    position: relative;
  }
  .event_2025_0923 .fix_menu ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2.6923vw;
  }
  .event_2025_0923 .fix_menu li {
    position: relative;
    padding: 2.0769vw 0;
    font-size: 1.8462vw;
    color: #fff;
    font-weight: 700;
  }
  .event_2025_0923 .fix_menu ul a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .event_2025_0923 .fix_menu ul a li{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.6154vw;
  }
  .event_2025_0923 .fix_menu ul a li svg{
  width: 0.9231vw;
  /* height: 1.3077vw;
  display: flex;
  align-items: center;
  justify-content: center; */
}
  
  .event_2025_0923 .fix_menu.fixed {
    position: fixed;

    left: 0;
    width: 100%;
  }
  
  .event_2025_0923 .fix_menu .flex li a {
    font-family: 'FlightSans';
    color:#FFF;font-size:1.8462vw;line-height: 1;display: flex;gap:0.7692vw;align-items: center;
  }
  .event_2025_0923 .fix_menu .flex li a svg{
    width: 0.9230vw;height: 1.3076vw;
  }
  .event_2025_0923 .fix_menu .flex li a svg image{
    width: 0.9230vw;height: 1.3076vw;
  }
  .event_2025_0923 #section01 {
    background: linear-gradient(90deg, #f1f3f8, #e3e6ee);
    position: relative;
  }
  /* .event_2025_0923 #section01::after{
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/section01Bg.png);
    width:25.9231vw;height:33.0769vw;
    background-size: cover;
    content:'';
    position: absolute;
    bottom:-5.6154vw;left:50%;
    transform:translate(-50%, 0);z-index: 0;
  } */
  .event_2025_0923 #section01 .inner {
    padding:7.6923vw 0;    position: relative;
    z-index: 1;
    justify-content: center;
  }
  .event_2025_0923 #section01 .inner .sect01_01{
    width: 92.30767vw;
  }
  .event_2025_0923 #section01 .inner .sect01_02{
    padding-top: 2.3846vw;
    width: 93.6153vw;
  }
  .event_2025_0923 #section01 .inner .pc.sect01_03{
    padding-bottom: 3.8461vw;
  }
  .event_2025_0923 #section01 .inner .map_title{
    width: 13.84615vw;
    height: 3.84615vw;
    font-size: 1.8461vw;
    font-family: "Wanted Sans";
    color: #fff;
    font-weight: 700;
    border-radius: 3.8461vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.3846vw;
  }
  .event_2025_0923 #section01 .inner .map_title.seoul{background-color: #4182fb;}
  .event_2025_0923 #section01 .inner .map_title.gyeonggi{
    background-color: #356acd;
    margin-top: 5.30769vw;
  }
  .event_2025_0923 #section01 .inner .sect01_map{
    width: 100.0000vw;
    margin-left: -3.846vw;
    display: flex;
    gap: 1.4615vw;
    justify-content: center;
    padding: 0 2.3077vw;
  }
  .event_2025_0923 #section01 .inner .sect01_map div{
    position: relative;
    border-radius: 1.53846vw;
    box-shadow: 0px 0px 1.3077vw #99a2b344;
  }
  /* .event_2025_0923 #section01 .inner .sect01_map div a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  } */


  .event_2025_0923 #section02 {
    background: #ebf8ff;
    padding:8.4615vw 0;
  }
  
  
  .event_2025_0923 #section03 {
    background: #fff2ca;
  }
  .event_2025_0923 #section03 .inner {
    padding-bottom: 7vw;
  }
  .event_2025_0923 #section03 .inner .sect03_02{
    margin-top: 3.4615vw;
  }
  /* .event_2025_0923 #section03 .inner img {
    width: 79.8461vw;
  } */
  .event_2025_0923 #section04 {
    background: #f1f1f1;position: relative;
    padding:6.9231vw 0;
  }
  .event_2025_0923 #section04 .inner .slide.slide_interview{
    width:100%;display: flex;flex-direction: column;align-items: center;gap:3.3077vw;
  }
  .event_2025_0923 #section04 .inner .slide.slide_interview .title img {
    width: 46.1538vw;
  }
  .event_2025_0923 #section04 .inner .slide_box.slide_box_interview{
    width:100%;
  }
  .event_2025_0923 #section04 .inner .slide_box_interview button {
    background: #fff;border-radius: 0.7692vw;padding:0.7692vw 0.7692vw 0 0.7692vw;display: flex;flex-direction: column;
      box-shadow: 0.0000vw 0.0000vw 0.3846vw 0.0000vw rgba(225, 225, 225, 0.8);
  }
  .event_2025_0923 #section04 .inner .slide_box_interview button img {
    width: 29.2307vw;
  }
  .event_2025_0923 #section04 .inner .slide_box_interview button p {
    padding:2.0000vw 0;font-family: "Wanted Sans Variable";font-weight:500;color:#6235ff;font-size:1.3846vw;line-height:2.0000vw;
  }
  .event_2025_0923 #section04 .inner .slide_box_interview button p span{
    padding:2.0000vw 0;font-family: "Wanted Sans Variable";font-weight:600;color: #222222;line-height:2.0000vw;
  }
  
  .event_2025_0923 .evCon5 {
    background: #fff;
  }
  .event_2025_0923 .evCon5 *{
    font-family: "Wanted Sans Variable";
  }
  
  .event_2025_0923 .evCon5 .inner {
    padding:7.6923vw 0;display: flex;flex-direction: column;gap:5.3846vw;align-items: center;justify-content: center;max-width:92.3077vw;
  }
  .event_2025_0923 .evCon5 .con_title {
    margin-bottom:0;
  }
  .event_2025_0923 .evCon5 .con_title img {
    width: 73.4615vw;
  }
  .event_2025_0923 .evCon5 .con_title h2{
    font-size:2.9231vw;color:rgba(83, 0, 208, 1);line-height: 4.0769vw;font-weight:700;
  }
  .event_2025_0923 .evCon5 .con_box {
    width:100%;
    height:100%;
    padding: 8.5385vw 0 4.4615vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .event_2025_0923 .evCon5 .con_box::after {
    content:'';
    width:100%;  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/note_top.png);
    height:12.5385vw;
    background-size: 78.5385vw 12.5385vw;
    background-repeat: no-repeat;
    margin-left: auto;
    max-width: 83.0769vw;
    z-index: 1;
    position: absolute;
    top:0;left:calc(50% + 2.8462vw);
    transform: translate(-50%, 0);
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table {
    display: flex;flex-direction: column;align-items: center;justify-content: center;gap:2.1538vw;
    max-width: 75.3846vw;
    padding: 4.7692vw 0 4.5385vw;
    width:100%;  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/note_bg.png);
    border:0.1538vw solid #9a81f7;
    background-size: 75.3846vw auto;
    background-position: center;
    border-radius: 0.7692vw;
    z-index: 1;
    box-shadow: 2.3077vw 1.5385vw 2.3077vw rgba(0, 0, 0, .4);
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .notice_box p {
    font-size:0.8462vw;font-weight:400;color:#8D8D8D;text-align: left;line-height: 0.9231vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table {
    border: 0.0769vw solid #c1c1c1;width: 66.9231vw;  border-radius: 0.3846vw;overflow: hidden;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
    display: flex;border-bottom:0.0769vw solid #c1c1c1;min-height:4.6154vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .inp_wrap_gap {
    display: flex;    width: 50%;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
    border-bottom:0;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
    min-width:13.8462vw;background: #fff;display: flex;align-items: center;justify-content: center;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
    font-size:1.4615vw;font-weight:700;color:#222222;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
    color:#f8c100;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
    display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:1.1538vw 2.3077vw;flex-wrap: wrap;
    row-gap:0;column-gap:1.1538vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp label {
    gap:0.4615vw;font-size:1.3846vw;color:#222222;font-weight: 500;line-height:1;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
    max-width:100%;gap:5.2308vw;padding:1.1538vw 3.8462vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
    display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: 100%;row-gap:1.5385vw;justify-content: space-between;padding:2.5385vw 3.8462vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
    column-gap:3.0769vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
    width:100%;height:3.8462vw;border: 0.0769vw solid #c1c1c1;outline: 0;padding:0 1.1538vw;    background: transparent;
  }
  .event_2025_0923 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
    width:100%;height:3.8462vw;border: 0.0769vw solid #c1c1c1;outline: 0;padding:0 1.1538vw;    background: transparent;
  }
  .event_2025_0923 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]::placeholder{
    color:#c1c1c1;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"] {
    appearance: none;
    width: 0.9231vw;
    height: 0.9231vw;
    box-shadow: 0 0 0 0.0769vw #c1c1c1;
    border: 0.1538vw solid transparent;
    border-radius: 50%;
    background-color: transparent;
  }
  
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:checked {
    box-shadow: 0 0 0 0.0769vw #c1c1c1;
    border: 0.1538vw solid #fff;
    background-color: #f8c100;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:disabled{
    background: unset;
  }
  
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.name_wrap.tel_wrap .table_inp {
    padding:0.6154vw 0.6923vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.name_wrap.tel_wrap .table_inp label{
    width:100%;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .pri_container {
    margin-top:6.0769vw;display: flex;flex-direction: column;gap:1.5385vw;align-items: center;justify-content: center;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a {
    font-size:1.3846vw;font-weight:700;color:#000000;line-height:1.5385vw;display: flex;gap:1.1538vw;align-items: center;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a svg{
    transform: rotate(0deg);
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a.on svg{
    transform: rotate(180deg);
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info{
    display: none;
    height: 7.6923vw;
    width:100%;
    overflow: auto;
    padding: 1.5385vw;
      margin-bottom:0;
      transition: all 1s ease-in-out;
      background-color: #fff;
      border:0.0769vw solid #c1c1c1;
    }
    .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.on {
      display: block;
    }
    .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
      margin-bottom: 1.5385vw;
      line-height: 1.4;
      padding-left: 0;
      font-weight: 400;
      text-align: left;
      color:#8c8c8c;
      font-size:1.0769vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
    content: "";
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
    margin-bottom:0;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
    width: 1.5385vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 1.5385vw;
    border: 0.3846vw solid transparent;
    background-clip: content-box;
  }
  
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .privacy2 label {
    font-size:1.1538vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .input_check {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.0769vw;
    height: 1.0769vw;
    margin: 0;
    border: 0.0769vw solid #dddddd;
    cursor: pointer;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .input_check:checked::before {
    width: 1.0769vw;
    height: 1.0769vw;
  }
  .input_check:checked::after {
    top: 0.0769vw;
    left: 0.3077vw;
    width: 0.3077vw;
    height: 0.6154vw;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table form > a {
    margin-top:4.6154vw;width:28.4615vw;height:5.3846vw;display: flex;align-items: center;font-size:1.6923vw;background-color: #06113c;font-family: "RiaSans-ExtraBold";border-radius: 0.7692vw;
  }
  
  
  
  
  
  
  
  
  .event_2025_0923 #noticeSection{
    background-color: #F1F3F8;
    padding:3.8462vw 0;
  }
  .event_2025_0923 #noticeSection .inner {
    display: flex;
    flex-direction: column;
    /* gap:3.0769vw; */
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .event_2025_0923 #noticeSection .inner .notice_main{
  font-family: 'FlightSans';
  font-size: 18px;
  font-weight: 600;
  color: #555;
}
  .event_2025_0923 #noticeSection .inner .notice_unit {
    display: flex;
    flex-direction: column;
    gap:1.1538vw;
  }
  .event_2025_0923 #noticeSection .inner .notice_unit img {
    margin-left: 0;
  }
  .event_2025_0923 #noticeSection .inner .notice_title div{
    display: flex;
    margin-top: 1.5385vw;
    height: 1.3846vw;
    align-items: center;
    gap: 0.4615vw;
  }
  .event_2025_0923 #noticeSection .inner .notice_title div img{
    width: 1.3846vw;
    height: 1.3846vw;
  }
  .event_2025_0923 #noticeSection .inner .notice_title div span{
    color: #555;
    font-family: "Wanted Sans";
    font-weight: 600;
    font-size: 1.3846vw;
  }
  /* .event_2025_0923 #noticeSection .inner .notice_title h2 {
    font-family: "RiaSans-ExtraBold";color: #8c8c8c;font-size:1.5385vw;
  } */
  
  .event_2025_0923 #noticeSection .inner .notice_con p {
    font-family: "Wanted Sans Variable";font-weight:400;font-size:1.3846vw;color: #777;line-height: 2.1538vw;
  }
  .event_2025_0923 #noticeSection .inner .notice_con p b{
  color: #555;
}
}


@media all and (max-width:768px){
  .pc{
    display: none;
  }
  .mo{
    display: block;
    margin:0 auto;
  }
  .event_2025_0923 #sectionMain {
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0923_orientation/sectionMainBg_mo.png);
    background-size: cover;
    height: 123.1770833vw;
  }
  /* .event_2025_0923 #sectionMain .inner {
    padding:14.8438vw 0 64.0625vw;
  } */
  /* .event_2025_0923 #sectionMain .inner img {
    width: 91.1458vw;
  } */
 


  .event_2025_0923 #sectionMain .scroll_wrap {
    bottom:6.5104vw;
    gap:3.9062vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap > img{
    width:47.0052vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap img{
    width: 3.3854vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon{
    gap:0.6510vw;
  }
  .event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow {
    width:2.0833vw; height:2.0833vw; 
  }
  .event_2025_0923 #sectionMain .scroll_wrap .fix_scroll_icon .scroll-arrow:nth-child(2){
    margin-top:-0.7812vw;
  }
  @keyframes arrow_down{
    0%{top:0px;}
    50%{top:-0.6510vw;}
    100%{top:0px;}
  }
.event_2025_0923 .fix_wrap {
  height:13.020833vw;
}
.event_2025_0923 .fix_menu {
  background: #000d76;
  height:13.020833vw;
  z-index: 5;
  position: relative;
}
.event_2025_0923 .fix_menu ul {
  width: 100.0000vw;
  height: 100%;
  /* gap: 4.55729167vw; */
}
.event_2025_0923 .fix_menu li {
  padding: 4.2969vw 0;
  font-size: 3.3854vw;
}
.event_2025_0923 .fix_menu ul a {
  display: block;
  width: 100%;
  height: 100%;
}
.event_2025_0923 .fix_menu ul a li{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:1.04167vw;
  }
  .event_2025_0923 .fix_menu ul a li svg{
  width: 1.5625vw;
  /* height: 2.21354167vw;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.event_2025_0923 .fix_menu.fixed {
  position: fixed;
  top:5.1rem;
}

.event_2025_0923 .fix_menu .flex li a {
  font-family: "FlightSans";color:#FFF;font-size:3.1250vw;line-height: 1;display: flex;gap:1.3021vw;align-items: center;
}
.event_2025_0923 .fix_menu .flex li a svg {
  width: 1.5625vw;
  height: 2.2135vw;
}
.event_2025_0923 .fix_menu .flex li a svg image {
  width: 1.5625vw;
  height: 2.2135vw;
}

.event_2025_0923 #section01 {
  background: linear-gradient(90deg, #f1f3f8, #e3e6ee);
  position: relative;
}
/* .event_2025_0923 #section01::after{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/section01Bg.png);
  width:43.8802vw;height:55.9896vw;
  background-size: cover;
  content:'';
  position: absolute;
  bottom:-12.1094vw;left:50%;
  transform:translate(-50%, 0);z-index: 0;
} */
.event_2025_0923 #section01 .inner {
  padding:14.3229167vw 0;    position: relative;
  z-index: 1;
}
/* .event_2025_0923 #section01 .inner img {
  width: 92.1875vw;
} */
.event_2025_0923 #section01 .inner .sect01_01{
  width: 91.145833vw;
}
.event_2025_0923 #section01 .inner .sect01_02{
  padding-top: 9.1145833vw;
  width: 95.5729167vw;
  /* margin-left: 4.427083vw; */
}

.event_2025_0923 #section01 .inner .sect01_03{
  padding: 23.4375vw 13.020833vw 9.1145833vw;
}
.event_2025_0923 #section01 .inner .map_title{
  width: 23.4375vw;
  height: 7.16145833vw;
  font-size: 3.64583vw;
  font-family: "Wanted Sans";
  color: #fff;
  font-weight: 700;
  border-radius: 7.16145833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5.2083vw;
}
.event_2025_0923 #section01 .inner .map_title.seoul{background-color: #4182fb;}
.event_2025_0923 #section01 .inner .map_title.gyeonggi{
  background-color: #356acd;
  margin-top: 11.58854167vw;
}

.event_2025_0923 #section01 .inner .sect01_map{
  /* width: 1300px;
  margin-left: -50px;
  display: flex;
  gap: 19px;
  justify-content: center; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 3.90625vw;
  padding: 0 4.4270833vw;
}
.event_2025_0923 #section01 .inner .sect01_map div:not(.map_logo){
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 2.213541vw #99a2b344;
}
.event_2025_0923 #section01 .inner .sect01_map div.map_logo{
  box-shadow: unset;
}
/* .event_2025_0923 #section01 .inner .sect01_map div a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */





.event_2025_0923 #section02 {
  background: #ebf8ff;
  padding:14.3229167vw 0;
}



.event_2025_0923 #section03 {
  background: #fff2ca;
}
.event_2025_0923 #section03 .inner {
  padding-bottom: 11.71875vw;
}
.event_2025_0923 #section03 .inner .sect03_02{
  margin-top: 6.5104167vw;
}

.event_2025_0923 #section04 {
  background: #f1f1f1;position: relative;
  padding:11.71875vw 0;
  overflow: hidden;
}
.event_2025_0923 #section04 .inner .slide.slide_interview{
  width:100%;display: flex;flex-direction: column;align-items: center;gap:5.5990vw;
}
.event_2025_0923 #section04 .inner .slide.slide_interview .title img {
  width: 84.6354vw;
}
.event_2025_0923 #section04 .inner .slide_box_interview .swiper-slide {
  width: fit-content;
}
.event_2025_0923 #section04 .inner .slide_box_interview button {
  background: #fff;border-radius: 1.3021vw;padding:1.3021vw 1.3021vw 0 1.3021vw;
    box-shadow: 0.0000vw 0.0000vw 0.6510vw 0.0000vw rgba(225, 225, 225, 0.8);align-items: center;
}
.event_2025_0923 #section04 .inner .slide_box_interview button img {
  width: 49.4792vw;
}
.event_2025_0923 #section04 .inner .slide_box_interview button p {
  padding:3.3854vw 0;font-family: "Wanted Sans Variable";font-weight:500;color:#6235ff;font-size:2.8646vw;line-height:3.6458vw;
}
.event_2025_0923 #section04 .inner .slide_box_interview button p span{
  padding:3.3854vw 0;font-family: "Wanted Sans Variable";font-weight:600;color: #222222;line-height:3.6458vw;
}


.event_2025_0923 .evCon5 .con_title img {
  width: 71.6146vw;
}


.event_2025_0923 .evCon5 {
  background: #fff;
}
.event_2025_0923 .evCon5 *{
  font-family: "Wanted Sans Variable";
}

.event_2025_0923 .evCon5 .inner {
  padding:13.0208vw 0;display: flex;flex-direction: column;gap:9.1146vw;align-items: center;justify-content: center;max-width:156.2500vw;
}
.event_2025_0923 .evCon5 .con_title {
  margin-bottom:0;
}
.event_2025_0923 .evCon5 .con_title h2{
  font-size:4.9479vw;color:rgba(83, 0, 208, 1);line-height: 6.9010vw;font-weight:700;
}
.event_2025_0923 .evCon5 .con_box {
  width:100%;
  height:100%;
  padding: 14.4531vw 0 7.5521vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.event_2025_0923 .evCon5 .con_box::after {
  content:'';
  width:100%;  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/note_top_mo.png);
  height:21.2240vw;
  background-size: 94.9219vw 21.2240vw;
  background-repeat: no-repeat;
  margin-left: auto;
  max-width: 94.9219vw;
  z-index: 1;
  position: absolute;
  top:0;left:calc(50% + 0.5208vw);
  transform: translate(-50%, 0);
}
.event_2025_0923 .evCon5 .con_box .counsul_table {
  display: flex;flex-direction: column;align-items: center;justify-content: center;gap:3.6458vw;
  max-width: 91.1458vw;
  padding: 8.0729vw 0 7.6823vw;
  width:100%;  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0529_orientation/note_bg_mo.png);
  border:0;
  border-bottom:0.2604vw solid #6033f9;
  background-size: 91.1458vw auto;
  background-position: center;
  border-radius: 0;
  z-index: 1;
  box-shadow: 1.9531vw 2.6042vw 3.9063vw rgba(0, 0, 0, .4);
}
.event_2025_0923 .evCon5 .con_box .counsul_table .notice_box p {
  font-size:1.4323vw;font-weight:400;color:#8D8D8D;text-align: left;line-height: 1.5625vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table {
  border: 1px solid #c1c1c1;width: 86.1979vw;  border-radius: 0.6510vw;overflow: hidden;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
  display: flex;border-bottom:1px solid #c1c1c1;min-height:7.8125vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .inp_wrap_gap {
  width: 100%;border-bottom:1px solid #c1c1c1;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
  flex-direction: column;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .inp_wrap_gap:last-child {
  border-bottom:0;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:20.8333vw;background: #fff;display: flex;align-items: center;justify-content: center;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:2.4740vw;font-weight:700;color:#222222;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
  color:#f8c100;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:1.9531vw 3.9063vw;flex-wrap: nowrap;
  row-gap:0;column-gap:1.9531vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp label {
  gap:0.7813vw;font-size:2.8646vw;color:#222222;font-weight: 500;line-height:1;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:100%;gap:2.6042vw;padding:3.7760vw 0 3.7760vw 2.8646vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
  display: grid;grid-template-columns: 1fr 1fr 1fr;width: 100%;row-gap:5.2083vw;justify-content: space-between;padding:3.2552vw 2.8646vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:5.2083vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:100%;height:8.0729vw;border: 1px solid #c1c1c1;outline: 0;padding:0 1.9531vw;    background: transparent;
  font-size:2.8646vw;
}
.event_2025_0923 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:100%;height:8.0729vw;border: 1px solid #c1c1c1;outline: 0;padding:0 1.9531vw;    background: transparent;
  font-size:2.8646vw;
}
.event_2025_0923 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]::placeholder{
  color:#c1c1c1;font-size:2.4740vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"] {
  appearance: none;
  width: 1.9531vw;
  height: 1.9531vw;
  box-shadow: 0 0 0 1px #c1c1c1;
  border: 0.2604vw solid transparent;
  border-radius: 50%;
  background-color: transparent;
}

.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:checked {
  box-shadow: 0 0 0 1px #c1c1c1;
  border: 0.2604vw solid #fff;
  background-color: #f8c100;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:disabled{
  background: unset;
}

.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.name_wrap.tel_wrap .table_inp {
  padding:1.0417vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .info_table .inp_wrap.name_wrap.tel_wrap .table_inp label{
  width:100%;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container {
  margin-top:7.6823vw;display: flex;flex-direction: column;gap:3.7760vw;align-items: center;justify-content: center;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a {
  font-size:2.6042vw;font-weight:700;color:#000000;line-height:2.6042vw;display: flex;gap:1.9531vw;align-items: center;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a svg{
  transform: rotate(0deg);
  width: 1.8229vw;
  height: 1.3021vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a svg path{
  width: 1.8229vw;
  height: 1.3021vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .pri_container a.on svg{
  transform: rotate(180deg);
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info{
  display: none;
  height: 15.6250vw;
  width:100%;
  overflow: auto;
  padding: 2.6042vw;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #fff;
    border:1px solid #c1c1c1;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.on {
    display: block;
  }
  .event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
    margin-bottom: 2.6042vw;
    line-height: 1.4;
    padding-left: 0;
    font-weight: 400;
    text-align: left;
    color:#8c8c8c;
    font-size:1.8229vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 2.6042vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 2.6042vw;
  border: 0.6510vw solid transparent;
  background-clip: content-box;
}

.event_2025_0923 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .privacy2 label {
  font-size:2.6042vw;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .input_check {
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 1.9531vw;
  height: 1.9531vw;
  margin: 0;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.event_2025_0923 .evCon5 .con_box .counsul_table .input_check:checked::before {
  width: 2.0833vw;
  height: 2.0833vw;
  display: none;
}
.input_check:checked::after {
  top: 0.1302vw;
  left: 0.5208vw;
  width: 0.6510vw;
  height: 1.1719vw;
  display: none;
}
.event_2025_0923 .evCon5 .con_box .counsul_table form > a {
  margin-top:7.8125vw;width:48.1771vw;height:9.6354vw;display: flex;align-items: center;font-size:3.1250vw;background-color: #06113c;font-family: "RiaSans-ExtraBold";border-radius: 1.3021vw;
}


.event_2025_0923 #noticeSection{
  padding:6.5104167vw 0 7.8125vw;
}
.event_2025_0923 #noticeSection .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.event_2025_0923 #noticeSection .inner .notice_main{
  font-family: 'FlightSans';
  font-size: 2.864583vw;
  font-weight: 600;
  color: #555;
}
.event_2025_0923 #noticeSection .inner .notice_unit {
  display: flex;flex-direction: column;gap:1.9531vw;
}
.event_2025_0923 #noticeSection .inner .notice_title div{
  display: flex;
  margin-top: 2.6042vw;
  height: 2.864583vw;
  align-items: center;
  gap: 0.78125vw;
}
.event_2025_0923 #noticeSection .inner .notice_title div img{
  width: 2.864583vw;
  height: 2.864583vw;
}
.event_2025_0923 #noticeSection .inner .notice_title div span{
  color: #555;
  font-family: "Wanted Sans";
  font-weight: 600;
  font-size: 2.864583vw;
}

.event_2025_0923 #noticeSection .inner .notice_con p {
  font-family: "Wanted Sans";
  font-weight:400;
  font-size:2.604167vw;
  line-height: 3.9063vw;
  text-indent: -2.0833vw;
  margin-left: 2.0833vw;
  word-break: keep-all;
}
.event_2025_0923 #noticeSection .inner .notice_con p b{
  color: #555;
}
/* .event_2025_0923 #noticeSection .inner .notice_unit img {
  width: 38.9323vw;margin-left: 0;
} */





.pc-no-br {
  display: block;
}
.mo-no-br {
  display: none;
}
}