@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
@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;
}

:root {
  font-size: 62.5% !important;
}
.pc-no-br {
  display: none;
}
.mo-no-br {
  display: block;
}
[class*=show_] {
  display: none;
}
.img_pc{display: flex;}
.img_mo{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;
}
.header .nav.fix .nav_contents {
  position: relative;
}
#container.ver_fix {
  padding-top: 0 !important;
}
#container {
  overflow: hidden;
}
#container *{
  font-family: "Wanted Sans Variable";
}
.floating_menu.active{
  display:none;
}
#sectionMain {
  position: relative;
  width: 100%;
  height: 876px;
  overflow: hidden;
}

#sectionMain .scene {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  min-width: 1200px;
  z-index: 4;
  display: flex;align-items: center;justify-content: center;
}

#sectionMain .scene p {
  position: absolute;
  z-index: 4;
  opacity: 0;
  scale: 1.5;
}

#sectionMain .scene p {
  font-size:90px;line-height:130px;color:#fff;font-family: "Wanted Sans Variable";font-weight:900;    transition: linear 4s 13s both;
}


.visual-bg {
  position: relative;
  width: 100%;
  height: 876px;
  min-width: 1189px;
  margin: 0 auto;
}

.visual-bg p {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-size: auto;
  opacity: 0;
}
.visual-bg p:nth-of-type(1) {
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/text_bg.png') no-repeat center top;    background-size: cover;opacity:1;

}
.visual-bg p:nth-of-type(2) {
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/text_bg02.png') no-repeat center top;    background-size: cover;
}

.fixed_bottom_banner {
  position: fixed;
  top:30px;left:50%;
  transform: translate(-50%, 0);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  max-width:1189px;background: #ff8c5f;width: 100%;border-radius: 20px;
}
.fixed_bottom_banner.show {
  opacity: 1;
  pointer-events: auto;
}
.fixed_bottom_banner.fadeOut{
  opacity: 0;
  pointer-events: none;
}

.fixed_bottom_banner .fixed_counsel_inner {
  padding:10px;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap{
  display: flex;gap:10px;flex-direction: row;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info {
  display: flex;flex-direction: column;gap:9px;background: #fff;padding:15px 40px 15px 15px;border-radius: 10px;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .agree_inp {
  text-align: right;display: flex;align-items: center;gap:10px;justify-content: flex-start;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .agree_inp input {
  width: 17px;
  height:17px;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .agree_inp label{
  color: #999999;font-size:14px;font-weight:500;    line-height: 1;
}

.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top{
  display: flex;gap:8px;    height: 38px;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top option[value=""][disabled] {
  display:none
}

.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top input[type="text"]{
  border-radius: 5px;font-family: "Wanted Sans Variable";font-weight: 500;color: #222222;font-size:16px;width: 220px;    height: 100%;padding:0 19px;outline: 0;border: 1px solid #ccc;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top .name_inp input[type="text"]{
  width: 180px;outline: 0;border: 1px solid #ccc;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top input[type="text"]::placeholder{
  color:#999999;font-size:16px;font-weight:500;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top .select_lec {
  position: relative;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top select {
  border:1px solid #ccc;width: 220px;border-radius: 5px;font-family: "Wanted Sans Variable";font-weight: 500;color: #999999;font-size:16px;    height: 38px;padding:0 19px;appearance: unset;
  -webkit-appearance: unset;position: relative;-moz-appearance: unset;background: #fff;
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top .select_lec::after{
  content:'';
  position: absolute;
  top:50%;right:15px;
  background-image: url(https://img.megastudyacademy.co.kr/campus/iwsm_html_img/event/20250627/MEGASTUDY-3087/select_arrow.png);
  width:14px;height:9px;
  background-size: cover;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap button {
  padding:0;display: flex;align-items: center;justify-content: center;border-radius: 10px;cursor: pointer;
} 

#section01 {
  background: #1a1918;
}
#section01 .section_inner {
  padding:109px 0 70px;display: flex;flex-direction: column;gap:60px;align-items: center;justify-content: center;
}
#section01 .section_inner .section_content {
  display: flex;align-items: flex-start;justify-content: space-between;max-width:1225px;
  margin:0 auto;
  width: 100%;
}
#section02 {
  background: #1a1918;
}
#section02 .section_inner {
  padding:70px 0;display: flex;flex-direction: column;gap:26px;align-items: center;justify-content: center;
}
#section03 {
  background: #1a1918;position: relative;
}
#section03::after {
  content:"";
  position: absolute;
  top:730px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/mega_line.png') no-repeat center top;
  width: 1920px;
  height: 438px;
  z-index: 0;
}
#section03::before {
  content:"";
  position: absolute;
  top:2008px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/mega_line.png') no-repeat center top;
  width: 1920px;
  height: 438px;
  z-index: 0;
}
#section03 .section_inner {
  padding:40px 0 130px;display: flex;flex-direction: column;gap:59px;align-items: center;justify-content: center;z-index: 1;position: relative;
}
#section03 .section_inner .section_content {
  display: flex;flex-direction: column;gap:95px;align-items: center;justify-content: center;width: 100%;
}
#section03 .section_inner .section_content .section_content_unit1 {
  position: relative;
}
#section03 .section_inner .section_content .section_content_unit1::after{
  content:"";
  position: absolute;
  top:290px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section_content_unit1_line.png') no-repeat center top;
  width: 1920px;
  height: 438px;
  z-index: 0;
}
#section03 .section_inner .section_content .section_content_unit3 {
  padding-top:35px;position: relative;width: 100%;height:628px;
}
#section03 .section_inner .section_content .section_content_unit3::after{
  content:"";
  position: absolute;
  top:242px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section_content_unit4_line.png') no-repeat center top;
  width: 1920px;
  height: 438px;
  z-index: 0;
}
#section03 .section_inner .section_content .section_content_unit3 img{
  position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);z-index: 0;
  min-width:1843px;height:628px;
}
#section04 {
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section04_bg.png') no-repeat center top;
}
#section04 .section_inner {
  padding:70px 0;display: flex;flex-direction: column;align-items: center;justify-content: center;
}

#section05 {
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section05_bg.png') no-repeat center top;
}
#section05 .section_inner {
  padding:130px 0 108px;display: flex;flex-direction: column;align-items: center;justify-content: center;
}
#section06 {
  background: #f6f4ee;
  padding: 50px 0 70px;
}
#section06 .inner {
  display: flex;flex-direction: column;gap:30px;
}
#section06 .inner div{
  display: flex;flex-direction: column;text-align: left;
}
#section06 .inner div h2 {
  font-size:16px;color: #222222;padding-bottom:10px;font-weight:700;font-family: "Wanted Sans Variable";
}
#section06 .inner div h2 span {
  font-family: "Noto Color Emoji";
}
#section06 .inner div p {
  font-size:14px;color: #555555;line-height:22px;font-family: "Wanted Sans Variable";
  text-indent: -12px;margin-left:12px;
}






.event_2025_08130001 .evCon5 {
  background: #fff;
}
.event_2025_08130001 .evCon5 .inner {
  padding:110px 0 90px;display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;max-width:860px;
}
.event_2025_08130001 .evCon5 .con_title {
  margin-bottom:0;width: fit-content;
}
.event_2025_08130001 .evCon5 .con_title h2{
  font-size:38px;color:rgba(83, 0, 208, 1);line-height: 53px;font-weight:700;
}
.event_2025_08130001 .evCon5 .con_box {
  width:100%;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:28px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .notice_box p {
  font-size:11px;font-weight:400;color:#8D8D8D;text-align: left;line-height: 12px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table {
  border: 1px solid #989898;width: 860px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
  display: flex;border-bottom:1px solid #D0D0D0;min-height:70px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
  border-bottom:0;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:180px;background: #F2F2F2;display: flex;align-items: center;justify-content: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:18px;font-weight:700;color:#000;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
  color:#bd832d;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:8px 30px;flex-wrap: wrap;
  row-gap:0;column-gap:39px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:100%;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
  display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: unset;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:40px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:510px;height:50px;border: 1px solid #D0D0D0;outline: 0;padding:0 15px;
}
.event_2025_08130001 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:510px;height:50px;border: 1px solid #D0D0D0;outline: 0;padding:0 15px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]{
  accent-color: #bd832d;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:disabled{
  background: unset;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container {
  margin-top:50px;display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a {
  font-size:18px;font-weight:700;color:#000000;line-height:15px;display: flex;gap:9px;align-items: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a img{
  transform: rotate(0deg);
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a.on img{
  transform: rotate(180deg);
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info{
  display: block;
  height: 100px;
  overflow: auto;
  padding: 20px;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #fff;
    border:1px solid #cccccc;
    width: 100%;
    display: none;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.on {
    display: block;
  }
  .event_2025_08130001 .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:#999999;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 15px;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}

.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .privacy2 {
  display: flex;gap:10px;align-items: center;justify-content: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .privacy2 label {
  font-size:15px;
}
.event_2025_08130001 .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_08130001 .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_08130001 .evCon5 .con_box .counsul_table form > a {
  margin-top:50px;width:370px;height:70px;display: flex;align-items: center;font-size:24px;background-color: #222222;border-radius: 10px;
}


.event_2025_08130001 .evtoggleWarning .inner {
  width: 1000px;
  justify-content: flex-start;
}
.event_2025_08130001 .evtoggleWarning p.w_tit.on i {
  transform: rotate(180deg) translateY(-4px);
}
.event_2025_08130001 .evtoggleWarning .warningList {
  display: none;
}
.event_2025_08130001 .evtoggleWarning .warningList.on {
  display: block;
}
.event_2025_08130001 .evtoggleWarning .warningList li {
  width: 100%;
}
.event_2025_08130001 .evtoggleWarning .warningList li .s_tit {
  font-size: 13px;
  line-height: 29px;
  font-family: "Noto Sans KR";
}
.event_2025_08130001 .evtoggleWarning .warningList li .f_dash li {
  font-size: 13px;
  line-height: 29px;
  font-family: "Noto Sans KR";
}
@media all and (max-width:1500px){
  #section03 .section_inner .section_content .section_content_unit1 img {
    width: 98.7333vw;
}
}
@media all and (max-width:1400px){
  #sectionMain {
    position: relative;
    width: 100%;
    height: 62.5714vw;
    overflow: hidden;
  }
  
  #sectionMain .scene {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85.7143vw;
    height: 100%;
    min-width: 85.7143vw;
    z-index: 4;
    display: flex;align-items: center;justify-content: center;
  }
  
  #sectionMain .scene p {
    position: absolute;
    z-index: 4;
    opacity: 0;
    scale: 1.5;
  }
  
  #sectionMain .scene p {
    font-size:6.4286vw;line-height:9.2857vw;color:#fff;font-family: "Wanted Sans Variable";font-weight:900;    transition: linear 4s 13s both;
  }
  #sectionMain .scene p img {
    width: 55.7142vw;
  }
  
  
  .visual-bg {
    position: relative;
    width: 100%;
    height: 62.5714vw;
    min-width: 85.7143vw;
    margin: 0 auto;
  }
  
  .visual-bg p {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-size: auto;
    opacity: 0;
  }
  .visual-bg p:nth-of-type(1) {
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/text_bg.png') no-repeat center top;    background-size: cover;opacity:1;
  
  }
  .visual-bg p:nth-of-type(2) {
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/text_bg02.png') no-repeat center top;    background-size: cover;
  }
  
  
  
  #section01 {
    background: #1a1918;
  }
  #section01 .section_inner {
    padding:7.7857vw 0 5.0000vw;display: flex;flex-direction: column;gap:4.2857vw;align-items: center;justify-content: center;
  }
  #section01 .section_inner .section_title img{
    width: 55.5714vw;
  }
  #section01 .section_inner .section_content {
    display: flex;align-items: flex-start;justify-content: space-between;max-width:87.5000vw;
    margin:0 auto;
    width: 100%;
  }
  #section01 .section_inner .section_content img {
    width: 20.7857vw;
  }
  #section02 {
    background: #1a1918;
  }
  #section02 .section_inner {
    padding:5.0000vw 0;display: flex;flex-direction: column;gap:1.8571vw;align-items: center;justify-content: center;
  }
  #section02 .section_inner .section_title img {
    width: 63.7142vw;
  }
  #section02 .section_inner .section_content img {
    width: 85.7142vw;
  }
  #section03 {
    background: #1a1918;position: relative;
  }
  #section03::after {
    content:"";
    position: absolute;
    top:52.1429vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/mega_line.png') no-repeat center top;
    width: 137.1429vw;
    height: 31.2857vw;
    z-index: 0;background-size: cover;
  }
  #section03::before {
    content:"";
    position: absolute;
    top:143.4286vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/mega_line.png') no-repeat center top;
    width: 137.1429vw;
    height: 31.2857vw;
    z-index: 0;background-size: cover;
  }
  #section03 .section_inner {
    padding:2.8571vw 0 9.2857vw;display: flex;flex-direction: column;gap:4.2143vw;align-items: center;justify-content: center;z-index: 1;position: relative;
  }
  #section03 .section_inner .section_title img{
    width: 37.5714vw;
  }
  #section03 .section_inner .section_content {
    display: flex;flex-direction: column;gap:6.7857vw;align-items: center;justify-content: center;
  
  }
  #section03 .section_inner .section_content .section_content_unit1 {
    position: relative;
  }
  #section03 .section_inner .section_content .section_content_unit1::after{
    content:"";
    position: absolute;
    top:20.7143vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section_content_unit1_line.png') no-repeat center top;
    width: 137.1429vw;
    height: 31.2857vw;
    z-index: 0;background-size: cover;
  }
  #section03 .section_inner .section_content .section_content_unit3 {
    padding-top:2.5000vw;position: relative;  height: 44.8571vw;
  }
  #section03 .section_inner .section_content .section_content_unit3::after{
    content:"";
    position: absolute;
    top:17.2857vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section_content_unit4_line.png') no-repeat center top;
    width: 137.1429vw;
    height: 31.2857vw;
    z-index: 0;background-size: cover;
  }
  #section03 .section_inner .section_content .section_content_unit2 img {
    width: 85.7142vw;
}
#section03 .section_inner .section_content .section_content_unit3 img{
  height: 44.8571vw;
  max-width: unset;
  min-width: unset;
}
#section03 .section_inner .section_content .section_content_unit4 img{
  width: 60vw;
}
  #section04 {
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section04_bg.png') no-repeat center top;
    background-size: 137.1428vw auto;
  }
  #section04 .section_inner {
    padding:5.0000vw 0;display: flex;flex-direction: column;align-items: center;justify-content: center;
  }
  #section04 .section_inner img {
    width: 38.1428vw;
  }
  
  #section05 {
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section05_bg.png') no-repeat center top;
  }
  #section05 .section_inner {
    padding:9.2857vw 0 7.7143vw;display: flex;flex-direction: column;align-items: center;justify-content: center;
  }
  #section05 .section_inner img {
    width: 85.7142vw;
  }
  #section06 {
    background: #f6f4ee;
    padding: 3.5714vw 0 5.0000vw;
  }
  #section06 .inner {
    display: flex;flex-direction: column;gap:2.1429vw;
  }
  #section06 .inner div{
    display: flex;flex-direction: column;text-align: left;
  }
  #section06 .inner div h2 {
    font-size:1.1428vw;color: #222222;padding-bottom:0.7143vw;font-weight:700;font-family: "Wanted Sans Variable";
  }
  #section06 .inner div h2 span {
    font-family: "Noto Color Emoji";
  }
  #section06 .inner div p {
    font-size:1vw;color: #555555;line-height:1.5714vw;font-family: "Wanted Sans Variable";
    text-indent: -0.8571vw;margin-left:0.8571vw;
  }
  
  
  
  
  
  
  .event_2025_08130001 .evCon5 {
    background: #fff;
  }
  .event_2025_08130001 .evCon5 .inner {
    padding:7.8571vw 0 6.4286vw;display: flex;flex-direction: column;gap:2.8571vw;align-items: center;justify-content: center;max-width:61.4286vw;
  }
  .event_2025_08130001 .evCon5 .con_title {
    margin-bottom:0;
  }
  .event_2025_08130001 .evCon5 .con_title img{
    width:39.3571vw;
  }
  .event_2025_08130001 .evCon5 .con_title h2{
    font-size:2.7143vw;color:rgba(83, 0, 208, 1);line-height: 3.7857vw;font-weight:700;
  }
  .event_2025_08130001 .evCon5 .con_box {
    width:100%;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table {
    display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:2.0000vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .notice_box p {
    font-size:0.7857vw;font-weight:400;color:#8D8D8D;text-align: left;line-height: 0.8571vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table {
    width: 61.4286vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
    display: flex;min-height:5.0000vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
    border-bottom:0;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
    min-width:12.8571vw;background: #F2F2F2;display: flex;align-items: center;justify-content: center;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
    font-size:1.2857vw;font-weight:700;color:#000;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
    color:#bd832d;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
    display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:0.5714vw 2.1429vw;flex-wrap: wrap;
    row-gap:0;column-gap:2.7857vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
    max-width:100%;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
    display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: unset;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
    column-gap:2.8571vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
    width:36.4286vw;height:3.5714vw;outline: 0;padding:0 1.0714vw;
  }
  .event_2025_08130001 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
    width:36.4286vw;height:3.5714vw;outline: 0;padding:0 1.0714vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]{
    accent-color: #bd832d;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:disabled{
    background: unset;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container {
    margin-top:3.5714vw;display: flex;flex-direction: column;gap:1.4286vw;align-items: center;justify-content: center;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a {
    font-size:1.2857vw;font-weight:700;color:#000000;line-height:1.0714vw;display: flex;gap:0.6429vw;align-items: center;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a img{
    transform: rotate(0deg);width: 1.1428vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a.on img{
    transform: rotate(180deg);
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info{
    display: block;
    height: 7.1429vw;
    overflow: auto;
    padding: 1.4286vw;
      margin-bottom:0;
      transition: all 1s ease-in-out;
      background-color: #fff;
      width: 100%;
      display: none;
    }
    .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.on {
      display: block;
    }
    .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
      margin-bottom: 1.4286vw;
      line-height: 1.4;
      padding-left: 0;
      font-weight: 400;
      text-align: left;
      color:#999999;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
    content: "";
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
    margin-bottom:0;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
    width: 1.0714vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 1.4286vw;
    background-clip: content-box;
  }
  
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .privacy2 {
    display: flex;gap:0.7143vw;align-items: center;justify-content: center;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .privacy2 label {
    font-size:1.0714vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .input_check {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.0000vw;
    height: 1.0000vw;
    margin: 0;
    cursor: pointer;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .input_check:checked::before {
    width: 1.0000vw;
    height: 1.0000vw;
  }
  .input_check:checked::after {
    top: 0.0714vw;
    left: 0.2857vw;
    width: 0.2857vw;
    height: 0.5714vw;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table form > a {
    margin-top:3.5714vw;width:26.4286vw;height:5.0000vw;display: flex;align-items: center;font-size:1.7143vw;background-color: #222222;color: 700;border-radius: 0.7143vw;
  }
  
  
  .event_2025_08130001 .evtoggleWarning .inner {
    width: 71.4286vw;
    justify-content: flex-start;
  }
  .event_2025_08130001 .evtoggleWarning p.w_tit.on i {
    transform: rotate(180deg) translateY(-0.2857vw);
  }
  .event_2025_08130001 .evtoggleWarning .warningList {
    display: none;
  }
  .event_2025_08130001 .evtoggleWarning .warningList.on {
    display: block;
  }
  .event_2025_08130001 .evtoggleWarning .warningList li {
    width: 100%;
  }
  .event_2025_08130001 .evtoggleWarning .warningList li .s_tit {
    font-size: 0.9286vw;
    line-height: 2.0714vw;
    font-family: "Noto Sans KR";
  }
  .event_2025_08130001 .evtoggleWarning .warningList li .f_dash li {
    font-size: 0.9286vw;
    line-height: 2.0714vw;
    font-family: "Noto Sans KR";
  }
  .fixed_bottom_banner {
    position: fixed;
    top:2.1429vw;left:50%;
    transform: translate(-50%, 0);
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    max-width:84.9286vw;background: #ff8c5f;width: 100%;border-radius: 1.4286vw;
  }
  .fixed_bottom_banner.show {
    opacity: 1;
    pointer-events: auto;
  }
  .fixed_bottom_banner.fadeOut{
    opacity: 0;
    pointer-events: none;
  }
  
  .fixed_bottom_banner .fixed_counsel_inner {
    padding:0.7143vw;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap{
    display: flex;gap:0.7143vw;flex-direction: row;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info {
    display: flex;flex-direction: column;gap:0.6429vw;background: #fff;padding:1.0714vw 2.8571vw 1.0714vw 1.0714vw;border-radius: 0.7143vw;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .agree_inp {
    text-align: right;display: flex;align-items: center;gap:0.7143vw;justify-content: flex-start;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .agree_inp input {
    width: 1.2143vw;
    height:1.2143vw;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .agree_inp label{
    color: #999999;font-size:1.0000vw;font-weight:500;    line-height: 1;
  }
  
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top{
    display: flex;gap:0.5714vw;    height: 2.7143vw;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top option[value=""][disabled] {
    display:none
  }
  
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top input[type="text"]{
    border-radius: 0.3571vw;font-family: "Wanted Sans Variable";font-weight: 500;color: #222222;font-size:1.1429vw;width: 15.7143vw;    height: 100%;padding:0 1.3571vw;outline: 0;border: 0.0714vw solid #ccc;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top .name_inp input[type="text"]{
    width: 12.8571vw;outline: 0;border: 0.0714vw solid #ccc;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top input[type="text"]::placeholder{
    color:#999999;font-size:1.1429vw;font-weight:500;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top .select_lec {
    position: relative;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top select {
    border:0.0714vw solid #ccc;width: 15.7143vw;border-radius: 0.3571vw;font-family: "Wanted Sans Variable";font-weight: 500;color: #999999;font-size:1.1429vw;    height: 2.7143vw;padding:0 1.3571vw;appearance: unset;
    -webkit-appearance: unset;position: relative;-moz-appearance: unset;background: #fff;
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap .counsult_form_info .counsult_form_info_top .select_lec::after{
    content:'';
    position: absolute;
    top:50%;right:1.0714vw;
    background-image: url(https://img.megastudyacademy.co.kr/campus/iwsm_html_img/event/20250627/MEGASTUDY-3087/select_arrow.png);
    width:1.0000vw;height:0.6429vw;
    background-size: cover;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .fixed_bottom_banner .fixed_counsel_inner .counsult_form_wrap button {
    padding:0;display: flex;align-items: center;justify-content: center;border-radius: 0.7143vw;cursor: pointer;
  } 
}


@media all and (max-width:768px){
  .img_pc{display: none;}
  .img_mo{display: flex;}
  #sectionMain {
    height: 99.3490vw;
  }
  #sectionMain .scene {
    width: 100.0000vw;
    min-width: 100.0000vw;
  }  
  #sectionMain .scene p {
    font-size:7.1615vw;line-height:10.4167vw;
  }
  
  .visual-bg {
    position: relative;
    width: 100%;
    height: 99.3490vw;
    min-width: unset;
    margin: 0 auto;
  }
  
  .visual-bg p {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-size: auto;
    opacity: 0;
  }
  #sectionMain .scene p img {
    width: 76.3020vw;
  }
  .visual-bg p:nth-of-type(1) {
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/text_bg_mo.png') no-repeat center top;    background-size: cover;opacity:1;
  
  }
  .visual-bg p:nth-of-type(2) {
    background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/text_bg02_mo.png') no-repeat center top;    background-size: cover;
  }


  #section01 {
    background: #1a1918;
  }
  #section01 .section_inner {
    padding:17.0573vw 0 11.7188vw;display: flex;flex-direction: column;gap:7.8125vw;align-items: center;justify-content: center;
  }
  #section01 .section_inner .section_title img {
    width:76.3021vw;
}
  #section01 .section_inner .section_content {
    display: flex;align-items: flex-start;justify-content: space-between;max-width:89.585vw;
    margin:0 auto;
    width: 100%;
    flex-wrap: wrap;
    row-gap:5.2083vw;
  }
  #section01 .section_inner .section_content img {
    width: 42.8385vw;
}
#section02 {
  background: #1a1918;
}
#section02 .section_inner {
  padding:11.7188vw 0;display: flex;flex-direction: column;gap:5.2083vw;align-items: center;justify-content: center;
}
#section02 .section_inner .section_title img {
  width: 82.5521vw;
}
#section02 .section_inner .section_content img {
  width: 89.5833vw;
}
#section03 {
  background: #1a1918;position: relative;
}
#section03::after {
  content:"";
  position: absolute;
  top:108.0729vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/mega_line_mo.png') no-repeat center top;
  width: 100.0000vw;
  height: 33.3333vw;
  background-size: cover;
  z-index: 0;
}
#section03::before {
  content:"";
  position: absolute;
  top:296.8750vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/mega_line_mo.png') no-repeat center top;
  width: 100.0000vw;
  height: 33.3333vw;
  background-size: cover;
  z-index: 0;
}
#section03 .section_inner {
  padding:9.1146vw 0 19.5313vw;display: flex;flex-direction: column;gap:9.1146vw;align-items: center;justify-content: center;z-index: 1;position: relative;
}
#section03 .section_inner .section_title img {
  width:68.4896vw;
}
#section03 .section_inner .section_content {
  display: flex;flex-direction: column;gap:19.5313vw;align-items: center;justify-content: center;
}
#section03 .section_inner .section_content .section_content_unit1 {
  position: relative;
}
#section03 .section_inner .section_content .section_content_unit1::after{
  content:"";
  position: absolute;
  top:61.8490vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section_content_unit1_line_mo.png') no-repeat center top;
  width: 100.0000vw;
  height: 41.6667vw;
  z-index: 0;
  background-size: cover;
}
#section03 .section_inner .section_content .section_content_unit3 {
  padding-top:4.5573vw;position: relative;width: 100%;height:81.7708vw;
}
#section03 .section_inner .section_content .section_content_unit3::after{
  content:"";
  position: absolute;
  top:-135.4167vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section_content_unit4_line_mo.png') no-repeat center top;
  width: 100.0000vw;
  height: 41.6667vw;
  z-index: 0;
  background-size: cover;
}
#section03 .section_inner .section_content .section_content_unit3 img{
  position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);z-index: 0;
}
#section03 .section_inner .section_content .section_content_unit1 img {
  width: 89.5833vw;
}
#section03 .section_inner .section_content .section_content_unit2 img {
  width: 89.5833vw;
}
#section03 .section_inner .section_content .section_content_unit3 img{
height: unset;
max-width: unset;
width: 89.5833vw;
}
#section03 .section_inner .section_content .section_content_unit4 img{
width: 89.5833vw;
}
#section04 {
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section04_bg_mo.png') no-repeat center top;
  background-size: cover;
}
#section04 .section_inner {
  padding:9.1146vw 0;display: flex;flex-direction: column;align-items: center;justify-content: center;
}
#section04 .section_inner img {
  width: 69.5313vw;
}
#section05 {
  background: url('https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0813campus_teaser/section05_bg_mo.png') no-repeat center top;
  background-size: cover;
}
#section05 .section_inner {
  padding:14.3229vw 0;display: flex;flex-direction: column;align-items: center;justify-content: center;
}
#section05 .section_inner img {
  width: 89.5833vw;
}
#section06 {
  background: #f6f4ee;
  padding: 9.1146vw 9.1146vw 11.7188vw;
}
#section06 .inner {
  display: flex;flex-direction: column;gap:3.9063vw;width: 100%;
}
#section06 .inner div{
  display: flex;flex-direction: column;text-align: left;
}
#section06 .inner div:first-child p {
  text-indent: -1.9531vw;
  margin-left: 1.9531vw;
}
#section06 .inner div h2 {
  font-size:2.6041vw;color: #222222;padding-bottom:1.3021vw;font-weight:700;font-family: "Wanted Sans Variable";
}
#section06 .inner div h2 span {
  font-family: "Noto Color Emoji";
}
#section06 .inner div p {
  font-size:2.3437vw;color: #555555;line-height:3.6458vw;font-family: "Wanted Sans Variable";
  text-indent: -2.4739vw;
  margin-left: 2.4739vw;
}
.pc-no-br {
  display: block;
}


.event_2025_08130001 .evCon5 {
  background: #fff;
}
.event_2025_08130001 .evCon5 .inner {
  padding:14.3229vw 0 11.7188vw;display: flex;flex-direction: column;gap:5.2083vw;align-items: center;justify-content: center;max-width:89.5833vw;
}
.event_2025_08130001 .evCon5 .con_title {
  margin-bottom:0;width: fit-content;
}
.event_2025_08130001 .evCon5 .con_title img {
  width: 40.6250vw;
}
.event_2025_08130001 .evCon5 .con_title h2{
  font-size:4.9479vw;color:rgba(83, 0, 208, 1);line-height: 6.9010vw;font-weight:700;
}
.event_2025_08130001 .evCon5 .con_box {
  width:100%;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:3.6458vw;
}
.event_2025_08130001 .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_08130001 .evCon5 .con_box .counsul_table .info_table {
  width: 89.5833vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
  display: flex;min-height:9.1146vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
  border-bottom:0;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:20.1823vw;background: #F2F2F2;display: flex;align-items: center;justify-content: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:3.3854vw;font-weight:700;color:#000;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
  color:#bd832d;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:1.3021vw 3.9063vw;flex-wrap: wrap;
  row-gap:2.6042vw;column-gap:3.9063vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:100%;  padding: 3.9063vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  padding: 3.9063vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
  display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: unset;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:5.2083vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp label{
  font-size:3.3854vw;gap:1.3021vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:52.0833vw;height:8.4635vw;outline: 0;padding:0 1.9531vw;font-size:3.3854vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]::placeholder{
  font-size:2.8645vw;
}
.event_2025_08130001 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:52.0833vw;height:8.4635vw;outline: 0;padding:0 1.9531vw;font-size:3.3854vw;
}
.event_2025_08130001 .evCon5  .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]::placeholder{
  font-size:2.8645vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]{
  accent-color: #bd832d;width: 2.8646vw;height: 2.8646vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]:disabled{
  background: unset;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container {
  margin-top:6.5104vw;display: flex;flex-direction: column;gap:2.6042vw;align-items: center;justify-content: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a {
  font-size:2.8646vw;font-weight:700;color:#000000;line-height:1.9531vw;display: flex;gap:1.1719vw;align-items: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a img{
  transform: rotate(0deg);width: 2.3438vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .pri_container a.on img{
  transform: rotate(180deg);
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info{
  display: block;
  height: 23.4375vw;
  overflow: auto;
  padding: 2.6042vw;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #fff;
    width: 75.5208vw;
    display: none;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.on {
    display: block;
  }
  .event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
    margin-bottom: 2.6042vw;
    line-height: 1.4;
    padding-left: 0;
    font-weight: 400;
    font-size: 2.6042vw;
    text-align: left;
    color:#999999;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 1.9531vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2.6042vw;
  border: 0.6510vw solid transparent;
  background-clip: content-box;
}

.event_2025_08130001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .privacy2 {
  display: flex;gap:1.3021vw;align-items: center;justify-content: center;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .privacy2 label {
  font-size:1.9531vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .input_check {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.6042vw;
  height: 2.6042vw;
  margin: 0;
  cursor: pointer;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table .input_check:checked::before {
  width: 2.6042vw;
  height: 2.6042vw;
}
.input_check:checked::after {
  top: 0.1302vw;
  left: 0.6510vw;
  width: 0.9115vw;
  height: 1.5625vw;
}
.event_2025_08130001 .evCon5 .con_box .counsul_table form > a {
  margin-top:6.5104vw;width:38.0208vw;height:8.4635vw;display: flex;align-items: center;font-size:3.3854vw;background-color: #222222;border-radius: 1.3021vw;
}


.event_2025_08130001 .evtoggleWarning .inner {
  width: 89.5833vw;
  justify-content: flex-start;
}
.event_2025_08130001 .evtoggleWarning p.w_tit.on i {
  transform: rotate(180deg) translateY(-0.5208vw);
}
.event_2025_08130001 .evtoggleWarning .warningList {
  display: none;
}
.event_2025_08130001 .evtoggleWarning .warningList.on {
  display: block;
}
.event_2025_08130001 .evtoggleWarning .warningList li {
  width: 100%;
}
.event_2025_08130001 .evtoggleWarning .warningList li .s_tit {
  font-size: 1.6927vw;
  line-height: 3.7760vw;
  font-family: "Noto Sans KR";
}
.event_2025_08130001 .evtoggleWarning .warningList li .f_dash li {
  font-size: 1.6927vw;
  line-height: 3.7760vw;
  font-family: "Noto Sans KR";
}

.fixed_bottom_banner {
  top:0;
  max-width:700px;background: unset;width: 100%;border-radius: 20px;
  z-index: 999;
}
.fixed_bottom_banner .fixed_counsel_inner a{
  text-align: center;
}
.fixed_bottom_banner .fixed_counsel_inner img {
  width: 83.59375vw;margin:0 auto;
}
}